You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fields injected by docker autodiscover provider were being placed
in alias fields introduced for ECS, change them to the new location
and add selectors accordingly.
This PR includes #10862 and #10758
As a summary:
* Autodiscover selectors using ECS structure are added to
autodiscover events, old selectors are kept for backwards compatibility
* Autodiscover generated metadata follows ECS
* Dedotting of labels is added, enabled by default, will be backported for 6.7,
but disabled
`docker.containers.labels` is not migrated, as it wasn't for `add_docker_metadata`
(see #9412)
Fixes#10757
Co-Authored-By: kaiyan-sheng <kaiyan.sheng@elastic.co>
Co-Authored-By: Nicolas Ruflin <spam@ruflin.com>
0 commit comments