docker-compose-elasticsearch-kibana
docker-compose-elasticsearch-kibana copied to clipboard
Kibana not available in http://<hostname>:8881/kibana , how to do that?
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://
location /kibana {
proxy_pass http://kibana;
#proxy_redirect off;
rewrite ^/kibana(.*) /$1 break;
}