Running minikube with EFK (elasticsearch, filebeat, kibana).
Nothing else is running on the cluster, see here:
And all I did was installing it via helm chart:
helm install elasticsearch elastic/elasticsearch
helm install kibana elastic/kibana
helm install filebeat elastic/filebeat
After 5min on the on the Index Management I see docs count = 1276, storage size = 2.4mb. And it keeps growing. Why is that? How can I make filebeat take only logs form other apps? (which are not running at the moment).