1
0

get-ccr-stats.asciidoc 374 B

123456789101112131415161718192021
  1. [role="xpack"]
  2. [testenv="platinum"]
  3. [[ccr-get-stats]]
  4. === Get Cross-Cluster Replication Stats API
  5. ++++
  6. <titleabbrev>Get Follower Stats</titleabbrev>
  7. ++++
  8. Get {ccr} stats.
  9. ==== Description
  10. This API gets {ccr} stats.
  11. ==== Request
  12. [source,js]
  13. --------------------------------------------------
  14. GET /_ccr/stats
  15. --------------------------------------------------
  16. // CONSOLE