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-2.0.4.jar download
dropwizard-elk-appender-2.0.4.pom download
dropwizard-elk-appender-2.0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>org.kiwiproject</groupId>
  <artifactId>dropwizard-elk-appender</artifactId>
  <version>2.0.4</version>
</dependency>
Gradle Groovy
implementation 'org.kiwiproject:dropwizard-elk-appender:2.0.4'
Gradle Kotlin
implementation("org.kiwiproject:dropwizard-elk-appender:2.0.4")
Scala SBT
libraryDependencies += "org.kiwiproject" % "dropwizard-elk-appender" % "2.0.4"
Groovy Grape
@Grapes(
  @Grab(group='org.kiwiproject', module='dropwizard-elk-appender', version='2.0.4')
)
Apache Ivy
<dependency org="org.kiwiproject" name="dropwizard-elk-appender" rev="2.0.4" />
Leiningen
[org.kiwiproject/dropwizard-elk-appender "2.0.4"]
Apache Buildr
'org.kiwiproject:dropwizard-elk-appender:jar:2.0.4'