I'm trying to embed a webpage within splunk dashboard, this is the sourcecode -
<panel>
<html>
<h3>Embedded Web Page! $url$</h3>
<iframe src="$url$" width="100%" height="300"/>
</html>
</panel>
This works perfectly in splunk enterprise but iframe is not at all recognized in splunk cloud. Is that a restriction in cloud or I'm missing something?!