I have embedded kibana dashboards in my website by using iframe, now the issue is user has to login 2 times to see his/her data in kibana . one is to website and other is to kibana , i dont want to disable security from kibana because i have to show user-specific data , now my requirement is when user comes to my website and login , automatically he has to login to kibana also from backend side by using any API call's.
i have tried bellow one but no luck
GET /api/security/v1/login
{
"username" : "jon",
"password" : "*****"
}
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.