How to read the failed and success messages from log file into Kibana

Hi, I want read the the log files bases on timestamp along with the Success messages and failed messages.

here is my path (Log Files)

C:\Users\skkoganti\Documents\log

Sample: EDI Log-2020-08-04.txt

Time|Application|Message
2020-08-04 20:30:10|a_MoveGroupeToucetteData_integrim|Successfully Complete
2020-08-04 20:30:10|a_MoveIntegrimDataToCostar_integrim|Started
2020-08-04 20:30:10|a_MoveIntegrimDataToCostar_integrim|Successfully Complete
2020-08-04 20:30:13|ProcessJobs_tyreDating|Failed
2020-08-04 20:30:14|ProcessJobs_tyreDating|java.lang.RuntimeException:Child job running failed

Hello,
You can use Filebeat or Logstash to read the log file and ingest it in Elasticsearch. I've moved your topic to the Logstash forum, but I suggest reading this as it's pretty well explained:

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.