1234567891011121314151617181920212223 |
- [role="xpack"]
- [testenv="platinum"]
- [[ccr-get-stats]]
- === Get Cross-Cluster Replication Stats API
- ++++
- <titleabbrev>Get Follower Stats</titleabbrev>
- ++++
- beta[]
- Get {ccr} stats.
- ==== Description
- This API gets {ccr} stats.
- ==== Request
- [source,js]
- --------------------------------------------------
- GET /_ccr/stats
- --------------------------------------------------
- // CONSOLE
|