Auto authenticating to an embedded Kibana dashboard (on Elastic.co CLOUD) via Apache

I'm in the exact same situation as this closed topic:

Auto authenticating to an embedded Kibana dashboard (on Elastic.co CLOUD)

But I prefer to use Apache rather than Nginx as a reverse proxy.

Here is my apache configuration:

<VirtualHost *:80>
  ServerName kibana.opscidia.com
  ProxyPass / "<kibana_share_url>"
  ProxyPassReverse /  "<kibana_share_url>"
#  <Location /mypath>
#    RequestHeader set Authorization "Basic <auth_param>"
# </Location>
</VirtualHost>

Even before trying to auto-login, I face an error with the redirection:

AH01144: No protocol handler was valid for the URL /. If you are using a DSO version of mod_proxy, make sure the proxy submodules are included in the configuration using LoadModule.

I tried many things with <kibana_share_url> from elastic.co such as:

But I always get the same error.
And I don't have such error with any other kind of url

Can you help me ?

Hello Charles,

You should contact Cloud support for this specific issue. The process is separate from the Discuss forums. You can submit a user ticket via your cloud user console to get assistance.

Regards,
Aaron

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.