lib/elasticsearch/api/actions/cross_cluster_replication/stats.rb in elasticsearch-api-8.1.2 vs lib/elasticsearch/api/actions/cross_cluster_replication/stats.rb in elasticsearch-api-8.2.0

- old
+ new

@@ -21,10 +21,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/8.1/ccr-get-stats.html + # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.2/ccr-get-stats.html # def stats(arguments = {}) arguments = arguments.clone headers = arguments.delete(:headers) || {}