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!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...