lib/elasticsearch/api/actions/indices/data_streams_stats.rb in elasticsearch-api-8.11.2 vs lib/elasticsearch/api/actions/indices/data_streams_stats.rb in elasticsearch-api-8.12.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.11/data-streams.html + # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.12/data-streams.html # def data_streams_stats(arguments = {}) request_opts = { endpoint: arguments[:endpoint] || "indices.data_streams_stats" } defined_params = [:name].inject({}) do |set_variables, variable|