Fix CopyPasta

Strelka annotations referenced ElastAlert. Fixed.
This commit is contained in:
Corey Ogburn
2024-08-08 13:31:08 -06:00
parent 8c1feccbe0
commit c71b9f6e8f

View File

@@ -209,7 +209,7 @@ soc:
forcedType: int forcedType: int
strelkaengine: strelkaengine:
aiRepoUrl: aiRepoUrl:
description: URL to the AI repository. This is used to pull in AI models for use in ElastAlert rules. description: URL to the AI repository. This is used to pull in AI models for use in Strelka rules.
global: True global: True
advanced: True advanced: True
aiRepoBranch: aiRepoBranch:
@@ -217,11 +217,11 @@ soc:
global: True global: True
advanced: True advanced: True
aiRepoPath: aiRepoPath:
description: Path to the AI repository. This is used to pull in AI models for use in ElastAlert rules. description: Path to the AI repository. This is used to pull in AI models for use in Strelka rules.
global: True global: True
advanced: True advanced: True
showAiSummaries: showAiSummaries:
description: Show AI summaries for ElastAlert rules. description: Show AI summaries for Strelka rules.
global: True global: 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'