From 3103fcee31b2a9202ec076a5cb9cf2cbbe24e071 Mon Sep 17 00:00:00 2001 From: Kaarina Tungseth Date: Mon, 7 Dec 2020 15:55:24 -0600 Subject: [PATCH] [7.10] [DOCS] Redirects for drilldown links (#83846) (#84542) * [DOCS] Redirects for drilldown links (#83846) * Fixes lGo to URL links * Fixes links pt 2 * Added redirects * Added Lens and reformatted redirects * Removed lens and fixed broken links * Fixes to URL drilldowns link Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> * Fixes whats new links Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> --- docs/redirects.asciidoc | 23 ++++++++++++++++++++-- docs/user/dashboard/drilldowns.asciidoc | 7 ++++--- docs/user/dashboard/url-drilldown.asciidoc | 4 ++-- docs/user/whats-new.asciidoc | 4 ++-- 4 files changed, 29 insertions(+), 9 deletions(-) diff --git a/docs/redirects.asciidoc b/docs/redirects.asciidoc index 04d0e7fc1ba060..a62c1c4865a212 100644 --- a/docs/redirects.asciidoc +++ b/docs/redirects.asciidoc @@ -169,13 +169,11 @@ This content has moved. See {ref}/index-mgmt.html[Index management]. This content has moved. See <>. - [role="exclude",id="document-context"] == View a document in context This content has moved. See <>. - [role="exclude",id="document-data"] == View document data @@ -190,3 +188,24 @@ This content has moved. See <>. == Known plugins This content has moved. See <>. + +[role="exclude",id="url-drilldown"] +== URL drilldown + +[float] +[[trigger-picker]] +=== Picking a trigger for a URL drilldown + +This page has moved. Refer to <>. + +[float] +[[templating]] +=== URL templating + +This page has moved. Refer to <>. + +[float] +[[variables]] +=== Variables + +This page has moved. Refer to <>. \ No newline at end of file diff --git a/docs/user/dashboard/drilldowns.asciidoc b/docs/user/dashboard/drilldowns.asciidoc index ca788020d92862..ec9a6dcb8a8a46 100644 --- a/docs/user/dashboard/drilldowns.asciidoc +++ b/docs/user/dashboard/drilldowns.asciidoc @@ -21,7 +21,7 @@ refer https://www.elastic.co/subscriptions[the subscription page]. ============================================== [float] -[[dashboard-drilldown]] +[[dashboard-drilldowns]] ==== Dashboard drilldowns Dashboard drilldowns enable you to open a dashboard from another dashboard, @@ -33,7 +33,7 @@ you can create a drilldown that navigates from the overall status dashboard to a that shows a single data center or server. [float] -[[url-drilldown]] +[[url-drilldowns]] ==== URL drilldowns beta[] URL drilldowns enable you to navigate from a dashboard to internal or external URLs. @@ -42,7 +42,8 @@ For example, if you have a dashboard that shows data from a Github repository, y that opens Github from the dashboard. Some panels support multiple interactions, also known as triggers. -The <> you use to create a <> depends on the trigger you choose. URL drilldowns support these types of triggers: + +The <> you use to create a <> depends on the trigger you choose. URL drilldowns support these types of triggers: * *Single click* — A single data point in the visualization. diff --git a/docs/user/dashboard/url-drilldown.asciidoc b/docs/user/dashboard/url-drilldown.asciidoc index 044ae7c555bc94..8f6d4c5f1913f6 100644 --- a/docs/user/dashboard/url-drilldown.asciidoc +++ b/docs/user/dashboard/url-drilldown.asciidoc @@ -1,4 +1,4 @@ -[[url_templating]] +[[url_templating-language]] === URL templating beta[] @@ -51,7 +51,7 @@ Example: [float] -[[variables]] +[[url-template-variables]] ==== URL template variables The URL drilldown template has three sources for variables: diff --git a/docs/user/whats-new.asciidoc b/docs/user/whats-new.asciidoc index 959e48e643baf0..1044f7c3562e99 100644 --- a/docs/user/whats-new.asciidoc +++ b/docs/user/whats-new.asciidoc @@ -85,7 +85,7 @@ custom navigation paths between dashboards, carrying over the filter and time context. Now you can also create a navigation path from a dashboard to an internal or external URL. This functionality is available with a https://www.elastic.co/subscriptions[Gold subscription] or higher. -For more information, refer to the {kibana-ref}/drilldowns.html#url-drilldown[URL drilldown documentation]. +For more information, refer to the {kibana-ref}/drilldowns.html#url-drilldowns[URL drilldown documentation]. [role="screenshot"] image::user/images/drilldown-to-url.png[Drilldown to Url on dashboard panel] @@ -95,7 +95,7 @@ image::user/images/drilldown-to-url.png[Drilldown to Url on dashboard panel] === New ways to act on geospatial data Maps and dashboards now work better together. -First, you can use maps with {kibana-ref}/drilldowns.html#dashboard-drilldown[dashboard drilldowns]. +First, you can use maps with {kibana-ref}/drilldowns.html#dashboard-drilldowns[dashboard drilldowns]. Second, when authoring a dashboard, you can create a map, save the map, and then return to the dashboard in your workflow.