Sometimes I would like to view log entries as a "standard" looking text based log file.
Right now sometimes I'll end up going to the server where the logs were generated just so I can display a block of text to follow a timeline of logs a little quicker than going through graylog. This totally defeats the purpose of having central logging, but it's still saving me time.
For example, sometimes a script needs to have debug enabled while it parses through a file with 1,000 lines of data in it. Since debug is enabled it literally spits every line it processes into the log files as it parses lines. I would like to view this as a sequential log entry file rather than each and every entry having its own object in the graylog ui.
I do realize that it has a "Show Surrounding Messages" function, but that still shows each message in an individual object in the gui.
It would be really nice to see this in a standard log view. So that it literally looks like a normal text based log.
Use Case: In troubleshooting an application behavior over a 5 minute period which consists of 700 log messages, I don't want to have to expand each message individually. It would be much more human readable if I can view these logs as a "standard" log file rather than through the GUI.
Is this possible, and if so, how can I do it? Thanks