Open vladhor opened 1 year ago
try using rdkafka instead
<match file.generic>
@type rdkafka2
enable_ruby
brokers "<broker>"
get_kafka_client_log true
default_topic custom
use_event_time true
username "#{ENV["nonprd_ULFF_KAFKA_USER"]}"
password "#{ENV["nonprd_ULFF_KAFKA_PASS"]}"
rdkafka_options {
"log_level":6,
"sasl.mechanism": "SCRAM-SHA-512",
"security.protocol": "sasl_ssl"
}
Describe the bug
I've configured fluentd to fetch data from AWS MSK and transferring it to coralogix. Unfortunately, fluentd fails with the error "SCRAM-SHA-512 is not supported".
Note: msk cluster has been tested using kcat from pods
To Reproduce
Dockerfile:
https://coralogix.com/docs/fluentd-helm-chart-for-kubernetes/
Expected behavior
Fluentd should be able to authenticate against MSK
Your Environment
Your Configuration
Your Error Log
Additional context
No response