Filebeat metadata docker

I wanted to know if there was a way for filebeat to send specific metada from the node because right now i am getting a nod id for each event which is a random long id created by docker and the hostname that is sending is the container id, what i want is the node name so i can easily identify which node is being used. Is it posible?

Have you tried using the processor add_docker_metadata? See more: https://www.elastic.co/guide/en/beats/filebeat/current/add-docker-metadata.html

I tried that, but i am still seeing the docker node id and the hostname is still the id of the container (c07a4fb87b78). Is there another thing that i could try?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.