fix typo on suricata annotations. add to global annotations

This commit is contained in:
m0duspwnens
2023-05-26 09:37:57 -04:00
parent 5c933910aa
commit 5b4ec70ca6
2 changed files with 6 additions and 1 deletions

View File

@@ -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.

View File

@@ -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: