Enabling vector log shipping -_-

This commit is contained in:
Joseph Hanson 2023-05-11 09:47:08 -05:00
parent 297ca92860
commit d761d1ec20
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -13,9 +13,9 @@ set system name-server '1.1.1.1'
set system sysctl parameter kernel.pty.max value '24000' set system sysctl parameter kernel.pty.max value '24000'
# Sent to vector syslog server # 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 level 'warning'
# set system syslog host 10.45.0.2 facility kern protocol 'tcp' 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 port '6001'
# Custom backup # Custom backup
set system task-scheduler task backup-config crontab-spec '30 0 * * *' set system task-scheduler task backup-config crontab-spec '30 0 * * *'