Replies: 1 comment 4 replies
-
First, status of the document is still experimental: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/logs/data-model.md#elastic-common-schema So if you have a suggestion what needs to be fixed, please create issue and/or PR to fix things. As for flattening, do you suggest the |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
The log data model example mappings include things like Elastic Common Schema
error.id
=>attributes["error.id"]
. That's illustrating flattening the ECS structure into top-level properties ofAttributes
(the casing "attributes" here appears to be a mistake), right? I'd be interested in understanding why it was decided to do it that way. That seems like a good thing to comment on in the specification.Beta Was this translation helpful? Give feedback.
All reactions