You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use tags to indicate the state of a detector or its data source. For example, you can label a detector with a ``prod`` tag to indicate that it monitors a production environment.
373
+
Use tags to indicate the state of a detector, its data source, or any other property you want to label. For example, you can label a detector with a ``prod`` tag to indicate that it monitors a production environment.
374
374
375
-
You can add custom tags to detectors from the list view. To see a list of detectors and add tags to detectors, do the following:
375
+
You tag detectors from the list view. To see a list of detectors and add tags, do the following:
376
376
377
377
#. To open the list view, open the :guilabel:`Detectors &SLOs` page, then select the :guilabel:`Detectors` tab.
378
378
#. Select the actions menu (|more|) for the detector you want to assign tags to.
Copy file name to clipboardExpand all lines: alerts-detectors-notifications/alerts-and-detectors/view-detectors.rst
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,21 +21,27 @@ To see a list of existing detectors, open :guilabel:`Detectors & SLOs` page and
21
21
:alt:List view of existing detectors
22
22
23
23
* By default, detectors are sorted by last updated, with the most recently updated detector at the top. To reverse the sorting order or sort detectors by a different criterion, select the corresponding column header.
24
+
* Detectors with issues are indicated by a warning triangle icon. Hover over the icon to see the issue.
25
+
* Detectors show the number of associated active alerts by severity level under the :guilabel:`Active alerts` column. Select a number to see all active alerts detail for a certain detector.
26
+
* Detectors with active or scheduled muting rules directly applied to them have a muting indicator. If a detector is muted but the muting rule applies only to the detector's properties, the detector doesn't have a muting indicator.
27
+
28
+
Filter the detectors list
29
+
--------------------------------------
30
+
24
31
* To filter detectors by assigned teams, select the :guilabel:`Team` menu and select or enter the team name you want to find.
25
32
* To filter detectors by origin, select the :guilabel:`Origin` menu. You can filter detector by the following origins:
26
33
27
34
* Standard: User-created detectors, including all RUM, APM, Synthetics, and custom detectors.
28
35
* AutoDetect: Read-only detectors Splunk Observability Cloud automatically creates when you configure supported integrations. To learn more, see :ref:`autodetect-intro`.
29
36
* Customized AutoDetect: AutoDetect detectors that you copy and customize. To learn more, see :ref:`autodetect-customize`.
30
37
31
-
* Detectors with issues are indicated by a warning triangle icon. Hover over the icon to see the issue.
32
38
* To filter detectors by issues, select the :guilabel:`Issues` menu. You can filter detectors by the following issues:
33
39
34
40
* Archive metrics: Detectors using archive metrics might misfire alerts or stop alerting.
35
41
* MTS limit exceeded: Detectors exceeding MTS monitoring limit might not trigger or might trigger incorrectly. To learn more, see :ref:`maximum-number-of-mts-per-detector-data-function`.
36
42
37
43
* To filter detectors by tags, enter the tags you want to find. Each entry must be an exact match. For example, searching for :strong:`abc` doesn't return results for :strong:`abcd`.
38
-
* Detectors with active or scheduled muting rules directly applied to them have a muting indicator. If a detector is muted but the muting rule applies only to the detector's properties, the detector doesn't have a muting indicator.
0 commit comments