Ideally, we would use the log server address provided by DHCP, but for now, we will just hard-code the destination.
10 lines
214 B
Plaintext
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"
|
|
)
|