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/drilldowns.md
+18-17Lines changed: 18 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,18 +45,20 @@ The panels you create using the following editors support dashboard drilldowns:
45
45
Use the [**Sample web logs**](../index.md#gs-get-data-into-kibana) data to create a dashboard and add panels, then set a search and filter on the **[Logs] Web Traffic** dashboard.
46
46
47
47
1. Add the **Sample web logs** data.
48
-
2. Create a new dashboard, click **Add from Library**, then add the following panels:
48
+
2. Create a new dashboard.
49
49
50
-
***[Logs] Response Codes Over Time + Annotations**
51
-
***[Logs] Visits**
50
+
*{applies_to}`stack: ga 9.2` Select **Add** > **From library** in the toolbar.
51
+
*{applies_to}`stack: ga 9.0` Click **Add from library** in the dashboard toolbar.
52
52
53
-
3. Set the [time filter](../query-filter/filtering.md) to **Last 30 days**.
54
-
4. Save the dashboard. In the **Title** field, enter `Detailed logs`.
55
-
5. Open the **[Logs] Web Traffic** dashboard, then set a search and filter.
53
+
3. Add the following panel:
56
54
57
-
Search: `extension.keyword: ("gz" or "css" or "deb")`<br> Filter: `geo.src: US`
55
+
***[Logs] Visits**
58
56
57
+
4. Set the [time filter](../query-filter/filtering.md) to **Last 30 days**.
58
+
5. Save the dashboard. In the **Title** field, enter `Detailed logs`.
59
+
6. Open the **[Logs] Web Traffic** dashboard, then set a search and filter.
59
60
61
+
Search: `extension.keyword: ("gz" or "css" or "deb")`<br> Filter: `geo.src: US`
60
62
61
63
### Create the dashboard drilldown [_create_the_dashboard_drilldown]
62
64
@@ -77,8 +79,6 @@ Create a drilldown that opens the **Detailed logs** dashboard from the **[Logs]
77
79
:screenshot:
78
80
:::
79
81
80
-
81
-
82
82
## Create URL drilldowns [create-url-drilldowns]
83
83
84
84
URL drilldowns enable you to navigate from a dashboard to external websites. Destination URLs can be dynamic, depending on the dashboard context or user interaction with a panel. To create URL drilldowns, you add [variables](/explore-analyze/dashboards/drilldowns.md) to a URL template, which configures the behavior of the drilldown. All panels that you create with the visualization editors support dashboard drilldowns.
@@ -92,22 +92,23 @@ Some panels support multiple interactions, also known as triggers. The [variable
92
92
93
93
For example, **Single click** has `{{event.value}}` and **Range selection** has `{{event.from}}` and `{{event.to}}`.
94
94
95
-
96
95
### Create a URL drilldown [_create_a_url_drilldown]
97
96
98
97
For example, if you have a dashboard that shows data from a Github repository, you can create a URL drilldown that opens Github from the dashboard panel.
99
98
100
99
1. Add the [**Sample web logs**](../index.md#gs-get-data-into-kibana) data.
101
100
2. Open the **[Logs] Web Traffic** dashboard.
102
101
3. In the toolbar, click **Edit**.
103
-
4. Create a donut chart
102
+
4. Create a pie chart.
103
+
104
+
* {applies_to}`stack: ga 9.2` Select **Add** > **Visualization** in the toolbar.
105
+
* {applies_to}`stack: ga 9.0` Click **Create visualization** in the dashboard toolbar.
104
106
105
-
1. Click **Create visualization**.
106
-
2. From the **Chart type** dropdown, select **Donut**.
107
-
3. From the **Available fields** list, drag **machine.os.keyword** to the workspace.
108
-
4. Click **Save and return**.
107
+
2. From the **Chart type** dropdown, select **Pie**.
108
+
3. From the **Available fields** list, drag **machine.os.keyword** to the workspace.
109
+
4. Click **Save and return**.
109
110
110
-
5. Open the donut chart panel menu, then select **Create drilldown**.
111
+
5. Open the pie chart panel menu, then select **Create drilldown**.
111
112
6. Click **Go to URL**.
112
113
113
114
1. Give the drilldown a name. For example, `Show on Github`.
@@ -123,7 +124,7 @@ For example, if you have a dashboard that shows data from a Github repository, y
123
124
4. Click **Create drilldown**.
124
125
125
126
7. Save the dashboard.
126
-
8. On the donut chart panel, click any chart slice, thenselect**Show on Github**.
127
+
8. On the pie chart panel, click any chart slice, thenselect**Show on Github**.
0 commit comments