I have started a very complex guide on how to install EFK (Elasticsearch + Fluentd + Kibana) on my Kubernetes cluster on DigitalOcean. This process spawned a namespace with 3 different Elasticsearch Pods, 3 Fluentd Pods and 1 Kibana Pod.
CPU jumped from 5% to 95% - permanent. RAM jumped from 34% to about 80% - permanent.
I didn't stop, and continued to trying get the water from the rock - I have forwarded a port so I can checkout the Kibana dashboard, who asked me to provide an index name. I tried to enter logstash-*
as described in many articles, but seems that Kibana didn't accept this input so I picked something from the list and no logs did show up.
Eventually I gave up, after 5 hours, and tried to delete the namespace - so I can clean up those actions. But the namespace remain on status: "Terminating" - as long as for 3 hours now.
I just have a very simple Node.js app and I want to see its logs:
- Date and time
- If its an error I want to see the stack trace.
- From node who produced the log.
- It will be just amazing to also have the current state (cpu and ram) of the whole system.