logstash-logback-encoder VS examples

Compare logstash-logback-encoder vs examples and see what are their differences.

examples

Example apps and instrumentation for Honeycomb (by honeycombio)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
logstash-logback-encoder examples
8 16
2,386 64
1.2% -
5.2 2.6
21 days ago 4 months ago
Java Ruby
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

logstash-logback-encoder

Posts with mentions or reviews of logstash-logback-encoder. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-20.
  • Tracing: Structured Logging, but better in every way
    9 projects | news.ycombinator.com | 20 Sep 2023
  • Do you have a guideline on logging
    1 project | /r/ExperiencedDevs | 5 Apr 2023
    I use the logstash json format.
  • How to do JSON logging in Scala?
    6 projects | /r/scala | 22 Oct 2022
    We're using https://github.com/logfellow/logstash-logback-encoder with logback (on Play Framework, but should work fine on Lambda as well).
  • JSON logging for JSON REST services vs performance
    3 projects | /r/devops | 29 May 2022
    For those interested in the details, I've created an example implementation based on Spring-flavoured REST and Logbook+logstash-logback-encoder within my own json-log-filter project for PoC / reference.
  • Echopraxia, a better Java Logging API
    10 projects | /r/java | 2 Jan 2022
    what's the difference to https://github.com/logfellow/logstash-logback-encoder ??
  • Is it reasonable to transform log4jlogs in via a configuration file?
    2 projects | /r/java | 9 Nov 2021
    Don't use filebeat. Filebeat is for systems that you cannot change logging for. Push logs directly to logstash via logstash appender. Since I'm mainly logback user, there's one directly by logstash at https://github.com/logstash/logstash-logback-encoder. Quick search indicates that there's https://github.com/viskan/logstash-appender/ for log4j also and it seems it also supports MDC abuse as indicated by https://github.com/viskan/logstash-appender/blob/master/src/main/java/com/viskan/log4j/logstash/appender/LogstashAppender.java#L256. By abusing the MDC you won't need to write a processing pattern in logstash to extract metadata from giant blob line as each key in MDC will get assigned additional value, making your records in elastic search more useful.
  • Java Spring Application logging to WS endpoint
    1 project | /r/javahelp | 23 Jul 2021
    You can use the Logstash Logback encooder. You mentioned Elk, so there must be a Logstash running somewhere you can connect to with this appender
  • Spring Cloud Sleuth in action
    6 projects | dev.to | 4 Mar 2021
    We need to add traceId and spanId values to the application log. In production we would use the logstash-logback-encoder to generate logs in JSON format and send them to an ELK but for the demo we use this plain text logback layout:

examples

Posts with mentions or reviews of examples. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-26.
  • Observability at KubeCon + CloudNativeCon Europe 2024 in Paris
    7 projects | dev.to | 26 Mar 2024
    Honeycomb
  • Tracing: Structured Logging, but better in every way
    9 projects | news.ycombinator.com | 20 Sep 2023
    I haven't used anything else, but I'll gladly shill for https://honeycomb.io.
  • Keeping up with my cat's 💩 using a RaspberryPi
    2 projects | dev.to | 23 May 2023
    With all of this in place I went a step further and added Opentelemetry to track the stats of how often the routine was being triggered on Honeycomb.
  • Anyone having say 1PB of MySQL data? What efficient storage solution are you using.
    1 project | /r/mysql | 9 May 2023
    Events can be used in many meaningful ways. The Event subsystem of B is pretty much a co-evolution of what honeycomb.io offers, but implemented completely differently - it is on bare-metal, and hence a lot cheaper. Because of that, B never subsampled, but always kept a full low of all events anywhere, no exceptions.
  • “People used to take me seriously. Then I became a software vendor“
    1 project | news.ycombinator.com | 29 Mar 2023
    It should be noted that this is a very oblique ad for http://honeycomb.io. That in no way impugns the content of the post, and in fact, it's given the content of the post that I feel compelled to point out that, ultimately, this is an ad. Because what is sales and advertising, anyway? It's just a way to get you to buy a product, and you can't do that if you've never even heard about the product. I'm not currently in the market for an observability solution (something something splunk) but if I were, I've now heard of them.

    The question though, is why does money ruin everything? The naive questions of an open source zealot to a proprietary software salesperson are one thing, but since we all need money to live, why does money being part of the equation (eg if someone was getting paid to post here) ruin things? Would a "donate to open source" button be more successful if the donate text is "buy me a coffee", "buy me a beer", or "upgrade my beer from Coors light"?

    https://xkcd.com/2347/ was and is true, and if we don't figure out a way to change that, I don't really see a future for open source.

  • Does anyone else use scatterplots of events?
    1 project | /r/sre | 8 Mar 2023
    Very cool to see honeycomb.io is doing that. I'm about to embark on my distributed tracing learning journey, this makes me want to try honeycomb right away.
  • Is there a beginners guide to adding observability to your applications?
    4 projects | /r/sre | 6 Mar 2023
    Caveat: I work for a vendor in the O11y space (https://honeycomb.io) as a Developer Advocate, however, this advice is generic, not specific to our platform.
  • KubeCon North America 2022: A Retrospective
    8 projects | dev.to | 9 Nov 2022
    I spent Day 2 at the Colony Club to attend OTel Unplugged. This event was sponsored by Lightstep, Honeycomb, New Relic, Splunk, Dynatrace, Crowdstrike, and NGINX. I came into the event not knowing what to expect. I can sometimes clamp up when I’m around folks that I don’t know, but because I was helping with the event check-in, I got to say hello to a number of the attendees, which helped break the ice. And it turns out that there were a lot of names that I recognized from my work in the OTel community, and it was nice to connect in person with folks whom I’d only previously met through Slack or Zoom.
  • The four pillars of data observability: metrics, metadata, lineage, and logs
    1 project | news.ycombinator.com | 14 Aug 2022
  • Honeycomb, Python, and I: an OpenTelemetry Horror Story (With a Happy Ending)
    3 projects | dev.to | 18 Apr 2022
    It's no surprise that my apps are mostly written using Sanic as I'm pretty involved with the project. I've been wanting to start testing honeycomb out as well, so it seemed the perfect opportunity to try out.

What are some alternatives?

When comparing logstash-logback-encoder and examples you can also consider the following projects:

spring-cloud-sleuth-in-action - 🍀 Spring Cloud Sleuth in Action

metriql - The metrics layer for your data. Join us at https://metriql.com/slack

logback-gelf - Logback appender for sending GELF messages with zero additional dependencies.

otel-cli - OpenTelemetry command-line tool for sending events from shell scripts & similar environments

zipkin - Zipkin is a distributed tracing system

nx-go - 🍈 Nx plugin to use Go in a Nx Workspace

logstash-appender - A log4j appender that sends raw JSON directly to Logstash

nxpansion

logback-android - 📄The reliable, generic, fast and flexible logging framework for Android

keptn - Cloud-native application life-cycle orchestration. Keptn automates your SLO-driven multi-stage delivery and operations & remediation of your applications.

kafkacat - Generic command line non-JVM Apache Kafka producer and consumer [Moved to: https://github.com/edenhill/kcat]

hyperdx - Resolve production issues, fast. An open source observability platform unifying session replays, logs, metrics, traces and errors powered by Clickhouse and OpenTelemetry.