- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is there a comprehensive list of configuration options for the Donut - Custom Visualization app?
Hi.
Is there a comprehensive list of configuration options for this app. I really like what it does, but I need drilldown capabilities. I have been playing with it, but can't tell whether the capability doesn't exist or I'm not a good guesser.
Thanks in advance for your help.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Ok.
So I kept looking around for an answer and found the following in the examples:
<option name="drilldownRedirect">true</option>
<option name="resizable">true</option>
yet, drill down in the examples do not work....
Thoughts?
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I appreciate your guidance on this matter; basically I found another donut visualization that works just the way I want it (with drill down) so please consider this matter closed.
Thanks again.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Hi @romantic_warrior1
What was the other donut visualization you ended up using? Can you please share that here? (the exact name and link if possible)
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

==== EDIT ===
This answer is for the Custom Viz - Donut
(3150).
Hello there! The README (included in the viz) as well as located here:https://splunkbase.splunk.com/app/3150/#/details, has the configuration options allowed for the viz. You can have the option to turn on/off the drilldown. Make sure the option is set to on
, and then you should be able to configure the drilldown behavior according to standard chart configurations (found here : http://docs.splunk.com/Documentation/Splunk/6.4.2/Viz/PanelreferenceforSimplifiedXML#Drilldown_eleme... ). If those don't work, please let us know! Thanks!
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi.
So here's my source with the "drilldown" option near the bottom. I've tried "true", "yes" and "all" and nothing seems to get me there:
Even the examples in the app does not drill down.....
Thanks in advance for paying attention to this ....
<title>Total Incidents By Priority (No Drill Down, Legend Selectable)</title>
<viz type="viz_donut_c3.c3donut">
<search>
<query>index="idx_itsm_gig_incident" | stats count by PRIORITY_TXT | table PRIORITY_TXT count | rename PRIORITY_TXT as Priority | rename count as "Incident Count"</query>
<earliest>$field1.earliest$</earliest>
<latest>$field1.latest$</latest>
</search>
<option name="viz_donut_c3.c3donut.legend_show">1</option>
<option name="viz_donut_c3.c3donut.legend_position">right</option>
<option name="viz_donut_c3.c3donut.expand">1</option>
<option name="viz_donut_c3.c3donut.label_show">1</option>
<option name="viz_donut_c3.c3donut.label_value">value</option>
<option name="viz_donut_c3.c3donut.tooltip_show">true</option>
<option name="viz_donut_c3.c3donut.tooltip_value">value</option>
<option name="viz_donut_c3.c3donut.width">50</option>
<option name="viz_donut_c3.c3donut.label_threshold">.005</option>
<option name="drilldown">all</option>
<option name="resizable">Yes</option>
</viz>
</panel>
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Hello again! So when you initially tagged this question "aplura_viz", we assumed it was for our Donut Viz (https://splunkbase.splunk.com/app/3150/) . It is not. It is for this one: https://splunkbase.splunk.com/app/3238/. So You will have to contact the creator of that Viz to get the correct response. This answer has been unaccepted as it doesn't pertain to the Viz.
But! Please try our viz (https://splunkbase.splunk.com/app/3150/) and see if drilldown works for you!
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I found this in the samples of the app:
<option name="drilldownRedirect">true</option>
<option name="resizable">true</option>
yet the drill down functionality does not work; not even in the samples.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Romantic_warrior1,
It looks like you're working with this donut https://splunkbase.splunk.com/app/3238 instead of our app https://splunkbase.splunk.com/app/3150 . To verify this run this search "index=_internal | stats count by sourcetype", in the results click on the visualization tab and select the donut chart. If you're using our version you will see a "Format" menu. Under the format menu there should be an option to select a "3D" donut as well as a "2D" donut. If this is missing you are not using our app.
I did verify that the drilldown functionality works in our version (https://splunkbase.splunk.com/app/3150 ).
Thanks.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @snowmizer @aplura_llc_support
When you say there is no difference in the visualisation of 3238 and 3150.
I can see there is the value in middle of donut, that could be reference of donut, or shoeing percentage or anything. How can we get that in your visualization?
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Thank you for the suggestion. I can add it as an improvement.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Hi @romantic_warrior1
To clarify for other users, what app are you referring to specifically from Splunkbase? https://splunkbase.splunk.com/
I want to make sure your question is tagged properly to get more visibility. I don't see a "Donut Viz C3" app that you put in your title.
