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
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Build the Future of Agentic AI: Join the Splunk Agentic Ops Hackathon

AI is changing how teams investigate incidents, detect threats, automate workflows, and build intelligent ...

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...