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