From 96edab944eadbd5fb6be176d0891ac5a9d4b51e1 Mon Sep 17 00:00:00 2001 From: ketkee-aryamane Date: Fri, 29 Aug 2025 12:33:43 +0200 Subject: [PATCH] update tip to state no support for ILM in Serverless (#5231) * update tip to state no support for ILM in Serverless * update wording to imperative tone (cherry picked from commit cc2271fb10c703ab0dfb5a185be4eaebdd3c95c4) --- specification/indices/rollover/IndicesRolloverRequest.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/indices/rollover/IndicesRolloverRequest.ts b/specification/indices/rollover/IndicesRolloverRequest.ts index 9f9d522d7c..c20ad407bf 100644 --- a/specification/indices/rollover/IndicesRolloverRequest.ts +++ b/specification/indices/rollover/IndicesRolloverRequest.ts @@ -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 don'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.