Logs in Splunk or ELK

Is there a way to avoid writing logs locally only? It would be nice to see them in some other tool to write queries on top.

The history implementations are designed to export data from Home Assistant to a third-party tool.

Actually I’m using InfluxDB for the history, but I’m interested in everything else including warning and other messages (like startup) that Home Assistant is producing.

You could configure and use filebeat to send to logstash

1 Like

Was thinking of the best way. I think using hass.io with a plugin would be best.
I will try to look and learn a bit how plugins work with hass.io maybe I can get something configurable so it can take more logs (from other containers) not just from home-assistant.

If someone has some other ideas or if there is already something built in let me know.

1 Like