Good morning. I’m, receiving a error when Graylog is trying to parse messages from Windows Events via NxLog. Here is the error message on Graylog:
{“type”:“mapper_parsing_exception”,“reason”:“failed to parse field [EventType] of type [long] in document with id ‘e27e4051-0f95-11ea-985d-1c98ec14eaa4’”,“caused_by”:{“type”:“illegal_argument_exception”,“reason”:“For input string: “INFO””}}
I’ve followed the documentation for NxLog side and creating the Input. Here is that configuration:
Module xm_gelf ########## INPUTS ###########Module im_msvistalog
Module om_udp
Host Server IP
Port 12202
OutputType GELF
Path eventlog => udp
Has anyone come into an issue like this before? This is my first time trying to get Windows Event logs into Gelf. Any ideas?