[logstash.filters.grok] Running grok filter missing in logs to apply grok filter

I can see that my grok filter for one file isnt working as the debugged log shows below. How can I fix to apply the logstash.filters.grok in below non-grok filter working file>

[2020-03-11T13:36:16,801][DEBUG][org.logstash.beats.BeatsHandler][test] [local: xx.x.x.xx:5044, remote: xx.x.x.y:64523] Sending a new message for the listener, sequence: 8

Working grok log-

[2020-03-11T13:28:30,959][DEBUG][org.logstash.beats.BeatsHandler][test] [local: xxx.x.x.x:5044, remote: xxx.x.x.x:58568] Sending a new message for the listener, sequence: 4
[2020-03-11T13:28:30,964][DEBUG][logstash.filters.grok    ][test] Running grok filter {:event=>#<LogStash::Event:0x94d3e8>}
[2020-03-11T13:28:30,969][DEBUG][logstash.filters.grok    ][test] Event now:  {:event=>#<LogStash::Event:0x94d3e8>}

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.