-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Showing
3 changed files
with
29 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. | ||
|
||
* {ref}/watcher-limitations.html[Alerting] | ||
* {ml-docs}/ml-limitations.html[Machine learning] | ||
* {ref}/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. | ||
|
||
[IMPORTANT] | ||
============================================== | ||
Using `include_in_parent` or `copy_to` as a workaround is not supported and may stop functioning in future releases. | ||
============================================== | ||
|
||
-- | ||
[float] | ||
=== Graph | ||
|
||
include::limitations/nested-objects.asciidoc[] | ||
Graph has limited support for multiple indices. | ||
Go to <<graph-limitations, Graph limitations>> for details. | ||
|
||
include::limitations/export-data.asciidoc[] | ||
[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] |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.