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: content/en/s4r/8-synthetics/2-synthetics-detail.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,9 +15,15 @@ Right now we are looking at the result of a single Synthetic Browser Test. This
15
15
16
16
By default, Splunk Synthetics provides screenshots and video capture of the test. This is useful for debugging issues. You can see, for example, the slow loading of large images, the slow rendering of a page etc.
17
17
18
+
{{% notice title="Info" style="info" %}}
19
+
20
+
The screenshot below doesn't contain a red banner with an error in it however you might be seeing one in your run results. This is expected as in some cases the test run fails.
*Change the duration above the film strip from **Every 1s**to **Every 500ms**. This will rebuild the filmstrip to see in more detail how the page is rendered. Use your mouse to scroll left and right through the filmstrip.
26
+
*Use your mouse to scroll left and right through the filmstrip to see how the site was being rendered during the test run.
21
27
* In the Video pane, press on the play button **▶** to see the test playback. If you click the ellipses **⋮** you can change the *playback speed*, view it *Picture in Picture* and even *Download* the video.
22
28
* In the Synthetic Transaction pane, click on the first Business Transaction **Home**
23
29
* The waterfall below will show all the objects that make up the page. The first line is the HTML page itself. The next lines are the objects that make up the page (HTML, CSS, JavaScript, Images, Fonts, etc.).
Copy file name to clipboardExpand all lines: content/en/s4r/8-synthetics/4-synthetics-detector.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,16 +15,17 @@ Given you can run these tests 24/7, it is an ideal tool to get warned early if y
15
15
16
16

17
17
18
-
* First, click on the pencil to rename the detector to something meaningful like [YOUR INITIALS - WORKSHOP Detector].
19
-
* Ensure that Run Duration and static threshold are selected.
20
-
* Set trigger threshold to be around 68000. Make sure the threshold line is cutting through the long spikes as shown above. (You may have to adjust the threshold value a bit to match your actual latency.)
18
+
UPDATE SCREENSHOT
19
+
20
+
* Edit the text **New Synthetics Detector** (**1**) and replace it with `INITIALS -`[WORKSHOPNAME]`.
21
+
* Ensure that {{% button %}}Run duration{{% /button %}} and {{% button %}}Static threshold{{% /button %}} are selected.
22
+
* Set the **Trigger threshold** (**2**) to be around `65,000` to `68,000`. Make sure you have more than one spike cutting through the threshold line as shown above (you may have to adjust the threshold value a bit to match your actual latency).
21
23
* Leave the rest as default.
22
-
* Note that there is now a row of red and white triangles appearing below the spikes. The red triangles let you know that your detector found that your test was above the given threshold & the white triangle indicates that the result returned below the threshold. Each red triangle will trigger an alert.
23
-
* You can change the Alerts criticality by changing the drop-down to a different setting, as well as the method of alerting. Make sure you do **NOT** Add a Recipient. (This will help your Instructor with cleaning up the workshop afterward).
24
-
* If you are interested in the analytics used for this detector you can click the ellipses **⋮** at the top right of the dialog. This will show you the generated analytics.
25
-
* Click Activate to deploy your detector
26
-
* This returns you to the Synthetic home page, to see if your test is active click on {{% button style="white" %}}Edit Test{{% /button %}} button
27
-
* At the bottom of the page, there is a list of active detectors, including the one you just created.
24
+
* Note that there is now a row of red and white triangles appearing below the spikes(**3**). The red triangles let you know that your detector found that your test was above the given threshold & the white triangle indicates that the result returned below the threshold. Each red triangle will trigger an alert.
25
+
* You can change the Alerts criticality (**4**) by changing the drop-down to a different level, as well as the method of alerting. Make sure you do **NOT** add a Recipient as this could lead to you being subjected to an alert storm!
26
+
* Click {{% button style="blue" %}}Activate{{% /button %}} to deploy your detector.
27
+
* To see your new created detector click {{% button style="white" %}}Edit Test{{% /button %}} button
28
+
* At the bottom of the page is a list of active detectors.
0 commit comments