License |
License |
---|---|
Categories |
CategoriesJSON Data Logstash Application Layer Libs Logging |
GroupId | GroupIdcom.indeed.logstash.log4j |
ArtifactId | ArtifactIdjsonevent-layout |
Last Version | Last Version1.6.6 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjsonevent-layout
Log4j pattern layout that conforms to the logstash json_event format
|
Project URL |
Project URL |
Filename | Size |
---|---|
jsonevent-layout-1.6.6.pom | |
jsonevent-layout-1.6.6.jar | 6 KB |
jsonevent-layout-1.6.6-sources.jar | 3 KB |
jsonevent-layout-1.6.6-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.indeed.logstash.log4j/jsonevent-layout/ -->
<dependency>
<groupId>com.indeed.logstash.log4j</groupId>
<artifactId>jsonevent-layout</artifactId>
<version>1.6.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.indeed.logstash.log4j/jsonevent-layout/
implementation 'com.indeed.logstash.log4j:jsonevent-layout:1.6.6'
// https://jarcasting.com/artifacts/com.indeed.logstash.log4j/jsonevent-layout/
implementation ("com.indeed.logstash.log4j:jsonevent-layout:1.6.6")
'com.indeed.logstash.log4j:jsonevent-layout:jar:1.6.6'
<dependency org="com.indeed.logstash.log4j" name="jsonevent-layout" rev="1.6.6">
<artifact name="jsonevent-layout" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.indeed.logstash.log4j', module='jsonevent-layout', version='1.6.6')
)
libraryDependencies += "com.indeed.logstash.log4j" % "jsonevent-layout" % "1.6.6"
[com.indeed.logstash.log4j/jsonevent-layout "1.6.6"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.1.2 |
log4j : log4j | jar | 1.2.16 |
commons-lang : commons-lang | jar | 2.4 |
Group / Artifact | Type | Version |
---|---|---|
net.minidev : json-smart | jar | 1.1.1 |
junit : junit | jar | 4.8.1 |