d

dropwizard-elk-appender

Dropwizard Logging Appender to send logging events to the Elastic stack, specifically Logstash.
https://github.com/kiwiproject/dropwizard-elk-appender
Files download
File Operation
dropwizard-elk-appender-0.10.0.jar download
dropwizard-elk-appender-0.10.0.pom download
dropwizard-elk-appender-0.10.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.kiwiproject</groupId>
  <artifactId>dropwizard-elk-appender</artifactId>
  <version>0.10.0</version>
</dependency>
Gradle Groovy
implementation 'org.kiwiproject:dropwizard-elk-appender:0.10.0'
Gradle Kotlin
implementation("org.kiwiproject:dropwizard-elk-appender:0.10.0")
Scala SBT
libraryDependencies += "org.kiwiproject" % "dropwizard-elk-appender" % "0.10.0"
Groovy Grape
@Grapes(
  @Grab(group='org.kiwiproject', module='dropwizard-elk-appender', version='0.10.0')
)
Apache Ivy
<dependency org="org.kiwiproject" name="dropwizard-elk-appender" rev="0.10.0" />
Leiningen
[org.kiwiproject/dropwizard-elk-appender "0.10.0"]
Apache Buildr
'org.kiwiproject:dropwizard-elk-appender:jar:0.10.0'