gsmith
(GSmith)
2
Hello @MazeOfFate
I seen something similar to this before.
Graylog only interrupt what logs has been sent, to the type of input being used, have you tried different inputs?
Correct me if I’m wrong , are you trying to separate the message into different fields?
2022-08-23 11:57:17,925 | INFO | Operation | MY-HOST-NAME-001 | Message Text
Or are you trying to just search for messages?
EDIT: Here is an example of regex grabbing the first pipe, this is a demo.
^.*?\|(.*?)\|.*$
Results: