Splunk Dashboards app should publish a list of EventHandlers options available for JSON new format.
"eventHandlers": [ { "type": "drilldown.customUrl", "options": { "url": "", "newTab": t...
Hi Everyone,
Simply trying to get addrem token as text value for the dropdown choice value... the value i always get is $addrem$ and not what I enter in the text field. Search String has to r...
I'm trying to use a checkbox to show and hide panels. I'm using the depends attribute of a panel for visibility, setting and unsetting the tokens for those in the change events of the checkbox. U...
Hi All, I have a field with the following field with values: Field_Values=case(Red="Low", 10, Blue="Medium", 28, Green="High", 14) How can I create a token in the dashboard that will have thes...
Hi guys i have a gauge chart which normally will display values. however i encounter issues when there is no value, how should i resolve it? i try with "noop" it seem like no working. Mind to share? ...
...f one doesn’t provide data, the other one will not as well.
I also saw in the EventHandlerReference doc (http://docs.splunk.com/Documentation/Splunk/6.5.2/Viz/EventHandlerReference#S...
Hi All,
I'm struggling to understand how to use a token to make one of the panels in my dashboard pull results from a LUT in the event the initial search returns no results.
Something like t...
I am trying to update a table when an item in my javascript chart is clicked. Previously, this worked fine:
JavaScript:
function drilldown(appName){
tokens.set("vsadid", appName...
Hi all,
I'm doing a bar chart in a dashboard. I'm using the multi-series mode and set the limit of the chart to 50.
I m wonder if there is possibility for me to dynamically change the height o...