| License |
License |
|---|---|
| Categories |
CategoriesNet Utility General Purpose Libraries |
| GroupId | GroupIdnet.inemar.utility |
| ArtifactId | ArtifactIdlog4j2elastic |
| Last Version | Last Version3.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionLog4j2_Elastic
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
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| log4j2elastic-3.1.0.pom | |
| log4j2elastic-3.1.0.jar | 33 KB |
| log4j2elastic-3.1.0-sources.jar | 13 KB |
| log4j2elastic-3.1.0-javadoc.jar | 67 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.inemar.utility/log4j2elastic/ -->
<dependency>
<groupId>net.inemar.utility</groupId>
<artifactId>log4j2elastic</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.inemar.utility/log4j2elastic/
implementation 'net.inemar.utility:log4j2elastic:3.1.0'
// https://jarcasting.com/artifacts/net.inemar.utility/log4j2elastic/
implementation ("net.inemar.utility:log4j2elastic:3.1.0")
'net.inemar.utility:log4j2elastic:jar:3.1.0'
<dependency org="net.inemar.utility" name="log4j2elastic" rev="3.1.0">
<artifact name="log4j2elastic" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.inemar.utility', module='log4j2elastic', version='3.1.0')
)
libraryDependencies += "net.inemar.utility" % "log4j2elastic" % "3.1.0"
[net.inemar.utility/log4j2elastic "3.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.logging.log4j : log4j-core | jar | 2.1 |
| com.google.code.gson : gson | jar | 2.2.4 |
| org.elasticsearch : elasticsearch | jar | 1.4.3 |
| org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.0.2 |