use the filter with Logstash 5.x#16
Conversation
|
i don't understand why travis is having trouble.. |
|
travis is having some issues https://www.traviscistatus.com/ |
|
This PR should also be incorporated #11 |
|
Hi guys, I want to report a problem that I'm facing now using the cipher filter. As far as i use the filter with a basic configuration such as input from file, cipher filter for encrypting a field and an output file, works pretty well. When I switch to a pipeline configuration more complex (3 inputs from rabbit, complex logic filter, output elasticsearch and file) it returns an exception
The fact that the filter works fine using another pipeline makes me confused about what possible error I'm facing here.... Any suggestions? |
|
Ok the issue is definitely when I use rabbitmq as input for logstash... |
|
sorry, I fixed the issue. It was missing a configuration for rabbitmq input |
I simply changed few things to make this filter supporting logstash 5.x
based on -->https://github.com/elastic/logstash/blob/5.x/docs/static/breaking-changes.asciidoc#ruby-filter-and-custom-plugin-developers
Thanks!