Skip to content
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

v1.4.0 #153

Merged
merged 1 commit into from
Oct 17, 2023
Merged

v1.4.0 #153

merged 1 commit into from
Oct 17, 2023

Conversation

trentm
Copy link
Member

@trentm trentm commented Oct 17, 2023

highlights

  • Adds service.version, service.environment, and service.node.name fields for log correlation with an active APM agent; or manually configured values for those fields via serviceVersion et al config options to the formatters. (add support for service.node.name #87, add support for service.version and service.environment with apmInstrumentation #121)
  • Change to prefer the dotted name for most fields in ECS log format output. For example: ...,"ecs.version":"...","service.name":"...",... rather than ...,{"ecs":{"version":"..."}},{"service":{"name":"..."}},.... The main benefit is that the code in the formatters is vastly simplified, which is good for maintenance and overhead. A minor benefit is the resultant serialized output tends to be a bit shorter.

changelogs

@trentm trentm self-assigned this Oct 17, 2023
@github-actions github-actions bot added the agent-nodejs Make available for APM Agents project planning. label Oct 17, 2023
@trentm trentm merged commit 394566a into main Oct 17, 2023
10 checks passed
@trentm trentm deleted the release-1.4.0 branch October 17, 2023 18:00
@trentm
Copy link
Member Author

trentm commented Oct 17, 2023

v1.4.0 tag added

Published packages: @elastic/ecs-morgan-format@1.4.0, @elastic/ecs-pino-format@1.4.0, @elastic/ecs-winston-format@1.4.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
agent-nodejs Make available for APM Agents project planning.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants