hello, is it possible to do a searching of a list in field? e.g.
filter{
if ["a","b","c","d"] in [message]{
mutate{
add_field=>{"new_field"=>"%{message}"}
}
}
}
i want the "new_field" to be added only if at least 1 of the string in list appeared in field.