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
update tip to state no support for ILM in Serverless (#5231) (#5234)
* update tip to state no support for ILM in Serverless
* update wording to imperative tone
(cherry picked from commit cc2271f)
Co-authored-by: ketkee-aryamane <[email protected]>
Copy file name to clipboardExpand all lines: specification/indices/rollover/IndicesRolloverRequest.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ import { RolloverConditions } from './types'
28
28
29
29
/**
30
30
* Roll over to a new index.
31
-
* TIP: It is recommended to use the index lifecycle rollover action to automate rollovers.
31
+
* TIP: We recommend using the index lifecycle rollover action to automate rollovers. However, Serverless does not support Index Lifecycle Management (ILM), so don't use this approach in the Serverless context.
32
32
*
33
33
* The rollover API creates a new index for a data stream or index alias.
34
34
* The API behavior depends on the rollover target.
0 commit comments