Cerebro plugin for elasticsearch (https://github.com/lmenezes/cerebro)
658
$ docker run -itd --name es-cerebro -p 80:9200 juniorh/cerebro:0.6.1 -Dhttp.port=9200 -Dhttp.address=0.0.0.0
$ docker run -itd --name es-cerebro --net host juniorh/cerebro:0.6.1 -Dhttp.port=80 -Dhttp.address=0.0.0.0
$ docker run -itd --name es-cerebro -p 80:9200 -v /data/shared/cerebro/application.conf:/opt/cerebro/conf/application.conf juniorh/cerebro:0.6.1 -Dhttp.port=9200 -Dhttp.address=0.0.0.0
A list of predefined hosts can be defined for quicker access by editing /opt/cerebro/conf/application.conf
hosts: [
{
host: http://localhost:9200
},
{
host = "http://some-authenticated-host:9200",
auth = {
username = "username"
password = "secret-password"
}
]
auth {
// type: ldap
// settings: {
// url = "ldap://host:port"
// base-dn = "ou=active,ou=Employee"
// method = "simple"
// user-domain = "domain.com"
// }
// type: basic
// settings: {
// username = "USER"
// password = "PASS"
// }
}
Content type
Image
Digest
Size
340.2 MB
Last updated
almost 8 years ago
docker pull juniorh/cerebro:0.8.1