Is there a way to find out on logstash pipeline status?

I've a logstash pipeline which extracts the data from the Elasticsearch and outputs to a file. Is there a way to check if the pipeline is successfully completed by writing to the output file? Right now, I keep checking the file size of my output folder and checking the file size. I'm using logstash 6.4.2 version

http://localhost:9600/_node/stats/pipelines/main?pretty

Also you can enable xpack for monitoring to see activities in Kibana

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