mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Merge pull request #9010 from Security-Onion-Solutions/config
regex should match entire input against allowed logLevel values
This commit is contained in:
@@ -2,7 +2,7 @@ soc:
|
|||||||
logLevel:
|
logLevel:
|
||||||
description: The SOC log level, useful for enabling debug logging for advanced troubleshooting. Allowed values are debug, info, warn, error. The SOC log is available at /opt/so/log/soc/sensoroni-server.log.
|
description: The SOC log level, useful for enabling debug logging for advanced troubleshooting. Allowed values are debug, info, warn, error. The SOC log is available at /opt/so/log/soc/sensoroni-server.log.
|
||||||
global: True
|
global: True
|
||||||
regex: (info|debug|warn|error)
|
regex: ^(info|debug|warn|error)$
|
||||||
files:
|
files:
|
||||||
soc:
|
soc:
|
||||||
banner__md:
|
banner__md:
|
||||||
|
|||||||
Reference in New Issue
Block a user