From b8d82ca0a3b23dd6f4446e8255bd3ae80901bfca Mon Sep 17 00:00:00 2001 From: Kameron Kenny <1267885+kkenny@users.noreply.github.com> Date: Fri, 7 Jun 2024 17:58:34 -0400 Subject: [PATCH] no persist config --- config/syslog-ng.conf | 8 -------- 1 file changed, 8 deletions(-) diff --git a/config/syslog-ng.conf b/config/syslog-ng.conf index 5b87322..c5a3b4e 100644 --- a/config/syslog-ng.conf +++ b/config/syslog-ng.conf @@ -33,7 +33,6 @@ destination d_unifi_firewall { user("elastic") password("forty6and2") url("http://pi501.in.thelinuxpro.net:9200/_bulk") - persist-name("persist") ); }; @@ -44,7 +43,6 @@ destination d_unifi_dnsmasq { user("elastic") password("forty6and2") url("http://pi501.in.thelinuxpro.net:9200/_bulk") - persist-name("persist") ); }; @@ -55,7 +53,6 @@ destination d_unifi_systemd { user("elastic") password("forty6and2") url("http://pi501.in.thelinuxpro.net:9200/_bulk") - persist-name("persist") ); }; @@ -66,7 +63,6 @@ destination d_unifi_stahtd { user("elastic") password("forty6and2") url("http://pi501.in.thelinuxpro.net:9200/_bulk") - persist-name("persist") ); }; @@ -77,7 +73,6 @@ destination d_unifi_mcad { user("elastic") password("forty6and2") url("http://pi501.in.thelinuxpro.net:9200/_bulk") - persist-name("persist") ); }; @@ -88,7 +83,6 @@ destination d_unifi_hostapd { user("elastic") password("forty6and2") url("http://pi501.in.thelinuxpro.net:9200/_bulk") - persist-name("persist") ); }; @@ -99,7 +93,6 @@ destination d_unifi_wlan { user("elastic") password("forty6and2") url("http://pi501.in.thelinuxpro.net:9200/_bulk") - persist-name("persist") ); }; @@ -110,7 +103,6 @@ destination d_syslog_ng_es { user("elastic") password("forty6and2") url("http://pi501.in.thelinuxpro.net:9200/_bulk") - persist-name("persist") ); };