From 8aaa082e3dbc787466f5b8635def7c6b0b29e982 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Mon, 7 Jul 2025 16:14:39 +0400 Subject: [PATCH] Add flat_settings and settings_filter to cluster.get_component_template (#130684) --- .../rest-api-spec/api/cluster.get_component_template.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/rest-api-spec/src/main/resources/rest-api-spec/api/cluster.get_component_template.json b/rest-api-spec/src/main/resources/rest-api-spec/api/cluster.get_component_template.json index 889e1b817b0fe..98f64e43fd356 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/api/cluster.get_component_template.json +++ b/rest-api-spec/src/main/resources/rest-api-spec/api/cluster.get_component_template.json @@ -43,6 +43,14 @@ "include_defaults":{ "type":"boolean", "description":"Return all default configurations for the component template (default: false)" + }, + "flat_settings":{ + "type":"boolean", + "description":"Return settings in flat format (default: false)" + }, + "settings_filter":{ + "type":"string", + "description":"Filter out results, for example to filter out sensitive information. Supports wildcards or full settings keys" } } }