Skip to content

Commit 299e3bd

Browse files
committed
First release
1 parent 13d5441 commit 299e3bd

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

content/en/s4r/9-custom-dashboard/3-custom-chart.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,16 @@ In this part of the workshop we are going to create a chart that we will add to
1313
* First, use the {{% button style="grey" %}}Untitled chart{{% /button %}} input field and name the chart **Overall Test Duration**.
1414
* For this exercise we want a bar or column chart, so click on the 3rd icon {{% icon icon="chart-bar" %}} in the chart option box.
1515
* In the **Plot editor** enter `synthetics.run.duration.time.ms` (this is runtime in duration for our test) in the **Signal** box and hit enter.
16-
* Click the {{% button style="blue" %}}Add filter{{% /button %}} button.
17-
* Set the filter to successful ones by selecting `success:true`, the button now should contain that.
1816
* Right now we see different colored bars, a different color for each region the test runs from. As this is not needed we can change that behavior by adding some analytics.
1917
* Click the {{% button style="blue" %}}Add analytics{{% /button %}} button.
2018
* From the drop-down choose the **Mean** option, then pick `mean:aggregation` and click outside the dialog box. Notice how the chart changes to a single color as the metrics are now aggregated.
21-
* Change the time scale, click on the settings {{% icon icon="cog" %}} icon at the end of the plot line. It will open the following dialog:
19+
* The x-axis does not currently represent time to change this click on the settings {{% icon icon="cog" %}} icon at the end of the plot line. The following following dialog will open:
2220
![signal setup](../images/signal-setup.png)
23-
* Change the **Display units** (**2**) in the drop-down box from **None** to **Time (autoscaling)/Milliseconds(ms)**. The drop-down changes to **Millisecond** and the x-axis of the chart now represents **Time**.
21+
* Change the **Display units** (**2**) in the drop-down box from **None** to **Time (autoscaling)/Milliseconds(ms)**. The drop-down changes to **Millisecond** and the x-axis of the chart now represents the test duration time.
2422
* Close the dialog, either by clicking on the settings {{% icon icon="cog" %}} icon or the {{% button style="gray" %}}close{{% /button %}} button.
25-
* Add our detector by clicking {{% button style="blue" %}}Link Detector{{% /button %}} button and start typing the name of the detector you created earlier.
23+
* Add our detector by clicking the {{% button style="blue" %}}Link Detector{{% /button %}} button and start typing the name of the detector you created earlier.
2624
* Click on the detector name to select it.
27-
* Notice that a colored border appears around the chart, indicating the status of the alert, along with a new bell icon at the top of the dashboard as shown below.
25+
* Notice that a colored border appears around the chart, indicating the status of the alert, along with a bell icon at the top of the dashboard as shown below:
2826
![detector added](../images/detector-added.png)
2927
* Click the {{% button style="blue" %}}Save and close{{% /button %}} button.
3028
* In the dashboard, move the charts so they look like the screenshot below:

content/en/s4r/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: Splunk4Rookies - Observability
33
weight: 1
4-
hidden: true
54
---
65

76
{{% badge icon="clock" color="#ed0090" %}}2 minutes{{% /badge %}}

0 commit comments

Comments
 (0)