Skip to content
README.md 928 B
Newer Older
Leonardo Menezes's avatar
Leonardo Menezes committed
Cerebro
------------
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.

Teppei Yano's avatar
Teppei Yano committed
### Installation
Leonardo Menezes's avatar
Leonardo Menezes committed
- Download from [https://github.com/lmenezes/cerebro/releases](https://github.com/lmenezes/cerebro/releases)
- Run bin/cerebro(or bin/cerebro.bat if on Windows)
- Access on http://localhost:9000

Teppei Yano's avatar
Teppei Yano committed
### Configuration
#### HTTP server address and port
You can run cerebro listening on a different host and port(defaults to 0.0.0.0:9000):

```
bin/cerebro -Dhttp.port=1234 -Dhttp.address=127.0.0.1
```

Other settings are exposed through the **conf/application.conf** file found on the application directory.
It is also possible to use an alternate configuration file defined on a different location:
Teppei Yano's avatar
Teppei Yano committed
bin/cerebro -Dconfig.file=/some/other/dir/alternate.conf