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
+7-10Lines changed: 7 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,8 +60,6 @@ Use the [**Sample web logs**](../index.md#gs-get-data-into-kibana) data to creat
60
60
61
61
Search: `extension.keyword: ("gz" or "css" or "deb")`<br> Filter: `geo.src: US`
62
62
63
-
64
-
65
63
### Create the dashboard drilldown [_create_the_dashboard_drilldown]
66
64
67
65
Create a drilldown that opens the **Detailed logs** dashboard from the **[Logs] Web Traffic** dashboard.
@@ -81,8 +79,6 @@ Create a drilldown that opens the **Detailed logs** dashboard from the **[Logs]
81
79
:screenshot:
82
80
:::
83
81
84
-
85
-
86
82
## Create URL drilldowns [create-url-drilldowns]
87
83
88
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.
@@ -96,22 +92,23 @@ Some panels support multiple interactions, also known as triggers. The [variable
96
92
97
93
For example, **Single click** has `{{event.value}}` and **Range selection** has `{{event.from}}` and `{{event.to}}`.
98
94
99
-
100
95
### Create a URL drilldown [_create_a_url_drilldown]
101
96
102
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.
103
98
104
99
1. Add the [**Sample web logs**](../index.md#gs-get-data-into-kibana) data.
105
100
2. Open the **[Logs] Web Traffic** dashboard.
106
101
3. In the toolbar, click **Edit**.
107
-
4. Create a donut chart
102
+
4. Create a donut chart.
103
+
104
+
* {applies_to}`stack: ga 9.2` 1. Select **Add** > **Visualization** in the toolbar.
105
+
* {applies_to}`stack: ga 9.0` 1. Click **Create visualization** in the dashboard toolbar.
108
106
109
-
1. Click **Create visualization**.
110
-
2. From the **Chart type** dropdown, select **Donut**.
107
+
2. From the **Chart type** dropdown, select **Pie**.
111
108
3. From the **Available fields** list, drag **machine.os.keyword** to the workspace.
112
109
4. Click **Save and return**.
113
110
114
-
5. Open the donut chart panel menu, then select **Create drilldown**.
111
+
5. Open the pie chart panel menu, then select **Create drilldown**.
115
112
6. Click **Go to URL**.
116
113
117
114
1. Give the drilldown a name. For example, `Show on Github`.
@@ -127,7 +124,7 @@ For example, if you have a dashboard that shows data from a Github repository, y
127
124
4. Click **Create drilldown**.
128
125
129
126
7. Save the dashboard.
130
-
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