Skip to content

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

@ruflin

Description

@ruflin

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

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions