kiwigrid / helm-charts

Helm charts for Kubernetes curated by Kiwigrid
https://kiwigrid.github.io
MIT License
186 stars 209 forks source link

Why Fluentd-elasticsearch cannot send logs to elasticsearch? #389

Closed kishorkk91 closed 4 years ago

kishorkk91 commented 4 years ago

I have deployed EFK stack on Kubernetes and I get following error messages and looks like Fluentd cannot communicate with elasticsearch.

image

Deploying different Helm charts makes any difference!!? Deployed kiwigrid/fluentd-elasticsearch for Fluentd and bitnami/elasticsearch for elasticsearch and stable/kibana for Kibana. However, Ping or SSH to fluentd is possible from my external Linux machine. EFK stack runs inside same namespace. Rancher tool monitors whole cluster therefore I see my Fluentd logs. Loadbalancer IP for Kibana and Elasticsearch is set. Able to see Kibana UI page

image

tony-kerz commented 4 years ago

hi @kishorkk91,

i'm experiencing similar, did you ever get this to work successfully?

best, tony.

kishorkk91 commented 4 years ago

Hi tony , Yes , i fixed it. First it thought it was chart issue.

I did not provide proper endpoints of elastic search in my custom yaml file(values.yaml)

Because it was not finding Fluentd even if it was running OK inside cluster.

Let me know when you are successful.

On Tue, 11 Aug 2020 at 10:43 PM, tony kerz notifications@github.com wrote:

hi @kishorkk91 https://github.com/kishorkk91,

i'm experiencing similar, did you ever get this to work successfully?

best, tony.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/kiwigrid/helm-charts/issues/389#issuecomment-672106368, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOGXR4ZDVHE7PHU5TDK74T3SAF34DANCNFSM4PQGPHPA .

-- Regards,

Kishor Kotule