service_analyzer_settings.conf

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

service_analyzer_settings.conf.spec

CODE
# This file contains a setting for determining whether or not to
# always display the First Time Run modal in the Service Analyzer.
#
# To set custom configurations, place a service_analyzer_settings.conf in
# $SPLUNK_HOME/etc/apps/itsi/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

[settings]

CODE
ftr_override = [0|1]
* Whether or not to always display the First Time Run (FTR)
  modal in the Service Analyzer.
* If "1", every time you navigate to the Service Analyzer, the First
  Time Run modal is displayed.
* If "0", the behavior defaults to showing the FTR modal only when
  services are not present.
* Default: 0 (false)

show_cycles_warning = [0|1]
* Whether to display a warning banner on the Service Analyzer
  when there are one or more cyclic dependencies in the service topology.
* After the warning is ignored in the UI, this flag is set to "0" and the
  warning is never shown again unless manually changed.
* If "1", every time a cyclic dependency exists, a warning banner
  appears on the Service Analyzer.
* If "0", the banner never appears on the Service Analyzer.
* Default: 1 (true)

service_analyzer_settings.conf.example

CODE
No example