mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
fix typo on suricata annotations. add to global annotations
This commit is contained in:
@@ -6,8 +6,13 @@ global:
|
|||||||
managerip:
|
managerip:
|
||||||
description: The IP address of the grid manager.
|
description: The IP address of the grid manager.
|
||||||
global: True
|
global: True
|
||||||
|
advanced: True
|
||||||
|
regex: ^(([0-9]{1,3}\.){3}[0-9]{1,3}(\/([0-9]|[1-2][0-9]|3[0-2]))?)?$
|
||||||
|
regexFailureMessage: You must enter a valid IP address or CIDR.
|
||||||
mdengine:
|
mdengine:
|
||||||
description: What engine to use for meta data generation. Options are ZEEK and SURICATA.
|
description: What engine to use for meta data generation. Options are ZEEK and SURICATA.
|
||||||
|
regex: ^(ZEEK|SURICATA)$
|
||||||
|
regexFailureMessage: You must enter either ZEEK or SURICATA.
|
||||||
global: True
|
global: True
|
||||||
ids:
|
ids:
|
||||||
description: Which IDS engine to use. Currently only Suricata is supported.
|
description: Which IDS engine to use. Currently only Suricata is supported.
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ suricata:
|
|||||||
advanced: True
|
advanced: True
|
||||||
readonly: True
|
readonly: True
|
||||||
threads:
|
threads:
|
||||||
description: The ammount of worker threads.
|
description: The amount of worker threads.
|
||||||
helpLink: suricata.html
|
helpLink: suricata.html
|
||||||
forcedType: int
|
forcedType: int
|
||||||
tpacket-v3:
|
tpacket-v3:
|
||||||
|
|||||||
Reference in New Issue
Block a user