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!

.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 ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...