Skip to content

Commit

Permalink
[DOCS] Moves monitoring content into user folder (#45594) (#45681)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl authored Sep 13, 2019
1 parent 80a1175 commit 889c305
Show file tree
Hide file tree
Showing 44 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions docs/user/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ include::introduction.asciidoc[]

include::setup.asciidoc[]

include::{kib-repo-dir}/monitoring/configuring-monitoring.asciidoc[]
include::monitoring/configuring-monitoring.asciidoc[]

include::security/securing-kibana.asciidoc[]

Expand Down Expand Up @@ -36,7 +36,7 @@ include::{kib-repo-dir}/graph/index.asciidoc[]

include::dev-tools.asciidoc[]

include::{kib-repo-dir}/monitoring/index.asciidoc[]
include::monitoring/index.asciidoc[]

include::management.asciidoc[]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ If you are monitoring Beats, the *Stack Monitoring* page in {kib} contains a
panel for Beats in the cluster overview.

[role="screenshot"]
image::monitoring/images/monitoring-beats.jpg["Monitoring Beats",link="images/monitoring-beats.jpg"]
image::user/monitoring/images/monitoring-beats.jpg["Monitoring Beats",link="images/monitoring-beats.jpg"]

To view an overview of the Beats data in the cluster, click *Overview*. The
overview page has a section for activity in the last day, which is a real-time
Expand All @@ -24,7 +24,7 @@ cluster. All columns are sortable. Clicking a Beat name takes you to the detail
page. For example:

[role="screenshot"]
image::monitoring/images/monitoring-beats-detail.jpg["Monitoring details for Filebeat",link="images/monitoring-beats-detail.jpg"]
image::user/monitoring/images/monitoring-beats-detail.jpg["Monitoring details for Filebeat",link="images/monitoring-beats-detail.jpg"]

The detail page contains a summary bar and charts. There are more charts on this
page than the overview page and they are specific to a single Beat instance.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ the <<cluster-overview-page, Overview>>, <<nodes-page, Nodes>>,
*Stack Monitoring* page.

[role="screenshot"]
image::monitoring/images/monitoring-elasticsearch.jpg["Monitoring clusters"]
image::user/monitoring/images/monitoring-elasticsearch.jpg["Monitoring clusters"]

See also {ref}/es-monitoring.html[Monitoring {es}].

Expand All @@ -35,7 +35,7 @@ information about any shards that are being recovered. If you use {filebeat} to
collect log data from this cluster, you can also see its recent logs.

[role="screenshot"]
image::monitoring/images/monitoring-overview.jpg["Elasticsearch Cluster Overview"]
image::user/monitoring/images/monitoring-overview.jpg["Elasticsearch Cluster Overview"]

TIP: Not sure what a chart is showing? Click the info button for a description
of the metrics.
Expand All @@ -50,7 +50,7 @@ To view node metrics, click **Nodes**. The Nodes section shows the status
of each node in your cluster.

[role="screenshot"]
image::monitoring/images/monitoring-nodes.jpg["Elasticsearch Nodes"]
image::user/monitoring/images/monitoring-nodes.jpg["Elasticsearch Nodes"]

[float]
[[nodes-page-overview]]
Expand All @@ -62,7 +62,7 @@ health. If you use {filebeat} to collect log data from this node, you can also
see its recent logs.

[role="screenshot"]
image::monitoring/images/monitoring-node.jpg["Elasticsearch Node Overview"]
image::user/monitoring/images/monitoring-node.jpg["Elasticsearch Node Overview"]

[float]
[[nodes-page-advanced]]
Expand All @@ -73,7 +73,7 @@ To view advanced node metrics, click the **Advanced** tab for a node. The
statistics reported by the selected {es} node.

[role="screenshot"]
image::monitoring/images/monitoring-node-advanced.jpg["Elasticsearch Node Advanced"]
image::user/monitoring/images/monitoring-node-advanced.jpg["Elasticsearch Node Advanced"]

You can use the advanced node view to diagnose issues that generally involve
more advanced knowledge of {es}, such as poor garbage collection performance.
Expand All @@ -87,7 +87,7 @@ To view index metrics, click **Indices**. The Indices section shows the same
overall index and search metrics as the Overview and a table of your indices.

[role="screenshot"]
image::monitoring/images/monitoring-indices.jpg["Elasticsearch Indices"]
image::user/monitoring/images/monitoring-indices.jpg["Elasticsearch Indices"]

[float]
[[indices-page-overview]]
Expand All @@ -97,7 +97,7 @@ From the Indices listing, you can view data for a particular index. To drill
down into the data for a particular index, click its name in the Indices table.

[role="screenshot"]
image::monitoring/images/monitoring-index.jpg["Elasticsearch Index Overview"]
image::user/monitoring/images/monitoring-index.jpg["Elasticsearch Index Overview"]

[float]
[[indices-page-advanced]]
Expand All @@ -109,7 +109,7 @@ about the {es} index. If the index has more than one shard, then its shards
might live on more than one node.

[role="screenshot"]
image::monitoring/images/monitoring-index-advanced.jpg["Elasticsearch Index Advanced"]
image::user/monitoring/images/monitoring-index-advanced.jpg["Elasticsearch Index Advanced"]

The Advanced index view can be used to diagnose issues that generally involve
more advanced knowledge of {es}, such as wasteful index memory usage.
Expand All @@ -123,7 +123,7 @@ information such as its status, the number of records processed, the size of the
model, the number of forecasts, and the node that runs the job.

[role="screenshot"]
image::monitoring/images/monitoring-jobs.png["Machine learning jobs",link="images/monitoring-jobs.png"]
image::user/monitoring/images/monitoring-jobs.png["Machine learning jobs",link="images/monitoring-jobs.png"]

[float]
[[ccr-overview-page]]
Expand All @@ -136,14 +136,14 @@ number of operations synced, and error messages. If you select a follower index,
you can view the same information for each shard. For example:

[role="screenshot"]
image::monitoring/images/monitoring-ccr.png["Cross-cluster replication",link="images/monitoring-ccr.png"]
image::user/monitoring/images/monitoring-ccr.png["Cross-cluster replication",link="images/monitoring-ccr.png"]

If you select a shard, you can see graphs for the fetch and operation delays.
You can also see advanced information, which contains the results from the
{ref}/ccr-get-follow-stats.html[get follower stats API]. For example:

[role="screenshot"]
image::monitoring/images/monitoring-ccr-shard.png["Cross-cluster replication shard details",link="images/monitoring-ccr-shard.png"]
image::user/monitoring/images/monitoring-ccr-shard.png["Cross-cluster replication shard details",link="images/monitoring-ccr-shard.png"]

For more information, see {stack-ov}/xpack-ccr.html[Cross-cluster replication].

Expand All @@ -160,7 +160,7 @@ If you click *Logs*, you can see the most recent logs for the cluster. For
example:

[role="screenshot"]
image::monitoring/images/monitoring-elasticsearch-logs.jpg["Recent {es} logs"]
image::user/monitoring/images/monitoring-elasticsearch-logs.jpg["Recent {es} logs"]

TIP: By default, up to 10 log entries are shown. You can show up to 50 log
entries by changing the
Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ To view the key metrics that indicate the overall health of {kib} itself,
click **Overview** in the {kib} section of the *Stack Monitoring* page.

[role="screenshot"]
image::monitoring/images/monitoring-kibana-overview.png["Kibana Overview"]
image::user/monitoring/images/monitoring-kibana-overview.png["Kibana Overview"]

To view {kib} instance metrics, click **Instances**. The Instances section
shows the status of each {kib} instance.

[role="screenshot"]
image::monitoring/images/monitoring-kibana-instances.png["Kibana Instances"]
image::user/monitoring/images/monitoring-kibana-instances.png["Kibana Instances"]

Click the name of an instance to view its instance statistics over time.

[role="screenshot"]
image::monitoring/images/monitoring-kibana-instance.png["Kibana Instance View"]
image::user/monitoring/images/monitoring-kibana-instance.png["Kibana Instance View"]
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ If you are monitoring Logstash nodes, click **Overview** in the Logstash section
of the *Stack Monitoring* page in {kib}. You can view the overall health of the
Logstash nodes.

image::monitoring/images/monitoring-logstash-overview.jpg["Logstash Overview",link="images/monitoring-logstash-overview.jpg"]
image::user/monitoring/images/monitoring-logstash-overview.jpg["Logstash Overview",link="images/monitoring-logstash-overview.jpg"]

To view Logstash node metrics, click **Nodes**. The Nodes section shows the
status of each Logstash node.

image::monitoring/images/monitoring-logstash-nodes.jpg["Logstash Nodes",link="images/monitoring-logstash-nodes.jpg"]
image::user/monitoring/images/monitoring-logstash-nodes.jpg["Logstash Nodes",link="images/monitoring-logstash-nodes.jpg"]

Click the name of a node to view its statistics over time.

image::monitoring/images/monitoring-logstash-node.jpg["Logstash Node View",link="images/monitoring-logstash-node.jpg"]
image::user/monitoring/images/monitoring-logstash-node.jpg["Logstash Node View",link="images/monitoring-logstash-node.jpg"]

For more information, see
{logstash-ref}/monitoring-logstash.html[Monitoring Logstash].
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ In 6.4 and later, you can use {metricbeat} to collect data about {kib}
and ship it to the monitoring cluster, rather than routing it through the
production cluster as described in <<monitoring-kibana>>.

image::monitoring/images/metricbeat.png[Example monitoring architecture]
image::user/monitoring/images/metricbeat.png[Example monitoring architecture]

To learn about monitoring in general, see
{stack-ov}/xpack-monitoring.html[Monitoring the {stack}].
Expand Down
File renamed without changes.

0 comments on commit 889c305

Please sign in to comment.