Hi all,
I get the following error after upgrading to 2.3 OVA with GELF UDP inputs. I think the issue is with windows logs. I’m not sure how to fix (has empty mandatory “short_message” field) error. I’m using nxlog to send the logs to graylog. It was working fine before the upgrade.
Thank you
2017-08-02_18:29:13.05206 ERROR [DecodingProcessor] Unable to decode raw message RawMessage{id=8ed78700-77a8-11e7-8a43-005056a7396f, journalOffset=24785754395, codec=gelf, payloadSize=154, timestamp=2017-08-02T17:32:29.279Z, remoteAddress=/172.10.199.12:44245} on input <57152eefe765a0319615b39f>.%ERROR [DecodingProcessor] Unable to decode raw message RawMessage{id=8ed7ae05-77a8-11e7-8a43-005056a7396f, journalOffset=24785754402, codec=gelf, payloadSize=154, timestamp=2017-08-02T17:32:29.280Z, remoteAddress=/172.10.199.12:45571} on input <57152eefe765a0319615b39f>.%ERROR [DecodingProcessor] Error processing message RawMessage{id=8ed7ae02-77a8-11e7-8a43-005056a7396f, journalOffset=24785754399, codec=gelf, payloadSize=154, timestamp=2017-08-02T17:32:29.280Z, remoteAddress=/10.10.60.12:48745}% java.lang.IllegalArgumentException: GELF message <8ed7ae02-77a8-11e7-8a43-005056a7396f> (received from <10.10.60.12:48745>) has empty mandatory "short_message" field.
2017-08-02_18:29:13.05302 at org.graylog2.inputs.codecs.GelfCodec.validateGELFMessage(GelfCodec.java:252) ~[graylog.jar:?]
2017-08-02_18:29:13.05355 at org.graylog2.inputs.codecs.GelfCodec.decode(GelfCodec.java:134) ~[graylog.jar:?]
2017-08-02_18:29:13.05442 at org.graylog2.shared.buffers.processors.DecodingProcessor.processMessage(DecodingProcessor.java:146) ~[graylog.jar:?]
2017-08-02_18:29:13.05490 at org.graylog2.shared.buffers.processors.DecodingProcessor.onEvent(DecodingProcessor.java:87) [graylog.jar:?]
2017-08-02_18:29:13.05609 at org.graylog2.shared.buffers.processors.ProcessBufferProcessor.onEvent(ProcessBufferProcessor.java:74) [graylog.jar:?]
2017-08-02_18:29:13.05660 at org.graylog2.shared.buffers.processors.ProcessBufferProcessor.onEvent(ProcessBufferProcessor.java:42) [graylog.jar:?]
2017-08-02_18:29:13.05745 at com.lmax.disruptor.WorkProcessor.run(WorkProcessor.java:143) [graylog.jar:?]
2017-08-02_18:29:13.05856 at com.codahale.metrics.InstrumentedThreadFactory$InstrumentedRunnable.run(InstrumentedThreadFactory.java:66) [graylog.jar:?]