Splunk ITSI

How do you calculate the health score for three months in IT Service Intelligence (ITSI)?

Bentash
Explorer

Can someone help me calculate the health score for a service in ITSI for three months?

It would be something like the picture below:

alt text

0 Karma

RickvdIJ
Explorer

Something like this?

index=itsi_summary host= sourcetype=stash itsi_service_id== search_name=service_health_monitor itsi_kpi_id="SHKPI-" | timechart span=1mon avg(alert_value) AS AverageHealthScore | transpose header_field=_time

0 Karma

esnyder_splunk
Splunk Employee
Splunk Employee

The health score calculation is based on the current severity level of service KPIs (Critical, High, Medium, Low, and Normal) and the weighted average of the importance values of all KPIs in a service.

Not sure what you mean by "for the past three months". But here are the docs on how service health scores are calculated in ITSI: https://docs.splunk.com/Documentation/ITSI/latest/Configure/HealthScores

Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...