I have the following Splunk query that produces the following visualization:
![alt text][1]
I would like to embed this exact visualization into a web app using an iframe. How can I do this?
Currently, I am using the Splunk HTTP REST API and can submit & get the results back from this search using the following endpoint:
`/servicesNS/nameofmyapp/nameofmynamespace/search/jobs/1535641234.45678?output_mode=json`
However, I would like a src URL to the visualization that can be embedded in an iframe. Is there an endpoint that I can query instead that will give the URL to the visualization?
[1]: /storage/temp/254826-sf.png
↧