From 1b683cdd28fb02b2c2407b51a36636a0cb6f43c0 Mon Sep 17 00:00:00 2001 From: Kaarina Tungseth Date: Tue, 5 Apr 2022 10:55:07 -0500 Subject: [PATCH] [DOCS] Adds the TSVB to Lens docs (#129129) * [DOCS] Adds the TSVB to Lens docs * Review comments Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> --- docs/user/dashboard/dashboard.asciidoc | 2 +- .../make-dashboards-interactive.asciidoc | 2 +- docs/user/dashboard/tsvb.asciidoc | 22 ++++++++++++++++++- docs/user/dashboard/vega.asciidoc | 2 +- 4 files changed, 24 insertions(+), 4 deletions(-) diff --git a/docs/user/dashboard/dashboard.asciidoc b/docs/user/dashboard/dashboard.asciidoc index 364a7d9e53dd..b63bbdc75e9f 100644 --- a/docs/user/dashboard/dashboard.asciidoc +++ b/docs/user/dashboard/dashboard.asciidoc @@ -87,7 +87,7 @@ To create panels from the dashboard toolbar, use one of the following options: * *Create visualization* — Opens the drag-and-drop editor, which is the recommended way to create visualization panels. -* *All types* — Opens the menu for all of the editors and panel types. +* *Select type* — Opens the menu for all of the editors and panel types. To create panels from the *Visualize Library*: diff --git a/docs/user/dashboard/make-dashboards-interactive.asciidoc b/docs/user/dashboard/make-dashboards-interactive.asciidoc index 2c6fff7157b9..2cb750afbe7d 100644 --- a/docs/user/dashboard/make-dashboards-interactive.asciidoc +++ b/docs/user/dashboard/make-dashboards-interactive.asciidoc @@ -44,7 +44,7 @@ image::images/dashboard-controls.png[] To create *Controls* panels: -. On the dashboard, click *All types*, then select *Controls*. +. On the dashboard, click *Select type*, then select *Controls*. . Select the control panel type from the dropdown, then click *Add*. diff --git a/docs/user/dashboard/tsvb.asciidoc b/docs/user/dashboard/tsvb.asciidoc index 56e3606c18b7..07bb653af975 100644 --- a/docs/user/dashboard/tsvb.asciidoc +++ b/docs/user/dashboard/tsvb.asciidoc @@ -35,7 +35,7 @@ When you use only {data-sources}, you are able to: IMPORTANT: Creating *TSVB* visualizations with an {es} index string is deprecated and will be removed in a future release. By default, you create *TSVB* visualizations with only {data-sources}. To use an {es} index string, contact your administrator, or go to <> and set `metrics:allowStringIndices` to `true`. -. On the dashboard, click *All types*, then select *TSVB*. +. On the dashboard, click *Select type*, then select *TSVB*. . In *TSVB*, click *Panel options*, then specify the *Data* settings. @@ -132,6 +132,26 @@ To change this behavior, click *Panel options*, then specify a URL in the *Item The *Markdown* visualization supports Markdown with Handlebar (mustache) syntax to insert dynamic data, and supports custom CSS. +[float] +[[edit-visualizations-in-lens]] +==== Edit visualizations in Lens + +Open and edit your Time Series *TSVB* visualizations in *Lens*, which is the drag-and-drop visualization editor that provides you with additional visualization types, reference lines, and more. + +To get started, click *Edit visualization in Lens* in the toolbar. + +For more information, check out <>. + +[float] +[[view-data-and-requests-tsvb]] +==== View the visualization data requests + +View the requests that collect the visualization data. + +. In the toolbar, click *Inspect*. + +. From the *Request* dropdown, select the series you want to view. + [float] [[save-the-tsvb-panel]] ==== Save and add the panel diff --git a/docs/user/dashboard/vega.asciidoc b/docs/user/dashboard/vega.asciidoc index fd2055a085c5..9c58b9d0ecf4 100644 --- a/docs/user/dashboard/vega.asciidoc +++ b/docs/user/dashboard/vega.asciidoc @@ -53,7 +53,7 @@ Before starting, add the eCommerce sample data that you'll use in your spec, the Open *Vega-Lite* and change the time range. -. On the dashboard, click *All types*, then select *Custom visualization*. +. On the dashboard, click *Select type*, then select *Custom visualization*. + A pre-populated line chart displays the total number of documents.