Fixes merge conflict (#57579)

This commit is contained in:
gchaps 2020-02-13 09:03:34 -08:00 committed by GitHub
parent 6dee5fe94d
commit e64ad25a75
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.
* {stack-ov}/watcher-limitations.html[Alerting]
* {stack-ov}/ml-limitations.html[Machine learning]
* {stack-ov}/security-limitations.html[Security]
[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.
include::limitations/nested-objects.asciidoc[]
[IMPORTANT]
==============================================
Using `include_in_parent` or `copy_to` as a workaround is not supported and may stop functioning in future releases.
==============================================
include::limitations/export-data.asciidoc[]
[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]

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.
==============================================