Open fabifont opened 1 year ago
This issue has been automatically marked as stale because it has been open 90 days with no activity. Remove stale label or comment or this issue will be closed in 30 days
I don't know well about faraday and elastic-search, but isn't this an issue of fluent-plugin-elasticsearch?
Describe the bug
I am running
RUN fluent-gem install elasticsearch -v 8.6.0 && fluent-gem install fluent-plugin-elasticsearch fluent-plugin-s3 elasticsearch-api
in my Dockerfile, two versions offaraday
will be installed (2.7.3, 1.10.3) and this will generate a conflict when fluentd starts.To Reproduce
Dockerfile:
docker-compose.yml:
Expected behavior
Fluentd starts without conflicts.
Your Environment
Your Configuration
Your Error Log
Additional context
No response