Hi all,
I try to configure the reporting function while using Kibana behind a secured apache proxy: This does not seem to work. I almost tried everything I can think of, I will explain my configuration:
Apache is redirecting traffic coming in at port 1000, to kibana who listens on port 5602, with documentroot /kibana. This all works fine. However when using this configuration for the reporting it does not work:
xpack.reporting.enabled: true
xpack.reporting.kibanaApp: "/kibana/app/kibana" << normally it will be /app/kibana but I use as root /kibana so it becomes /kibana/app/kibana/
xpack.reporting.kibanaServer.port: 1000
xpack.reporting.kibanaServer.hostname: "serverName"
xpack.reporting.kibanaServer.protocol: "http"
xpack.reporting.queue.timeout: 300000
- There are not settings for entering username/password
- If I do not use all of these settings, it does not work as well.
Maybe someone has experienced the same issue, please let me know!