Hello! we are trying out x-pack and searchguard. We want to add a dashboard into a React site that we have. The ELK documentation suggests we use an iframe. But when we use the iframe we are asked for the login credentials for Kibana. How do you guy get around this? I read adding a header in nginx with the authentication information. This is kind of useless because anyone with the link can access kibana without the user. Also, we are planning to have different dashboards for different users.
The main question is how to add a dashboard to a react site by inserting the user/crendential automatically.
Thanks