Hello,
I know that i can filter on specific tags in Logstash with an IF, but i don't want to filter on the tag names, i want to filter on what a tag contains. So if tag "environment" == "production" then i want to do something.
How can i achieve this? I cannot find it anywhere!