Home > Back-end >  How to access the node of elastic search and install elastic dump
How to access the node of elastic search and install elastic dump

Time:07-16

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 i a quite new to aws, i dont know how to access the node of elastic server and install the plugin. Can anyone help me.?

CodePudding user response:

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.

CodePudding user response:

click on the link to learn the elastic search with affordable charges https://www.fiverr.com/rizwanbalouch/do-install-and-configure-packetfence?context_referrer=search_gigs&source=top-bar&ref_ctx_id=af216ee118230127c883cc4f53b53fa3&pckg_id=1&pos=3&context_type=auto&funnel=af216ee118230127c883cc4f53b53fa3&imp_id=14a05ef4-49d1-422c-9d51-0c43c1567654

  • Related