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!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...