Skip to content

Commit

Permalink
[DOCS] Moves monitoring content into user folder (elastic#45594) (ela…
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl authored Sep 13, 2019
1 parent fab3fca commit 65bbced
Show file tree
Hide file tree
Showing 42 changed files with 21 additions and 21 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 *Monitoring* page in {kib} contains a panel for
Beats in the cluster overview. added[6.2.0]

[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 @@ -29,7 +29,7 @@ The panel at the top shows the current cluster statistics, the charts show the
search and indexing performance over time, and the table at the bottom shows
information about any shards that are being recovered.

image::monitoring/images/monitoring-overview.png["Elasticsearch Cluster Overview",link="images/monitoring-overview.png"]
image::user/monitoring/images/monitoring-overview.png["Elasticsearch Cluster Overview",link="images/monitoring-overview.png"]

TIP: Not sure what a chart is showing? Click the info button for a description
of the metrics.
Expand All @@ -43,7 +43,7 @@ From there, you can dive into detailed metrics for particular nodes and indices.
To view node metrics, click **Nodes**. The Nodes section shows the status
of each node in your cluster.

image::monitoring/images/monitoring-nodes.png["Elasticsearch Nodes",link="images/monitoring-nodes.png"]
image::user/monitoring/images/monitoring-nodes.png["Elasticsearch Nodes",link="images/monitoring-nodes.png"]

[float]
[[nodes-page-overview]]
Expand All @@ -52,7 +52,7 @@ image::monitoring/images/monitoring-nodes.png["Elasticsearch Nodes",link="images
Click the name of a node to view its node statistics over time. These represent
high-level statistics collected from {es} that provide a good overview of health.

image::monitoring/images/monitoring-node.png["Elasticsearch Node Overview",link="images/monitoring-node.png"]
image::user/monitoring/images/monitoring-node.png["Elasticsearch Node Overview",link="images/monitoring-node.png"]

[float]
[[nodes-page-advanced]]
Expand All @@ -62,7 +62,7 @@ To view advanced node metrics, click the **Advanced** tab for a node. The
*Advanced* tab shows additional metrics, such as memory and garbage collection
statistics reported by the selected {es} node.

image::monitoring/images/monitoring-node-advanced.png["Elasticsearch Node Advanced",link="images/monitoring-node-advanced.png"]
image::user/monitoring/images/monitoring-node-advanced.png["Elasticsearch Node Advanced",link="images/monitoring-node-advanced.png"]

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 @@ -75,7 +75,7 @@ more advanced knowledge of {es}, such as poor garbage collection performance.
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.

image::monitoring/images/monitoring-indices.png["Elasticsearch Indices",link="images/monitoring-indices.png"]
image::user/monitoring/images/monitoring-indices.png["Elasticsearch Indices",link="images/monitoring-indices.png"]

[float]
[[indices-page-overview]]
Expand All @@ -84,7 +84,7 @@ image::monitoring/images/monitoring-indices.png["Elasticsearch Indices",link="im
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.

image::monitoring/images/monitoring-index.png["Elasticsearch Index Overview",link="images/monitoring-index.png"]
image::user/monitoring/images/monitoring-index.png["Elasticsearch Index Overview",link="images/monitoring-index.png"]

[float]
[[indices-page-advanced]]
Expand All @@ -95,7 +95,7 @@ To view advanced index metrics, click the **Advanced** tab for an index. The
about the {es} index. If the index has more than one shard, then its shards
might live on more than one node.

image::monitoring/images/monitoring-index-advanced.png["Elasticsearch Index Advanced",link="images/monitoring-index-advanced.png"]
image::user/monitoring/images/monitoring-index-advanced.png["Elasticsearch Index Advanced",link="images/monitoring-index-advanced.png"]

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 @@ -108,7 +108,7 @@ To view {ml} job metrics, click **Jobs**. For each job in your cluster, it shows
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.

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 @@ -120,12 +120,12 @@ follower index is lagging behind the leader index, the last fetch time, the
number of operations synced, and error messages. If you select a follower index,
you can view the same information for each shard. For example:

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:

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].
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 @@ -9,13 +9,13 @@
To view the key metrics that indicate the overall health of {kib} itself,
click **Overview** in the {kib} section of the *Monitoring* page.

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

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

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

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

image::monitoring/images/monitoring-kibana-instance.png["Kibana Instance View",link="images/monitoring-kibana-instance.png"]
image::user/monitoring/images/monitoring-kibana-instance.png["Kibana Instance View",link="images/monitoring-kibana-instance.png"]
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 *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 65bbced

Please sign in to comment.