Splunk ITSI

Where can I find the service dependencies in Splunk IT Service Intelligence (ITSI)?

djluke
Path Finder

Hi Guys,

Where can I find the service dependencies in ITSI?

alt text

Considering the example environment in the picture, you know

from itsi_summary that
KPI A1,A2,A3 belong to Service A
KPI B1,B2 belong to Service B
KPI C1,C2,C3 belong to Service C

from kv-store-lookup itsi_services that
serviceid xxx-yyy-zzz.... is Service A
serviceid 111-222-333... is Service B
serviceid 000-999-888... is Service C

but where can I find that Service A depends by Service B and Service C?

Thanks

1 Solution

jaime_ramirez
Communicator

Hi

You should try the getservice command:

| getservice
| rename COMMENT as "Check the fields services_depending_on_me and services_depends_on"

Hope it helps. Cheers!!!

View solution in original post

0 Karma

jaime_ramirez
Communicator

Hi

You should try the getservice command:

| getservice
| rename COMMENT as "Check the fields services_depending_on_me and services_depends_on"

Hope it helps. Cheers!!!

0 Karma

djluke
Path Finder

Thanks Jaime,
also the idea for the "COMMENT" in search string is cool!

0 Karma

RickvdIJ
Explorer

In the service analyzer you can select the tree view. There you can see the picture you've made. Furthermore, in the service edit window you can select/view the dependencies.

0 Karma

djluke
Path Finder

Hi RickvdIJ,
thanks for the answer but I need something that can be used in a search (like a kvstore or an index).
I suppose that somewhere ITSI stores those info I can see in service analyzer.... but where???

0 Karma

ravishankary
New Member

Hi djluke,

I'm in same dilemma as you were in. I want splunk search query to get service dependencies. I've found out way to get service dependencies from REST queries, however it is too slow to implement it.

if you manage to get query, would you please share it on this thread?

Thanks and Regards,
Ravishankar Yadav

0 Karma

jaime_ramirez
Communicator

Hi @ravishankary @djluke

Use the | getservice command for a full list of services and its dependencies.

Cheers

0 Karma

jokertothequinn
Path Finder

The problem here is that |getservice gives the direct dependencies instead of the the child dependencies further down the service tree.

0 Karma
Get Updates on the Splunk Community!

Announcing the Expansion of the Splunk Academic Alliance Program

The Splunk Community is more than just an online forum — it’s a network of passionate users, administrators, ...

Learn Splunk Insider Insights, Do More With Gen AI, & Find 20+ New Use Cases You Can ...

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

Buttercup Games: Further Dashboarding Techniques (Part 7)

This series of blogs assumes you have already completed the Splunk Enterprise Search Tutorial as it uses the ...