From cce73771bce422e3c42d778bd33e9cb86adb39c6 Mon Sep 17 00:00:00 2001 From: Ben Clive Date: Tue, 15 Oct 2024 12:58:45 +0100 Subject: [PATCH] docs --- docs/sources/shared/configuration.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/sources/shared/configuration.md b/docs/sources/shared/configuration.md index 132de42b81075..a161232ab9305 100644 --- a/docs/sources/shared/configuration.md +++ b/docs/sources/shared/configuration.md @@ -793,6 +793,16 @@ kafka_config: # CLI flag: -kafka.write-timeout [write_timeout: | default = 10s] + # The SASL username for authentication to Kafka using the PLAIN mechanism. + # Both username and password must be set. + # CLI flag: -kafka.sasl-username + [sasl_username: | default = ""] + + # The SASL password for authentication to Kafka using the PLAIN mechanism. + # Both username and password must be set. + # CLI flag: -kafka.sasl-password + [sasl_password: | default = ""] + # The consumer group used by the consumer to track the last consumed offset. # The consumer group must be different for each ingester. If the configured # consumer group contains the '' placeholder, it is replaced with