Add Influx module to SOC config

This commit is contained in:
Jason Ertel
2021-04-09 14:58:15 -04:00
parent 21d922c640
commit 5cb73ced36

View File

@@ -53,6 +53,13 @@
"cacheMs": {{ ES_FIELDCAPS_CACHE }},
"verifyCert": false
},
"influxdb": {
"hostUrl": "https://{{ MANAGERIP }}:8086",
"token": "",
"org": "",
"bucket": "telegraf",
"verifyCert": false
},
"sostatus": {
"refreshIntervalMs": 30000,
"offlineThresholdMs": 900000