mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Merge pull request #12957 from Security-Onion-Solutions/cogburn/retry-import
Specify Error Retry Wait and Error Limit for All Detection Engines
This commit is contained in:
@@ -1279,6 +1279,8 @@ soc:
|
|||||||
- securityonion-resources+critical
|
- securityonion-resources+critical
|
||||||
- securityonion-resources+high
|
- securityonion-resources+high
|
||||||
communityRulesImportFrequencySeconds: 28800
|
communityRulesImportFrequencySeconds: 28800
|
||||||
|
communityRulesImportErrorSeconds: 300
|
||||||
|
failAfterConsecutiveErrorCount: 10
|
||||||
denyRegex: ''
|
denyRegex: ''
|
||||||
elastAlertRulesFolder: /opt/sensoroni/elastalert
|
elastAlertRulesFolder: /opt/sensoroni/elastalert
|
||||||
reposFolder: /opt/sensoroni/sigma/repos
|
reposFolder: /opt/sensoroni/sigma/repos
|
||||||
@@ -1346,6 +1348,8 @@ soc:
|
|||||||
- securityonion-yara
|
- securityonion-yara
|
||||||
autoUpdateEnabled: true
|
autoUpdateEnabled: true
|
||||||
communityRulesImportFrequencySeconds: 28800
|
communityRulesImportFrequencySeconds: 28800
|
||||||
|
communityRulesImportErrorSeconds: 300
|
||||||
|
failAfterConsecutiveErrorCount: 10
|
||||||
compileYaraPythonScriptPath: /opt/sensoroni/yara/compile_yara.py
|
compileYaraPythonScriptPath: /opt/sensoroni/yara/compile_yara.py
|
||||||
denyRegex: ''
|
denyRegex: ''
|
||||||
reposFolder: /opt/sensoroni/yara/repos
|
reposFolder: /opt/sensoroni/yara/repos
|
||||||
@@ -1364,6 +1368,8 @@ soc:
|
|||||||
allowRegex: ''
|
allowRegex: ''
|
||||||
autoUpdateEnabled: true
|
autoUpdateEnabled: true
|
||||||
communityRulesImportFrequencySeconds: 28800
|
communityRulesImportFrequencySeconds: 28800
|
||||||
|
communityRulesImportErrorSeconds: 300
|
||||||
|
failAfterConsecutiveErrorCount: 10
|
||||||
communityRulesFile: /nsm/rules/suricata/emerging-all.rules
|
communityRulesFile: /nsm/rules/suricata/emerging-all.rules
|
||||||
denyRegex: ''
|
denyRegex: ''
|
||||||
rulesFingerprintFile: /opt/sensoroni/fingerprints/emerging-all.fingerprint
|
rulesFingerprintFile: /opt/sensoroni/fingerprints/emerging-all.fingerprint
|
||||||
|
|||||||
Reference in New Issue
Block a user