Cerebro - ES web admin tool
2021-02-14 06:20
标签:config find ast rem windows scala play lis dht cerebro is an open source(MIT License) elasticsearch web admin tool built using Scala, Play Framework, AngularJS and Bootstrap. cerebro needs Java 1.8 or newer to run. You can find the official docker images in the official docker hub repo. You can run cerebro listening on a different host and port(defaults to 0.0.0.0:9000): Cerebro - ES web admin tool 标签:config find ast rem windows scala play lis dht 原文地址:https://blog.51cto.com/cstsncv/2499855Requirements
Installation:
1. Download from https://github.com/lmenezes/cerebro/releases
wget https://github.com/lmenezes/cerebro/releases/download/v0.9.1/cerebro-0.9.1.tgz
2. Extract files
tar zxvf cerebro-0.9.1.tgz
3. Run bin/cerebro(or bin/cerebro.bat if on Windows)
./cerebro/cerebro-0.9.1/bin/cerebro
4. Access on http://localhost:9000
Docker:
docker run --name cerebro -d -p 9000:9000 lmenezes/cerebro:0.9.1
Configuration:
HTTP server address and port
./cerebro/cerebro-0.9.1/bin/cerebro -Dhttp.port=1234 -Dhttp.address=127.0.0.1
文章标题:Cerebro - ES web admin tool
文章链接:http://soscw.com/index.php/essay/55127.html