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") ); };