[DOCS] Moves graph content into user folder (#45591) (#45705)

This commit is contained in:
Lisa Cawley 2019-09-13 14:11:05 -07:00 committed by GitHub
parent 130863cf98
commit f8f95bb6c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 15 additions and 15 deletions

View file

@ -55,7 +55,7 @@ is displayed. For more information on granting access to Kibana, see
<<xpack-security-authorization>>.
[role="screenshot"]
image::graph/images/graph-read-only-badge.png[Example of Graph's read only access indicator in Kibana's header]
image::user/graph/images/graph-read-only-badge.png[Example of Graph's read only access indicator in Kibana's header]
[float]
[[disable-drill-down]]

View file

@ -31,30 +31,30 @@ response code. The weight of the connection between two vertices indicates how s
are related.
+
[role="screenshot"]
image::graph/images/graph-url-connections.png["URL connections"]
image::user/graph/images/graph-url-connections.png["URL connections"]
. To view more information about the relationship, click any connection.
+
[role="screenshot"]
image::graph/images/graph-link-summary.png["Link summary"]
image::user/graph/images/graph-link-summary.png["Link summary"]
. Use the toolbar buttons to explore
additional connections:
+
* To display additional vertices that connect to your graph, click Expand
image:graph/images/graph-expand-button.jpg[Expand Selection].
image:user/graph/images/graph-expand-button.jpg[Expand Selection].
* To display additional
connections between the displayed vertices, click Link
image:graph/images/graph-link-button.jpg[Add links to existing terms]
image:user/graph/images/graph-link-button.jpg[Add links to existing terms]
* To explore a particular area of the
graph, select the vertices you are interested in, and click Expand or Link.
* To step back through your changes to the graph, click Undo
image:graph/images/graph-undo-button.jpg[Undo].
image:user/graph/images/graph-undo-button.jpg[Undo].
. To see more relationships in your data, submit additional queries.
+
[role="screenshot"]
image::graph/images/graph-add-query.png["Adding networks"]
image::user/graph/images/graph-add-query.png["Adding networks"]
NOTE: By default, when you submit a search query, Graph searches all available

View file

Before

Width:  |  Height:  |  Size: 84 KiB

After

Width:  |  Height:  |  Size: 84 KiB

View file

Before

Width:  |  Height:  |  Size: 376 KiB

After

Width:  |  Height:  |  Size: 376 KiB

View file

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 4.8 KiB

View file

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 4.8 KiB

View file

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 42 KiB

View file

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 4.8 KiB

View file

Before

Width:  |  Height:  |  Size: 295 KiB

After

Width:  |  Height:  |  Size: 295 KiB

View file

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View file

Before

Width:  |  Height:  |  Size: 77 KiB

After

Width:  |  Height:  |  Size: 77 KiB

View file

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 4.8 KiB

View file

Before

Width:  |  Height:  |  Size: 296 KiB

After

Width:  |  Height:  |  Size: 296 KiB

View file

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View file

Before

Width:  |  Height:  |  Size: 118 KiB

After

Width:  |  Height:  |  Size: 118 KiB

View file

Before

Width:  |  Height:  |  Size: 127 KiB

After

Width:  |  Height:  |  Size: 127 KiB

View file

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 34 KiB

View file

@ -32,7 +32,7 @@ relationship between any two vertices is a _connection_. The connection
summarizes the documents that contain both vertices' terms.
[role="screenshot"]
image::graph/images/graph-vertices-connections.jpg["Graph components"]
image::user/graph/images/graph-vertices-connections.jpg["Graph components"]
NOTE: If you're into https://en.wikipedia.org/wiki/Graph_theory[graph theory],
you might know vertices and connections as _nodes_ and _edges_. They're the

View file

@ -5,7 +5,7 @@ _Graph_ provides a way to discover how items in an {es} index are related. You c
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 engines.
image::graph/images/graph-network.jpg["Graph network"]
image::user/graph/images/graph-network.jpg["Graph network"]
For example, you might use Graph to uncover website vulnerabilities that hackers are targeting
so you can harden your website. Or, you might provide Graph-based personalized recommendations
@ -25,7 +25,7 @@ In the Graph API, the terms you want to include in the graph are called _vertice
The relationship between any two vertices is a _connection_. The connection
summarizes the documents that contain both vertices' terms.
image::graph/images/graph-vertices-connections.jpg["Graph components"]
image::user/graph/images/graph-vertices-connections.jpg["Graph components"]
NOTE: If you're into https://en.wikipedia.org/wiki/Graph_theory[Graph theory], you might know
vertices and connections as _nodes_ and _edges_. They're the same thing, we just want to use
@ -70,19 +70,19 @@ in the graph will be selected from these terms.)
For example, we indexed user data from Last.fm that contains the top artists played by each
user. To use the Graph UI to find artists we might like, we can select the Last.fm index, select the field that contains the raw artist information, and search for an artist we like:
image::graph/images/graph-init-screen.jpg["Getting started with graph"]
image::user/graph/images/graph-init-screen.jpg["Getting started with graph"]
The weight of the connection between two vertices indicates how strongly they are related.
You can click any connection to view more information about the relationship:
image::graph/images/graph-link-summary.jpg["Link summary"]
image::user/graph/images/graph-link-summary.jpg["Link summary"]
Once you have your initial graph, you can use the toolbar buttons to explore additional connections. Click the Expand button image:graph/images/graph-expand-button.jpg[Expand Selection] to display additional vertices that connect to your graph. Click the Link button image:graph/images/graph-link-button.jpg[Add links to existing terms] to display additional connections between the displayed vertices. To explore a particular area of the graph, select the vertices you are interested in and click the Expand or Link button. To step back through your changes to the graph, click the Undo button image:graph/images/graph-undo-button.jpg[Undo].
Once you have your initial graph, you can use the toolbar buttons to explore additional connections. Click the Expand button image:user/graph/images/graph-expand-button.jpg[Expand Selection] to display additional vertices that connect to your graph. Click the Link button image:user/graph/images/graph-link-button.jpg[Add links to existing terms] to display additional connections between the displayed vertices. To explore a particular area of the graph, select the vertices you are interested in and click the Expand or Link button. To step back through your changes to the graph, click the Undo button image:user/graph/images/graph-undo-button.jpg[Undo].
To see more relationships within your data, you can submit additional queries.
image::graph/images/graph-add-query.jpg["Adding networks"]
image::user/graph/images/graph-add-query.jpg["Adding networks"]
NOTE: By default, when you submit a search query Graph searches all available fields. You can constrain your search to a particular field using the Lucene query syntax. For example,
`country: ireland`.

View file

@ -32,7 +32,7 @@ include::{kib-repo-dir}/uptime/index.asciidoc[]
include::{kib-repo-dir}/siem/index.asciidoc[]
include::{kib-repo-dir}/graph/index.asciidoc[]
include::graph/index.asciidoc[]
include::dev-tools.asciidoc[]