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: explore-analyze/dashboards/create-dashboard-of-panels-with-web-server-data.md
+6-10Lines changed: 6 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ To create the visualizations in this tutorial, you’ll use the following fields
49
49
***timestamp**
50
50
***bytes**
51
51
***clientip**
52
-
***referer.keyword**
52
+
***referer**
53
53
54
54
Click a field name to view more details, such as its top values and distribution.
55
55
@@ -84,7 +84,7 @@ The only number function that you can use with **clientip** is **Unique count**,
84
84
85
85
3. In the layer pane, click **Unique count of clientip**.
86
86
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`.
88
88
2. Click **Close**.
89
89
90
90
4. Click **Save and return**.
@@ -109,11 +109,7 @@ To visualize the **bytes** field over time:
109
109
:::
110
110
111
111
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**.
117
113
118
114
To increase the minimum time interval:
119
115
@@ -291,7 +287,7 @@ Add a panel title:
291
287
292
288
1. On the dashboard, click **Create visualization**.
293
289
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.
295
291
4. In the layer pane, click **Add or drag-and-drop a field** for **Group by**.
296
292
297
293
Create a filter for each website traffic source:
@@ -329,7 +325,7 @@ Add the user geography grouping:
329
325
Remove the documents that do not match the filter criteria:
330
326
331
327
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**.
0 commit comments