Splunk Search

Stacked Bar Chart - Disk Usage

lanying
Explorer

Now, I am collecting a disk space log by using a WMI.
I want to make a stacked bar chart about disk space.
How can I make a stack bar chart for Free space & Used space by driver (C: , 😧 ..)
Thanks.

Collect Command :::
[WMI:DiskSpace]
interval = 30
wql = Select Name , FreeSpace , Size From Win32_LocalDisk where DriveType=3
disabled = 0

Collected Log Data :::
20110802134951.921875
FreeSpace=35046666240
Name=C:
Size=53694595072
wmi_type=DiskSpace

Tags (3)
0 Karma

lanying
Explorer

감사감사...(thank you for your help)

0 Karma

peter_payne
New Member

Fishing...

0 Karma

Ayn
Legend

No problem. If the answer solved your problem, please mark it as 'accepted'. That way it'll be correctly labeled in the system. Thanks.

0 Karma

Ayn
Legend

Since used space = Size - FreeSpace, you can calculate the difference and chart it in a stacked chart where the total height of each bar will be equivalent to the total space:

<yourbasesearch>
| eval UsedSpace=Size-FreeSpace
| chart first(UsedSpace),first(FreeSpace)
Get Updates on the Splunk Community!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...