Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion specification/indices/rollover/IndicesRolloverRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import { RolloverConditions } from './types'

/**
* Roll over to a new index.
* TIP: It is recommended to use the index lifecycle rollover action to automate rollovers.
* TIP: We recommend using the index lifecycle rollover action to automate rollovers. However, Serverless does not support Index Lifecycle Management (ILM), so you can't use this approach in the Serverless context.
*
* The rollover API creates a new index for a data stream or index alias.
* The API behavior depends on the rollover target.
Expand Down
Loading