Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions spec/schemas/_common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down