mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[DOCS] Adds screenshots for CCR monitoring (#25979)
This commit is contained in:
parent
06032cca8e
commit
bdc7c79fef
3 changed files with 23 additions and 1 deletions
|
@ -107,4 +107,26 @@ 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::monitoring/images/monitoring-jobs.png["Machine learning jobs",link="images/monitoring-jobs.png"]
|
||||
|
||||
[float]
|
||||
[[ccr-overview-page]]
|
||||
==== CCR
|
||||
|
||||
beta[]
|
||||
|
||||
To view {ccr} metrics, click **CCR**. For each follower index on the cluster, it
|
||||
shows information such as the leader index, an indication of how much the
|
||||
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"]
|
||||
|
||||
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"]
|
||||
|
||||
For more information, see {stack-ov}/xpack-ccr.html[Cross-cluster replication].
|
||||
|
|
BIN
docs/monitoring/images/monitoring-ccr-shard.png
Normal file
BIN
docs/monitoring/images/monitoring-ccr-shard.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 156 KiB |
BIN
docs/monitoring/images/monitoring-ccr.png
Normal file
BIN
docs/monitoring/images/monitoring-ccr.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 52 KiB |
Loading…
Add table
Add a link
Reference in a new issue