Switch license key to single line to avoid multiline/list conflicts

This commit is contained in:
Jason Ertel
2022-12-16 12:50:22 -05:00
parent 7853d972b6
commit b37697e95d
2 changed files with 0 additions and 2 deletions

View File

@@ -1,7 +1,6 @@
soc: soc:
logFilename: /opt/sensoroni/logs/sensoroni-server.log logFilename: /opt/sensoroni/logs/sensoroni-server.log
logLevel: info logLevel: info
licenseKey: ""
actions: actions:
- name: actionHunt - name: actionHunt
description: actionHuntHelp description: actionHuntHelp

View File

@@ -4,7 +4,6 @@ soc:
description: Optional Security Onion license key, in JSON format, to unlock enterprise features. description: Optional Security Onion license key, in JSON format, to unlock enterprise features.
global: True global: True
syntax: json syntax: json
multiline: True
logLevel: logLevel:
title: Log Level title: Log Level
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.