Splunk IT Service Intelligence (ITSI) version 4.9.0 isn't available for download. See the Install and Upgrade Manual for steps to upgrade to the latest version.
This documentation does not apply to the most recent version of Splunk® IT Service Intelligence.
Click here for the latest version.

itsi_base_service_template.conf
The following are the spec and example files for itsi_base_service_template.conf
.
itsi_base_service_template.conf.spec
# This file contains possible settings you can use to upload sample # base service templates to the KV store. # # There is an itsi_base_service_template.conf in $SPLUNK_HOME/etc/apps/SA-ITOA/default. To set custom # configurations, place an itsi_base_service_template.conf in $SPLUNK_HOME/etc/apps/SA-ITOA/local. # You must restart ITSI to enable new configurations. # # To learn more about configuration files (including precedence), see the # documentation located at # http://docs.splunk.com/Documentation/ITSI/latest/Configure/ListofITSIconfigurationfiles.
[<name>]
title = <string> * The title of the service template. description = <string> * A description of the service template. _owner = <string> * The owner of the service template. * Default: itsi _immutable = <boolean> * Whether the service template can be edited or deleted. * If "true", the service template cannot be edited or deleted. * If "false", the service template can be edited or deleted. * Default: false entity_rules = <json> * A list of entity rules (rules specification) used to associate entities to services created from this service template. * 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"\ }\ ]\ }\ ] kpis = <json> * A JSON blob that specifies the array of KPI definitions. * For an example, see itsi_base_service_template.conf.
itsi_base_service_template.conf.example
No example
Last modified on 22 February, 2021
PREVIOUS inputs.conf |
NEXT itsi_da.conf |
This documentation applies to the following versions of Splunk® IT Service Intelligence: 4.9.0
Feedback submitted, thanks!