lib/elasticsearch/api/actions/indices/stats.rb in elasticsearch-api-7.0.0 vs lib/elasticsearch/api/actions/indices/stats.rb in elasticsearch-api-7.1.0
- old
+ new
@@ -88,10 +88,10 @@
# @option arguments [String] :expand_wildcards Whether to expand wildcard expression to concrete indices that
# are open, closed or both. (options: open, closed)
#
# @option arguments [Boolean] :include_segment_file_sizes Whether to report the aggregated disk usage of each one of the Lucene index files. Only applies if segment stats are requested. (default: false)
#
- # @see http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-stats.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-stats.html
#
def stats(arguments={})
method = HTTP_GET
parts = Utils.__extract_parts arguments, ParamsRegistry.get(:stats_parts)
path = Utils.__pathify Utils.__listify(arguments[:index]), '_stats', Utils.__listify(parts)