Closed MagicMicky closed 8 years ago
@MagicMicky @metadata
is only available in the runtime of the pipeline and will not be persisted to outputs. You will have to explicitly copy them to another field, if you need them in Kibana/stdout
See: https://www.elastic.co/guide/en/logstash/current/event-dependent-configuration.html#metadata
It seems that I can't get the meta from rabbitmq. I configured the input plugin to connect to an exchange, and used the
metadata_enabled
field to let the plugin add messages metadata.But both on stdout and kibana from my elk stack, I can't find any
@metdata
field.Here is my config :