From b993b79c4815d197a38e13f44fa3225d5812edb0 Mon Sep 17 00:00:00 2001 From: ketkee-aryamane Date: Fri, 29 Aug 2025 10:47:23 +0200 Subject: [PATCH 1/2] update tip to state no support for ILM in Serverless --- 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..3202973f8d 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 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. From eb61ddb8708396b5230f064bba9040c53c9b1a8f Mon Sep 17 00:00:00 2001 From: ketkee-aryamane Date: Fri, 29 Aug 2025 11:35:05 +0200 Subject: [PATCH 2/2] update wording to imperative tone --- 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 3202973f8d..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: 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. + * 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.