We have one of the dashboard in grafana and others in splunk. Our requirment is to load the dynamic grafana dashboard page to the splunk dashboard. I have tried with the below code but it says "url refused to connect"
<dashboard>
<label>Services Telemetry</label>
<description>Dashboard for testing purpose</description>
<row>
<panel>
<title>Testing HTML</title>
<html>
<iframe src="https://stg-grafana*****></iframe>
</html>
</panel>
</row>
</dashboard>
Can anyone please help me with it.
@karthi25 may be look at the following answer: https://community.splunk.com/t5/Splunk-Enterprise/How-to-use-iframe-in-Splunk-8-x/m-p/467598
@niketn Thanks for the reply. I have referred the link you have suggested, but I don't have privileges to update web.config.
Since, We are using splunk web ,is there any other way to load the dynamic url in splunk without using iframe?
@karthi25 at present I am afraid the answer is no. Since enabling iframe in dashboard exposes insecure content in your dashboard you will have to have corresponding configuration in place which are turned off by default for the obvious reasons!