How to change view of streams to be more compact?

Hello,

Is there any way to change how streams view looks like? I find the view that currently inserts a header line between each log line extremely confusing when I browse multi-line logs (such as stack traces).

Is there any way to enable log view that is closer to how browsing logs on the raw linux box looks like? (timestamp/info as a prefix of the line)?

No, unless you want to use something like Tampermonkey in your browser.

This sounds like these messages should actually be a single message (i. e. one message per complete stack trace) and your ingest is sub-optimal. Maybe you can improve how these messages are ingested and processed.

The messages in Graylog aren’t line-oriented (like classic syslog), but expect (and are optimized for) structured logging.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.