graylog --> vector

This commit is contained in:
Joseph Hanson 2024-04-13 19:21:29 -05:00
parent 61e3134c2f
commit 50359857a1
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -20,8 +20,9 @@ set system task-scheduler task backup-config executable path '/config/scripts/cu
set system time-zone 'America/Chicago'
# Syslog to graylog
# Syslog to vector
set system syslog global facility all level info
set system syslog host 10.45.0.4 facility kern level 'warning'
set system syslog host 10.45.0.4 protocol 'udp'
set system syslog host 10.45.0.4 port '1514'
set system syslog host 10.45.0.4 protocol 'tcp'
set system syslog host 10.45.0.4 port '6020'
set system syslog host 10.45.0.4 format 'octet-counted'