简体   繁体   中英

How to access the node of elastic search and install elastic dump

I have installed elastic search on my aws account. I wanted to test if we could migrate the indices from elatic search to s3 in the source region. However for that i would have to install the elasticdump plugin. As ia quite new to aws, i dont know how to access the node of elastic server and install the plugin. Can anyone help me.?

Better would be create a snapshot that saves the data in AWS S3, You can refer configure snapshot using S3 in ES for more info.

This way you can create a periodically snapshots of your indices(More robust than doing it manually) which will be saved in S3, and everything can be managed from the REST API without having to access the Elasticsearch nodes.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM