Elasticsearch plug-in installation head, Kopf and Bigdesk

Source: Internet
Author: User

Elasticsearch-head

Elasticsearch-head is a web foreground that interacts with the elastic cluster (Cluster).

The main role of Es-head

    • It shows the topology of the ES cluster and can be used to index (index) and node-level operations
    • It provides a set of query APIs for the cluster and returns the results in JSON and tabular form
    • It provides a shortcut menu to show the various states of a cluster

Installation
  • Online installation

    For Elasticsearch, we can install the online plug-in directly from the command line

     ⇒sudo elasticsearch/bin/ Plugin install mobz/elasticsearch-head    

    But may appear sslhandshakeexception error

    Reference https://github.com/mobz/ The solution given by elasticsearch-head/issues/190.

    For example:

     bin/plugin--install knapsack--url file:< Span class= "hljs-comment" >///full/path/to/elasticsearch-knapsack-2.1.2.zip    
  • Manual Installation

    First to GitHub download file elasticsearch-head-master.zip

    Then by specifying the file path to install (I am experiencing virtual machine cannot and extranet connection, first download, then WINSCP copy to Linux, then Anmingliang)

    ⇒  install file:///Users/Richard/Downloads/elasticsearch-head-master.zip

    The command line format before 2.x is: (I use this, if it is bigdesk, then change the middle to bigdesk)

    file:///Full/Path/To/elasticsearch-head-master.zip
Elasticsearch-kopf

Kopf is a elasticsearch management tool that also provides APIs for ES cluster operations.

Installation
./elasticsearch/bin/plugin install lmenezes/elasticsearch-kopf/{branch|version}open http://localhost:9200/_plugin/kopf
Version support
-----------------------------------------------------------    elasticsearch   | version branch    |   latest version-----------------------------------------------------------    0.90.X          |   0.90            |   v0.90-----------------------------------------------------------    1.X             |   1.0             |   v1.6.1-----------------------------------------------------------    2.X             |   2.0             |   v2.1.1  -----------------------------------------------------------     
Elasticsearch-bigdesk

Bigdesk provides dynamic charts and statistics for elastic clusters.

Reference

Reference Source:

Elasticsearch-head:

Https://github.com/mobz/elasticsearch-head

http://mobz.github.io/elasticsearch-head/

Elasticsearch-kopf:

Https://github.com/lmenezes/elasticsearch-kopf

Bigdesk:

Https://github.com/lukas-vlcek/bigdesk

Elasticsearch plug-in installation head, Kopf and Bigdesk

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.