-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[otelconsumer] Add log record attributes as flattened keys #42707
base: main
Are you sure you want to change the base?
Conversation
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, I just left a small suggestion
Co-authored-by: Anderson Queiroz <[email protected]>
/test |
is successful locally |
Sorry, edited you comment by mistake thinking I was replying.
It succeeds for me as well. Try and change the command on CI to run with the verbose flag (-v). You should be able to see the offending change once the job fails. Job is in pipeline.libbeat.yml. |
@khushijain21 I think your failure is related with the conflict, there was another PR that changed the same file, this is likely the cause of the failure you reported. |
Proposed commit message
The log record attributes added on otelconsumer should be flattened keys (and not nested map structure) for dynamic indexing on ES exporter to work correctly. This is a fix for it
Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Related issues