mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
fix: Sensors can temporarily show offline while processing large PCAP jobs. Resolves #3279.
This commit is contained in:
@@ -45,7 +45,7 @@
|
|||||||
},
|
},
|
||||||
"sostatus": {
|
"sostatus": {
|
||||||
"refreshIntervalMs": 30000,
|
"refreshIntervalMs": 30000,
|
||||||
"offlineThresholdMs": 60000
|
"offlineThresholdMs": 900000
|
||||||
},
|
},
|
||||||
{% if THEHIVEKEY != '' %}
|
{% if THEHIVEKEY != '' %}
|
||||||
"thehive": {
|
"thehive": {
|
||||||
|
|||||||
Reference in New Issue
Block a user