I need some help checking if a string is contained within the value of a field.
my json has a key
"log.file.path.keyword":["myfolder/mypath/mylog.log"
I tried to parse it with
filter{
if "mylog.log" in [log.file.path.keyword] {do something{}}
}
I tried also with
filter{
if "mylog.log" in [log][file][path][keyword] {do something{}}
}
In the table view I can see it named as log.file.path with the right value, but under that value there is a field called "Multi fields" with a log.file.path.keyword item having the same value as above.
Is this correct? How can i parse it correctly?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.