geerlingguy / ansible-role-fluentd

Ansible role - Fluentd (td-agent)
https://galaxy.ansible.com/geerlingguy/fluentd
MIT License
34 stars 28 forks source link

Fluentd filters should go before matches #2

Closed geerlingguy closed 4 years ago

geerlingguy commented 4 years ago

Currently if something matches (like solr.**), then you try to add a filter (on solr.**), it is placed below the match, so it is never evaluated. The order needs to be flipped.