How to bulk insert 600MB large json file to elasticsearch?

Have a look at these recent threads:

If the file consists of multiple documents, break it up into smaller chunks. If it is a single document, rethink how you are going to index and search it.