Merge pull request #10561 from Security-Onion-Solutions/jertel/pcap

Node description config setting should not accept a grid-wide value
This commit is contained in:
Jason Ertel
2023-06-09 12:02:51 -04:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -6,6 +6,5 @@ sensoroni:
timeout_ms: 900000 timeout_ms: 900000
parallel_limit: 5 parallel_limit: 5
node_checkin_interval_ms: 10000 node_checkin_interval_ms: 10000
node_description: ''
sensoronikey: sensoronikey:
soc_host: soc_host:

View File

@@ -24,6 +24,8 @@ sensoroni:
node_description: node_description:
description: Description of the specific node. description: Description of the specific node.
helpLink: sensoroni.html helpLink: sensoroni.html
node: True
forcedType: string
sensoronikey: sensoronikey:
description: Shared key for sensoroni authentication. description: Shared key for sensoroni authentication.
helpLink: sensoroni.html helpLink: sensoroni.html