Cerebro is an evolution of the Elasticsearch Kopf plugin for Elasticsearch versions prior to 5.x, which allows you to view shard allocation and perform common indexing operations through a graphical interface. Completely open source, it requires Java 1.8 or higher to run. 1. Tool Information
2. Quick Start Here, the default ES cluster and Java environment have been configured. # Download wget https://github.com/lmenezes/cerebro/releases/download/v0.9.3/cerebro-0.9.3.zip # Unzip cerebro-0.9.3.zip # Start nohup cerebro-0.9.3/bin/cerebro 2>&1 & 3. Access Log in to http://127.0.0.1:9000 with your browser. If you see the start page, that means you are successful. On the login page, enter the node address of the ES cluster to connect, and click Connect to enter. On the home page, the status bar is yellow, indicating that more nodes are needed to separate our shards. Node page, basic monitoring REST page, editable DSL query request 4. Configuration For quick start, the default configuration will be used. You can write the ES cluster information into the configuration file, saving the input operation every time you log in. vim cerebro/conf/application.conf # Only configure host information here hosts = [ { host = "http://127.0.0.1:9200" name = "my-application" auth = { username = "elastic" password = "123456" } } ] Click Known clusters to access This is the end of this article about the installation and use of the Elasticsearch tool cerebro. For more related content about the Elasticsearch tool cerebro, please search for previous articles on 123WORDPRESS.COM or continue to browse the following related articles. I hope you will support 123WORDPRESS.COM in the future! You may also be interested in:
|
<<: How to change the character set encoding to UTF8 in MySQL 5.5/5.6 under Linux
>>: Some Linux file permission management methods you may not know
This time, we will try to package the running con...
Table of contents 1. Usage of keep-alive Example ...
After the server where Docker is located has been...
Table of contents 01-Event Bubbling 1.1- Introduc...
<br />This site’s original content, please i...
1. One-click installation of Mysql script [root@u...
Whether MySQL needs to commit when performing ope...
In the interview, you should have experienced the...
Table of contents Preface Promise chaining MDN Er...
Introduction to Flex Layout Flex in English means...
Arrange by functionNN : Indicates which earlier ve...
First, let’s understand what Docker is? Docker is...
Mongodb has a db.serverStatus() command, which ca...
1. Introduction This article will show you how to...
Table of contents sequence 1. Centralized routing...