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
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer Certification at ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...