Splunk IT Service Intelligence

How to change the KPI score from NA to normal if no data is coming.

veerendra_modi
Loves-to-Learn

We have KPIs setup for a service, whats happening is the Service health is calculated on the basis of the KPis getting the data, what we want is that the KPIs that are NA or not getting any data should be considered as Normal criticality while calculation of service health.

Labels (2)
0 Karma

nickhills
Ultra Champion

Hi @veerendra_modi
Try something like this:

...your search which provides a value
|stats count(something) as kpi
|eval kpiResult=coalesce(kpi,"Normal")
|table kpiResult
If my comment helps, please give it a thumbs up!
0 Karma
Get Updates on the Splunk Community!

Devesh Logendran, Splunk, and the Singapore Cyber Conquest

At this year’s Splunk University, I had the privilege of chatting with Devesh Logendran, one of the winners in ...

There's No Place Like Chrome and the Splunk Platform

WATCH NOW!Malware. Risky Extensions. Data Exfiltration. End-users are increasingly reliant on browsers to ...

Customer Experience | Join the Customer Advisory Board!

Are you ready to take your Splunk journey to the next level? 🚀 We invite you to join our elite squad ...