mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
make rule settings advanced
This commit is contained in:
@@ -26,6 +26,7 @@ idstools:
|
|||||||
regex: \d*|re:.*
|
regex: \d*|re:.*
|
||||||
helpLink: managing-alerts.html
|
helpLink: managing-alerts.html
|
||||||
readonlyUi: True
|
readonlyUi: True
|
||||||
|
advanced: true
|
||||||
enabled:
|
enabled:
|
||||||
description: Contains the list of NIDS rules (or regex patterns) enabled across the grid. This setting is readonly; Use the Detections screen to enable rules.
|
description: Contains the list of NIDS rules (or regex patterns) enabled across the grid. This setting is readonly; Use the Detections screen to enable rules.
|
||||||
global: True
|
global: True
|
||||||
@@ -34,6 +35,7 @@ idstools:
|
|||||||
regex: \d*|re:.*
|
regex: \d*|re:.*
|
||||||
helpLink: managing-alerts.html
|
helpLink: managing-alerts.html
|
||||||
readonlyUi: True
|
readonlyUi: True
|
||||||
|
advanced: true
|
||||||
modify:
|
modify:
|
||||||
description: Contains the list of NIDS rules (SID "REGEX_SEARCH_TERM" "REGEX_REPLACE_TERM"). This setting is readonly; Use the Detections screen to modify rules.
|
description: Contains the list of NIDS rules (SID "REGEX_SEARCH_TERM" "REGEX_REPLACE_TERM"). This setting is readonly; Use the Detections screen to modify rules.
|
||||||
global: True
|
global: True
|
||||||
@@ -41,6 +43,7 @@ idstools:
|
|||||||
forcedType: "[]string"
|
forcedType: "[]string"
|
||||||
helpLink: managing-alerts.html
|
helpLink: managing-alerts.html
|
||||||
readonlyUi: True
|
readonlyUi: True
|
||||||
|
advanced: true
|
||||||
rules:
|
rules:
|
||||||
local__rules:
|
local__rules:
|
||||||
description: Contains the list of custom NIDS rules applied to the grid. This setting is readonly; Use the Detections screen to adjust rules.
|
description: Contains the list of custom NIDS rules applied to the grid. This setting is readonly; Use the Detections screen to adjust rules.
|
||||||
|
|||||||
@@ -12,6 +12,7 @@ suricata:
|
|||||||
title: SIDS
|
title: SIDS
|
||||||
helpLink: suricata.html
|
helpLink: suricata.html
|
||||||
readonlyUi: True
|
readonlyUi: True
|
||||||
|
advanced: true
|
||||||
classification:
|
classification:
|
||||||
classification__config:
|
classification__config:
|
||||||
description: Classifications config file.
|
description: Classifications config file.
|
||||||
|
|||||||
Reference in New Issue
Block a user