You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ARG FLUENTD_TAG
FROM fluent/fluentd:$FLUENTD_TAG
USER root
ARG ES_PLUGIN_VERSION
RUN gem install fluent-plugin-elasticsearch --version $ES_PLUGIN_VERSION
USER fluent
It's worked fine when I disabled es ssl and turned scheme http in fluentd.conf. I was stucked here for two days, and I don't know where the problem is...
(check apply)
Problem
This is fluentd plugin log:
and elastic log:
Steps to replicate
Paste my fluentd conf:
Using Fluentd and ES plugin versions
environment:
Dockerfile for install plugin
docker build:
The text was updated successfully, but these errors were encountered: