1、基础类工具python
一、Head插件mysql
ES集群状态查看、索引数据查看、ES DSL实现(增、删、改、查),比较适用json串的格式化git
参考地址:http://mobz.github.io/elasticsearch-head/github
二、kibana工具web
除了支持各类数据的可视化以外,最重要的是:支持Dev Tool进行RESTFUL API增删改查操做。
——比Postman工具和curl都方便不少。sql
参考地址:https://www.elastic.co/products/kibana编程
三、ElasticHD工具json
支持sql转DSL后端
参考地址:https://github.com/360EntSecGroup-Skylar/ElasticHD安全
四、cerebro工具
参考地址:https://github.com/lmenezes/cerebro
五、Elaticsearch-HQ工具
管理elasticsearch集群以及经过web界面来进行查询操做
参考地址:https://github.com/royrusso/elasticsearch-HQ
六、Elaticsearch-migration工具
支持多版本间数据迁移,使用sroll + bulk
参考地址:https://github.com/medcl/elasticsearch-migration
七、Elaticsearch-Exporter
将ES中的数据向其它导出的脚本实现
参考地址:https://github.com/mallocator/Elasticsearch-Exporter
八、Elaticsearch-dump
移动和保存索引的工具
参考地址:https://github.com/taskrabbit/elasticsearch-dump
2、集群数据处理工具
一、Elaticsearch-curator
es官方工具,能够管理索引数据保留时间
参考地址:https://pypi.python.org/pypi/elasticsearch-curator
ES6.3有Index LifeCycle Management ,能够管理索引的保存期限
3、安全类工具
一、x-pack工具
参考地址:https://www.elastic.co/downloads/x-pack
二、search-guard第三方工具
Search Guard 是 Elasticsearch 的安全插件。它为后端系统(如LDAP或Kerberos)提供身份验证和受权,并向Elasticsearch添加审核日志记录和文档/字段级安全性。
Search Guard全部基本安全功能(非所有)都是免费的,而且内置在Search Guard中。 Search Guard支持OpenSSL并与Kibana和logstash配合使用。
参考地址:https://github.com/floragunncom/search-guard
4、可视化类工具
一、grafana工具
参考地址:https://grafana.com/grafana
grafana工具与kibana可视化区别:
若是你的业务线数据较少且单一,能够用kibana作出很棒很直观的数据分析。
而若是你的数据源不少而且业务线也多,建议使用grafana,能够减小你的工做量
对比:https://www.zhihu.com/question/54388690
5、自动化运维工具
一、ansible
参考地址:https://github.com/elastic/ansible-elasticsearch
二、puppet
参考地址:https://github.com/elastic/puppet-elasticsearch
三、cookbook
参考地址:https://github.com/elastic/cookbook-elasticsearch
6、类SQL查询工具
一、Elaticsearch-SQL工具
参考地址:https://github.com/NLPchina/elasticsearch-sql
ES8.3+会集成SQL
7、加强类工具
一、conveyor工具
kibna插件——图形化数据导入工具
参考地址:http://t.cn/REOhwGT
二、kibana_markdown_doc_view工具
Kibana文档查看强化插件,以markdown格式展现文档
参考地址:http://t.cn/REOhKgB
三、indices_view工具
indices_view 是新蛋网开源的一个 kibana APP 插件项目,能够安装在 kibana 中,快速、高效、便捷的查看elasticsearch 中 indices 相关信息
参考地址:https://gitee.com/newegg/indices_view
四、dremio工具
支持sql转DSL,
支持elasticsearch、mysql、oracle、mongo、csv等多种格式可视化处理;
支持ES多表的Join操做
参考地址:https://www.dremio.com/
8、报警类工具
一、elastalert
ElastAlert 是 Yelp 公司开源的一套用 Python2.6 写的报警框架。属于后来 Elastic.co 公司出品的 Watcher 同类产品。
参考地址:http://elastalert.readthedocs.org/
二、sentinl
SENTINL 6扩展了Siren Investigate和Kibana的警报和报告功能,使用标准查询,可编程验证器和各类可配置操做来监控,通知和报告数据系列更改 - 将其视为一个独立的“Watcher” “报告”功能(支持PNG / PDF快照)。
SENTINL还旨在简化在Siren Investigate / Kibana 6.x中经过其本地应用程序界面建立和管理警报和报告的过程,或经过在Kibana 6.x +中使用本地监视工具来建立和管理警报和报告的过程。
参考地址:https://github.com/sirensolutions/sentinl