flant / loghouse

Ready to use log management solution for Kubernetes storing data in ClickHouse and providing web UI.
Apache License 2.0
925 stars 76 forks source link

Fluend - Connection refused on docker container #79

Open RouR opened 6 years ago

RouR commented 6 years ago

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

may-cat commented 6 years ago

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