[DOCS] Fixes formatting in search sessions doc (#105077)

This commit is contained in:
gchaps 2021-07-09 09:34:27 -07:00 committed by GitHub
parent 81f09a863d
commit 357264db09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,15 +72,28 @@ behaves differently:
[float]
==== Limitations
Certain visualization features do not fully support background search sessions yet. If a dashboard using these features gets restored,
all panels using unsupported features won't load immediately, but instead send out additional data requests which can take a while to complete.
In this case a warning *Your search session is still running* will be shown.
Certain visualization features do not fully support background search sessions. If a dashboard
using these features is restored,
all panels using unsupported features won't load immediately, but instead send out additional
data requests, which can take a while to complete.
The warning *Your search session is still running* is shown.
You can either wait for these additional requests to complete or come back to the dashboard later when all data requests have been finished.
You can either wait for these additional requests to complete or come back to the dashboard later
when all data requests have finished.
A panel on a dashboard can behave like this if one of the following features is used:
* *Lens* - A *top values* dimension with an enabled setting *Group other values as "Other"* (configurable in the *Advanced* section of the dimension)
* *Lens* - An *intervals* dimension is used
* *Aggregation based* visualizations - A *terms* aggregation is used with an enabled setting *Group other values in separate bucket*
* *Aggregation based* visualizations - A *histogram* aggregation is used
* *Maps* - Layers using joins, blended layers or tracks layers are used
**Lens**
* A *top values* dimension with an enabled *Group other values as "Other"* setting.
This is configurable in the *Advanced* section of the dimension.
* An *intervals* dimension.
**Aggregation based** visualizations
* A *terms* aggregation with an enabled *Group other values in separate bucket* setting.
* A *histogram* aggregation.
**Maps**
* Layers using joins, blended layers, or tracks layers.