mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Merge pull request #13961 from Security-Onion-Solutions/cogburn/engine-update-config
Add Annotations to Existing Detections Options
This commit is contained in:
@@ -223,6 +223,10 @@ soc:
|
|||||||
helpLink: sigma.html
|
helpLink: sigma.html
|
||||||
so-eval: *autoEnabledSigmaRules
|
so-eval: *autoEnabledSigmaRules
|
||||||
so-import: *autoEnabledSigmaRules
|
so-import: *autoEnabledSigmaRules
|
||||||
|
autoUpdateEnabled:
|
||||||
|
description: 'Automatically update Sigma rules on a regular basis. This will update the rules based on the configured frequency.'
|
||||||
|
global: True
|
||||||
|
advanced: True
|
||||||
communityRulesImportFrequencySeconds:
|
communityRulesImportFrequencySeconds:
|
||||||
description: 'How often to check for new Sigma rules (in seconds). This applies to both Community Rule Packages and any configured Git repos.'
|
description: 'How often to check for new Sigma rules (in seconds). This applies to both Community Rule Packages and any configured Git repos.'
|
||||||
global: True
|
global: True
|
||||||
@@ -329,6 +333,10 @@ soc:
|
|||||||
showAiSummaries:
|
showAiSummaries:
|
||||||
description: Show AI summaries for Strelka rules.
|
description: Show AI summaries for Strelka rules.
|
||||||
global: True
|
global: True
|
||||||
|
autoUpdateEnabled:
|
||||||
|
description: 'Automatically update YARA rules on a regular basis. This will update the rules based on the configured frequency.'
|
||||||
|
global: True
|
||||||
|
advanced: True
|
||||||
autoEnabledYaraRules:
|
autoEnabledYaraRules:
|
||||||
description: 'YARA rules to automatically enable on initial import. Format is $Ruleset - for example, for the default shipped ruleset: securityonion-yara'
|
description: 'YARA rules to automatically enable on initial import. Format is $Ruleset - for example, for the default shipped ruleset: securityonion-yara'
|
||||||
global: True
|
global: True
|
||||||
@@ -367,6 +375,10 @@ soc:
|
|||||||
showAiSummaries:
|
showAiSummaries:
|
||||||
description: Show AI summaries for Suricata rules.
|
description: Show AI summaries for Suricata rules.
|
||||||
global: True
|
global: True
|
||||||
|
autoUpdateEnabled:
|
||||||
|
description: 'Automatically update Suricata rules on a regular basis. This will update the rules based on the configured frequency.'
|
||||||
|
global: True
|
||||||
|
advanced: True
|
||||||
communityRulesImportFrequencySeconds:
|
communityRulesImportFrequencySeconds:
|
||||||
description: 'How often to check for new Suricata rules (in seconds).'
|
description: 'How often to check for new Suricata rules (in seconds).'
|
||||||
global: True
|
global: True
|
||||||
|
|||||||
Reference in New Issue
Block a user