From 66f564e41bf0ff4c6c56a28e0f197dc348c30792 Mon Sep 17 00:00:00 2001 From: Aleksandr Tuliakov Date: Thu, 20 Feb 2025 01:23:10 +0300 Subject: [PATCH] Add target_index_settings to rollup specification Signed-off-by: Aleksandr Tuliakov --- spec/schemas/rollups._common.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spec/schemas/rollups._common.yaml b/spec/schemas/rollups._common.yaml index b67cc0938..e97c0f7d6 100644 --- a/spec/schemas/rollups._common.yaml +++ b/spec/schemas/rollups._common.yaml @@ -41,6 +41,8 @@ components: type: string target_index: type: string + target_index_settings: + $ref: '../schemas/indices._common.yaml#/components/schemas/IndexSettings' metadata_id: type: ['null', string] page_size: