Plugins - accgetter/Elasticsearch GitHub Wiki

Plugins

knapsack

データ export import 用 PLUGIN https://github.com/jprante/elasticsearch-knapsack

install command (elastic version 2.1.0 の場合)

$ sudo /usr/share/elasticsearch/bin/plugin install http://xbib.org/repository/org/xbib/elasticsearch/plugin/elasticsearch-knapsack/2.1.0.0/elasticsearch-knapsack-2.1.0.0-plugin.zip

exoprt

$ curl -XPOST http://localhost:9200/[index_name]/[type_name]/_export
$ curl -XPOST http://localhost:9200/[index_name]/_export

import

ダンプファイルをexportにて吐き出される場所 (/var/log/elasticsearch/xxx.tar.gz)において下記実行

curl -XPOST 'localhost:9200/[index_name]/[type_name]/_import'
curl -XPOST 'localhost:9200/[index_name]/_import'

Sense

https://www.elastic.co/guide/en/sense/current/introduction.html