Hi, I want to integrate the Kibana Open Search Dashboard with the front-end but facing difficulty.
I did these below-mentioned steps
- Created and saved a dashboard.
- Clicked "Share" at the top
- Copied the iframe code from the embedded code option
- Pasted the iframe code into an external HTML.
When I opened the HTML file, the login UI interface of kibana is there. When I tried to log in by adding credentials, the page just gets reloaded and again asks for credentials and the same process comes in a loop. I tried to look into network packets, one of the packets was returning {"statusCode":401,"error":"Unauthorized","message":"Authentication required"}
Can someone let me know how can I resolve this issue? Would be a great help!