Files
linuxtips/linux/remoteRsyslog/rsyslog.conf-send
T
2023-08-20 01:36:44 +02:00

12 lines
215 B
Plaintext

# in /etc/rsyslog.conf
# add in the sending rsyslogd
# use @@ or @ not BOTH!
#
*.* @@192.168.100.2:514 # for tcp
#*.* @192.168.100.2:514 # for udp
# @@ = tcp
# @ = udp
# After adding
#
# systemctl restart rsyslog