loghouse icon indicating copy to clipboard operation
loghouse copied to clipboard

Fluend - Connection refused on docker container

Open RouR opened this issue 6 years ago • 1 comments

Please add to docker image flant/loghouse-fluentd:

 ports:
    - 24224:24224

Please add to ConfigMap fluentd-config:

<source>
      @type forward
      port 24224
      bind 0.0.0.0
</source>   

Please add to DaemonSet fluentd:

ports:
        - name: http-input
          containerPort: 24224
          protocol: TCP    

I hope it will fix error "Fluentd Connection refused 127.0.0.1:24224" from another docker image on the same node

RouR avatar Mar 09 '18 12:03 RouR

Thanks for your issue. Transferred your wishes to our developers. We will fix bug in few month.

may-cat avatar Mar 21 '18 10:03 may-cat