no persist config

This commit is contained in:
Kameron Kenny 2024-06-07 17:58:34 -04:00
parent 90b14ffc2e
commit b8d82ca0a3
No known key found for this signature in database
GPG Key ID: E5006629839D2276
1 changed files with 0 additions and 8 deletions

View File

@ -33,7 +33,6 @@ destination d_unifi_firewall {
user("elastic") user("elastic")
password("forty6and2") password("forty6and2")
url("http://pi501.in.thelinuxpro.net:9200/_bulk") url("http://pi501.in.thelinuxpro.net:9200/_bulk")
persist-name("persist")
); );
}; };
@ -44,7 +43,6 @@ destination d_unifi_dnsmasq {
user("elastic") user("elastic")
password("forty6and2") password("forty6and2")
url("http://pi501.in.thelinuxpro.net:9200/_bulk") url("http://pi501.in.thelinuxpro.net:9200/_bulk")
persist-name("persist")
); );
}; };
@ -55,7 +53,6 @@ destination d_unifi_systemd {
user("elastic") user("elastic")
password("forty6and2") password("forty6and2")
url("http://pi501.in.thelinuxpro.net:9200/_bulk") url("http://pi501.in.thelinuxpro.net:9200/_bulk")
persist-name("persist")
); );
}; };
@ -66,7 +63,6 @@ destination d_unifi_stahtd {
user("elastic") user("elastic")
password("forty6and2") password("forty6and2")
url("http://pi501.in.thelinuxpro.net:9200/_bulk") url("http://pi501.in.thelinuxpro.net:9200/_bulk")
persist-name("persist")
); );
}; };
@ -77,7 +73,6 @@ destination d_unifi_mcad {
user("elastic") user("elastic")
password("forty6and2") password("forty6and2")
url("http://pi501.in.thelinuxpro.net:9200/_bulk") url("http://pi501.in.thelinuxpro.net:9200/_bulk")
persist-name("persist")
); );
}; };
@ -88,7 +83,6 @@ destination d_unifi_hostapd {
user("elastic") user("elastic")
password("forty6and2") password("forty6and2")
url("http://pi501.in.thelinuxpro.net:9200/_bulk") url("http://pi501.in.thelinuxpro.net:9200/_bulk")
persist-name("persist")
); );
}; };
@ -99,7 +93,6 @@ destination d_unifi_wlan {
user("elastic") user("elastic")
password("forty6and2") password("forty6and2")
url("http://pi501.in.thelinuxpro.net:9200/_bulk") url("http://pi501.in.thelinuxpro.net:9200/_bulk")
persist-name("persist")
); );
}; };
@ -110,7 +103,6 @@ destination d_syslog_ng_es {
user("elastic") user("elastic")
password("forty6and2") password("forty6and2")
url("http://pi501.in.thelinuxpro.net:9200/_bulk") url("http://pi501.in.thelinuxpro.net:9200/_bulk")
persist-name("persist")
); );
}; };