User Tools

Site Tools


technologies:cerebro

Cerebro

https://github.com/lmenezes/cerebro
mkdir /etc/cerebro/cert
cp /etc/elasticsearch/cert/http_ca.crt /etc/cerebro/cert
chmod a+r /etc/cerebro/cert/http_ca.crt
/etc/cerebro/application.conf
play.ws.ssl {
  trustManager = {
    stores = [
      { type = "PEM", path = "/etc/cerebro/cert/http_ca.crt" }
    ]
  }
}
play.ws.ssl.loose.acceptAnyCertificate=true

hosts = [
  {
     host = "https://localhost:9200"
     name = "Elastic cluster"
     auth = {
       username = "elastic"
       password = "super-secret-password"
     }

  }
systemctl enable cerebro

http://--IP--:9000/

technologies/cerebro.txt · Last modified: by zdenek

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki