有没有办法从Kibana转储完整的索引?我已经使用了ElasticDump,但由于我们的系统,如果我们也能从Kibana获取索引,那将会有很大的帮助。我一直在努力寻找更直接的渠道来通过Kibana转储索引。感谢您的任何帮助
发布于 2021-04-07 19:00:51
您可以注册快照存储库,然后使用API创建或更新快照存储库。
参考文档:https://www.elastic.co/guide/en/elasticsearch/reference/current/snapshots-register-repository.html
https://stackoverflow.com/questions/66983524
复制相似问题