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