Kapisi/roles/Sharingan/templates/graylog.conf.j2

11 rivejä
297 B
Plaintext
Raaka Normaali näkymä Historia

2020-10-18 23:49:25 -05:00
# Define TCP syslog destination.
destination d_graylog {
syslog("{{ logserver }}" port(10514));
};
# Tell syslog-ng to send data from source s_src to the newly defined syslog destination.
log {
source(src); # Defined in the default syslog-ng configuration.
destination(d_graylog);
};