Skip to content

Instantly share code, notes, and snippets.

@yuitowest
Last active January 1, 2016 08:39
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yuitowest/8119688 to your computer and use it in GitHub Desktop.
Save yuitowest/8119688 to your computer and use it in GitHub Desktop.

elasticsearch 使うときに便利な plugin メモ

elasticsearch-head

http://mobz.github.io/elasticsearch-head/

定番 plugin. なんだかんだ言ってこれが一番便利。

Structured Query すばらしいし、クラスタ構成もわかりやすい。実運用ならいまのとここれ。

$ bin/plugin -install mobz/elasticsearch-head

Elastic HQ

http://www.elastichq.org/

Twitter Bootstrap ベースの UIでシンプル。

plugin としてインストールするだけではなく、ローカルにダウンロードして使うことも可能。

bin/plugin -install royrusso/elasticsearch-HQ

bigdesk

http://bigdesk.org/

elasticsearch モニタリングツール。JVM, ThredPool, Process とかが見れる。

bin/plugin -install lukas-vlcek/bigdesk

elasticsearch-paramedic

https://github.com/karmi/elasticsearch-paramedic

同じくモニタリングツール。

bin/plugin -install karmi/elasticsearch-paramedic

Sense

https://www.found.no/foundation/Sense-Elasticsearch-interface/

Chrome 拡張。

クエリを直接投げて確認したいときはこれ。

Chrome Web Store からインストールできる。

elasticsearch-inquisitor

https://github.com/polyfractal/elasticsearch-inquisitor

こちらもクエリ直接投げて確認に便利。あと Analyzer の確認なんかもできる。

シンプルで使いやすい。

bin/plugin -install polyfractal/elasticsearch-inquisitor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment