Dashboard kibana in to web page

Hi guys,
I added an iframe with a kibana dashboard in a web page created with google sites, but when I go to enter the login crediants in kibana I don't access the view as if I don't recognize them, why?

You might be running into limitations where your browser is not storing cookies from Kibana. You may need to set the xpack.security.sameSiteCookies setting to None to get this to work, which is available in 6.8.11 and 7.8.1 and higher

With the latest version of Nginx, you can send the parameter proxy_cookie_flags ~ secure samesite=none; in the blocks server { } and location { } and the cookies work.

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