Elasticsearch将数据从本地设备移动到云

发布于 2025-01-30 19:01:02 字数 91 浏览 4 评论 0原文

有什么方法可以将Elasticsearch的所有索引数据从我的计算机复制到云弹性? 我正在研究Local主机,现在我想将其迁移到cloud.elastic.co 干杯!

Is there any way to copy all the data of an index from elasticsearch from my computer to cloud elastic ?
i'm working on localhost and now i want to migrate it to cloud.elastic.co
Cheers!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

雨后咖啡店 2025-02-06 19:01:02

您可以使用 snapshot 您的本地群集进入S3,然后在弹性云上。

you can do this with a snapshot of your local cluster into s3, then a restore of that on Elastic Cloud.

日暮斜阳 2025-02-06 19:01:02

您正在使用哪个云提供商?如果是AWS OpenSearch,则不允许本地Elasticsearch的远程索引操作。如果是AWS Cloud和HTTPS正在广播中的Elasticsearch,则允许。

如果数据至关重要,则可以提取数据并将批量请求发送到云中的Elasticsearch。我必须这样做。

您可以编写自己的应用程序,也可以使用Jmeter等工具发送请求多线程。

Which cloud provider are you using? If it is AWS OpenSearch, it does not allow remote index operation from local ElasticSearch. Allows if it's an ElasticSearch in the AWS cloud and https is broadcasting.

If the data is critical, you can pull the data and send bulk requests to ElasticSearch in the cloud. I had to do so.

You can write your own application or you can send requests multi-threaded with a tool like Jmeter.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文