Closed ph closed 8 years ago
@andrewvc I am porting this to your attention.
This is a bug with the current LS preview release. This is fixed in master
It doesn't seem to be fixed in master as of now ( https://travis-ci.org/logstash-plugins/logstash-input-rabbitmq )
@MagicMicky @ph passing now! https://travis-ci.org/logstash-plugins/logstash-input-rabbitmq
@andrewvc Thanks.
Yet, it seems that I can't get the meta from rabbitmq. Am I doing something wrong?
Here is my config :
rabbitmq {
queue => "my_queue"
host => "myhost"
port => 8000
vhost => "/dev"
exchange => "exchange" # This matches the exchange declared above
type => "actions"
metadata_enabled => true
}
}
output {
elasticsearch {
hosts => "elasticsearch:9200"
}
stdout { codec => rubydebug }
}
And in the logs (either stdout or kibana from my elk stack), no @metadata fields.
> logstash-plugin list --verbose logstash-input-rabbitmq
logstash-input-rabbitmq (4.0.1)
Using Accessor#strict_set for specs Run options: include {:integration=>true} exclude {:redis=>true, :socket=>true, :performance=>true, :couchdb=>true, :elasticsearch=>true, :elasticsearch_secure=>true, :export_cypher=>true, :windows=>true} link: https://travis-ci.org/logstash-plugins/logstash-input-rabbitmq/builds/116974749