elastic / ecs-logging-java

https://www.elastic.co/guide/en/ecs-logging/java/current/intro.html
Apache License 2.0
141 stars 75 forks source link

Add ECS console appender for spring boot #138

Closed ipalbeniz closed 3 years ago

ipalbeniz commented 3 years ago

This PR adds a console appender for spring boot (https://github.com/elastic/ecs-logging-java/issues/137)

apmmachine commented 3 years ago

:green_heart: Build Succeeded

the below badges are clickable and redirect to their specific view in the CI or DOCS Pipeline View Test View Changes Artifacts preview preview

Expand to view the summary

#### Build stats * Start Time: 2021-07-20T07:35:37.023+0000 * Duration: 7 min 33 sec * Commit: 0d9674c3c4b1cc0b8f0c2775d5fa9761be2a484d #### Test stats :test_tube: | Test | Results | | ------------ | :-----------------------------: | | Failed | 0 | | Passed | 171 | | Skipped | 0 | | Total | 171 | #### Trends :test_tube: ![Image of Build Times](https://apm-ci.elastic.co/job/apm-agent-java/job/ecs-logging-java-mbp/job/PR-138/buildTimeGraph/png) ![Image of Tests](https://apm-ci.elastic.co/job/apm-agent-java/job/ecs-logging-java-mbp/job/PR-138/3/testReport/history/countGraph/png?start=0&end=25)

eyalkoren commented 3 years ago

You can also add it to the xml example in https://github.com/elastic/ecs-logging-java/blob/master/docs/tab-widgets/ecs-encoder.asciidoc

eyalkoren commented 3 years ago

run elasticsearch-ci/docs

eyalkoren commented 3 years ago

@ipalbeniz once you confirm that you manually tested that this works as expected when taken as is from the repo, I can go ahead and merge.

ipalbeniz commented 3 years ago

@eyalkoren I just tested it and works as expected.