Load kibana dashboard in iframe with API KEY authentication

Hi Team,

I am wondering if we can achieve this. I did not find any topic related to this on which we are using api key authentication mechanism and load kibana dashboard in iframe

Kibana and elastic search version i am using is 7.8
And also confirm if the api key is free to use. There would be no license cost applied if we use it.

Thank you,

1 Like

You can auto-authenticate to Kibana via an iframe if you set up a reverse proxy. This process is described in detail in Auto-authenticating to iframe-embedded Kibana dashboard

As described in the thread, this is done by setting an Authorization header in the proxy using basic auth for a Kibana user, but you can also use an api key. ApiKey authentication via http should be enabled by default, but you can read up more on that in the docs.

API keys management falls under our free Basic license, which you can read more about here. You can get a full feature comparison showing what's included in Basic on our subscriptions page.

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