From d9cc9a3a7ee9e031a250df62598c9ae9afdabac8 Mon Sep 17 00:00:00 2001 From: KOTungseth Date: Thu, 12 Nov 2020 12:53:11 -0600 Subject: [PATCH 1/6] Fixes lGo to URL links --- src/core/public/doc_links/doc_links_service.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/public/doc_links/doc_links_service.ts b/src/core/public/doc_links/doc_links_service.ts index 6af14734444d1d..8cba58f8aed493 100644 --- a/src/core/public/doc_links/doc_links_service.ts +++ b/src/core/public/doc_links/doc_links_service.ts @@ -40,8 +40,8 @@ export class DocLinksService { guide: `${ELASTIC_WEBSITE_URL}guide/en/kibana/${DOC_LINK_VERSION}/dashboard.html`, drilldowns: `${ELASTIC_WEBSITE_URL}guide/en/kibana/${DOC_LINK_VERSION}/drilldowns.html`, drilldownsTriggerPicker: `${ELASTIC_WEBSITE_URL}guide/en/kibana/${DOC_LINK_VERSION}/drilldowns.html#url-drilldown`, - urlDrilldownTemplateSyntax: `${ELASTIC_WEBSITE_URL}guide/en/kibana/${DOC_LINK_VERSION}/url_templating-language.html`, - urlDrilldownVariables: `${ELASTIC_WEBSITE_URL}guide/en/kibana/${DOC_LINK_VERSION}/url_templating-language.html#variables`, + urlDrilldownTemplateSyntax: `${ELASTIC_WEBSITE_URL}guide/en/kibana/${DOC_LINK_VERSION}/url_templating.html`, + urlDrilldownVariables: `${ELASTIC_WEBSITE_URL}guide/en/kibana/${DOC_LINK_VERSION}/url_templating.html#variables`, }, filebeat: { base: `${ELASTIC_WEBSITE_URL}guide/en/beats/filebeat/${DOC_LINK_VERSION}`, From 583172d2d45a8333afd0290e1761bcc8b05ea5ab Mon Sep 17 00:00:00 2001 From: KOTungseth Date: Thu, 12 Nov 2020 13:40:13 -0600 Subject: [PATCH 2/6] Fixes links pt 2 --- docs/user/dashboard/url-drilldown.asciidoc | 2 +- src/core/public/doc_links/doc_links_service.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/user/dashboard/url-drilldown.asciidoc b/docs/user/dashboard/url-drilldown.asciidoc index cf92016e23f19d..490feb2e12d301 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[] diff --git a/src/core/public/doc_links/doc_links_service.ts b/src/core/public/doc_links/doc_links_service.ts index 8cba58f8aed493..6af14734444d1d 100644 --- a/src/core/public/doc_links/doc_links_service.ts +++ b/src/core/public/doc_links/doc_links_service.ts @@ -40,8 +40,8 @@ export class DocLinksService { guide: `${ELASTIC_WEBSITE_URL}guide/en/kibana/${DOC_LINK_VERSION}/dashboard.html`, drilldowns: `${ELASTIC_WEBSITE_URL}guide/en/kibana/${DOC_LINK_VERSION}/drilldowns.html`, drilldownsTriggerPicker: `${ELASTIC_WEBSITE_URL}guide/en/kibana/${DOC_LINK_VERSION}/drilldowns.html#url-drilldown`, - urlDrilldownTemplateSyntax: `${ELASTIC_WEBSITE_URL}guide/en/kibana/${DOC_LINK_VERSION}/url_templating.html`, - urlDrilldownVariables: `${ELASTIC_WEBSITE_URL}guide/en/kibana/${DOC_LINK_VERSION}/url_templating.html#variables`, + urlDrilldownTemplateSyntax: `${ELASTIC_WEBSITE_URL}guide/en/kibana/${DOC_LINK_VERSION}/url_templating-language.html`, + urlDrilldownVariables: `${ELASTIC_WEBSITE_URL}guide/en/kibana/${DOC_LINK_VERSION}/url_templating-language.html#variables`, }, filebeat: { base: `${ELASTIC_WEBSITE_URL}guide/en/beats/filebeat/${DOC_LINK_VERSION}`, From c0d546273bfb9fab9ab3f0236fec03148bc225e6 Mon Sep 17 00:00:00 2001 From: KOTungseth Date: Tue, 17 Nov 2020 10:53:28 -0600 Subject: [PATCH 3/6] Added redirects --- docs/redirects.asciidoc | 18 ++++++++++++++++-- docs/user/dashboard/drilldowns.asciidoc | 2 +- docs/user/dashboard/url-drilldown.asciidoc | 2 +- 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/docs/redirects.asciidoc b/docs/redirects.asciidoc index ccad3670d3d27d..ef97be08802967 100644 --- a/docs/redirects.asciidoc +++ b/docs/redirects.asciidoc @@ -153,13 +153,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 @@ -169,3 +167,19 @@ This content has moved. See <>. == View field data statistics This content has moved. See <>. + +[role="exclude",id="trigger-picker"] +== Picking a trigger for a URL drilldown + +This content has moved. Refer to <>. + +[role="exclude",id="templating"] +== URL templating language + +This content has moved. Refer to <>. + +[role="exclude",id="variables"] +== URL template variables + +This content has moved. Refer to <>. + diff --git a/docs/user/dashboard/drilldowns.asciidoc b/docs/user/dashboard/drilldowns.asciidoc index ca788020d92862..696e4db3d2f6cb 100644 --- a/docs/user/dashboard/drilldowns.asciidoc +++ b/docs/user/dashboard/drilldowns.asciidoc @@ -42,7 +42,7 @@ 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 490feb2e12d301..617fae938f8f50 100644 --- a/docs/user/dashboard/url-drilldown.asciidoc +++ b/docs/user/dashboard/url-drilldown.asciidoc @@ -137,7 +137,7 @@ Example: [float] -[[variables]] +[[url-template-variables]] ==== URL template variables The URL drilldown template has three sources for variables: From 15fc55b22ddc938b639132f11c6515511e0f3b69 Mon Sep 17 00:00:00 2001 From: KOTungseth Date: Wed, 18 Nov 2020 11:22:06 -0600 Subject: [PATCH 4/6] Added Lens and reformatted redirects --- docs/redirects.asciidoc | 28 +++++++++++++++++-------- docs/user/dashboard/dashboard.asciidoc | 2 +- docs/user/dashboard/drilldowns.asciidoc | 4 ++-- 3 files changed, 22 insertions(+), 12 deletions(-) diff --git a/docs/redirects.asciidoc b/docs/redirects.asciidoc index ef97be08802967..7e0b11f15c5f70 100644 --- a/docs/redirects.asciidoc +++ b/docs/redirects.asciidoc @@ -168,18 +168,28 @@ This content has moved. See <>. This content has moved. See <>. -[role="exclude",id="trigger-picker"] -== Picking a trigger for a URL drilldown +[role="exclude",id="lens"] +== Lens -This content has moved. Refer to <>. +This page was deleted. Refer to <>. -[role="exclude",id="templating"] -== URL templating language +[role="exclude",id="url-drilldown"] +== URL drilldown -This content has moved. Refer to <>. +[float] +[[trigger-picker]] +=== Picking a trigger for a URL drilldown -[role="exclude",id="variables"] -== URL template variables +This page has moved. Refer to <>. -This content 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/dashboard.asciidoc b/docs/user/dashboard/dashboard.asciidoc index 5fda1af55c7fe7..23d80f100b4b4a 100644 --- a/docs/user/dashboard/dashboard.asciidoc +++ b/docs/user/dashboard/dashboard.asciidoc @@ -185,7 +185,7 @@ image:images/Dashboard_add_new_visualization.png[Example add new visualization t {kib} provides you with several editors that help you create panels. [float] -[[lens]] +[[create-panels-with-lens]] === Create panels with Lens *Lens* is the simplest and fastest way to create powerful visualizations of your data. To use *Lens*, you drag and drop as many data fields diff --git a/docs/user/dashboard/drilldowns.asciidoc b/docs/user/dashboard/drilldowns.asciidoc index 696e4db3d2f6cb..d41f4dcd45a6ab 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. From d6a9f870bea5484149cdd3b1d0d91685cdd6ce0c Mon Sep 17 00:00:00 2001 From: KOTungseth Date: Wed, 18 Nov 2020 13:19:33 -0600 Subject: [PATCH 5/6] Removed lens and fixed broken links --- docs/redirects.asciidoc | 5 ----- docs/user/dashboard/dashboard.asciidoc | 2 +- docs/user/whats-new.asciidoc | 2 +- 3 files changed, 2 insertions(+), 7 deletions(-) diff --git a/docs/redirects.asciidoc b/docs/redirects.asciidoc index 7e0b11f15c5f70..7e3b18a47da5c2 100644 --- a/docs/redirects.asciidoc +++ b/docs/redirects.asciidoc @@ -168,11 +168,6 @@ This content has moved. See <>. This content has moved. See <>. -[role="exclude",id="lens"] -== Lens - -This page was deleted. Refer to <>. - [role="exclude",id="url-drilldown"] == URL drilldown diff --git a/docs/user/dashboard/dashboard.asciidoc b/docs/user/dashboard/dashboard.asciidoc index 23d80f100b4b4a..5fda1af55c7fe7 100644 --- a/docs/user/dashboard/dashboard.asciidoc +++ b/docs/user/dashboard/dashboard.asciidoc @@ -185,7 +185,7 @@ image:images/Dashboard_add_new_visualization.png[Example add new visualization t {kib} provides you with several editors that help you create panels. [float] -[[create-panels-with-lens]] +[[lens]] === Create panels with Lens *Lens* is the simplest and fastest way to create powerful visualizations of your data. To use *Lens*, you drag and drop as many data fields diff --git a/docs/user/whats-new.asciidoc b/docs/user/whats-new.asciidoc index 9c163180a4341d..587f4588bb4424 100644 --- a/docs/user/whats-new.asciidoc +++ b/docs/user/whats-new.asciidoc @@ -11,4 +11,4 @@ coming[8.0.0] // tag::notable-highlights[] -// end::notable-highlights[] \ No newline at end of file +// end::notable-highlights[] From 6036bd3098d7ff6301a599033bdb27f4f882da56 Mon Sep 17 00:00:00 2001 From: KOTungseth Date: Thu, 19 Nov 2020 12:38:03 -0600 Subject: [PATCH 6/6] Fixes to URL drilldowns link --- docs/redirects.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/redirects.asciidoc b/docs/redirects.asciidoc index 7e3b18a47da5c2..6cc89f9e4f8124 100644 --- a/docs/redirects.asciidoc +++ b/docs/redirects.asciidoc @@ -175,7 +175,7 @@ This content has moved. See <>. [[trigger-picker]] === Picking a trigger for a URL drilldown -This page has moved. Refer to <>. +This page has moved. Refer to <>. [float] [[templating]]