Hello experts, We are trying to export the data fr...
# support
m
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
s
The
tls
part doesn’t have any parameter keystore password.
m
thanks