From b1aa63ff35dd16140d2d4bd276a01034edca613d Mon Sep 17 00:00:00 2001 From: Vadim Dalecky Date: Mon, 1 Mar 2021 12:54:07 +0100 Subject: [PATCH] Remove "beta" label from URL Drilldown as it is now GA (#92859) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix: 🐛 remove "beta" label from URL Drilldown as it is now GA --- docs/user/dashboard/drilldowns.asciidoc | 4 ++-- .../drilldowns/url_drilldown/public/lib/url_drilldown.tsx | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/user/dashboard/drilldowns.asciidoc b/docs/user/dashboard/drilldowns.asciidoc index e3582c20b6312..cbe47f23fcbaf 100644 --- a/docs/user/dashboard/drilldowns.asciidoc +++ b/docs/user/dashboard/drilldowns.asciidoc @@ -36,7 +36,7 @@ that shows a single data center or server. [[url-drilldowns]] ==== URL drilldowns -beta[] URL drilldowns enable you to navigate from a dashboard to internal or external URLs. +URL drilldowns enable you to navigate from a dashboard to internal or external URLs. Destination URLs can be dynamic, depending on the dashboard context or user interaction with a panel. 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. @@ -226,7 +226,7 @@ and date range are carried over. [[create-a-url-drilldown]] === Try it: Create a URL drilldown -beta[] To create URL drilldowns, you add <> to a URL template, which configures the bahavior of the drilldown. +To create URL drilldowns, you add <> to a URL template, which configures the behavior of the drilldown. image:images/url_drilldown_go_to_github.gif[Drilldown on pie chart that navigates to Github] diff --git a/x-pack/plugins/drilldowns/url_drilldown/public/lib/url_drilldown.tsx b/x-pack/plugins/drilldowns/url_drilldown/public/lib/url_drilldown.tsx index bf2ed8c2a45d1..617f5a25ebbc5 100644 --- a/x-pack/plugins/drilldowns/url_drilldown/public/lib/url_drilldown.tsx +++ b/x-pack/plugins/drilldowns/url_drilldown/public/lib/url_drilldown.tsx @@ -79,7 +79,6 @@ export class UrlDrilldown implements Drilldown txtUrlDrilldownDisplayName;