Skip to content

Commit

Permalink
Merge pull request #12957 from Security-Onion-Solutions/cogburn/retry…
Browse files Browse the repository at this point in the history
…-import

Specify Error Retry Wait and Error Limit for All Detection Engines
  • Loading branch information
coreyogburn authored May 7, 2024
2 parents b4817fa + 1da88b7 commit cb7dea1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions salt/soc/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1279,6 +1279,8 @@ soc:
- securityonion-resources+critical
- securityonion-resources+high
communityRulesImportFrequencySeconds: 28800
communityRulesImportErrorSeconds: 300
failAfterConsecutiveErrorCount: 10
denyRegex: ''
elastAlertRulesFolder: /opt/sensoroni/elastalert
reposFolder: /opt/sensoroni/sigma/repos
Expand Down Expand Up @@ -1346,6 +1348,8 @@ soc:
- securityonion-yara
autoUpdateEnabled: true
communityRulesImportFrequencySeconds: 28800
communityRulesImportErrorSeconds: 300
failAfterConsecutiveErrorCount: 10
compileYaraPythonScriptPath: /opt/sensoroni/yara/compile_yara.py
denyRegex: ''
reposFolder: /opt/sensoroni/yara/repos
Expand All @@ -1364,6 +1368,8 @@ soc:
allowRegex: ''
autoUpdateEnabled: true
communityRulesImportFrequencySeconds: 28800
communityRulesImportErrorSeconds: 300
failAfterConsecutiveErrorCount: 10
communityRulesFile: /nsm/rules/suricata/emerging-all.rules
denyRegex: ''
rulesFingerprintFile: /opt/sensoroni/fingerprints/emerging-all.fingerprint
Expand Down

0 comments on commit cb7dea1

Please sign in to comment.