Can I achieve following tasks by using Logstash:
- Provide log file from kubernetes pod as a source
- Set filter on logs to handle exception
- Get notification in Java app about exception from the logs
I want to monitor log activities through my java app.