-
Notifications
You must be signed in to change notification settings - Fork 39
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
ECS version update #133
Comments
Today, do have a solution to resolve this problem ? or alternative code ? |
Note that (per https://www.elastic.co/guide/en/ecs/current/ecs-ecs.html#field-ecs-version) the The ECS logging formatters from this repo don't touch on that many fields in ECS, so it is possible (even likely) that there won't be any breakage when moving the I'll keep this issue open until we've updating the ecs.version value emitted by these loggers. (Note to self: I'll need to work forward through the ECS versions starting from https://github.com/elastic/ecs/blob/main/CHANGELOG.md#160 to see if there are any adjustments needed.) |
The relevant ECS field namespaces for these ecs-logging-nodejs libs are:
working through the ECS changelogPulling out all possibly relevant references in https://github.com/elastic/ecs/blob/main/CHANGELOG.md from 1.6.0 to the current latest (8.10.0): 1.7.0
1.8.0Added os.type. #1111 1.9.0Added http.request.id. #1208 8.0.0
8.7.0
summary
|
When logging via winston I noticed that the ecs version is 1.6.0. Is this maintained to catch up with ECS versions 8.x?
The text was updated successfully, but these errors were encountered: