【发布时间】:2016-05-05 17:15:34
【问题描述】:
我正在为多个租户运行独立的 ElasticSearch/Kibana 服务器。我想从每个实例中提取集群统计信息,并将它们导入我自己的 ElasticSearch/Kibana。我该怎么做呢?我已经开始将集群统计信息导出到文件中。
curl -XGET 'http://localhost:9200/_cluster/stats?human&pretty' > tenant01.json
然后我将tenant01.json 文件传输到我自己的 ElasticSearch/Kibana。如何开始将数据导入新索引?
【问题讨论】:
标签: elasticsearch