Skip to content

synchronize ecs-logging spec #186

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

Merged
merged 1 commit into from
May 16, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions ecs-logging-core/src/test/resources/spec/spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,15 @@
"When an APM agent is active and `service_node_name` is manually configured, the agent should auto-configure this field if not already set."
]
},
"service.version": {
"type": "string",
"required": false,
"url": "https://www.elastic.co/guide/en/ecs/current/ecs-service.html#field-service-version",
"comment": [
"Configurable by users.",
"When an APM agent is active, it should auto-configure it if not already set."
]
},
"event.dataset": {
"type": "string",
"required": false,
Expand All @@ -102,6 +111,15 @@
"The field helps to filter for different log streams from the same pod, for example and is required for log anomaly detection."
]
},
"service.environment": {
"type": "string",
"required": false,
"url": "https://www.elastic.co/guide/en/ecs/current/ecs-service.html#field-service-environment",
"comment": [
"Configurable by users.",
"When an APM agent is active, it should auto-configure it if not already set."
]
},
"process.thread.name": {
"type": "string",
"required": false,
Expand Down