mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
fix typo on suricata annotations. add to global annotations
This commit is contained in:
@@ -6,8 +6,13 @@ global:
|
||||
managerip:
|
||||
description: The IP address of the grid manager.
|
||||
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:
|
||||
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
|
||||
ids:
|
||||
description: Which IDS engine to use. Currently only Suricata is supported.
|
||||
|
||||
@@ -28,7 +28,7 @@ suricata:
|
||||
advanced: True
|
||||
readonly: True
|
||||
threads:
|
||||
description: The ammount of worker threads.
|
||||
description: The amount of worker threads.
|
||||
helpLink: suricata.html
|
||||
forcedType: int
|
||||
tpacket-v3:
|
||||
|
||||
Reference in New Issue
Block a user