Skip to content

Instantly share code, notes, and snippets.

@stoshiya
Last active August 29, 2015 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stoshiya/400b1dcf07bffadb7330 to your computer and use it in GitHub Desktop.
Save stoshiya/400b1dcf07bffadb7330 to your computer and use it in GitHub Desktop.
elasticsearchのメモ

elasticsearchのメモ

インストール

$ brew install elasticsearch

plugin

kuromoji

$ /usr/local/bin/plugin -install elasticsearch/elasticsearch-analysis-kuromoji/2.3.0

kibana

$ /usr/local/bin/plugin -install elasticsearch/kibana
$ open http://localhost:9200/_plugin/kibana/

ElasticHQ

$ /usr/local/bin/plugin -install royrusso/elasticsearch-HQ
$ open http://localhost:9200/_plugin/HQ/

elasticsearch-head

$ /usr/local/bin/plugin -install mobz/elasticsearch-head
$ open http://localhost:9200/_plugin/head/

bigdesk

$ /usr/local/bin/plugin -install lukas-vlcek/bigdesk
$ open http://localhost:9200/_plugin/bigdesk/

pluginでproxyをつかう場合は以下のオプションをつける.

-DproxyHost=proxy.example.com -DproxyPort=8080

nodes

$ curl http://localhost:9200/_nodes

plugins list

$ curl http://localhost:9200/_cat/plugins

情報

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment