no persist config
This commit is contained in:
parent
90b14ffc2e
commit
b8d82ca0a3
|
@ -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")
|
||||
);
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue