Sign inSign up

juniorh/cerebro

By juniorh

Updated almost 8 years ago

Cerebro plugin for elasticsearch (https://github.com/lmenezes/cerebro)

Image
0

658

juniorh/cerebro repository overview

How to use

Using docker-proxy for port forwarding
$ docker run -itd --name es-cerebro -p 80:9200 juniorh/cerebro:0.6.1 -Dhttp.port=9200 -Dhttp.address=0.0.0.0
Using --net=host
$ docker run -itd --name es-cerebro --net host juniorh/cerebro:0.6.1 -Dhttp.port=80 -Dhttp.address=0.0.0.0
Custom config
$ 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
List of known hosts

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"
//  }
}

Tag summary

Content type

Image

Digest

Size

340.2 MB

Last updated

almost 8 years ago

docker pull juniorh/cerebro:0.8.1