mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 17:52:46 +01:00
Detection Engine Status Queries
A few for testing
This commit is contained in:
@@ -1447,6 +1447,13 @@ soc:
|
|||||||
casesEnabled: true
|
casesEnabled: true
|
||||||
detectionsEnabled: true
|
detectionsEnabled: true
|
||||||
inactiveTools: ['toolUnused']
|
inactiveTools: ['toolUnused']
|
||||||
|
detectionEngineStatusQueries:
|
||||||
|
- suricata:
|
||||||
|
IntegrityFailure: 'tags:so-soc AND soc.fields.error: "integrity check failed; discrepancies found" AND soc.fields.detectionEngine:"suricata"'
|
||||||
|
- elastalert:
|
||||||
|
IntegrityFailure: 'tags:so-soc AND soc.fields.error: "integrity check failed; discrepancies found" AND soc.fields.detectionEngine:"elastalert"'
|
||||||
|
- strelka:
|
||||||
|
IntegrityFailure: 'tags:so-soc AND soc.fields.error: "integrity check failed; discrepancies found" AND soc.fields.detectionEngine:"strelka"'
|
||||||
tools:
|
tools:
|
||||||
- name: toolKibana
|
- name: toolKibana
|
||||||
description: toolKibanaHelp
|
description: toolKibanaHelp
|
||||||
|
|||||||
Reference in New Issue
Block a user