I am receiving a message in Graylog which is very long, and would like to split it up in an extractor. I can use the "Replace with regular expression" extractor to replace certain tokens with other symbols (including \n, \\n, <br />, etc) but in the /search view the field is always rendered in a single line with those characters escaped.
Is there a way to render a field populated with an extractor as multiple lines in Graylog2? Or is the only way to send the message as multi-line from the source?