Large import

I will be importing large datasets regularly into ElasticSearch.

How can I make this more efficient in terms of adding more nodes to spread the load, etc? What is the best way I can monitor what is the optimal strategy?

How large and how often?

You can do things like having 0 replicas and disabling refresh, then setting those back once done.