mirror of
https://github.com/elastic/kibana.git
synced 2025-04-22 08:49:27 -04:00
* [DOCS] Reallocates limitations to point-of-use * KQL changes * Removed limitations file * Review comments
18 lines
510 B
Text
18 lines
510 B
Text
[chapter]
|
|
[[limitations]]
|
|
= Limitations
|
|
|
|
Following are the known limitations in {kib}.
|
|
|
|
[float]
|
|
=== 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.
|
|
==============================================
|
|
|