You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: elasticsearch-api/lib/elasticsearch/api/actions/indices/rollover.rb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ module Actions
32
32
# @option arguments [Time] :master_timeout Specify timeout for connection to master
33
33
# @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.
34
34
# @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.
0 commit comments