more precise wording in kafka annotation

Signed-off-by: reyesj2 <94730068+reyesj2@users.noreply.github.com>
This commit is contained in:
reyesj2
2024-06-20 16:16:55 -04:00
parent 73acfbf864
commit 2eea671857

View File

@@ -1,6 +1,6 @@
kafka: kafka:
enabled: enabled:
description: Enable or disable Kafka. It is recommended you have desired configuration staged prior to enabling Kafka. Including configuring the assigned controllers, setting topic replication factor, and adjusting Kafka retention. description: Set to True to enable Kafka. To avoid grid problems, do not enable Kafka until the related configuration is in place. Requires a valid Security Onion license key.
helpLink: kafka.html helpLink: kafka.html
cluster_id: cluster_id:
description: The ID of the Kafka cluster. description: The ID of the Kafka cluster.
@@ -13,7 +13,7 @@ kafka:
sensitive: True sensitive: True
helpLink: kafka.html helpLink: kafka.html
controllers: controllers:
description: A comma-separated list of hostnames that will act as Kafka controllers. These hosts will be responsible for managing the Kafka cluster. Note that only manager and receiver nodes are eligible to run Kafka. This configuration needs to be set before enabling Kafka. Failure to do so may result in Kafka topics becoming unavailable and requiring manual intervention to restore functionality or resetting Kafka resulting in data loss. description: A comma-separated list of hostnames that will act as Kafka controllers. These hosts will be responsible for managing the Kafka cluster. Note that only manager and receiver nodes are eligible to run Kafka. This configuration needs to be set before enabling Kafka. Failure to do so may result in Kafka topics becoming unavailable requiring manual intervention to restore functionality or reset Kafka, either of which can result in data loss.
forcedType: "string" forcedType: "string"
helpLink: kafka.html helpLink: kafka.html
reset: reset: