lib/elasticsearch/api/actions/indices/data_streams_stats.rb in elasticsearch-api-8.15.0 vs lib/elasticsearch/api/actions/indices/data_streams_stats.rb in elasticsearch-api-8.16.0
- old
+ new
@@ -25,10 +25,10 @@
# Provides statistics on operations happening in a data stream.
#
# @option arguments [List] :name A comma-separated list of data stream names; use `_all` or empty string to perform the operation on all data streams
# @option arguments [Hash] :headers Custom HTTP headers
#
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.15/data-streams.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.16/data-streams.html
#
def data_streams_stats(arguments = {})
request_opts = { endpoint: arguments[:endpoint] || 'indices.data_streams_stats' }
defined_params = [:name].each_with_object({}) do |variable, set_variables|