Distributed Search Elasticsearch Cluster management tool head

Source: Internet
Author: User
Elasticsearch-head is a elasticsearch cluster management tool, which is a stand-alone Web program written entirely by HTML5, which you can integrate into ES through Plug-ins. or directly download the source code, open index.html on the local run it. The tool's git address 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/
Do not want to integrate into the ES through the plugin can be directly on git download source to run locally.
In the Address bar input ES server IP address and port point Connect can 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 condition, index condition).
Some buttons on the right side of the interface, such as node stats, cluster nodes, are APIs that directly request an ES-related state, and return the result to JSON, as shown in the following figure:
There are info and action two buttons under the index. Info is the definition of the status and mapping that can be viewed by the index. Action is an operation on an index, such as adding an alias, refreshing, closing an index, deleting an index, and so on.
Browser browsing interface, which allows you to view data from multiple indexes at the same time, or to query the data for a specified field.

Structured query interface, this interface can be a number of complex queries on an index, such as the following example is the query product index, Construction boolquery,title field query "Product" keyword, price range is 10 to 100 records.

Any request interface, this interface can be said to be a rest of the client, you can do some of the ES to request operations or test API interface, the following example is the product index to set the number of copies to 1, more APIs can be to the ES website query.
This article 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.