Kubernetes pods wrting to persistent volume, need to push the logs to ElasticSearch

4/14/2020

I have kubernetes pods writing logs to multiple log files using a persistent volume - nfs drive. I need a way to push the logs real time from the log files to ELastic Search. I am trying to set up a filebeat as the sidecar container but not sure how it will help

Please suggest recommended approach with examples.

-- sam
elasticsearch
filebeat
kubernetes
kubernetes-pod
persistent-volumes

0 Answers