Ignition send logs to graylog

Is there any way to send Ignition logs to Graylog server?

Regards,

If Graylog can receive syslog messages you may have luck with something like this: Configure Wrapper Log for single-line messages - #10 by kcollins1

1 Like

There is a great amount of flexibility offered via the data/logback.xml configuration file (see the logback manual for reference). You can do everything from adding or customizing appenders, filtering, and more. It will be the aspect you’re working with if you’re going to configure log shipping. As is referenced in the thread Kevin mentioned, logback only does udp syslog. Something to keep in mind as you assemble/develop your strategy.

1 Like