Dashboards & Visualizations

graph capacity used relative to capacity

dinisco
Explorer

I'd like to take capacity info about a tablespace, volume, filesystem, or whatever and graph capacity used relative to the overall capacity. Ideally it could be presented in stacked columns that reveal values for capacity used, total capacity, and % used of total capacity (% used would be nice to have but not necessary).

It seems like the appropriate graph would be a filler gauge but I don't think it supports multiple gauges side by side (one for each tablespace, vol, file system, etc.). Stacking columns just adds one value to the other. Any ideas would be greatly appreciated.

Tags (2)
0 Karma

Ayn
Legend

Do you already have the data you want to use in an index? Like filesystem: space used + total space? Or if your input is something like df's output, even percentage used or available space?

With something like used space + available space, you should be able to achieve something along the lines of what you want by building a stacked column chart of these.

<yourbasesearch>
| chart first(space_used),first(space_available) by filesystem

As space_used + space_available will be equivalent to the total space, the total height of each column will show the total space.

Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

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