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
The RolloverIndexRequest class includes Conditions, but the rollover API allows additional Settings that might override any index-templates that could be inherited by the new index. For example, I would like to add search aliases to the new index in one call to .RolloverIndex instead of a second call to .Alias. Or, I want to override the shard count for the new index, because if its being rolled over at all, it must be busy.
The text was updated successfully, but these errors were encountered:
Feature request:
The RolloverIndexRequest class includes Conditions, but the rollover API allows additional Settings that might override any index-templates that could be inherited by the new index. For example, I would like to add search aliases to the new index in one call to .RolloverIndex instead of a second call to .Alias. Or, I want to override the shard count for the new index, because if its being rolled over at all, it must be busy.
The text was updated successfully, but these errors were encountered: