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
* As the last step in this exercise, let us add your dashboard to your workshop team page, this will make it easy to find later in the workshop.
28
-
* At the top of the page, click on the ***...*** to the left of your dashboard name.
29
-

30
-
* Select **Link to teams** from the drop-down.
28
+
* At the top of the page, click on the vertical 3 dots menu **⋮** on the top right, select **Dashboard Group Actions** > **Link to teams**.
29
+

31
30
* In the following **Link to teams** dialog box, find the Workshop team that your instructor will have provided for you and click {{% button style="blue" %}}Done{{% /button %}}.
Copy file name to clipboardExpand all lines: content/en/splunk4rookies/observability-cloud/8-synthetics/1-synthetics-dashboard.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,6 @@ In Splunk Observability Cloud from the main menu, click on **Synthetics**. Click
8
8
During our investigation in the RUM section, we found there was an issue with the **Place Order** Transaction. Let's see if we can confirm this from the Synthetics test as well. We will be using the metric **First byte time** for the 4th page of the test, which is the **Place Order** step.
Copy file name to clipboardExpand all lines: content/en/splunk4rookies/observability-cloud/8-synthetics/2-synthetics-detail.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,24 +12,24 @@ The screenshot below doesn't contain a red banner with an error in it however yo
12
12
{{% /notice %}}
13
13
14
14

15
-
16
-
1.**Filmstrip:** Offers a set of screenshots of site performance so that you can see how the page responds in real-time.
17
-
2.**Video:** This lets you see exactly what a user trying to load your site from the location and device of a particular test run would experience.
18
-
3.**Browser test metrics:** A View that offers you a picture of website performance.
19
-
4.**Synthetic transactions:** List of the Synthetic transactions that made up the interaction with the site
20
-
5.**Waterfall chart** The waterfall chart is a visual representation of the interaction between the test runner and the site being tested.
15
+
1.**Filter:** Focus in on specific parts of your test; filters the filmstrip, video, and waterfall.
16
+
2.**Filmstrip:** Offers a set of screenshots of site performance so that you can see how the page responds in real-time.
17
+
3.**Waterfall chart:** The waterfall chart is a visual representation of the interaction between the test runner and the site being tested.
18
+
4.**Video:** This lets you see exactly what a user trying to load your site from the location and device of a particular test run would experience.
19
+
5.**Browser test metrics:** A view that offers you a picture of website performance.
21
20
22
21
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.
* Use your mouse to scroll left and right through the filmstrip to see how the site was being rendered during the test run.
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.
28
-
*In the Synthetic Transaction pane, under the header *Business Transactions*, click on the first button {{% button style="blue" %}}**Home**{{% /button %}}
27
+
* In the Video pane, press on the play button **▶** to see the test playback. If you click the vertical three dots**⋮** you can change the *playback speed*, view it *Picture in Picture* and even *Download* the video.
28
+
*Using the filter above the filmstrip, under the header *Synthetic Transactions*, click on **Home**
29
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.).
30
30
* In the waterfall find the line **GET***splunk-otel-web.js*.
31
31
* Click on the **>** button to open the metadata section to see the Request/Response Header information.
32
-
* In the Synthetic Transaction pane, click on the second Business Transaction {{% button style="blue" %}}**Shop**{{% /button %}}. Note that the filmstrip adjusts and moves to the beginning of the new transaction.
33
-
* Repeat this for all the other Transactions, then finally select the{{% button style="blue" %}}**PlaceOrder**{{% /button %}} transaction.
32
+
* In the filter, switch to the second Synthetic Transaction **Shop**. Note that the filmstrip and video adjust and move to the beginning of the new transaction.
33
+
* Repeat this for all the other Transactions, then finally select the**PlaceOrder** transaction.
Copy file name to clipboardExpand all lines: content/en/splunk4rookies/observability-cloud/8-synthetics/4-synthetics-detector.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,8 @@ Given you can run these tests 24/7, it is an ideal tool to get warned early if y
14
14
* Select the workshop test again and click the {{% button %}}**Create Detector**{{% /button %}} button at the top of the page.
15
15
16
16

17
-
* Edit the text **New Synthetics Detector** (**1**) and replace it with `INITIALS -`[WORKSHOPNAME]`.
18
-
*Ensure that {{% button %}}Run duration{{% /button %}} and {{% button %}}Static threshold{{% /button %}} are selected.
17
+
* Edit the text **New Synthetics Detector** (**1**) and replace it with `INITIALS - [WORKSHOPNAME]`.
18
+
*Change the alert criteria so that the metric is Run Duration (instead of Uptime) and the condition is Static Threshold.
19
19
* Set the **Trigger threshold** (**2**) to be around `65,000` to `68,000` and hit enter to update the chart. 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).
20
20
* Leave the rest as default.
21
21
* 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.
0 commit comments