lib/elasticsearch/xpack/api/actions/cross_cluster_replication/stats.rb in elasticsearch-xpack-7.9.0.pre vs lib/elasticsearch/xpack/api/actions/cross_cluster_replication/stats.rb in elasticsearch-xpack-7.9.0
- old
+ new
@@ -22,10 +22,10 @@
module Actions
# Gets all stats related to cross-cluster replication.
#
# @option arguments [Hash] :headers Custom HTTP headers
#
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.x/ccr-get-stats.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.9/ccr-get-stats.html
#
def stats(arguments = {})
headers = arguments.delete(:headers) || {}
arguments = arguments.clone