Skip to content

Commit ec715c6

Browse files
committed
Java ECS logging is now available on Maven Central
1 parent 4c395dc commit ec715c6

File tree

4 files changed

+6
-12
lines changed

4 files changed

+6
-12
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[![Build Status](https://apm-ci.elastic.co/buildStatus/icon?job=apm-agent-java%2Fjava-ecs-logging-mbp%2Fmaster)](https://apm-ci.elastic.co/job/apm-agent-java/job/java-ecs-logging-mbp/job/master/)
2+
[![Maven Central](https://img.shields.io/maven-central/v/co.elastic.logging/java-ecs-logging-parent.svg)](https://search.maven.org/search?q=g:co.elastic.logging)
23

34
# ECS-based logging for Java applications
45

log4j-ecs-layout/README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
# Log4j ECS Layout
22
🚧
33

4-
## Step 0: build the project
5-
Check out the project and build with `mvn clean install`.
6-
Once this project is available on maven central, this step is no longer needed.
7-
84
## Step 1: add dependency
5+
Latest version: [![Maven Central](https://img.shields.io/maven-central/v/co.elastic.logging/log4j-ecs-layout.svg)](https://search.maven.org/search?q=g:co.elastic.logging%20AND%20a:log4j-ecs-layout)
96

107
Add a dependency to your application
118
```xml

log4j2-ecs-layout/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
# Log4j2 ECS Layout
22

3-
## Step 0: build the project
4-
Check out the project and build with `mvn clean install`.
5-
Once this project is available on maven central, this step is no longer needed.
6-
73
## Step 1: add dependency
84

5+
Latest version: [![Maven Central](https://img.shields.io/maven-central/v/co.elastic.logging/log4j2-ecs-layout.svg)](https://search.maven.org/search?q=g:co.elastic.logging%20AND%20a:log4j2-ecs-layout)
6+
97
Add a dependency to your application
108
```xml
119
<dependency>

logback-ecs-encoder/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
# ECS Logback Encoder
22

3-
## Step 0: build the project
4-
Check out the project and build with `mvn clean install`.
5-
Once this project is available on maven central, this step is no longer needed.
6-
73
## Step 1: add dependency
84

5+
Latest version: [![Maven Central](https://img.shields.io/maven-central/v/co.elastic.logging/logback-ecs-encoder.svg)](https://search.maven.org/search?q=g:co.elastic.logging%20AND%20a:logback-ecs-encoder)
6+
97
Add a dependency to your application
108
```xml
119
<dependency>

0 commit comments

Comments
 (0)