mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-11 07:25:23 +00:00
This commit fixes two issues with the CCR API specification: - remove the CCR stats endpoint, it is not currently implemented - fix the documentation links
22 lines
374 B
Plaintext
22 lines
374 B
Plaintext
[role="xpack"]
|
|
[testenv="platinum"]
|
|
[[ccr-get-stats]]
|
|
=== Get Cross-Cluster Replication Stats API
|
|
++++
|
|
<titleabbrev>Get Follower Stats</titleabbrev>
|
|
++++
|
|
|
|
Get {ccr} stats.
|
|
|
|
==== Description
|
|
|
|
This API gets {ccr} stats.
|
|
|
|
==== Request
|
|
|
|
[source,js]
|
|
--------------------------------------------------
|
|
GET /_ccr/stats
|
|
--------------------------------------------------
|
|
// CONSOLE
|