Skip to content

Commit 904d386

Browse files
committed
More updates
1 parent 063c1bf commit 904d386

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

explore-analyze/dashboards/drilldowns.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ Use the [**Sample web logs**](../index.md#gs-get-data-into-kibana) data to creat
6060

6161
Search: `extension.keyword: ("gz" or "css" or "deb")`<br> Filter: `geo.src: US`
6262

63-
64-
6563
### Create the dashboard drilldown [_create_the_dashboard_drilldown]
6664

6765
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]
8179
:screenshot:
8280
:::
8381

84-
85-
8682
## Create URL drilldowns [create-url-drilldowns]
8783

8884
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
9692

9793
For example, **Single click** has `{{event.value}}` and **Range selection** has `{{event.from}}` and `{{event.to}}`.
9894

99-
10095
### Create a URL drilldown [_create_a_url_drilldown]
10196

10297
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.
10398

10499
1. Add the [**Sample web logs**](../index.md#gs-get-data-into-kibana) data.
105100
2. Open the **[Logs] Web Traffic** dashboard.
106101
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.
108106

109-
1. Click **Create visualization**.
110-
2. From the **Chart type** dropdown, select **Donut**.
107+
2. From the **Chart type** dropdown, select **Pie**.
111108
3. From the **Available fields** list, drag **machine.os.keyword** to the workspace.
112109
4. Click **Save and return**.
113110

114-
5. Open the donut chart panel menu, then select **Create drilldown**.
111+
5. Open the pie chart panel menu, then select **Create drilldown**.
115112
6. Click **Go to URL**.
116113

117114
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
127124
4. Click **Create drilldown**.
128125

129126
7. Save the dashboard.
130-
8. On the donut chart panel, click any chart slice, then select **Show on Github**.
127+
8. On the pie chart panel, click any chart slice, then select **Show on Github**.
131128

132129
![URL drilldown popup](/explore-analyze/images/kibana-dashboard_urlDrilldownPopup_8.3.png "")
133130

0 commit comments

Comments
 (0)