Using Elasticsearch 7.3 on CentOS 7 and Java version 11, I need to parse and find specific Error/Exception in Java Application log files, wondering if I should use Filebeat or Metricbeat to parse and ship some text patterns in log files to Elastic?
Sample code to show how to parse/ship specific error pattern is very helpful.
Any help is appreciated.