mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Corrected a misspelling
This commit is contained in:
@@ -2244,7 +2244,7 @@ soc:
|
|||||||
description: Show all custom detections
|
description: Show all custom detections
|
||||||
- name: "All Detections - Enabled"
|
- name: "All Detections - Enabled"
|
||||||
query: "so_detection.isEnabled:true | groupby so_detection.language | groupby so_detection.ruleset so_detection.severity"
|
query: "so_detection.isEnabled:true | groupby so_detection.language | groupby so_detection.ruleset so_detection.severity"
|
||||||
description: Show all enalbed Detections
|
description: Show all enabled Detections
|
||||||
- name: "All Detections - Disabled"
|
- name: "All Detections - Disabled"
|
||||||
query: "so_detection.isEnabled:false | groupby so_detection.language | groupby so_detection.ruleset so_detection.severity"
|
query: "so_detection.isEnabled:false | groupby so_detection.language | groupby so_detection.ruleset so_detection.severity"
|
||||||
description: Show all disabled Detections
|
description: Show all disabled Detections
|
||||||
|
|||||||
Reference in New Issue
Block a user