How to check that elasticsearch have loaded all file or not

I have loaded data in bulk in elasticsearch now i have to monitor that how can i know that how much data filebeat have parse in to elasticsearch.

You can see the number of documents indexed making a GET to /_cat/indices.
If your ingested data is line delimited, you should have as many documents as you have lines.