I want to add a filter to my existing saved search where I want hide message based on source_name and event_id. So basically if source_name=Microsoft-Windows-Perflib and event_id=1008 then it should display on the discover page.
{
"query": {
"match": {
"source_name": {
"query": "Microsoft-Windows-Perflib",
"type": "phrase"
}
}
}
}
The above filter i added just uses the source name. Can some one help me add filter based on two conditions? I am not given a lot of time to sort few things and i might add more questions as i work in this
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.