From d761d1ec209258e380be45e5410e580d196dfa3b Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Thu, 11 May 2023 09:47:08 -0500 Subject: [PATCH] Enabling vector log shipping -_- --- config-parts/system.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config-parts/system.sh b/config-parts/system.sh index 641fea7..1312adc 100644 --- a/config-parts/system.sh +++ b/config-parts/system.sh @@ -13,9 +13,9 @@ set system name-server '1.1.1.1' set system sysctl parameter kernel.pty.max value '24000' # Sent to vector syslog server -# set system syslog host 10.45.0.2 facility kern level 'warning' -# set system syslog host 10.45.0.2 facility kern protocol 'tcp' -# set system syslog host 10.45.0.2 port '6001' +set system syslog host 10.45.0.2 facility kern level 'warning' +set system syslog host 10.45.0.2 facility kern protocol 'tcp' +set system syslog host 10.45.0.2 port '6001' # Custom backup set system task-scheduler task backup-config crontab-spec '30 0 * * *'