mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-06-15 22:58:42 +02:00
regex for hostgroups
This commit is contained in:
@@ -37,6 +37,7 @@ firewall:
|
|||||||
description: List of IP or CIDR blocks to allow to this hostgroup.
|
description: List of IP or CIDR blocks to allow to this hostgroup.
|
||||||
helpLink: firewall.html
|
helpLink: firewall.html
|
||||||
advanced: True
|
advanced: True
|
||||||
|
multiline: True
|
||||||
regex: ^(([0-9]{1,3}\.){3}[0-9]{1,3}(\/([0-9]|[1-2][0-9]|3[0-2]))?)?$
|
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.
|
regexFailureMessage: You must enter a valid IP address or CIDR.
|
||||||
customhostgroup2: *customhostgroupsettings
|
customhostgroup2: *customhostgroupsettings
|
||||||
|
|||||||
@@ -74,7 +74,6 @@ base:
|
|||||||
- telegraf
|
- telegraf
|
||||||
- influxdb
|
- influxdb
|
||||||
- soc
|
- soc
|
||||||
- firewall.soc
|
|
||||||
- kratos
|
- kratos
|
||||||
- firewall
|
- firewall
|
||||||
- idstools
|
- idstools
|
||||||
@@ -119,7 +118,6 @@ base:
|
|||||||
- telegraf
|
- telegraf
|
||||||
- influxdb
|
- influxdb
|
||||||
- soc
|
- soc
|
||||||
- firewall.soc
|
|
||||||
- kratos
|
- kratos
|
||||||
- firewall
|
- firewall
|
||||||
- manager
|
- manager
|
||||||
@@ -162,7 +160,6 @@ base:
|
|||||||
- telegraf
|
- telegraf
|
||||||
- influxdb
|
- influxdb
|
||||||
- soc
|
- soc
|
||||||
- firewall.soc
|
|
||||||
- kratos
|
- kratos
|
||||||
- firewall
|
- firewall
|
||||||
- idstools
|
- idstools
|
||||||
@@ -226,7 +223,6 @@ base:
|
|||||||
- telegraf
|
- telegraf
|
||||||
- influxdb
|
- influxdb
|
||||||
- soc
|
- soc
|
||||||
- firewall.soc
|
|
||||||
- kratos
|
- kratos
|
||||||
- firewall
|
- firewall
|
||||||
- manager
|
- manager
|
||||||
@@ -296,7 +292,6 @@ base:
|
|||||||
- telegraf
|
- telegraf
|
||||||
- influxdb
|
- influxdb
|
||||||
- soc
|
- soc
|
||||||
- firewall.soc
|
|
||||||
- kratos
|
- kratos
|
||||||
- firewall
|
- firewall
|
||||||
- idstools
|
- idstools
|
||||||
|
|||||||
Reference in New Issue
Block a user