I have a newly installed graylog2 server (The stats from the rsyslog listener: graylog2-web-interface v0.20.0-preview.8) and I've set up 2 listeners udp gelf and udp rsyslog.
I used a small script to pipe output from an nginx access log to the graylog server over udp and it's getting messages but not storing them. I also switched a running app currently logging messages to a v0.11.0 server to the new graylog server, it too shows up in stats but isn't storing any events. How can I debug this? Here are the metrics from the syslog parser. org.graylog2.inputs.syslog.udp.SyslogUDPInput.3bd9b418-3441-4bdd-b1aa-125a2ffa04c8.incomingMessages (http://65.61.160.11:9000/system/metrics/c85ce130-6825-4291-92bd-782514106d66?prefilter=org.graylog2.inputs.syslog.udp.SyslogUDPInput.3bd9b418-3441-4bdd-b1aa-125a2ffa04c8#) Meter Total: 530 events Mean: 0.09 events/sec 1 minute avg: 0.1 events/sec 5 minute avg: 0.13 events/sec 15 minute avg: 0.13 events/sec org.graylog2.inputs.syslog.udp.SyslogUDPInput.3bd9b418-3441-4bdd-b1aa-125a2ffa04c8.incompleteMessages (http://65.61.160.11:9000/system/metrics/c85ce130-6825-4291-92bd-782514106d66?prefilter=org.graylog2.inputs.syslog.udp.SyslogUDPInput.3bd9b418-3441-4bdd-b1aa-125a2ffa04c8#) Meter Total: 530 events Mean: 0.09 events/sec 1 minute avg: 0.1 events/sec 5 minute avg: 0.13 events/sec 15 minute avg: 0.13 events/sec org.graylog2.inputs.syslog.udp.SyslogUDPInput.3bd9b418-3441-4bdd-b1aa-125a2ffa04c8.parsingFailures (http://65.61.160.11:9000/system/metrics/c85ce130-6825-4291-92bd-782514106d66?prefilter=org.graylog2.inputs.syslog.udp.SyslogUDPInput.3bd9b418-3441-4bdd-b1aa-125a2ffa04c8#) Meter Total: 0 events Mean: 0 events/sec 1 minute avg: 0 events/sec 5 minute avg: 0 events/sec 15 minute avg: 0 events/sec org.graylog2.inputs.syslog.udp.SyslogUDPInput.3bd9b418-3441-4bdd-b1aa-125a2ffa04c8.processedMessages (http://65.61.160.11:9000/system/metrics/c85ce130-6825-4291-92bd-782514106d66?prefilter=org.graylog2.inputs.syslog.udp.SyslogUDPInput.3bd9b418-3441-4bdd-b1aa-125a2ffa04c8#) Meter Total: 0 events Mean: 0 events/sec 1 minute avg: 0 events/sec 5 minute avg: 0 events/sec 15 minute avg: 0 events/sec -- Jeff Schoolcraft -- You received this message because you are subscribed to the Google Groups "graylog2" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
