[DOCS] Moves monitoring content into user folder (#45594)
|
@ -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[]
|
||||
|
||||
|
@ -36,7 +36,7 @@ include::graph/index.asciidoc[]
|
|||
|
||||
include::dev-tools.asciidoc[]
|
||||
|
||||
include::{kib-repo-dir}/monitoring/index.asciidoc[]
|
||||
include::monitoring/index.asciidoc[]
|
||||
|
||||
include::management.asciidoc[]
|
||||
|
||||
|
|
|
@ -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
|
||||
|
@ -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.
|
|
@ -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}].
|
||||
|
||||
|
@ -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.
|
||||
|
@ -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]]
|
||||
|
@ -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]]
|
||||
|
@ -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.
|
||||
|
@ -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]]
|
||||
|
@ -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]]
|
||||
|
@ -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.
|
||||
|
@ -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]]
|
||||
|
@ -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].
|
||||
|
||||
|
@ -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
|
Before Width: | Height: | Size: 84 KiB After Width: | Height: | Size: 84 KiB |
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 40 KiB |
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 1.1 MiB |
Before Width: | Height: | Size: 89 KiB After Width: | Height: | Size: 89 KiB |
Before Width: | Height: | Size: 156 KiB After Width: | Height: | Size: 156 KiB |
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 52 KiB |
Before Width: | Height: | Size: 715 KiB After Width: | Height: | Size: 715 KiB |
Before Width: | Height: | Size: 252 KiB After Width: | Height: | Size: 252 KiB |
Before Width: | Height: | Size: 219 KiB After Width: | Height: | Size: 219 KiB |
Before Width: | Height: | Size: 601 KiB After Width: | Height: | Size: 601 KiB |
Before Width: | Height: | Size: 481 KiB After Width: | Height: | Size: 481 KiB |
Before Width: | Height: | Size: 334 KiB After Width: | Height: | Size: 334 KiB |
Before Width: | Height: | Size: 160 KiB After Width: | Height: | Size: 160 KiB |
Before Width: | Height: | Size: 405 KiB After Width: | Height: | Size: 405 KiB |
Before Width: | Height: | Size: 176 KiB After Width: | Height: | Size: 176 KiB |
Before Width: | Height: | Size: 274 KiB After Width: | Height: | Size: 274 KiB |
Before Width: | Height: | Size: 454 KiB After Width: | Height: | Size: 454 KiB |
Before Width: | Height: | Size: 188 KiB After Width: | Height: | Size: 188 KiB |
Before Width: | Height: | Size: 302 KiB After Width: | Height: | Size: 302 KiB |
Before Width: | Height: | Size: 142 KiB After Width: | Height: | Size: 142 KiB |
Before Width: | Height: | Size: 528 KiB After Width: | Height: | Size: 528 KiB |
Before Width: | Height: | Size: 490 KiB After Width: | Height: | Size: 490 KiB |
Before Width: | Height: | Size: 296 KiB After Width: | Height: | Size: 296 KiB |
Before Width: | Height: | Size: 1.5 MiB After Width: | Height: | Size: 1.5 MiB |
Before Width: | Height: | Size: 550 KiB After Width: | Height: | Size: 550 KiB |
Before Width: | Height: | Size: 215 KiB After Width: | Height: | Size: 215 KiB |
Before Width: | Height: | Size: 147 KiB After Width: | Height: | Size: 147 KiB |
Before Width: | Height: | Size: 91 KiB After Width: | Height: | Size: 91 KiB |
|
@ -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"]
|
|
@ -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].
|
|
@ -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}].
|