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

Remove .log suffix from default event.dataset #95

Closed
trentm opened this issue Aug 30, 2021 · 0 comments · Fixed by #150
Closed

Remove .log suffix from default event.dataset #95

trentm opened this issue Aug 30, 2021 · 0 comments · Fixed by #150
Labels
agent-nodejs Make available for APM Agents project planning.
Milestone

Comments

@trentm
Copy link
Member

trentm commented Aug 30, 2021

Implement elastic/ecs-logging#63 for the nodejs ecs-logging libs.

@github-actions github-actions bot added the agent-nodejs Make available for APM Agents project planning. label Aug 30, 2021
@AlexanderWert AlexanderWert added this to the 8.0 milestone Oct 18, 2021
trentm added a commit that referenced this issue Oct 14, 2023
- Change to adding dotted field names (`"ecs.version": "1.6.0"`), rather than
  namespaced fields (`"ecs": {"version": "1.6.0"}`) for most fields. This is
  supported by the ecs-logging spec, and arguably preferred in the ECS logging
  docs. It is also what the ecs-logging-java libraries do. The resulting output
  is slightly shorter, and accidental collisions with user fields is less
  likely.
- Stop adding ".log" suffix to `event.dataset` field.

Closes: #95
trentm added a commit that referenced this issue Oct 14, 2023
- Change to adding dotted field names (`"ecs.version": "1.6.0"`), rather than
  namespaced fields (`"ecs": {"version": "1.6.0"}`) for most fields. This is
  supported by the ecs-logging spec, and arguably preferred in the ECS logging
  docs. It is also what the ecs-logging-java libraries do. The resulting output
  is slightly shorter, and accidental collisions with user fields is less
  likely.
- Stop adding ".log" suffix to `event.dataset` field.

Closes: #95
trentm added a commit that referenced this issue Oct 16, 2023
…t` (#150)

- Change to adding dotted field names (`"ecs.version": "1.6.0"`), rather than
  namespaced fields (`"ecs": {"version": "1.6.0"}`) for most fields. This is
  supported by the ecs-logging spec, and arguably preferred in the ECS logging
  docs. It is also what the ecs-logging-java libraries do. The resulting output
  is slightly shorter, and accidental collisions with user fields is less
  likely.
- Stop adding ".log" suffix to `event.dataset` field.

Closes: #95
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 a pull request may close this issue.

2 participants