Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Installation and simple use of Cerebro 0.8.3 in ES Cluster Monitoring

2025-02-21 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

This article focuses on "installation and simple use of Cerebro 0.8.3 in ES cluster monitoring". Interested friends may wish to have a look. The method introduced in this paper is simple, fast and practical. Now let the editor take you to learn "the installation and simple use of Cerebro 0.8.3 in ES cluster monitoring".

Note the permissions. It is not recommended to use root, which is the same as the startup user of es cluster.

1. Download & extract # download wget https://github.com/lmenezes/cerebro/releases/download/v0.8.3/cerebro-0.8.3.zip# extract unzip cerebro-0.8.3.zip# soft chain ln-s cerebro-0.8.3 cerebro2. Configuration

Nothing is configured, and it is possible to start it directly (that is, all are configured by default)

Configuration instructions:

Configure the pid location where the pidfile.path service runs. To avoid creating a location where pid can use / dev/nulldata.pathcerebro to store data, the default is cerebro installation directory auth-> settings-> usernamecerebro web service account auth-> settings-> passwordcerebro web service password hosts-> hostes cluster host address hosts-> namees cluster name (whatever you start)

Configuration details:

Vim conf/application.conf# only configure hostshosts = [{host = "http://10.240.0.7:9200" name =" Test ES Cluster "} here

Cymbal

3. Start

The default listening ip for Cerebro is 0.0.0.0, and the default port is 9000.

# start command, you can specify ip & potbin/cerebro-Dhttp.port=1234-Dhttp.address=127.0.0.1

The following error may be reported. Just follow the prompts to create a new directory.

Cymbal

After starting correctly, you can see:

Cymbal

4. Visit

Address http:// ip:1234. The following page is considered a success.

Login page

Cymbal

Home page

Cymbal

Node page, basic monitoring

Cymbal

Rest page, which can make a rest request

Cymbal

Brief introduction of other functions

-- Edited from Rpc

At this point, I believe you have a deeper understanding of "installation and simple use of Cerebro 0.8.3 in ES cluster monitoring". You might as well do it in practice. Here is the website, more related content can enter the relevant channels to inquire, follow us, continue to learn!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report