Dashboards & Visualizations

scatter plot stopped working

dinisco
Explorer

This may have been the result of an upgrade to from 4.1.6 to 4.2.1, not sure. This search used to generate a great scatter plot:

sourcetype="clariion_lun" tag=XXX | bucket span=10m _time | stats sum(Total_Throughput_IO_per_sec) as IOPS by Raid_Group, _time |sort -IOPS

It used to have the Raid_Group # on the x axis, IOPS on the y. When you moused over the data points on the graph, you'd get the number of IOPS and the time of then event. The graph looks like it's set up, but there are no points on it.

Tags (2)

dinisco
Explorer

turns out I just needed to swap the order of the measures in the by statement:


sourcetype="clariion_lun" tag=XXX | bucket span=10m _time | stats sum(Total_Throughput_IO_per_sec) as IOPS by _time,Raid_Group |sort -IOP

0 Karma

sideview
SplunkTrust
SplunkTrust

Can you paste in the XML from the dashboard in question? I'm curious to see the charting.chart.* keys as well.

0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...