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!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

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

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...