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
{{ message }}
This repository was archived by the owner on Sep 2, 2025. It is now read-only.
:description: Select a predefined device to simulate a specific viewport size and network connection for a test.
9
+
10
+
When you set up a test in Splunk Synthetic Monitoring, you can select a predefined device to simulate a specific viewport size and network connection for that test. Every predefined device is a combination of a specific viewport size and network connection.
11
+
12
+
* A viewport is the framed area on a device's screen for viewing information, such as the browser window on a desktop. Since a viewport is an integral part of the visual experience of a user interacting with your application or site, viewport settings only apply to visual tests (browser tests). Viewport settings don't apply to API or uptime tests, because these tests are non-visual -- they only capture response data from your application or site.
13
+
* A network connection is the network type, speed, bandwidth, and latency experienced by a device. Since a network connection is an integral part of all experiences, network connection settings apply to all test types. Testing your site or application from a variety of network connections helps you to monitor the experience of users in a variety of environments.
14
+
15
+
16
+
Select a device type for Splunk Synthetic Monitoring tests
Copy file name to clipboardExpand all lines: synthetics/test-config/private-locations.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ Private locations
5
5
*****************
6
6
7
7
.. meta::
8
-
:description: Run synthetic tests from an internal site or private web application to quickly find defects using Splunk Synthetic Monitoring.
8
+
:description: Run synthetic tests from private locations such as internal sites, private web applications, or private networks.
9
9
10
10
A private location is a software package that offers a quick and easy deployment of Splunk Synthetic Monitoring solutions beyond the public network so that you can find, fix, and prevent web performance defects on any internal web application, in any environment - whether inside or outside of your firewalls. Private locations allow Splunk Synthetics Monitoring users to test sooner in the development cycle and against internal sites or applications that aren't available to the public.
Copy file name to clipboardExpand all lines: synthetics/test-config/public-locations.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ Public locations
5
5
*****************
6
6
7
7
.. meta::
8
-
:description: Run synthetic tests from locations set by infrastructure and connectivity providers to simulate performance for users in that location.
8
+
:description: Run synthetic tests from locations set by infrastructure and connectivity providers to simulate performance from a range of checkpoints around the world.
9
9
10
10
Public locations are global checkpoints from which you can run synthetic tests to simulate performance for users in that location.
When you set up a test in Splunk Synthetic Monitoring, you can configure the viewport and network connection of the device from which the test is simulated.
28
-
29
-
Because Browser tests capture the visual experience of a page, while Uptime and API tests only capture response data, viewport applies to Browser tests only. Network connection applies to all test types.
Browser tests in Splunk Synthetic Monitoring capture the visual experience of a user interacting with your application. The viewport is the framed area on a device's screen for viewing information, such as the browser window on a desktop. By default, Browser tests run from a desktop-sized viewport. You can configure tests to run from other viewport sizes to test the user experience from a variety of window sizes and device types.
35
-
36
-
When you set up a test, you can choose the viewport size from a list of common devices, or set a custom viewport by height and width.
You can run Browser, Uptime, or API tests to simulate network connections of various latencies, including Mobile LTE, Mobile 3G, DSL, Mobile 5G, and cable internet. Testing your site from a variety of connection types lets you monitor the experience of users in a variety of settings.
Use variables to fill in fields, provide URLs, and enter other information during your tests.
47
-
48
-
.. list-table::
49
-
:header-rows: 1
50
-
:widths: 20 80
51
-
52
-
* - :strong:`Variable type`
53
-
- :strong:`Description`
54
-
* - Built-in variables
55
-
- Built-in variables such as random values, dates and times, or location names, for use in your Browser and API Tests. See :ref:`built-in-variables` to learn more.
56
-
* - Global variables
57
-
- Pre-saved, reusable variables you can define once and use across all your Browser and API tests. See :ref:`global-variables` to learn more.
Specify locations for your tests to simulate traffic from a range of checkpoints around the world, or use private locations to test sites from within a private network.
63
-
64
-
For more, see:
65
-
66
-
* :ref:`public-locations`
67
-
* :ref:`private-locations`
68
-
69
-
.. * See :ref:`private-locations` to set up private locations.
You can use the play and pause buttons in the more menu (|more|) of your tests to pause or resume data collection.
76
-
77
-
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.
78
-
79
-
.. list-table::
80
-
:header-rows: 1
81
-
:widths: 20, 80
82
-
83
-
* - :strong:`Current status`
84
-
- :strong:`Description`
85
-
86
-
* - Pending
87
-
- Splunk Synthetic Monitoring is still retrieving the status of this test.
88
-
89
-
* - Available
90
-
- 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.
0 commit comments