This add-on allows you to send your HAOS logs to a remote syslog server.
Add-on configuration:
syslog_host: syslog.local
syslog_port: 514
syslog_protocol: udp
syslog_ssl: false
syslog_ssl_verfify: false
key | name | description |
---|---|---|
syslog_host |
Syslog host | The hostname or IP address of the remote syslog server to send HAOS logs to. |
syslog_port |
Syslog port | The port of the remote syslog server to send HAOS logs to. |
syslog_protocol |
Transfer protocol | The protocol to be used to send HAOS logs. |
syslog_ssl |
SSL encryption | Whether or not to to use ssl encryption (only supported with tcp). |
syslog_ssl_verfify |
SSL verify | Whether or not to verify ssl certificate. |
In case you've found a bug, please open an issue on GitHub.