mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
* 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> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
a45420ad74
commit
03cdd863e0
4 changed files with 28 additions and 9 deletions
|
@ -169,13 +169,11 @@ This content has moved. See {ref}/index-mgmt.html[Index management].
|
|||
|
||||
This content has moved. See <<discover, **Discover**>>.
|
||||
|
||||
|
||||
[role="exclude",id="document-context"]
|
||||
== View a document in context
|
||||
|
||||
This content has moved. See <<discover, **Discover**>>.
|
||||
|
||||
|
||||
[role="exclude",id="document-data"]
|
||||
== View document data
|
||||
|
||||
|
@ -185,3 +183,24 @@ This content has moved. See <<discover, **Discover**>>.
|
|||
== View field data statistics
|
||||
|
||||
This content has moved. See <<discover, **Discover**>>.
|
||||
|
||||
[role="exclude",id="url-drilldown"]
|
||||
== URL drilldown
|
||||
|
||||
[float]
|
||||
[[trigger-picker]]
|
||||
=== Picking a trigger for a URL drilldown
|
||||
|
||||
This page has moved. Refer to <<url-drilldowns>>.
|
||||
|
||||
[float]
|
||||
[[templating]]
|
||||
=== URL templating
|
||||
|
||||
This page has moved. Refer to <<url_templating-language>>.
|
||||
|
||||
[float]
|
||||
[[variables]]
|
||||
=== Variables
|
||||
|
||||
This page has moved. Refer to <<url-template-variables>>.
|
|
@ -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.
|
||||
|
@ -41,8 +41,8 @@ Destination URLs can be dynamic, depending on the dashboard context or user inte
|
|||
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.
|
||||
|
||||
Some panels support multiple interactions, also known as triggers.
|
||||
The <<variables,variables>> you use to create a <<url_templating, URL template>> depends on the trigger you choose. URL drilldowns support these types of triggers:
|
||||
Some panels support multiple interactions, also known as triggers.
|
||||
The <<url-template-variables,variables>> you use to create a <<url_templating-language, URL template>> depends on the trigger you choose. URL drilldowns support these types of triggers:
|
||||
|
||||
* *Single click* — A single data point in the visualization.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[[url_templating]]
|
||||
[[url_templating-language]]
|
||||
=== URL templating
|
||||
|
||||
beta[]
|
||||
|
@ -137,7 +137,7 @@ Example:
|
|||
|
||||
|
||||
[float]
|
||||
[[variables]]
|
||||
[[url-template-variables]]
|
||||
==== URL template variables
|
||||
|
||||
The URL drilldown template has three sources for variables:
|
||||
|
|
|
@ -23,4 +23,4 @@ For the full list of changes in {minor-version}, see <<release-notes>> and
|
|||
|
||||
// tag::notable-highlights[]
|
||||
|
||||
// end::notable-highlights[]
|
||||
// end::notable-highlights[]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue