Distributed Search Elasticsearch Cluster management tool head

Source: Internet
Author: User
Elasticsearch-head is a elasticsearch cluster management tool, which is a standalone web program written entirely by HTML5, and you can integrate it into ES via plugins. or directly download the source code, open index.html locally to run it. The GIT address for this tool is: Https://github.com/Aconex/elasticsearch-head
Plug-in Installation method: 1.elasticsearch/bin/plugin-install Aconex/elasticsearch-head 2. Run ES 3. Open http://localhost:9200/_plugin/head/
If you don't want to integrate the plugin into ES, you can download the source directly from Git and run it locally.
Enter the IP address and Port point of the ES server in the address bar to connect to the cluster. Here is the view after the connection. This is the main interface, where you can see the basic information of the ES cluster (e.g. node situation, index situation).
The interface to the right of some buttons, such as: node stats, cluster nodes, these are directly requested ES the relevant state of the API, the return result is JSON, as shown below:
There is an info and action two buttons below the index. Info is the definition of the state and mapping of the index that can be viewed. The action is to manipulate the index, such as adding aliases, refreshing, closing indexes, deleting indexes, and so on.
Browser browsing interface, this interface can view the data of multiple indexes at the same time, also can query the data of the specified field.

Structured query interface, this interface can make some complex queries on an index, such as the following example is the query product index, constructs the Boolquery,title field to query "Product" keyword, price range of 10 to 100 records.

Any request interface, this interface can be said to be a rest client, it can be used to do some request for ES or test API interface, the following example is to set the product index number of copies to 1, more APIs can be queried on the ES website.
This address: http://blog.csdn.net/laigood12345/article/details/8193758

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.