Splunk ITSI

How to get the list of KPI's and Entities under Services using Rest Command for IT Service Intelligence App

harshal_chakran
Builder

Hi,

I have multiple Services created for IT Service Intelligence App which contains many KPI's. I can see that while creating/cloning Services, I have missed one or two KPI's under certain Service.

Is there any REST like command which I can use anytime to see the list of KPI's under Services and Entities too.

I can do this in Service Analyzer, just want to explore other simpler options as well

Thanks in advance.

0 Karma

esnyder_splunk
Splunk Employee
Splunk Employee

Here's a command that should work for KPIs if you have jq installed. I'd recommend to filter with jq rather than trying to process that JSON response yourself:

curl -k -u username:password https://example:8089/servicesNS/nobody/SA-ITOA/itoa_interface/service?filter='\{"title":"service_nam...' | jq '.[].kpis[].title'

(Replace "service_name" with the name of the service you want to grab the KPIs from)

Get Updates on the Splunk Community!

.conf25 technical session recap of Observability for Gen AI: Monitoring LLM ...

If you’re unfamiliar, .conf is Splunk’s premier event where the Splunk community, customers, partners, and ...

A Season of Skills: New Splunk Courses to Light Up Your Learning Journey

There’s something special about this time of year—maybe it’s the glow of the holidays, maybe it’s the ...

Announcing the Migration of the Splunk Add-on for Microsoft Azure Inputs to ...

Announcing the Migration of the Splunk Add-on for Microsoft Azure Inputs to Officially Supported Splunk ...