I have CMDB imported from ServiceNow but i'm struggling to find a way to define services or applications and provide holistic insight into the service health and availability without ITSI module.
For example, i have a list of 10 servers which make up "Service X", web front, db, app, etc. Relationship is defined in CMDB. How would i go about building the following:
"Service X" health score - which is a combination of web front, db, app, etc server health scores. IE if one gets degraded it reduces overall score
Visually diagram the relationship between the servers based on their relationship defined in CMDB.
Is there any way to make use of CMDB data from ServiceNow without ITSI module?
I'm unsure about your familiarity with ITSI, but once you understand how it works, it's pretty easy to build from the ground up in core Splunk. Essentially you need some scheduled searches to populate a summary index, then you need to build a dashboard to query that summary index and build a health score from those values. If you want to split by entity, then you just add a by clause in your populating search.