Kibana base path

I set an ingress for Kibana for the route /kibana on my k3s cluster.

I also set the following environment variables for Kibana:

</>
extraEnvVars:

  • name: "SERVER_BASEPATH"
    value: "/kibana"
  • name: "SERVER_REWRITEBASEPATH"
    value: "false"
    </>

Requests are received by Kibana, however Kibana responds to with the / base path instead of the /kibana base path.

Any suggestions?

Hi @Louw_Claassens,

Welcome! Did you set either the server.basePath or server.publicBaseUrl variables in your Kibana configuration?

Thanks for the response. Yes I tried, setting SERVER_PUBLICBASEURL. However, the result is the same.