-
Notifications
You must be signed in to change notification settings - Fork 41
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
Labels
agent-nodejs
Make available for APM Agents project planning.
Milestone
Comments
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
Implement elastic/ecs-logging#63 for the nodejs ecs-logging libs.
The text was updated successfully, but these errors were encountered: