Hello,
Please advise is there any possibility to capture stream in graylog for future processing?
I mean starting “from” “to” using pattern and.
For example:
From: info:START_REQUEST
To: info: END_REQUEST
Currently graylog breaks into pieces entire event. Which should not be, but so as it is something like JSON (multiline) graylog consider each line of JSON lile a separate message.
Which function i should use this in order to avoid it and get each event intact from: info:START_REQUEST
To: info: END_REQUEST?