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.