From 5dab92caa4a243d5ebef7a8201bb84bf66526efd Mon Sep 17 00:00:00 2001 From: Matthias Oesterheld Date: Tue, 9 Dec 2025 17:21:59 +0100 Subject: [PATCH] add `search` and `warm` node roles Signed-off-by: Matthias Oesterheld --- spec/schemas/_common.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/spec/schemas/_common.yaml b/spec/schemas/_common.yaml index 56280b643..e2e58d180 100644 --- a/spec/schemas/_common.yaml +++ b/spec/schemas/_common.yaml @@ -2543,6 +2543,13 @@ components: const: cluster_manager description: The node can act as a cluster manager. x-version-added: '2.0' + - type: string + const: search + description: The node can hold search replicas. Before 3.0 `search` nodes were `warm` nodes. + - type: string + const: warm + description: The node can act as a search node for searchable snapshots. + x-version-added: '3.0' HttpHeaders: type: object description: The HTTP headers.