mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[DOCS] Fixes typo in saved search doc (#86808)
This commit is contained in:
parent
bd13284bfe
commit
a2d13f6211
1 changed files with 3 additions and 2 deletions
|
@ -74,7 +74,7 @@ status codes, you could enter `status:[400 TO 499]`.
|
|||
codes and have an extension of `php` or `html`, you could enter `status:[400 TO
|
||||
499] AND (extension:php OR extension:html)`.
|
||||
|
||||
IMPORTANT: When you use the Lucene Query Syntax in the *KQL* search bar, {kib} is unable to search on nested objects and perform aggregations across fields that contain nested objects.
|
||||
IMPORTANT: When you use the Lucene Query Syntax in the *KQL* search bar, {kib} is unable to search on nested objects and perform aggregations across fields that contain nested objects.
|
||||
Using `include_in_parent` or `copy_to` as a workaround can cause {kib} to fail.
|
||||
|
||||
For more detailed information about the Lucene query syntax, see the
|
||||
|
@ -107,7 +107,8 @@ To save the current search:
|
|||
. Click *Save* in the Kibana toolbar.
|
||||
. Enter a name for the search and click *Save*.
|
||||
|
||||
To import, export, and delete saved searches, open the main menu, then click *Stack Management > Saved Ojbects*.
|
||||
To import, export, and delete saved searches, open the main menu,
|
||||
then click *Stack Management > Saved Objects*.
|
||||
|
||||
==== Open a saved search
|
||||
To load a saved search into Discover:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue