elasticsearch2.x插件之一:kopf


kopf

kopf is a simple web administration tool for elasticsearch written in JavaScript + AngularJS + jQuery + Twitter bootstrap.

It offers an easy way of performing common tasks on an elasticsearch cluster. Not every single API is covered by this plugin, but it does offer a REST client which allows you to explore the full potential of the ElasticSearch API.

Installation

You can either install a specific version(using its release tag) or the most up to date version from a given branch.

Installing on an Elasticsearch instance:

./elasticsearch/bin/plugin install lmenezes/elasticsearch-kopf/{branch|version}
open http://localhost:9200/_plugin/kopf

eg:./elasticsearch/bin/plugin install lmenezes/elasticsearch-kopf/v2.0.1

 

上面安装方式是在线的,而离线方式很简单,把zip安装包解压到elasticsearch/plugin/kopf下即可。访问方式,和head、bigdesk相同,http://localhost:9200/_plugin/kopf


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM