maxyermayank / docker-compose-elasticsearch-kibana

Docker Compose for Elasticsearch and Kibana

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kibana not available in http://<hostname>:8881/kibana , how to do that?

anborg opened this issue · comments

Is there a way, kibana can be served under http://:8881/kibana ? What should I change for that? Below change did not work

location /kibana {
    proxy_pass http://kibana;
    #proxy_redirect off;
    rewrite ^/kibana(.*) /$1 break;
}