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!

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...

New! Splunk Observability Search Enhancements for Splunk APM Services/Traces and ...

Regardless of where you are in Splunk Observability, you can search for relevant APM targets including service ...

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...