lib/elasticsearch/api/actions/indices/rollover.rb in elasticsearch-api-8.15.0 vs lib/elasticsearch/api/actions/indices/rollover.rb in elasticsearch-api-8.16.0

- old
+ new

@@ -34,10 +34,10 @@ # @option arguments [Boolean] :lazy If set to true, the rollover action will only mark a data stream to signal that it needs to be rolled over at the next write. Only allowed on data streams. # @option arguments [Boolean] :target_failure_store If set to true, the rollover action will be applied on the failure store of the data stream. # @option arguments [Hash] :headers Custom HTTP headers # @option arguments [Hash] :body The conditions that needs to be met for executing rollover # - # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.15/indices-rollover-index.html + # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.16/indices-rollover-index.html # def rollover(arguments = {}) request_opts = { endpoint: arguments[:endpoint] || 'indices.rollover' } defined_params = %i[alias new_index].each_with_object({}) do |variable, set_variables|