Hey there,
In my logstash config file I must look for a lot of expressions in order to know if there are errors or possible errors, but trying to look for those expressions with conditionals in my logstash file doesn't seem very productive. Is there any way that I could try to look for those expressions without having to do it by conditionals? Maybe from a different file with all those expressions that I want to look for?
Any help would be great!
Thanks!