11
10

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

elasticsearch kopf plugin インストール

Posted at

kopfとは

・クラスタ管理用のプラグイン
・ドイツ語で頭という意味
・headプラグインと似たようなもの
・headプラグインよりなんとなくかっこいい
・多機能

インストール

elasticsearchのpluginコマンドで実施

[root@kibana4 bin]# /usr/share/elasticsearch/bin/plugin --install lmenezes/elasticsearch-kopf/master
-> Installing lmenezes/elasticsearch-kopf/master...
Trying http://download.elasticsearch.org/lmenezes/elasticsearch-kopf/elasticsearch-kopf-master.zip...
Trying http://search.maven.org/remotecontent?filepath=lmenezes/elasticsearch-kopf/master/elasticsearch-kopf-master.zip...
Trying https://oss.sonatype.org/service/local/repositories/releases/content/lmenezes/elasticsearch-kopf/master/elasticsearch-kopf-master.zip...
Trying https://github.com/lmenezes/elasticsearch-kopf/archive/master.zip...
Downloading ..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................DONE
Installed lmenezes/elasticsearch-kopf/master into /usr/share/elasticsearch/plugins/kopf
Identified as a _site plugin, moving to _site structure ...

画面アクセス

http://{ipaddress}:{port}/_plugin/kopf でアクセス

ex)http://192.168.59.103:9200/_plugin/kopf

スクリーンショット 2014-12-24 12.06.30.png

11
10
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
11
10

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?