From bf63edde8d1058cc353c254ee7d22fb1af21d574 Mon Sep 17 00:00:00 2001 From: Lee Hinman Date: Thu, 12 Nov 2020 14:16:57 -0700 Subject: [PATCH] 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. --- docs/reference/indices/simulate-template.asciidoc | 4 +--- .../rest-api-spec/api/cluster.delete_component_template.json | 2 +- .../rest-api-spec/api/cluster.exists_component_template.json | 2 +- .../rest-api-spec/api/cluster.get_component_template.json | 2 +- .../rest-api-spec/api/cluster.put_component_template.json | 2 +- .../rest-api-spec/api/indices.delete_index_template.json | 2 +- .../rest-api-spec/api/indices.exists_index_template.json | 2 +- .../rest-api-spec/api/indices.get_index_template.json | 2 +- .../rest-api-spec/api/indices.put_index_template.json | 2 +- .../rest-api-spec/api/indices.simulate_index_template.json | 2 +- .../rest-api-spec/api/indices.simulate_template.json | 2 +- 11 files changed, 11 insertions(+), 13 deletions(-) diff --git a/docs/reference/indices/simulate-template.asciidoc b/docs/reference/indices/simulate-template.asciidoc index 6d58ad2ef6fc..1cdeede48bc0 100644 --- a/docs/reference/indices/simulate-template.asciidoc +++ b/docs/reference/indices/simulate-template.asciidoc @@ -4,8 +4,6 @@ Simulate template ++++ -experimental[] - Returns the index configuration that would be applied by a particular <>. @@ -297,4 +295,4 @@ The response shows any overlapping templates with a lower priority. } ] } ---------------------------------------------------------- \ No newline at end of file +--------------------------------------------------------- diff --git a/rest-api-spec/src/main/resources/rest-api-spec/api/cluster.delete_component_template.json b/rest-api-spec/src/main/resources/rest-api-spec/api/cluster.delete_component_template.json index 9beea52c86b3..25ed4d18a978 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/api/cluster.delete_component_template.json +++ b/rest-api-spec/src/main/resources/rest-api-spec/api/cluster.delete_component_template.json @@ -4,7 +4,7 @@ "url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-component-template.html", "description":"Deletes a component template" }, - "stability":"experimental", + "stability":"stable", "url":{ "paths":[ { diff --git a/rest-api-spec/src/main/resources/rest-api-spec/api/cluster.exists_component_template.json b/rest-api-spec/src/main/resources/rest-api-spec/api/cluster.exists_component_template.json index cc048ded45e5..e7dc28fc5727 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/api/cluster.exists_component_template.json +++ b/rest-api-spec/src/main/resources/rest-api-spec/api/cluster.exists_component_template.json @@ -4,7 +4,7 @@ "url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-component-template.html", "description":"Returns information about whether a particular component template exist" }, - "stability":"experimental", + "stability":"stable", "url":{ "paths":[ { 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 ecf32f50c0a6..402bbdef44ef 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 @@ -4,7 +4,7 @@ "url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-component-template.html", "description":"Returns one or more component templates" }, - "stability":"experimental", + "stability":"stable", "url":{ "paths":[ { diff --git a/rest-api-spec/src/main/resources/rest-api-spec/api/cluster.put_component_template.json b/rest-api-spec/src/main/resources/rest-api-spec/api/cluster.put_component_template.json index abc83fb15f48..780939cbde54 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/api/cluster.put_component_template.json +++ b/rest-api-spec/src/main/resources/rest-api-spec/api/cluster.put_component_template.json @@ -4,7 +4,7 @@ "url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-component-template.html", "description":"Creates or updates a component template" }, - "stability":"experimental", + "stability":"stable", "url":{ "paths":[ { diff --git a/rest-api-spec/src/main/resources/rest-api-spec/api/indices.delete_index_template.json b/rest-api-spec/src/main/resources/rest-api-spec/api/indices.delete_index_template.json index d037b03dc527..60225667d378 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/api/indices.delete_index_template.json +++ b/rest-api-spec/src/main/resources/rest-api-spec/api/indices.delete_index_template.json @@ -4,7 +4,7 @@ "url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html", "description":"Deletes an index template." }, - "stability":"experimental", + "stability":"stable", "url":{ "paths":[ { diff --git a/rest-api-spec/src/main/resources/rest-api-spec/api/indices.exists_index_template.json b/rest-api-spec/src/main/resources/rest-api-spec/api/indices.exists_index_template.json index c5312680fa88..99471c50deef 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/api/indices.exists_index_template.json +++ b/rest-api-spec/src/main/resources/rest-api-spec/api/indices.exists_index_template.json @@ -4,7 +4,7 @@ "url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html", "description":"Returns information about whether a particular index template exists." }, - "stability":"experimental", + "stability":"stable", "url":{ "paths":[ { diff --git a/rest-api-spec/src/main/resources/rest-api-spec/api/indices.get_index_template.json b/rest-api-spec/src/main/resources/rest-api-spec/api/indices.get_index_template.json index 7ea6dd2944c7..870eeaea0859 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/api/indices.get_index_template.json +++ b/rest-api-spec/src/main/resources/rest-api-spec/api/indices.get_index_template.json @@ -4,7 +4,7 @@ "url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html", "description":"Returns an index template." }, - "stability":"experimental", + "stability":"stable", "url":{ "paths":[ { diff --git a/rest-api-spec/src/main/resources/rest-api-spec/api/indices.put_index_template.json b/rest-api-spec/src/main/resources/rest-api-spec/api/indices.put_index_template.json index 3f758e18737e..b06df4733a57 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/api/indices.put_index_template.json +++ b/rest-api-spec/src/main/resources/rest-api-spec/api/indices.put_index_template.json @@ -4,7 +4,7 @@ "url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html", "description":"Creates or updates an index template." }, - "stability":"experimental", + "stability":"stable", "url":{ "paths":[ { diff --git a/rest-api-spec/src/main/resources/rest-api-spec/api/indices.simulate_index_template.json b/rest-api-spec/src/main/resources/rest-api-spec/api/indices.simulate_index_template.json index 2b81572f0aaa..889310e97714 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/api/indices.simulate_index_template.json +++ b/rest-api-spec/src/main/resources/rest-api-spec/api/indices.simulate_index_template.json @@ -4,7 +4,7 @@ "url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html", "description": "Simulate matching the given index name against the index templates in the system" }, - "stability":"experimental", + "stability":"stable", "url":{ "paths":[ { diff --git a/rest-api-spec/src/main/resources/rest-api-spec/api/indices.simulate_template.json b/rest-api-spec/src/main/resources/rest-api-spec/api/indices.simulate_template.json index 364547dd318a..2511ca637e6c 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/api/indices.simulate_template.json +++ b/rest-api-spec/src/main/resources/rest-api-spec/api/indices.simulate_template.json @@ -4,7 +4,7 @@ "url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html", "description": "Simulate resolving the given template name or body" }, - "stability":"experimental", + "stability":"stable", "url":{ "paths":[ {