From 50359857a18e0e7016c902ab2babbb0ba5e2b618 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Sat, 13 Apr 2024 19:21:29 -0500 Subject: [PATCH] graylog --> vector --- config-parts/system.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config-parts/system.sh b/config-parts/system.sh index 43cc2cf..c19332e 100644 --- a/config-parts/system.sh +++ b/config-parts/system.sh @@ -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'