How to use two type of grok in one conf file??
I have two type of logs in the same file but all the time the 1st grok is applied and it is failed to run
how to use two type of grokes in the same conf file ??
now im giving as follows ..
filter {
grok {
match => {
"grok_1" => Grok
"grok_2" => Grok
}
}
}