lib/elasticsearch/api/actions/indices/stats.rb in elasticsearch-api-7.7.0.pre vs lib/elasticsearch/api/actions/indices/stats.rb in elasticsearch-api-7.7.0
- old
+ new
@@ -26,10 +26,10 @@
# (options: open,closed,hidden,none,all)
# @option arguments [Boolean] :forbid_closed_indices If set to false stats will also collected from closed indices if explicitly specified or if expand_wildcards expands to closed indices
# @option arguments [Hash] :headers Custom HTTP headers
#
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-stats.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.7/indices-stats.html
#
def stats(arguments = {})
headers = arguments.delete(:headers) || {}
method = HTTP_GET