-
Notifications
You must be signed in to change notification settings - Fork 24.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Logging improvements #49087
Comments
Pinging @elastic/es-core-infra (:Core/Infra/Logging) |
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
@pgomulka Hi, I'd like to help with refactoring ESLoggerUsageChecker. Could you assign it to me? |
@tumile I don't have the exact plan on how to refactor this yet. I was hoping there is a tool that would achieve what that tool is doing. If you came up with ideas, please share them with us (new issue would be good) before you start working on implementation. |
It's been a while since we've opened this, and most of the work here was completed. I'm going to close this given a lack of traction or priority on the remaining small issues. |
This is a meta issue to gather changes and improvements to Elasticsearch logging.
es
prefixnode.name
->service.node.name
)name = "deprecation." + name;
in DeprecationLogger, was it working? is it broken? remove it?The text was updated successfully, but these errors were encountered: