From dc391c1a02637bc74ed233a8de617f7c0db9f858 Mon Sep 17 00:00:00 2001 From: Kaarina Tungseth Date: Thu, 2 Sep 2021 15:49:47 -0500 Subject: [PATCH] [DOCS] Adds Lens Inspector and minor edits (#109736) * [DOCS] Adds Lens Inspector and minor edits * Update docs/user/dashboard/lens.asciidoc Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com> * Removes outdated menus and adds new visual component content * Updates with review comments * Last review comment Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com> --- docs/user/dashboard/dashboard.asciidoc | 26 +--- docs/user/dashboard/lens.asciidoc | 172 +++++++++++++------------ 2 files changed, 92 insertions(+), 106 deletions(-) diff --git a/docs/user/dashboard/dashboard.asciidoc b/docs/user/dashboard/dashboard.asciidoc index 6430c5d246dc6..1284c057af2da 100644 --- a/docs/user/dashboard/dashboard.asciidoc +++ b/docs/user/dashboard/dashboard.asciidoc @@ -283,37 +283,15 @@ To enable series interactions, refer to < Download as CSV*. - -[float] -[[download-other-panel-data]] -=== Download all other panel data - -Download the data for non-*Lens* panels. +Download panel data in a CSV file. When you download visualization panels with multiple layers, each layer produces a CSV file, and the file names contain the visualization and layer index names. . Open the panel menu, then select *Inspect*. -. Click *Download CSV*, then select the CSV type from the dropdown: +. Click *Download CSV*, then select the format type from the dropdown: * *Formatted CSV* — Contains human-readable dates and numbers. * *Unformatted* — Best used for computer use. -+ -[role="screenshot"] -image:images/Dashboard_inspect.png[Inspect in dashboard] [float] [[defer-loading-panels-below-the-fold]] diff --git a/docs/user/dashboard/lens.asciidoc b/docs/user/dashboard/lens.asciidoc index 774b50caeba6a..6b61c9fe6a9a3 100644 --- a/docs/user/dashboard/lens.asciidoc +++ b/docs/user/dashboard/lens.asciidoc @@ -1,14 +1,18 @@ [[lens]] -=== Lens +=== Create visualizations with Lens +++++ +Lens +++++ -To create visualization panels with *Lens*, you drag the data fields you want to visualize to the workspace, then *Lens* uses heuristics to apply each field and create a visualization for you. +To create a visualization, drag the data fields you want to visualize to the workspace, then *Lens* uses visualization best practices to apply the fields and create a visualization that best displays the data. With *Lens*, you can: -* Create area, line, and bar charts with multiple layers, indices, and visualization types. -* Change the aggregation function and labels to customize the data. +* Create area, line, and bar charts with layers to display multiple indices and chart types. +* Change the aggregation function to change the data in the visualization. * Perform math on aggregations using *Formula*. -* Use time shifts to compare data for two time intervals, such as month over month. +* Use time shifts to compare the data in two time intervals, such as month over month. +* Create custom tables. ++++