I am trying put the below mentioned embed iframe splunk report in confluence page
Something like this?
<iframe
src="http://splunkxyz.com:8000/en-US/embed?s=%2FservicesNS%2Fnobody%2Fsearch%2Fsaved%2Fsearches%2FRosh_Dummy_Report_2&oid=BdyCnN2YxcZhZ9Zc9tVHAexq7BvKWdzSiWfaIcY4F2YmWRJm40LEU5q6MI4BppowTSnqWGEr%5EUdIexxQYV1dX4ya36Sa5cwKtO4l_iSk_mPyK8vsadHkhweHnnTYhZf1A4KD8d5qoBQXM6sJDF#en-US/embed?s=%2FservicesNS%2Fnobody%2Fsearch%2Fsaved%2Fsearches%2FRosh_Dummy_Report_2&oid=BdyCnN2YxcZhZ9Zc9tVHAexq7BvKWdzSiWfaIcY4F2YmWRJm40LEU5q6MI4BppowTSnqWGEr%5EUdIexxQYV1dX4ya36Sa5cwKtO4l_iSk_mPyK8vsadHkhweHnnTYhZf1A4KD8d5qoBQXM6sJDF"
style="width: 100%; height: 600px;"
border="0"
></iframe>
You can change the height as required.
Please note that for security reasons, an http only iframe will not display within an https page in a modern browser, so you'll need to make your splunk system serve pages over https.
Is there a way to make the iFrame full height? I'd like the iFrame to display the full length of the embedded page so that users don't need to scroll within the iFrame.
I'm using "height: 100%", but the iFrame isn't rendered at full height.
<iframe src="https://my.url" frameborder="0" height=1200 width="100%"></iframe>
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.