logstash-plugins / logstash-output-rabbitmq

Apache License 2.0
17 stars 37 forks source link

add support for variable in message properties and message headers #80

Open krazar opened 5 years ago

krazar commented 5 years ago

Hello,

This merge request fixes the same issue as #72 . I just added the possibility to have variable in headers as well.

The example has been updated. The tests has been updated as well to take this scenario into account.

However, I am totally new to Ruby, so someone should review it before merge.

yaauie commented 4 years ago

I have revived this feature in the new RabbitMQ Integration Plugin: https://github.com/logstash-plugins/logstash-integration-rabbitmq/pull/9

Since the Integration Plugin requires Logstash 6.5, I'd appreciate your input on backport requirements to get this feature working for you.