search guard

Elasticsearch常用工具清单

江枫思渺然 提交于 2020-07-29 09:50:06
一、基础类工具 1、Head插件 ES集群状态查看、索引数据查看、ES DSL实现(增、删、改、查),比较适用json串的格式化 参考地址:http://mobz.github.io/elasticsearch-head/ 2、kibana工具 除了支持各种数据的可视化之外,最重要的是:支持Dev Tool进行RESTFUL API增删改查操作。 ——比Postman工具和curl都方便很多。 参考地址:https://www.elastic.co/products/kibana 3、ElasticHD工具 支持sql转DSL 参考地址:https://github.com/360EntSecGroup-Skylar/ElasticHD 4、cerebro工具 参考地址:https://github.com/lmenezes/cerebro 5、Elaticsearch-HQ工具 管理elasticsearch集群以及通过web界面来进行查询操作 参考地址:https://github.com/royrusso/elasticsearch-HQ 6、Elaticsearch-migration工具 支持多版本间数据迁移,使用sroll + bulk 参考地址:https://github.com/medcl/elasticsearch-migration 7