Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS] Reallocates limitations to point-of-use #79582

Merged
merged 4 commits into from
Nov 19, 2020
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/discover/kuery.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -278,3 +278,6 @@ To match on a single nested document:
-------------------
level1.level2:{ prop1:foo and prop2:bar }
-------------------

KOTungseth marked this conversation as resolved.
Show resolved Hide resolved
IMPORTANT: When you use the Lucene Query Syntax in the *KQL* search bar, {kib} is unable to search on nested objects, and perform aggregations across fields that contain nested objects.
Using `include_in_parent` or `copy_to` can cause {kib} to fail.
2 changes: 0 additions & 2 deletions docs/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ include::user/index.asciidoc[]

include::accessibility.asciidoc[]

include::limitations.asciidoc[]

include::migration.asciidoc[]

include::CHANGELOG.asciidoc[]
Expand Down
20 changes: 0 additions & 20 deletions docs/limitations.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@

Following are the known limitations in {kib}.

[float]
=== 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.

[float]
=== Nested objects

Expand All @@ -22,17 +16,3 @@ the query bar.
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]
2 changes: 2 additions & 0 deletions docs/management/watcher-ui/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ threshold watch, take a look at the different watcher actions. If you are
creating an advanced watch, you should be familiar with the parts of a
watch&#8212;input, schedule, condition, and actions.

NOTE: There are limitations in watcher that affect {kib}. For information, refer to {ref}/watcher-limitations.html[Alerting].
KOTungseth marked this conversation as resolved.
Show resolved Hide resolved

[float]
[[watcher-security]]
=== Watcher security
Expand Down
2 changes: 2 additions & 0 deletions docs/user/ml/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ If {stack-security-features} are enabled, users must have the necessary
privileges to use {ml-features}. Refer to
{ml-docs}/setup.html#setup-privileges[Set up {ml-features}].

NOTE: There are limitations in {ml-features} that affect {kib}. For more information, refer to {ml-docs}/ml-limitations.html[Machine learning].

--

[[xpack-ml-anomalies]]
Expand Down
2 changes: 2 additions & 0 deletions docs/user/reporting/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ a PDF, PNG, or CSV document, which you can keep for yourself, or share with othe
Reporting is available from the *Share* menu
in *Discover*, *Dashboard*, and *Canvas*.

NOTE: When you export a data table or saved search from a dashboard report, the PDF includes only the visible data.
KOTungseth marked this conversation as resolved.
Show resolved Hide resolved

[role="screenshot"]
image::user/reporting/images/share-button.png["Share"]

Expand Down
2 changes: 2 additions & 0 deletions docs/user/security/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ auditing. For more information, see
{ref}/secure-cluster.html[Secure a cluster] and
<<using-kibana-with-security,Configuring Security in {kib}>>.

NOTE: There are security limitations that affect {kib}. For more information, refer to {ref}/security-limitations.html[Security].

[float]
=== Users

Expand Down