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_service_analyzer.conf
The following are the spec and example files for itsi_service_analyzer.conf
.
itsi_service_analyzer.conf.spec
# This file contains attributes and values for configuring the # auto-refresh interval, or disabling auto-refresh. # # There is an itsi_service_analyzer.conf in $SPLUNK_HOME/etc/apps/SA-ITOA/default/. # To set custom configurations, place an itsi_service_analyzer.conf in # $SPLUNK_HOME/etc/apps/SA-ITOA/local/. You must restart Splunk 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
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>]
* A setting that you want to enable for the Service Analyzer. * Currently, 'auto_refresh' is the only supported setting. * NOTE: Auto-refresh is automatically disabled in real-time search mode for the Service Analyzer. disabled = 0|1 * Whether this setting is disabled for the Service Analyzer. * Required. * If "1", the setting is disabled. * If "0", the setting is enabled. * Default: 1 interval = <seconds> * The interval, in seconds, at which auto-refresh occurs for Service Analyzer. * Required. * Default: 120 (2 minutes)
itsi_service_analyzer.conf.example
No example
Last modified on 22 February, 2021
PREVIOUS itsi_service.conf |
NEXT itsi_service_template.conf |
This documentation applies to the following versions of Splunk® IT Service Intelligence: 4.9.0
Feedback submitted, thanks!