Splunk ITSI

How can I search for all ITSI KPI Title and Descriptions?

wcooper003
Communicator

I'd like to populate a dashboard in an app with a list of all ITSI KPI titles and their descriptions, so users will know what KPIs were used in the composite service health score.

Is there a lookup or dataset I can access that has the KPI descriptions? I can get the list of KPI titles associated with a Service from the alarm_console_lookup, e.g.:

| inputlookup alarm_console_lookup 

Is there a similar lookup that might also include the description text for each KPI?

Thanks

Tags (2)
0 Karma
1 Solution

adonio
Ultra Champion

hello there,
a little dated but answered a new similar question and found yours on the way.
try this search:

| inputlookup service_kpi_lookup
| fields title kpis.title
| rename title as Service kpis.title as KPI

hope it helps

View solution in original post

adonio
Ultra Champion

hello there,
a little dated but answered a new similar question and found yours on the way.
try this search:

| inputlookup service_kpi_lookup
| fields title kpis.title
| rename title as Service kpis.title as KPI

hope it helps

Lucas_K
Motivator

That lookup doesn't contain the descriptions field just titles of service and kpi. It may have before but it does not now.

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Can’t Make It to Boston? Stream .conf25 and Learn with Haya Husain

Boston may be buzzing this September with Splunk University and .conf25, but you don’t have to pack a bag to ...

Splunk Lantern’s Guide to The Most Popular .conf25 Sessions

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Unlock What’s Next: The Splunk Cloud Platform at .conf25

In just a few days, Boston will be buzzing as the Splunk team and thousands of community members come together ...