Customize log download

Hi guys,

I am very new to Graylog. I am tasked to customize the output format of the log. For example, the current available download format is csv file. The problem of that is it displays all stacks in one line, which is hard to read.

For example:

java.lang.IndexOutOfBoundsException:
at…
at…
at…
Caused by: …

Are all displayed in one line in csv file: java.lang.IndexOutOfBoundsException:at…:at:…at:…:Caused by

Is it possible that I customize this function? For example, download a log file instead of a csv file.

Where should I get started? Can I download a graylog.ova file to start with or I should check out graylog from github, make change then recompile?

Thanks,

Sean

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