Search code examples
elasticsearchkuberneteskibanafluentd

Unable to view the Kubernetes logs in Kibana dashboard


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?


Solution

  • 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?