HI there,
I'm really new ELK stack. I would like to know if it was possible to base a filter on a list, contained in a file ?
Basically, instead of :
if "string1" in [log] or "string2" in [log] or "string3" in [log] or ... {}
Is it possible to do something like :
if [log] in "./list_of_strings.txt" {}
My problem concerns a list of around 3000 strings. Is there some kind of plugin for this or my problem should not be addressed with Logstash ?
Have a nice day.