Skip to content

Commit 13d02b9

Browse files
committed
[API] renames indices.rollover parameter failure_store to target_failure_store
Auto-generated API code
1 parent 5b35609 commit 13d02b9

File tree

1 file changed

+1
-1
lines changed
  • elasticsearch-api/lib/elasticsearch/api/actions/indices

1 file changed

+1
-1
lines changed

elasticsearch-api/lib/elasticsearch/api/actions/indices/rollover.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module Actions
3232
# @option arguments [Time] :master_timeout Specify timeout for connection to master
3333
# @option arguments [String] :wait_for_active_shards Set the number of active shards to wait for on the newly created rollover index before the operation returns.
3434
# @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.
35-
# @option arguments [Boolean] :failure_store If set to true, the rollover action will be applied on the failure store of the data stream.
35+
# @option arguments [Boolean] :target_failure_store If set to true, the rollover action will be applied on the failure store of the data stream.
3636
# @option arguments [Hash] :headers Custom HTTP headers
3737
# @option arguments [Hash] :body The conditions that needs to be met for executing rollover
3838
#

0 commit comments

Comments
 (0)