Merge pull request #3356 from Security-Onion-Solutions/kilo

fix: Sensors can temporarily show offline while processing large PCAP…
This commit is contained in:
Mike Reeves
2021-03-08 19:14:54 -05:00
committed by GitHub

View File

@@ -45,7 +45,7 @@
}, },
"sostatus": { "sostatus": {
"refreshIntervalMs": 30000, "refreshIntervalMs": 30000,
"offlineThresholdMs": 60000 "offlineThresholdMs": 900000
}, },
{% if THEHIVEKEY != '' %} {% if THEHIVEKEY != '' %}
"thehive": { "thehive": {