Merge pull request #9010 from Security-Onion-Solutions/config

regex should match entire input against allowed logLevel values
This commit is contained in:
Jason Ertel
2022-10-27 13:17:51 -04:00
committed by GitHub

View File

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