Open PranavBhatSF opened 1 month ago
Thanks for your report! It appears that some dependencies conflict with each other. We need to check it.
At least, fluent-plugin-azure-storage-append-blob
requires faraday v1
.
On the other hand, swd v2
requires faraday v2
.
Using swd v1
may solve the error.
Usecase
We need to push kubernetes pod logs to Azure, S3 or Splunk based on the configuration.
What we have done
Built a custom image with Fluentd image as base and included the required plugins. Dockerfile
Tried with https://github.com/fluent/fluent-plugin-splunk as well. But hitting the same issue.
Issue
Fluentd is pushing logs to S3 and Azure. But when we configure splunk as destination,
fluentd-configcheck
pod fails with the below errorTo Reproduce
Expected behavior
Fluentd should send logs to Splunk server
Your Environment
Your Configuration
Your Error Log