Grok Parse Failure

This support forum board is for support questions relating to Nagios Log Server, our solution for managing and monitoring critical log data.
Locked
dlukinski
Posts: 1130
Joined: Tue Oct 06, 2015 9:42 am

Grok Parse Failure

Post by dlukinski »

Hello LOG Support

We are having _grokparsefailure for these messages:

{"EventReceivedTime":"2019-06-13 08:23:39","SourceModuleName":"windowsfile","SourceModuleType":"im_file","message":"11,06/13/19,08:23:38,Renew,10.64.121.104,,08000FA3DBCC,,3849900216,0,,,,0x697070686F6E652E6D6974656C2E636F6D00,,,,,0"}

and that filter (created by support for us)

if [type] == "DHCPlog" {
grok {
match => { "message" => "%{INT:number},%{DATE:date},%{TIME:time},%{WORD:mtype},%{IP:ip},%{HOSTNAME:computername},%{BASE16NUM:mac},%{GREEDYDATA}"}

}
}
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: Grok Parse Failure

Post by benjaminsmith »

Hi @dlukinski,

I see you have opened a ticket for this issue. Please post any new replies to the ticket and we'll close this out. Thanks!
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked