From c1ee6cfb4082bae78b9e0822f05d3c1b3c682984 Mon Sep 17 00:00:00 2001 From: Florian Bernd Date: Tue, 22 Oct 2024 14:41:47 +0200 Subject: [PATCH] Add `data_stream_name` field to `CreateFollowIndexRequest` --- specification/ccr/follow/CreateFollowIndexRequest.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/specification/ccr/follow/CreateFollowIndexRequest.ts b/specification/ccr/follow/CreateFollowIndexRequest.ts index f55c240d5d..29385cb63a 100644 --- a/specification/ccr/follow/CreateFollowIndexRequest.ts +++ b/specification/ccr/follow/CreateFollowIndexRequest.ts @@ -47,5 +47,6 @@ export interface Request extends RequestBase { max_write_request_size?: string read_poll_timeout?: Duration remote_cluster?: string + data_stream_name?: string } }