Splunk Search

Why is my search producing error "The eval expression has no fields: 'round(on/total*100)'"?

singhh4
Path Finder

Hey people,

I have a simple search I can't get to work. I've tried to look up solutions, but couldn't find anything that worked for me.

index="servers"
|timechart count(eval(status="On")) as on count and total eval(round(on/total*100))

I keep getting this error: The eval expression has no fields: 'round(on/total*100)'

0 Karma
1 Solution

vasanthmss
Motivator

try this,

index=servers |timechart count(eval(sourcetype="splunkd")) as on , count as total | eval percent=(round(on/total*100))
V

View solution in original post

vasanthmss
Motivator

try this,

index=servers |timechart count(eval(sourcetype="splunkd")) as on , count as total | eval percent=(round(on/total*100))
V

singhh4
Path Finder

Thank you!

0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...