Browse Source

Mark simulate index API non-experimental in documentation (#92331)

This has been stable for a long time, we just missed removing the experimental[] tag in the docs.
Lee Hinman 2 years ago
parent
commit
f04c751997
1 changed files with 1 additions and 3 deletions
  1. 1 3
      docs/reference/indices/simulate-index.asciidoc

+ 1 - 3
docs/reference/indices/simulate-index.asciidoc

@@ -4,9 +4,7 @@
 <titleabbrev>Simulate index</titleabbrev>
 ++++
 
-experimental[]
-
-Returns the index configuration that would be applied to the specified index from an 
+Returns the index configuration that would be applied to the specified index from an
 existing <<index-templates, index template>>.
 
 ////