mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Adding limitations section to Kibana docs (#11296)
* Adding limitations section to Kibana docs * Language fixes * Remove workaround * Wording change * Also mention `copy_to` along with `include_in_parent` * Adding note about searching on nested objects
This commit is contained in:
parent
0c11a8b1f5
commit
e879c86731
3 changed files with 25 additions and 0 deletions
|
@ -43,3 +43,5 @@ include::management.asciidoc[]
|
|||
include::plugins.asciidoc[]
|
||||
|
||||
include::development.asciidoc[]
|
||||
|
||||
include::limitations.asciidoc[]
|
||||
|
|
12
docs/limitations.asciidoc
Normal file
12
docs/limitations.asciidoc
Normal file
|
@ -0,0 +1,12 @@
|
|||
[[limitations]]
|
||||
= Limitations
|
||||
|
||||
[partintro]
|
||||
--
|
||||
Kibana currently has the following limitations.
|
||||
|
||||
* <<nested-objects>>
|
||||
|
||||
--
|
||||
|
||||
include::limitations/nested-objects.asciidoc[]
|
11
docs/limitations/nested-objects.asciidoc
Normal file
11
docs/limitations/nested-objects.asciidoc
Normal file
|
@ -0,0 +1,11 @@
|
|||
[[nested-objects]]
|
||||
== Nested Objects
|
||||
|
||||
Kibana cannot perform aggregations across fields that contain nested objects.
|
||||
It also cannot search on nested objects when Lucene Query Syntax is used in
|
||||
the query bar.
|
||||
|
||||
[IMPORTANT]
|
||||
==============================================
|
||||
Using `include_in_parent` or `copy_to` as a workaround is not supported and may stop functioning in future releases.
|
||||
==============================================
|
Loading…
Add table
Add a link
Reference in a new issue