Elasticsearch經常使用工具清單

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可視化區別: 

  1. 若是你的業務線數據較少且單一,能夠用kibana作出很棒很直觀的數據分析。

  2. 而若是你的數據源不少而且業務線也多,建議使用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

相關文章
相關標籤/搜索