mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
Remove "beta" label from URL Drilldown as it is now GA (#92859)
* fix: 🐛 remove "beta" label from URL Drilldown as it is now GA
This commit is contained in:
parent
c116477198
commit
99929433a4
2 changed files with 2 additions and 3 deletions
|
@ -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 <<variables,variables>> to a URL template, which configures the bahavior of the drilldown.
|
||||
To create URL drilldowns, you add <<variables,variables>> 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]
|
||||
|
||||
|
|
|
@ -79,7 +79,6 @@ export class UrlDrilldown implements Drilldown<Config, ActionContext, ActionFact
|
|||
|
||||
readonly minimalLicense = 'gold';
|
||||
readonly licenseFeatureName = 'URL drilldown';
|
||||
readonly isBeta = true;
|
||||
|
||||
public readonly getDisplayName = () => txtUrlDrilldownDisplayName;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue