From cf5feafb1e2eda767267ed592619d57e20a8b454 Mon Sep 17 00:00:00 2001 From: Doug Burks Date: Tue, 9 May 2023 12:11:42 -0400 Subject: [PATCH] Update soc_idstools.yaml --- salt/idstools/soc_idstools.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/salt/idstools/soc_idstools.yaml b/salt/idstools/soc_idstools.yaml index e0ad6ba98..b9c70d835 100644 --- a/salt/idstools/soc_idstools.yaml +++ b/salt/idstools/soc_idstools.yaml @@ -1,8 +1,8 @@ idstools: config: oinkcode: - description: Enter your registration/oink code for paid NIDS rulesets. - title: registraion code + description: Enter your registration code or oinkcode for paid NIDS rulesets. + title: Registration Code global: True helpLink: rules.html ruleset: @@ -16,14 +16,14 @@ idstools: helpLink: rules.html sids: disabled: - description: Contains the list of NIDS rules manually disabled across the grid. To disable a rule, add its signature ID (SID) to the Current Grid Value box, one entry per line. To disable multiple rules, you can use regular expressions. + description: Contains the list of NIDS rules manually disabled across the grid. To disable a rule, add its Signature ID (SID) to the Current Grid Value box, one entry per line. To disable multiple rules, you can use regular expressions. global: True multiline: True forcedType: "[]string" regex: \d*|re:.* helpLink: managing-alerts.html enabled: - description: Contains the list of NIDS rules manually enabled across the grid. To enable a rule, add its signature ID (SID) to the Current Grid Value box, one entry per line. To enable multiple rules, you can use regular expressions. + description: Contains the list of NIDS rules manually enabled across the grid. To enable a rule, add its Signature ID (SID) to the Current Grid Value box, one entry per line. To enable multiple rules, you can use regular expressions. global: True multiline: True forcedType: "[]string"