Hi ,
I'm using logstash to push my CSV data from a location to elasticsearch database.
In my project I want a scheduled CSV data push at a particular time.
Also want to know if any error is generated while pushing data to elasticsearch.
Any place that I can monitor these in Kibana ?
In my project, I want to monitor & check in Kibana than my console terminal.
sai_saran1
(Sai Saran V)
December 21, 2022, 11:41am
2
You can establish a mechanism to see Logstash logs in Kibana dashboard that will fulfil your requirement.
As the Logstash logs are structured you can install Filebeat on the server and create a dashboard in kibana to monitor those logs.
This blog might help for setting up the structured logging from Filebeat to Elasticsearch