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. 
Currently the logs coming from the Agent contain the ecs version twice:
This works with ECS as it combines the two and treats it as array. In any case, we should send it only once.
