elasticsearch/qa/logging-config
Przemyslaw Gomulka 979c33beca
Make Elasticsearch JSON logs ECS compliant (#47105)
Updating log4j2 configuration to use `EcsLayout` for our JSON logs https://github.com/elastic/ecs-logging-java instead of previously used `ESJsonLayout`
ESJsonLayout is still supported, but will be marked as deprecated. 
Deprecation, Indexing and Search slow logs are in ECS JSON format only. Plaintext is no longer backwards compatible and will result in different output.
Server logs are in both plaintext and ECS JSON format.
relates #49087
2020-03-31 08:40:32 +02:00
..
src/test Make Elasticsearch JSON logs ECS compliant (#47105) 2020-03-31 08:40:32 +02:00
build.gradle Make Elasticsearch JSON logs ECS compliant (#47105) 2020-03-31 08:40:32 +02:00
custom-log4j2.properties Make Elasticsearch JSON logs ECS compliant (#47105) 2020-03-31 08:40:32 +02:00