Skip to content

Commit

Permalink
[7.x] Mark component and composable index template APIs as stable (#6…
Browse files Browse the repository at this point in the history
…5013) (#65023)

These were previously marked as experimental, but as we have not had any changes made or needed, we
are marking these as stable.
  • Loading branch information
dakrone authored Nov 12, 2020
1 parent 8530eaa commit 919a729
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 13 deletions.
4 changes: 1 addition & 3 deletions docs/reference/indices/simulate-template.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
<titleabbrev>Simulate template</titleabbrev>
++++

experimental[]

Returns the index configuration that would be applied by a particular
<<indices-templates, index template>>.

Expand Down Expand Up @@ -297,4 +295,4 @@ The response shows any overlapping templates with a lower priority.
}
]
}
---------------------------------------------------------
---------------------------------------------------------
Original file line number Diff line number Diff line change
Expand Up @@ -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":[
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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":[
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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":[
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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":[
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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":[
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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":[
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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":[
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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":[
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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":[
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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":[
{
Expand Down

0 comments on commit 919a729

Please sign in to comment.