l

log4j2elastic

The aim of the project is to store java log data generated with log4j2 (http://logging.apache.org/log4j/2.x/) in an elasticsearch database. It also provides the possiblity to change the log settings using a web based configuration
https://bitbucket.org/inemar/utility-log4j2-elasticsearch
Apache License, Version 2.0
Oliver Schnabl
Files download
File Operation
log4j2elastic-3.1.0.jar download
log4j2elastic-3.1.0.pom download
log4j2elastic-3.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>net.inemar.utility</groupId>
  <artifactId>log4j2elastic</artifactId>
  <version>3.1.0</version>
</dependency>
Gradle Groovy
implementation 'net.inemar.utility:log4j2elastic:3.1.0'
Gradle Kotlin
implementation("net.inemar.utility:log4j2elastic:3.1.0")
Scala SBT
libraryDependencies += "net.inemar.utility" % "log4j2elastic" % "3.1.0"
Groovy Grape
@Grapes(
  @Grab(group='net.inemar.utility', module='log4j2elastic', version='3.1.0')
)
Apache Ivy
<dependency org="net.inemar.utility" name="log4j2elastic" rev="3.1.0" />
Leiningen
[net.inemar.utility/log4j2elastic "3.1.0"]
Apache Buildr
'net.inemar.utility:log4j2elastic:jar:3.1.0'