[DOCS] Adds links to more limitations (#26099)

This commit is contained in:
Lisa Cawley 2018-12-03 17:03:08 -08:00 committed by lcawl
parent 5c1dbd74cb
commit a3c845d76b
4 changed files with 15 additions and 8 deletions

View file

@ -3,7 +3,7 @@
[partintro]
--
The {xpack} graph capabilities enable you to discover how items in an
The {kib} {graph-features} enable you to discover how items in an
Elasticsearch index are related. You can explore the connections between
indexed terms and see which connections are the most meaningful. This can be
useful in a variety of applications, from fraud detection to recommendation
@ -13,10 +13,10 @@ For example, graph exploration could help you uncover website vulnerabilities
that hackers are targeting so you can harden your website. Or, you might
provide graph-based personalized recommendations to your e-commerce customers.
{xpack} provides a simple, yet powerful graph exploration API, and an
The {graph-features} provide a simple, yet powerful graph exploration API, and an
interactive graph visualization tool for Kibana. Both work with out of the
box with existing Elasticsearch indices--you don't need to store any
additional data to use the {xpack} graph features.
additional data to use these features.
[[how-graph-works]]
[float]

View file

@ -7,7 +7,7 @@
[partintro]
--
The {xpack} graph capabilities enable you to discover how items in an
The {graph-features} enable you to discover how items in an
Elasticsearch index are related. You can explore the connections between
indexed terms and see which connections are the most meaningful. This can be
useful in a variety of applications, from fraud detection to recommendation
@ -17,10 +17,10 @@ For example, graph exploration could help you uncover website vulnerabilities
that hackers are targeting so you can harden your website. Or, you might
provide graph-based personalized recommendations to your e-commerce customers.
{xpack} provides a simple, yet powerful {ref}/graph-explore-api.html[graph exploration API],
The {graph-features} provide a simple, yet powerful {ref}/graph-explore-api.html[graph exploration API],
and an interactive graph visualization tool for Kibana. Both work out of the
box with existing Elasticsearch indices--you don't need to store any
additional data to use the {xpack} graph features.
additional data to use these features.
[[how-graph-works]]
[float]

View file

@ -1,6 +1,6 @@
[role="xpack"]
[[graph-limitations]]
== Graph Limitations
== Graph limitations
++++
<titleabbrev>Limitations</titleabbrev>
++++

View file

@ -3,10 +3,17 @@
[partintro]
--
Kibana currently has the following limitations.
{kib} currently has the following limitations.
* <<nested-objects>>
* <<export-data>>
* <<graph-limitations>>
These {stack} features also have limitations that affect {kib}:
* {stack-ov}/watcher-limitations.html[Alerting]
* {stack-ov}/ml-limitations.html[Machine learning]
* {stack-ov}/security-limitations.html[Security]
--