Logstash Scheduled Run of conf file and error alert

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.

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