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