mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
globals
This commit is contained in:
@@ -12,11 +12,18 @@ global:
|
|||||||
mdengine:
|
mdengine:
|
||||||
description: Which engine to use for meta data generation. Options are ZEEK and SURICATA.
|
description: Which engine to use for meta data generation. Options are ZEEK and SURICATA.
|
||||||
regex: ^(ZEEK|SURICATA)$
|
regex: ^(ZEEK|SURICATA)$
|
||||||
|
options:
|
||||||
|
- ZEEK
|
||||||
|
- SURICATA
|
||||||
regexFailureMessage: You must enter either ZEEK or SURICATA.
|
regexFailureMessage: You must enter either ZEEK or SURICATA.
|
||||||
global: True
|
global: True
|
||||||
pcapengine:
|
pcapengine:
|
||||||
description: Which engine to use for generating pcap. Options are STENO, SURICATA or TRANSITION.
|
description: Which engine to use for generating pcap. Options are STENO, SURICATA or TRANSITION.
|
||||||
regex: ^(STENO|SURICATA|TRANSITION)$
|
regex: ^(STENO|SURICATA|TRANSITION)$
|
||||||
|
options:
|
||||||
|
- STENO
|
||||||
|
- SURICATA
|
||||||
|
- TRANSITION
|
||||||
regexFailureMessage: You must enter either STENO, SURICATA or TRANSITION.
|
regexFailureMessage: You must enter either STENO, SURICATA or TRANSITION.
|
||||||
global: True
|
global: True
|
||||||
ids:
|
ids:
|
||||||
@@ -38,6 +45,9 @@ global:
|
|||||||
pipeline:
|
pipeline:
|
||||||
description: Sets which pipeline technology for events to use. Currently only Redis is fully supported. Kafka is experimental and requires a Security Onion Pro license.
|
description: Sets which pipeline technology for events to use. Currently only Redis is fully supported. Kafka is experimental and requires a Security Onion Pro license.
|
||||||
regex: ^(REDIS|KAFKA)$
|
regex: ^(REDIS|KAFKA)$
|
||||||
|
options:
|
||||||
|
- REDIS
|
||||||
|
- KAFKA
|
||||||
regexFailureMessage: You must enter either REDIS or KAFKA.
|
regexFailureMessage: You must enter either REDIS or KAFKA.
|
||||||
global: True
|
global: True
|
||||||
advanced: True
|
advanced: True
|
||||||
|
|||||||
Reference in New Issue
Block a user