mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[DOCS] Fixes formatting in search sessions doc (#105077)
This commit is contained in:
parent
81f09a863d
commit
357264db09
1 changed files with 22 additions and 9 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue