Kibana behind App Gateway

Is there any example on how to configure Kibana behind an App Gateway as reverse proxy? I'm trying to achieve using https://my.domain/kibana but I'm in 302 loop.

I've changed the basePath to "/kibana"
server.basePath: "/kibana"

Kibana 7.17 version

The problem was that WAF policy was forbidden the access. I created a rule on APP Geateway for Allow Traffic to /kibana and everything worked.

1 Like