fluent bit deployed by docker indicates no mechanism error when configuring kafka KERBEROS #8328
-
Startup error reported as follows: I deployed fluent bit using docker:docker pull fluent/fluent-bit:latest-debug Start command:docker run -d --restart=always --network=host --name fluent-bit -v /usr/vtm/backend/init/timezone:/etc/timezone:ro -v /usr/vtm/backend/init/localtime:/etc/localtime:ro -v /usr/vtm/etc/fluent-bit/:/fluent-bit/etc -v /var/vtm/log/:/fluent-bit/log/ fluent/fluent-bit:latest-debug fluentbit configuration: Special note:Messages can be successfully sent using confluent_kafka and using the latest librdkafka.Using fluent-bit source code deployment can also be successful. Asking for help. Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I imagine it needs to be built with the relevant library support and then these also need to be bundled in the production image. If it works locally with source builds you can compare those to figure out what needs changing for the container build. We have to do similar things for some of the other runtime-only dependency options. |
Beta Was this translation helpful? Give feedback.
I imagine it needs to be built with the relevant library support and then these also need to be bundled in the production image. If it works locally with source builds you can compare those to figure out what needs changing for the container build.
We have to do similar things for some of the other runtime-only dependency options.