We created the dashboard in open search dashboard. We clicked share and generate link as saved object and copied iFrame code. I pasted the coped code in the react app and ran from local machine i.e local host. It did not render the dashboard views, but it failed with error saying X-Frame-Options is not allowing the open search dashboard to be embedded in local host .
I guess we need to set this X-Frame-Options from the server side. Since the Open search dashboard is hosted and managed by aws, I am not sure how to make the dashboard server to allow it to render it on our website hosted in our domain or in local host.
Any help on this topic will be super helpful ?