===== 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
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/