Provides Logback encoders, layouts, and appenders to output logs in JSON format compatible with Logstash and other JSON-based log processing systems.
<dependency>
<groupId>net.logstash.logback</groupId>
<artifactId>logstash-logback-encoder</artifactId>
<version>7.1.1</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Configures a Logback console appender with LogstashEncoder to output JSON logs.
Add ch.qos.logback:logback-classic to your dependencies.
No dependency data recorded yet.