XOA Logging to Graylog

Hi Guys,

From today, I’m on the latest XO community build thats running on an up to date Trixie VM and have added the appropriate instruction to the config.toml file to pass logs to my Graylog server. Anything in the journalctl file for the xo-server is streaming back to my UDP input on GL (so all good there). However, the information I was hoping for, such as backup tasks running (success/failure) etc, isn’t in the logs. Just checking if there is a way to enhance the logging to include more data/events.

Many thanks

IM

You can pull that data via their API

But I am not sure how to get that into Graylog, It might be better suited for an n8n integration. I have been thinking about doing that, but having XO send me a backup completed email has been good enough.

Thanks Tom. I’ll look in to running this through a workflow. I think there are some N8N packages to add-on a TCP/UDP node for syslog servers.

Thanks again

IM