Skip to content

Commit bf63edd

Browse files
authored
Mark component and composable index template APIs as stable (#65013)
These were previously marked as experimental, but as we have not had any changes made or needed, we are marking these as stable.
1 parent c0ba2ec commit bf63edd

11 files changed

+11
-13
lines changed

docs/reference/indices/simulate-template.asciidoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
<titleabbrev>Simulate template</titleabbrev>
55
++++
66

7-
experimental[]
8-
97
Returns the index configuration that would be applied by a particular
108
<<indices-templates, index template>>.
119

@@ -297,4 +295,4 @@ The response shows any overlapping templates with a lower priority.
297295
}
298296
]
299297
}
300-
---------------------------------------------------------
298+
---------------------------------------------------------

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-component-template.html",
55
"description":"Deletes a component template"
66
},
7-
"stability":"experimental",
7+
"stability":"stable",
88
"url":{
99
"paths":[
1010
{

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-component-template.html",
55
"description":"Returns information about whether a particular component template exist"
66
},
7-
"stability":"experimental",
7+
"stability":"stable",
88
"url":{
99
"paths":[
1010
{

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-component-template.html",
55
"description":"Returns one or more component templates"
66
},
7-
"stability":"experimental",
7+
"stability":"stable",
88
"url":{
99
"paths":[
1010
{

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-component-template.html",
55
"description":"Creates or updates a component template"
66
},
7-
"stability":"experimental",
7+
"stability":"stable",
88
"url":{
99
"paths":[
1010
{

rest-api-spec/src/main/resources/rest-api-spec/api/indices.delete_index_template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html",
55
"description":"Deletes an index template."
66
},
7-
"stability":"experimental",
7+
"stability":"stable",
88
"url":{
99
"paths":[
1010
{

rest-api-spec/src/main/resources/rest-api-spec/api/indices.exists_index_template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html",
55
"description":"Returns information about whether a particular index template exists."
66
},
7-
"stability":"experimental",
7+
"stability":"stable",
88
"url":{
99
"paths":[
1010
{

rest-api-spec/src/main/resources/rest-api-spec/api/indices.get_index_template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html",
55
"description":"Returns an index template."
66
},
7-
"stability":"experimental",
7+
"stability":"stable",
88
"url":{
99
"paths":[
1010
{

rest-api-spec/src/main/resources/rest-api-spec/api/indices.put_index_template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html",
55
"description":"Creates or updates an index template."
66
},
7-
"stability":"experimental",
7+
"stability":"stable",
88
"url":{
99
"paths":[
1010
{

rest-api-spec/src/main/resources/rest-api-spec/api/indices.simulate_index_template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html",
55
"description": "Simulate matching the given index name against the index templates in the system"
66
},
7-
"stability":"experimental",
7+
"stability":"stable",
88
"url":{
99
"paths":[
1010
{

0 commit comments

Comments
 (0)