Hi there
I have two dashboards.
dashboard 1 shows incidents. I've got a table as a result with date, metric, current metric value, warning threshold, critical threshold and metric result. I want to click on the metric result which is either "ok" or "warning", etc...
after clicking at the metric result it should open dashboard 2
dashboard 2 shows a timechart with the current value in a time period. after clicking on the metric result in dashboard 1 dashboard 2 should now show the part of the graph, where the incident is.
how can I do this?
you'll want to use the link option. in your <drilldown>
element in your dashboard1 table, you'll have a <link>
element that will provide the path to dashboard2
here is a doc on how to do it:
http://docs.splunk.com/Documentation/Splunk/6.5.1/Viz/Dynamicdrilldownindashboardsandforms
you'll want to use the link option. in your <drilldown>
element in your dashboard1 table, you'll have a <link>
element that will provide the path to dashboard2
here is a doc on how to do it:
http://docs.splunk.com/Documentation/Splunk/6.5.1/Viz/Dynamicdrilldownindashboardsandforms
thank you very much, but i still can't take the time of dashboard one in to dashboard 2. can you help me?
i'd need to see your xmls to help, i think.