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

[Elastic Agent] Logs should only contain ecs.version once #20666

Closed
ruflin opened this issue Aug 18, 2020 · 1 comment · Fixed by #21616
Closed

[Elastic Agent] Logs should only contain ecs.version once #20666

ruflin opened this issue Aug 18, 2020 · 1 comment · Fixed by #21616
Assignees

Comments

@ruflin
Copy link
Member

ruflin commented Aug 18, 2020

Currently the logs coming from the Agent contain the ecs version twice:

{
   "ecs.version": 1.2.3,
   "ecs": {
      "version": 1.2.3
   }
}

This works with ECS as it combines the two and treats it as array. In any case, we should send it only once.
Screenshot 2020-08-18 at 16 21 03

@elasticmachine
Copy link
Collaborator

Pinging @elastic/ingest-management (Team:Ingest Management)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants