-
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
Fix autodiscover for docker in filebeat #10836
Conversation
Now the output contains both |
Interesting "discover":
With this event meta, enable add_docker_metadata processor in filebeat.yml with
With this event meta, enable add_docker_metadata processor in filebeat.yml with |
jenkins, test this please |
Because this PR is originally started with Nicolas's work. I will close this PR and recreate a new one #10862 based on his PR. |
Results from autodiscover for docker with filebea have
docker.container.id
fields instead of the ECS fieldscontainer.id
. This PR is to figure out why this is happening.With this change, now in ES, filebeat output looks like: