Files
basementhud/overlay/etc/rsyslog.conf
Dustin C. Hatch 1737604441 rsyslog: Send logs to Graylog
Ideally, we would use the log server address provided by DHCP, but for
now, we will just hard-code the destination.
2022-04-04 20:59:34 -05:00

10 lines
214 B
Plaintext

global(workDirectory="/var/lib/rsyslog")
module(load="imjournal"
StateFile="imjournal.state")
action(
type="omfwd"
Target="172.30.0.17"
Port="514"
template="RSYSLOG_SyslogProtocol23Format"
)