Skip to content

Commit a39f065

Browse files
Update the tutorial "Create a simple dashboard to monitor website logs" (#2646)
This PR aligns the doc page https://www.elastic.co/docs/explore-analyze/dashboards/create-dashboard-of-panels-with-web-server-data with the current UI. Fixes elastic/platform-docs-team#692 --------- Co-authored-by: Mike Birnstiehl <[email protected]>
1 parent 8cc4204 commit a39f065

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

explore-analyze/dashboards/create-dashboard-of-panels-with-web-server-data.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ To create the visualizations in this tutorial, you’ll use the following fields
4949
* **timestamp**
5050
* **bytes**
5151
* **clientip**
52-
* **referer.keyword**
52+
* **referer**
5353

5454
Click a field name to view more details, such as its top values and distribution.
5555

@@ -84,7 +84,7 @@ The only number function that you can use with **clientip** is **Unique count**,
8484

8585
3. In the layer pane, click **Unique count of clientip**.
8686

87-
1. In the **Name** field, enter `Unique visitors`.
87+
1. Open **Primary metric**. Go to **Appearance** and in the **Name** field, enter `Unique visitors`.
8888
2. Click **Close**.
8989

9090
4. Click **Save and return**.
@@ -109,11 +109,7 @@ To visualize the **bytes** field over time:
109109
:::
110110

111111

112-
To emphasize the change in **Median of bytes** over time, change the visualization type to **Line** with one of the following options:
113-
114-
* In the **Suggestions**, click the line chart.
115-
* In the editor toolbar, open the **Visualization type** dropdown, then select **Line**.
116-
* In the layer pane, open the **Layer visualization type** menu, then click **Line**.
112+
To emphasize the change in **Median of bytes** over time, change the visualization type to **Line**. In the layer pane, open the **Layer visualization type** menu, then click **Line**.
117113

118114
To increase the minimum time interval:
119115

@@ -291,7 +287,7 @@ Add a panel title:
291287

292288
1. On the dashboard, click **Create visualization**.
293289
2. Open the **Visualization type** dropdown, then select **Treemap**.
294-
3. From the **Available fields** list, drag **Records** to the **Size by** field in the layer pane.
290+
3. From the **Available fields** list, drag **Records** to the **Metric** field in the layer pane.
295291
4. In the layer pane, click **Add or drag-and-drop a field** for **Group by**.
296292

297293
Create a filter for each website traffic source:
@@ -329,7 +325,7 @@ Add the user geography grouping:
329325
Remove the documents that do not match the filter criteria:
330326

331327
1. In the layer pane, click **Top 3 values of geo.srcdest**.
332-
2. Click **Advanced**, deselect **Group other values as "Other"**, then click **Close**.
328+
2. Click **Advanced**, deselect **Group remaining values as "Other"**, then click **Close**.
333329

334330
:::{image} /explore-analyze/images/kibana-lens_treemapMultiLevelChart_7.16.png
335331
:alt: Treemap visualization
@@ -374,4 +370,4 @@ Now that you have a complete overview of your web server data, save the dashboar
374370

375371
:::{image} /explore-analyze/images/kibana-dashboard-creator-editor.png
376372
:alt: Information panel of a dashboard showing its creator and last editor
377-
:::
373+
:::

0 commit comments

Comments
 (0)