Selection by regexp is displaced #804
Closed
Comments
bernd
added a commit
to graylog-labs/graylog2-web-interface
that referenced
this issue
Jan 15, 2015
If the regex test message contained a "%10", the test result was off because of encoding problems. Fixes Graylog2/graylog2-server#804
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Then i try to create regexp-extractor, any selection, which i do is displace on 2 symbols to left. Example:
Example origin message:
"<188>Dec 5 18:30:33 2014 pnz_clck_4fl %%10IFNET/4/INTERFACE UPDOWN(t): Trap 1.3.6.1.6.3.1.1.5.3: Interface 9437220 is Down, ifAdminStatus is 1, ifOperStatus is 2 "
Regexp:
: (.+):
Expected selection:
Trap 1.3.6.1.6.3.1.1.5.3
Getting selection:
: Trap 1.3.6.1.6.3.1.1.5
version: 0.92 from 1st december 2014
The text was updated successfully, but these errors were encountered: