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!

Community Content Calendar, November Edition

Welcome to the November edition of our Community Spotlight! Each month, we dive into the Splunk Community to ...

October Community Champions: A Shoutout to Our Contributors!

As October comes to a close, we want to take a moment to celebrate the people who make the Splunk Community ...

Stay Connected: Your Guide to November Tech Talks, Office Hours, and Webinars!

What are Community Office Hours? Community Office Hours is an interactive 60-minute Zoom series where ...