You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.1 KiB
39 lines
1.1 KiB
# Copyright (C) 2005-2024 Splunk Inc. All Rights Reserved.
|
|
# This is an example threshold_labels.conf. Use this file to
|
|
# configure settings for severity-level thresholds.
|
|
#
|
|
# To use one or more of these configurations, copy the color code
|
|
# into threshold_labels.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
|
|
#
|
|
# This example alert includes showing raw events at selected time buckets,
|
|
# showing raw events from a displayed time range, showing KPI events for
|
|
# a host, and showing all events for a host.
|
|
#
|
|
# This file contains examples of brighter severity colors, with "Normal" severity
|
|
# being replaced with "Low" severity.
|
|
|
|
[info]
|
|
color = #6AB7C7
|
|
threshold_level = 1
|
|
|
|
[low]
|
|
color = #65A637
|
|
threshold_level = 2
|
|
|
|
[medium]
|
|
color = #FAC51C
|
|
threshold_level = 3
|
|
|
|
[high]
|
|
color = #F7902B
|
|
threshold_level = 4
|
|
|
|
[critical]
|
|
color = #D85D3C
|
|
threshold_level = 5
|