Merge pull request #15290 from Security-Onion-Solutions/idstools-refactor

match correct custom ruleset name
This commit is contained in:
Josh Brower
2025-12-08 18:25:46 -05:00
committed by GitHub

View File

@@ -70,7 +70,7 @@
{# Define the Detections custom ruleset that should always be present #}
{% set CUSTOM_RULESET = {
'name': 'custom',
'name': '__custom__',
'description': 'User-created custom rules created via the Detections module in the SOC UI',
'sourceType': 'elasticsearch',
'sourcePath': 'so_detection.ruleset:__custom__',