I'm using a small elasticsearch cluster from the elastic cloud.
I need to:
- download one of the indices from elasticsearch to my local machine for analysis
- set up elasticsearch node locally and restore this index into it.
In Kibana UI in section Snapshot and Restore
I can see my snapshots and this hint:
Use repositories to store and recover backups of your Elasticsearch indices and clusters.
But how do I download the actual data from elasticsearch index to my machine (as a bunch of jsons) and import it into elasticsearch running locally?