Graylog2 / Graylog2/graylog2-server
Syslog - support msgid
Open
feature
triaged
- Dominant language
- Java
- Stars
- 8.1k
- Forks
- 1.1k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 217
Description
I propose dealing with the MSGID field in syslog messages the same as dealing with the application ID and process ID - extracting it into a separate field if possible, automatically (https://github.com/Graylog2/graylog2-server/blob/master/graylog2-inputs/src/main/java/org/graylog2/inputs/codecs/SyslogCodec.java#L164).
Doing this would make searching using message IDs possible. (We put filenames in there, for example.)
Contributor guide
Assessment
This issue has not been assessed yet.