Splunk Search

Evaluate the results of Chart over By

hbpatel142
Engager

Below Query Provides the Result.
counter="% Processor Time" | chart avg(Value) over host by counter | search "% Processor Time")>10

But Below Search Query doesnt work
counter="% Processor Time" | chart avg(Value) over host by counter | eval SLA_Status=if("% Processor Time">10,"Yes","No")

Any way to tackle this

Tags (4)
1 Solution

somesoni2
SplunkTrust
SplunkTrust

Try this

counter="% Processor Time" | chart avg(Value) over host by counter | eval SLA_Status=if('% Processor Time'>10,"Yes","No")

View solution in original post

somesoni2
SplunkTrust
SplunkTrust

Try this

counter="% Processor Time" | chart avg(Value) over host by counter | eval SLA_Status=if('% Processor Time'>10,"Yes","No")
Get Updates on the Splunk Community!

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...