docker-compose-elasticsearch-kibana icon indicating copy to clipboard operation
docker-compose-elasticsearch-kibana copied to clipboard

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

Open anborg opened this issue 4 years ago • 0 comments

https://github.com/maxyermayank/docker-compose-elasticsearch-kibana/blob/7c93c2d6926a77a6c0f8dcedf589863f9f8e4cf1/nginx-config/nginx.conf#L14

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;
}

anborg avatar Jul 04 '20 18:07 anborg