Splunk Search

How to generate a line chart for disk space by server and hard drive?

jsndvl11
New Member

I'm new to Splunk and need some help with a chart for disk space usage. I'm getting the data already in Splunk Light and would like to do a line chart that displays ALL servers and ALL drives in the same chart.

Thanks for your help.

0 Karma
1 Solution

somesoni2
Revered Legend

Depends upon what you want to plot as x-axis value and what as series, try something like this (check the sourcetype name is correct or not)

host on x-axis, and one line for each drive

index=foo sourcetype="Perfmon:Logical Disk" 
| chart avg(Value) over host by instance limit=0

drive on x-axis, and one line for each host

index=foo sourcetype="Perfmon:Logical Disk" 
| chart avg(Value) over instance by host limit=0 | rename instance as drive

View solution in original post

somesoni2
Revered Legend

Depends upon what you want to plot as x-axis value and what as series, try something like this (check the sourcetype name is correct or not)

host on x-axis, and one line for each drive

index=foo sourcetype="Perfmon:Logical Disk" 
| chart avg(Value) over host by instance limit=0

drive on x-axis, and one line for each host

index=foo sourcetype="Perfmon:Logical Disk" 
| chart avg(Value) over instance by host limit=0 | rename instance as drive

jsndvl11
New Member

Thanks for your help. This is what I was looking for.

0 Karma

somesoni2
Revered Legend

Sample events please.

DalJeanis
Legend

yes, please post what you have (code and a sample event) so we can be of most help.

0 Karma

jsndvl11
New Member

Regular events from perfmon for example:

collection="Free Disk Space"
object=LogicalDisk
counter="% Free Space"
instance=C:
Value=30.601598715187794
host = server1

collection="Free Disk Space"
object=LogicalDisk
counter="% Free Space"
instance=C:
Value=63.5187794
host = server2

server1 has 3 drive letters C:, E:, F:.
server 2 has 1 drive letter C:
server 3 has 3 drive letters C:, D:, E:

0 Karma
Get Updates on the Splunk Community!

Fueling your curiosity with new Splunk ILT and eLearning courses

At Splunk Education, we’re driven by curiosity—both ours and yours! That’s why we’re committed to delivering ...

Splunk AI Assistant for SPL 1.1.0 | Now Personalized to Your Environment for Greater ...

Splunk AI Assistant for SPL has transformed how users interact with Splunk, making it easier than ever to ...

Unleash Unified Security and Observability with Splunk Cloud Platform

     Now Available on Microsoft AzureOn Demand Now Step boldly into the AI revolution with enhanced security ...