How to embed "https://docs.splunk.com/Documentation" in Splunk dashboard
Is it possible to do?
I am getting
Refused to display 'https://docs.splunk.com/' in a frame because it set 'X-Frame-Options' to 'sameorigin'.
<row>
<panel>
<html>
<iframe src="https://docs.splunk.com/Documentation" width="100%" height="300">></iframe>
</html>
</panel>
</row>
@kumaranv I don't see a point to that, and would say don't do that. However, assuming you have reasons I can't think of, that's not going to be possible.
The best you could do is to use an HTML panel with a hyperlink to the specific docs you were looking to embed.