Configuring OTEL Collector Data Export to Kafka

TLDR manohar asked how to provide the keystore password for exporting data from OTEL Collector to Kafka. Srikanth clarified that there isn't any specific parameter for keystore password in the 'tls' part.

Photo of manohar
manohar
Tue, 18 Jul 2023 13:33:25 UTC

Hello experts, We are trying to export the data from OTEL collector to Kafka. We need to provide the keystore password in the below configuration. Pls let me know what is the right parameter to be used to mention the keystore password. kafka: brokers: - 1.1.1.1:9093 auth: tls: ca_file: "/etc/kafka.pem" cert_file: "/etc/cert.pem" key_file: "/etc/key.pem" insecure_skip_verify: true

Photo of Srikanth
Srikanth
Tue, 18 Jul 2023 16:51:13 UTC

The `tls` part doesn’t have any parameter keystore password.

Photo of manohar
manohar
Wed, 19 Jul 2023 04:19:05 UTC

thanks