[DOCS] Condenses limitations docs (#57393) (#57475)

This commit is contained in:
gchaps 2020-02-12 11:17:28 -08:00 committed by GitHub
parent eda1e00f68
commit 487d8d5c74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 29 additions and 29 deletions

View file

@ -1,22 +1,38 @@
[chapter]
[[limitations]]
= Limitations
[partintro]
--
{kib} currently has the following limitations.
Following are the known limitations in {kib}.
* <<nested-objects>>
* <<export-data>>
* <<graph-limitations,Graph analytics>>
[float]
=== Exporting data
These {stack} features also have limitations that affect {kib}:
Exporting a data table or saved search from a dashboard or visualization report
has known limitations. The PDF report only includes the data visible on the screen.
[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.
==============================================
[float]
=== Graph
Graph has limited support for multiple indices.
Go to <<graph-limitations, Graph limitations>> for details.
[float]
=== Other limitations
These {stack} features have limitations that affect {kib}:
* {ref}/watcher-limitations.html[Alerting]
* {ml-docs}/ml-limitations.html[Machine learning]
* {ref}/security-limitations.html[Security]
--
include::limitations/nested-objects.asciidoc[]
include::limitations/export-data.asciidoc[]

View file

@ -1,5 +0,0 @@
[[export-data]]
== Exporting data
Exporting a data table or saved search from a dashboard or visualization report
has known limitations. The PDF report only includes the data visible on the screen.

View file

@ -1,11 +0,0 @@
[[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.
==============================================