Unable to view the Kubernetes logs in Kibana dashboard

9/21/2018

I am trying to do the log monitoring of Kubernetes cluster using EFK. I got Kibana dashboard but it doesn't show any logs of Kubernetes cluster.

Here is the link which I followed in my task.By default my dashboard shows like

enter image description here

After that i changed the index-pattern in dashboard as

enter image description here

Then it showed as

enter image description here

My dought is, how Can i view the logs of each and every pod logs in kubernetes cluster?

Could anybody suggest me how to do the log monitoring of kubernetes cluster using EFK?

-- gayathri
elasticsearch
fluentd
kibana
kubernetes

1 Answer

9/26/2018

Note: in order for Fluentd to work, every Kubernetes node must be labeled with beta.kubernetes.io/fluentd-ds-ready=true, as otherwise the Fluentd DaemonSet will ignore them.

Have you made sure to address this?

-- samhain1138
Source: StackOverflow