Splunk® IT Service Intelligence

Administration Manual

Acrobat logo Download manual as PDF


This documentation does not apply to the most recent version of Splunk® IT Service Intelligence. For documentation on the most recent version, go to the latest release.
Acrobat logo Download topic as PDF

itsi_service_template.conf

The following are the spec and example files for itsi_service_template.conf.

itsi_service_template.conf.spec

# Copyright (C) 2005-2020 Splunk Inc. All Rights Reserved.
#
# This file contains attributes and values for creating and uploading modules
# in Splunk IT Service Intelligence (ITSI). 
#
# To set custom configurations, place an itsi_service_template.conf in
# $SPLUNK_HOME/etc/apps/SA-ITOA/local/. You must restart Splunk software to 
# enable configurations.
#
# To learn more about configuration files (including precedence) please see
# the documentation located at
# http://docs.splunk.com/Documentation/ITSI/latest/Configure/ListofITSIconfigurationfiles
#
# CAUTION:  You can drastically affect your Splunk installation by changing these settings.  
# Consult technical support (http://www.splunk.com/page/submit_issue) if you are not sure how 
# to configure this file.

GLOBAL SETTINGS


# Use the [default] stanza to define any global settings.
#  * You can also define global settings outside of any stanza, at the top
#    of the file.
#  * Each .conf file should have at most one default stanza. If there are
#    multiple default stanzas, attributes are combined. In the case of
#    multiple definitions of the same attribute, the last definition in the
#    file wins.
#  * If an attribute is defined at both the global level and in a specific
#    stanza, the value in the specific stanza takes precedence.

[<stanza_name>]

title = <string>
* A title of the module.

description = <string>
* The full description of the module being created.

entity_rules = <json>
* A JSON blob of entity rules (rules specification) used to associate entities
  to services created from this module.
* This setting is the same as the 'entity_rules' setting in itsi_service.conf.spec.
* Example:
	[\
    	{\
        	"rule_condition": "AND", \
        	"rule_items": [\
            	{\
                	"field": "app_title", \
                	"field_type": "alias", \
                	"rule_type": "not", \
                	"value": ""\
            	}, \
            	{\
                	"field": "itsi_role", \
                	"field_type": "info", \
                	"rule_type": "matches", \
                	"value": "apm"\
            	}, \
            	{\
                	"field": "type", \
                	"field_type": "info", \
                	"rule_type": "matches", \
                	"value": "application"\
            	}\
        	]\
    	}\
	]

recommended_kpis = <json>
* A list of KPIs that are automatically added when a service 
  is created with this module.

optional_kpis = <json>
* A list of KPIs that are available with this module but 
  not added automatically when a service is created with it.

itsi_service_template.conf.example

No example
Last modified on 28 April, 2023
PREVIOUS
itsi_service_analyzer.conf
  NEXT
itsi_settings.conf

This documentation applies to the following versions of Splunk® IT Service Intelligence: 4.12.0 Cloud only, 4.12.1 Cloud only, 4.12.2 Cloud only, 4.13.0, 4.13.1, 4.13.2, 4.14.0 Cloud only, 4.14.1 Cloud only, 4.14.2 Cloud only, 4.15.0, 4.15.1, 4.16.0 Cloud only


Was this documentation topic helpful?


You must be logged into splunk.com in order to post comments. Log in now.

Please try to keep this discussion focused on the content covered in this documentation topic. If you have a more general question about Splunk functionality or are experiencing a difficulty with Splunk, consider posting a question to Splunkbase Answers.

0 out of 1000 Characters