Splunk IT Service Intelligence

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!

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

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...