1
0

get-ccr-stats.asciidoc 382 B

1234567891011121314151617181920212223
  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. beta[]
  9. Get {ccr} stats.
  10. ==== Description
  11. This API gets {ccr} stats.
  12. ==== Request
  13. [source,js]
  14. --------------------------------------------------
  15. GET /_ccr/stats
  16. --------------------------------------------------
  17. // CONSOLE