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!

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