Skip to content

Commit 99cb97e

Browse files
authored
Add flat_settings and settings_filter to cluster.get_component_template (#130684) (#130714)
1 parent 6288fe2 commit 99cb97e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

rest-api-spec/src/main/resources/rest-api-spec/api/cluster.get_component_template.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,14 @@
4343
"include_defaults":{
4444
"type":"boolean",
4545
"description":"Return all default configurations for the component template (default: false)"
46+
},
47+
"flat_settings":{
48+
"type":"boolean",
49+
"description":"Return settings in flat format (default: false)"
50+
},
51+
"settings_filter":{
52+
"type":"string",
53+
"description":"Filter out results, for example to filter out sensitive information. Supports wildcards or full settings keys"
4654
}
4755
}
4856
}

0 commit comments

Comments
 (0)