Trying to find out how to show the error message(hourly) when we hover over spunk sparkline graph in a splunk dashboard. Do we have such an option for sparkline.
Unless you're doing something different, sparklines show numeric values over time so there are no error messages to display.
Is it possible to dispaly any dynamic values when we hover over sparkline in splunk dashboard. In my case, the sparkline shows the success count. So in case of failure is it possible to dispaly all the hourly error message while hovering over the graph.
Sparklines are numeric, so will only show numbers
You could use drilldown to open a panel to show the errors, but as for a tooltip type hover, you'd probably have to implement that yourself in Javascript.