How to send journal events to a GELF endpoint?

I would like to send all journal events to a remote GELF server (in my case - seq). Is there a way to do this?

Please note that I am interested by the HA journal entries, not the HA logs that already get sent there.

afaik these are records in your HA db, sending might require seperate solution. Pulling would be SQL based.

1 Like

The logbook is stored using SQL in whatever database you have configured in recorder. You might be able to write a custom integration or other service that queries the HA database, converts the events to some format that Greylog might be able to pick up and then import them that way.