mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Add Influx module to SOC config
This commit is contained in:
@@ -53,6 +53,13 @@
|
|||||||
"cacheMs": {{ ES_FIELDCAPS_CACHE }},
|
"cacheMs": {{ ES_FIELDCAPS_CACHE }},
|
||||||
"verifyCert": false
|
"verifyCert": false
|
||||||
},
|
},
|
||||||
|
"influxdb": {
|
||||||
|
"hostUrl": "https://{{ MANAGERIP }}:8086",
|
||||||
|
"token": "",
|
||||||
|
"org": "",
|
||||||
|
"bucket": "telegraf",
|
||||||
|
"verifyCert": false
|
||||||
|
},
|
||||||
"sostatus": {
|
"sostatus": {
|
||||||
"refreshIntervalMs": 30000,
|
"refreshIntervalMs": 30000,
|
||||||
"offlineThresholdMs": 900000
|
"offlineThresholdMs": 900000
|
||||||
|
|||||||
Reference in New Issue
Block a user