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
Copy file name to clipboardExpand all lines: synthetics/test-status/test-status.rst
+39-18Lines changed: 39 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,39 +12,60 @@ Test status
12
12
13
13
test-kpis
14
14
15
+
16
+
The Splunk Synthetics landing page is the :guilabel:`Test Overview`. This page displays a paginated table of all synthetic tests that you have access to. Each page in the table contains a maximum of 20 tests.
You can use the play and pause buttons in the more menu (|more|) of your tests to pause or resume data collection.
19
32
20
-
The current status of a test is updated every time you load the :guilabel:`Test Overview` page in Splunk Synthetic Monitoring. The following table describes the possible status types for each test.
33
+
Splunk Synthetics updates the current state of each test every time you load the :guilabel:`Test Overview` page. The following table describes the possible values for the :guilabel:`Test state` column.
34
+
21
35
22
36
.. list-table::
23
37
:header-rows: 1
24
38
:widths: 20, 80
25
39
26
-
* - :strong:`Current status`
40
+
* - :strong:`Test state`
27
41
- :strong:`Description`
28
42
29
-
* - Pending
30
-
- Splunk Synthetic Monitoring is still retrieving the status of this test.
43
+
* - Active
44
+
- The test is running. Data is being collected at the set interval. You can view this data on the :guilabel:`Test Summary` page.
31
45
32
-
* - Available
33
-
- The test is functioning properly. If the test is active, data is being collected at the set interval and can be viewed in the :guilabel:`Test History` page. If the test is paused, it can be unpaused and will resume collecting data.
46
+
* - Paused
47
+
- The test is paused. To resume data collection, unpause it.
:alt:This image shows the filter env:prod for all tests on the Synthetic homepage..
60
+
You can perform bulk actions on multiple tests simultaneously. Supported actions are play, pause, and delete. No special permissions are required for bulk actions.
61
+
62
+
To perform a bulk action on tests:
63
+
64
+
#. Select the tests to change. You can do this by either:
65
+
66
+
* Selecting the check box next in the leftmost column of one or more tests.
67
+
* Selecting the check box in the table header. This check box selects all tests on the current page (a maximum of 20 tests). You can scroll through the pages to select more tests. The maximum you can select at one time is 500.
68
+
69
+
#. At the top of the table, select the desired action: :guilabel:`Play`, :guilabel:`Pause`, or :guilabel:`Delete`.
70
+
If the entire bulk action succeeds, the :guilabel:`Test state` column displays the new state of each of the affected tests.
0 commit comments