Dashboards & Visualizations

Drilldown for markergauge?

tlivesey
Explorer

I'm just trying to do a simple drilldown for the markerGauge (any gauge, actually) without any luck. I move the mouse all over the chart and the pointer never turns into the 'hypertext' image. I've clicked on everything in the panel.

I already edited my xml file to make

<option name="charting.drilldown">all</option>

and in fact the single value visualizaiton works fine with this option.

From the webeditor, I can change my markerGauge into a table at which point the single entry in the table becomes clickable. I change it back to a markerGauge and it is no longer clickable.

I can't find anything in documentation that says gauges do not support drilldown. What am I doing wrong?

Tags (2)
0 Karma

tlivesey
Explorer

After working with this issue for a while, let me answer my own question:

Drilldown for gauges is does not work. The obvious workaround was to position a single value visualization of the exact same data directly under the gauge, and drilldown from that.

But let me say in general, from a web design point of view, simple xml is extremely limited, even with the enhancements in Splunk 6. If you have some web development experience, I would not bother using simple xml. Instead, use the SplunkJS Stack API. There is another ‘javascript api’ – that is too low level. Be sure to use SplunkJS Stack. Through SplunkJS, you have javascript access to the data, gauges, graphs, etc – everything you have access to in simple XML.

The SplunkJS examples worked out of the box, and I was pretty much able to recreate my whole simple xml dashboard as a straight up web application in only a few hours. The splunk install comes with node.js so you have a simple http server available without having to install apache or anything like that. And doing drilldown for gauges is as simple as putting the gauge in a div element and making the element clickable – problem solved.

If you are a web design novice, yeah, simple xml will get you some basic dashboards which will be mostly functional. But if you know what you are doing, you’ll save yourself a lot of trouble by just building your own web app and integrate splunk elements into it.

stanwin
Contributor

Apparently drilldown isnt available for gauages. You have to use workaround.

see http://answers.splunk.com/answers/143399/drilldown-radialguage-to-another-dashboard.html

0 Karma
Get Updates on the Splunk Community!

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...