Monitoring Splunk

Passing the variable

bmkreddy234
Engager

| mstats avg(_value) as current where data.consumerName IN("XXXXXXX*") AND NOT (data.consumerName="*OH")AND host="*" AND `delphix_metrics_index` metric_name="system.capacity.consumer.size" span=30s by data.totalSpace, data.consumerName
| eval usage = round((current) / 1024 /1024/1024, 3)
| eval totalGB=round('data.totalSpace' / 1024 / 1024 / 1024, 3)
| eval name = 'data.consumerName'
| eval free = (totalGB - usage) -----------  i want pass the value to calculate the free space , the statment is not working can you please help 
| chart avg(usage) as "Usage (GB)"
avg(totalGB) as "Total (GB)"
avg(free GB) as "FREE MB" by name

Labels (1)
0 Karma
1 Solution

rnowitzki
Builder

Hi @bmkreddy234 ,

Is the issue maybe that you refer to the free space as "avg(free GB)" instead of just avg(free)?

BR
Ralph

--
Karma and/or Solution tagging appreciated.

View solution in original post

0 Karma

rnowitzki
Builder

Hi @bmkreddy234 ,

Is the issue maybe that you refer to the free space as "avg(free GB)" instead of just avg(free)?

BR
Ralph

--
Karma and/or Solution tagging appreciated.
0 Karma

thambisetty
SplunkTrust
SplunkTrust

@bmkreddy234 

Do you see values for totalGB and usage before eval free statement ?

————————————
If this helps, give a like below.
0 Karma

bmkreddy234
Engager

yes

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Why Splunk Customers Should Attend Cisco Live 2026 Las Vegas

Why Splunk Customers Should Attend Cisco Live 2026 Las Vegas     Cisco Live 2026 is almost here, and this ...

What Is the Name of the USB Key Inserted by Bob Smith? (BOTS Hint, Not the Answer)

Hello Splunkers,   So you searched, “what is the name of the usb key inserted by bob smith?”  Not gonna lie… ...

Automating Threat Operations and Threat Hunting with Recorded Future

    Automating Threat Operations and Threat Hunting with Recorded Future June 29, 2026 | Register   Is your ...