mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Add Detection AutoUpdate config
This commit is contained in:
@@ -1009,6 +1009,7 @@ soc:
|
||||
kratos:
|
||||
hostUrl:
|
||||
elastalertengine:
|
||||
autoUpdateEnabled: false
|
||||
communityRulesImportFrequencySeconds: 180
|
||||
elastAlertRulesFolder: /opt/sensoroni/elastalert
|
||||
rulesFingerprintFile: /opt/sensoroni/fingerprints/sigma.fingerprint
|
||||
@@ -1057,6 +1058,7 @@ soc:
|
||||
userFiles:
|
||||
- rbac/users_roles
|
||||
strelkaengine:
|
||||
autoUpdateEnabled: false
|
||||
compileYaraPythonScriptPath: /opt/so/conf/strelka/compile_yara.py
|
||||
reposFolder: /opt/sensoroni/yara/repos
|
||||
rulesRepos:
|
||||
|
||||
@@ -75,6 +75,10 @@ soc:
|
||||
description: 'Defines the Sigma Community Ruleset you want to run. One of these (core | core+ | core++ | all ) as well as an optional Add-on (emerging_threats_addon). WARNING! Changing the ruleset will remove all existing Sigma rules of the previous ruleset and their associated overrides. This removal cannot be undone.'
|
||||
global: True
|
||||
advanced: False
|
||||
autoUpdateEnabled:
|
||||
description: 'Set to true to enable automatic updates of the Sigma Community Ruleset.'
|
||||
global: True
|
||||
advanced: True
|
||||
elastic:
|
||||
index:
|
||||
description: Comma-separated list of indices or index patterns (wildcard "*" supported) that SOC will search for records.
|
||||
@@ -133,6 +137,11 @@ soc:
|
||||
description: Duration (in milliseconds) to wait for a response from the Salt API when executing common grid management tasks before giving up and showing an error on the SOC UI.
|
||||
global: True
|
||||
advanced: True
|
||||
strelkaengine:
|
||||
autoUpdateEnabled:
|
||||
description: 'Set to true to enable automatic updates of the Yara ruleset.'
|
||||
global: True
|
||||
advanced: True
|
||||
client:
|
||||
enableReverseLookup:
|
||||
description: Set to true to enable reverse DNS lookups for IP addresses in the SOC UI.
|
||||
|
||||
Reference in New Issue
Block a user