mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Adds the Lens 8.2.0 docs (#128986)
* Adds the Lens 8.2.0 docs * Review comments * Update Discover setting * Update Discover setting * Update Discover setting Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
1c4c815213
commit
e046687d11
4 changed files with 54 additions and 21 deletions
|
@ -682,6 +682,8 @@ sources and images. When false, Vega can only get data from {es}. *Default: `fal
|
|||
`exploreDataInContextMenu.enabled`
|
||||
| Enables the *Explore underlying data* option that allows you to open *Discover* from a dashboard panel and view the panel data. *Default: `false`*
|
||||
|
||||
When you create visualizations using the *Lens* drag-and-drop editor, you can use the toolbar to open and explore your data in *Discover*. For more information, check out <<explore-lens-data-in-discover, Explore the data in Discover>>.
|
||||
|
||||
|[[settings-explore-data-in-chart]] `xpack.discoverEnhanced.actions.`
|
||||
`exploreDataInChart.enabled`
|
||||
| Enables you to view the underlying documents in a data series from a dashboard panel. *Default: `false`*
|
||||
|
|
BIN
docs/user/dashboard/images/lens_annotations_8.2.0.png
Normal file
BIN
docs/user/dashboard/images/lens_annotations_8.2.0.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 52 KiB |
|
@ -67,7 +67,7 @@ image::images/lens_clickAndDragZoom_7.16.gif[Cursor clicking and dragging across
|
|||
|
||||
To identify the 75th percentile of orders, add a reference line:
|
||||
|
||||
. In the layer pane, click *Add layer > Add reference layer*.
|
||||
. In the layer pane, click *Add layer > Reference lines*.
|
||||
|
||||
. Click *Static value*.
|
||||
|
||||
|
@ -154,7 +154,7 @@ To analyze multiple visualization types, create an area chart that displays the
|
|||
|
||||
Add a layer to display the customer traffic:
|
||||
|
||||
. In the layer pane, click *Add layer > Add visualization layer*.
|
||||
. In the layer pane, click *Add layer > Visualization*.
|
||||
|
||||
. From the *Available fields* list, drag *customer_id* to the *Vertical Axis* field in the second layer.
|
||||
|
||||
|
|
|
@ -10,9 +10,11 @@ With *Lens*, you can:
|
|||
|
||||
* 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.
|
||||
* Create custom tables.
|
||||
* Perform math on aggregations using *Formula*.
|
||||
* Use time shifts to compare the data in two time intervals, such as month over month.
|
||||
* Create custom tables.
|
||||
* Add annotations and reference lines.
|
||||
|
||||
|
||||
++++
|
||||
<script type="text/javascript" async
|
||||
|
@ -48,7 +50,7 @@ Choose the data you want to visualize.
|
|||
|
||||
. If you want to learn more about the data a field contains, click the field.
|
||||
|
||||
. To visualize more than one {data-source}, click *Add layer > Add visualization layer*, then select the {data-source}.
|
||||
. To visualize more than one {data-source}, click *Add layer > Visualization*, then select the {data-source}.
|
||||
|
||||
Edit and delete.
|
||||
|
||||
|
@ -56,6 +58,8 @@ Edit and delete.
|
|||
|
||||
. To delete a field, close the configuration options, then click *X* next to the field.
|
||||
|
||||
TIP: You can manually apply the changes you make, which is helpful when creating large and complex visualizations. To manually apply your changes, click *Settings* in the toolbar, then deselect *Auto-apply visualization changes*.
|
||||
|
||||
[float]
|
||||
[[change-the-fields]]
|
||||
==== Change the fields list
|
||||
|
@ -178,6 +182,23 @@ Compare your real-time data set to the results that are offset by a time increme
|
|||
|
||||
For a time shift example, refer to <<compare-time-ranges>>.
|
||||
|
||||
[float]
|
||||
[[add-annotations]]
|
||||
==== Add annotations
|
||||
|
||||
Annotations allow you to call out specific points in your visualizations that are important, such as a major change in the data. You can add text and icons to annotations and customize the appearance, such as the line format and color.
|
||||
|
||||
[role="screenshot"]
|
||||
image::images/lens_annotations_8.2.0.png[Lens annotations]
|
||||
|
||||
. In the layer pane, click *Add layer > Annotations*.
|
||||
|
||||
. To open the annotation options, click *Event*.
|
||||
|
||||
. Specify the *Annotation date*, then change the *Appearance* options you want to display.
|
||||
|
||||
. Click *Close*.
|
||||
|
||||
[float]
|
||||
[[add-reference-lines]]
|
||||
==== Add reference lines
|
||||
|
@ -189,7 +210,7 @@ For example, to track the number of bytes in the 75th percentile, add a shaded *
|
|||
[role="screenshot"]
|
||||
image::images/lens_referenceLine_7.16.png[Lens drag and drop focus state]
|
||||
|
||||
. In the layer pane, click *Add layer > Add reference layer*.
|
||||
. In the layer pane, click *Add layer > Reference lines*.
|
||||
|
||||
. Click the reference line value, then specify the reference line you want to use:
|
||||
|
||||
|
@ -261,6 +282,16 @@ The following component menus are available:
|
|||
|
||||
* *Left axis*, *Bottom axis*, and *Right axis* — Specify how you want to display the chart axes. For example, add axis labels and change the orientation and bounds.
|
||||
|
||||
[float]
|
||||
[[explore-lens-data-in-discover]]
|
||||
=== Explore the data in Discover
|
||||
|
||||
When your visualization includes one data view, you can open and explore the visualization data in *Discover*.
|
||||
|
||||
To get started, click *Explore data in Discover* in the toolbar.
|
||||
|
||||
For more information about exploring your data with *Discover*, check out <<discover,Discover>>.
|
||||
|
||||
[float]
|
||||
[[view-data-and-requests]]
|
||||
==== View the visualization data and requests
|
||||
|
@ -456,6 +487,22 @@ To configure the bounds, use the menus in the editor toolbar. Bar and area chart
|
|||
You can display icons with <<managing-data-views, field formatters>> in data tables.
|
||||
====
|
||||
|
||||
[discrete]
|
||||
[[is-it-possible-to-inspect-the-elasticsearch-queries-in-Lens]]
|
||||
.*How do I inspect {es} queries in visualizations?*
|
||||
[%collapsible]
|
||||
====
|
||||
You can inspect the requests sent by the visualization to {es} using the Inspector. It can be accessed within the editor or in the dashboard.
|
||||
====
|
||||
|
||||
[discrete]
|
||||
[[how-to-isolate-a-single-series-in-a-chart]]
|
||||
.*How do I isolate a single series in a chart?*
|
||||
[%collapsible]
|
||||
====
|
||||
For area, line, and bar charts, press Shift, then click the series in the legend. All other series are automatically deselected.
|
||||
====
|
||||
|
||||
[discrete]
|
||||
[[is-it-possible-to-use-saved-serches-in-lens]]
|
||||
.*How do I visualize saved searches?*
|
||||
|
@ -487,19 +534,3 @@ Pagination in a data table is unsupported. To use pagination in data tables, cre
|
|||
====
|
||||
Specifying the color for a single data point, such as a single bar or line, is unsupported.
|
||||
====
|
||||
|
||||
[discrete]
|
||||
[[is-it-possible-to-inspect-the-elasticsearch-queries-in-Lens]]
|
||||
.*How do I inspect {es} queries in visualizations?*
|
||||
[%collapsible]
|
||||
====
|
||||
You can inspect the requests sent by the visualization to {es} using the Inspector. It can be accessed within the editor or in the dashboard.
|
||||
====
|
||||
|
||||
[discrete]
|
||||
[[how-to-isolate-a-single-series-in-a-chart]]
|
||||
.*How do I isolate a single series in a chart?*
|
||||
[%collapsible]
|
||||
====
|
||||
For area, line, and bar charts, press Shift, then click the series in the legend. All other series are automatically unselected.
|
||||
====
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue