- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Issue with accessing Dashboard through an iframe
Hi
I have setup several dashboards which we access over our intranet in an iframe with the following link in html.
"/splunk:8000/account/insecurelogin?username=intrauser&password=Password&return_to=%2Fapp%2Fsearch%2FSST_DB_STATS_LFW"
Since we have changed the license from the trial enterprise version to the Free License these links bring up the following error.
"UnboundLocalError: local variable 'sessionKey' referenced before assignment"
Is it possible to access dashboards in an iframe like this in the Free version and what changes are needed to do that?
Or do we need to purchase an enterprise license for this to work now?
Thanks for any advice
Andrew
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

For free license mode you do not need to perform authentication. Simply update the iframe src to the view uri. In your case, it would look something like
<iframe src="http://splunk:8000/app/search/SST_DB_STATS_LFW" ...
