Sonny Laskar
Sonny Laskar
Thanks @mvadu for your reply. So what should I do to resolve this issue? I tried both POSIXlt and POSIXct classes for the timestamp. Please assist.
What is the solution to this issue? What workaround can be done to send a message from one stream to another via pipeline?
That didn't work. On adding clone_message, the throughput on that rule increased exponentially leading to 100% heap size usage and Graylog crashed. @graylog2 Team, this seems to be a serious...
I have the below rule connected to Stream1 and writing the message to Stream2: ``` rule "sampleRule" when to_string($message.field) == "somevalue" then let msg = clone_message(); route_to_stream("Stream2", "", msg); end...
I tried your rule. But the same issue occurred.
I cleaned up everything to ensure that I have only 1 MIB file. Now Error is about **IndexOutOfBounds**: ``` 2017-08-04T17:18:14.453+05:30 ERROR [SnmpMibsLoader] Error loading MIB file: /usr/share/snmp/mibs/1/VMWARE-ROOT-MIB.mib java.lang.IndexOutOfBoundsException: Index: 0,...
Attached is the MIB file which gave **java.lang.NullPointerException** exception [mib-rfc1907.txt](https://github.com/graylog-labs/graylog-plugin-snmp/files/1200389/mib-rfc1907.txt) ``` 2017-08-04T17:50:17.605+05:30 ERROR [SnmpMibsLoader] Error loading MIB file: /usr/share/snmp/mibs/mib-rfc1907.txt java.lang.NullPointerException: null at net.percederberg.grammatica.parser.TokenNFA.match(TokenNFA.java:194) ~[graylog-plugin-snmp-0.3.0.jar:?] at net.percederberg.grammatica.parser.Tokenizer$NFAMatcher.match(Tokenizer.java:560) ~[graylog-plugin-snmp-0.3.0.jar:?] at net.percederberg.grammatica.parser.Tokenizer.nextToken(Tokenizer.java:328) ~[graylog-plugin-snmp-0.3.0.jar:?]...
I was about to report the same issue. This seems to be an easy fix. Looking forward to the next build. Thanks to the team.