Sfoglia il codice sorgente

Mark data stream APIs as stable (#59860)

Dan Hermann 5 anni fa
parent
commit
ee80dc6c26

+ 1 - 1
x-pack/plugin/src/test/resources/rest-api-spec/api/indices.create_data_stream.json

@@ -4,7 +4,7 @@
       "url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/data-streams.html",
       "description":"Creates or updates a data stream"
     },
-    "stability":"experimental",
+    "stability":"stable",
     "url":{
       "paths":[
         {

+ 1 - 1
x-pack/plugin/src/test/resources/rest-api-spec/api/indices.data_streams_stats.json

@@ -4,7 +4,7 @@
       "url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/data-streams.html",
       "description":"Provides statistics on operations happening in a data stream."
     },
-    "stability":"experimental",
+    "stability":"stable",
     "url":{
       "paths":[
         {

+ 1 - 1
x-pack/plugin/src/test/resources/rest-api-spec/api/indices.delete_data_stream.json

@@ -4,7 +4,7 @@
       "url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/data-streams.html",
       "description":"Deletes a data stream."
     },
-    "stability":"experimental",
+    "stability":"stable",
     "url":{
       "paths":[
         {

+ 1 - 1
x-pack/plugin/src/test/resources/rest-api-spec/api/indices.get_data_stream.json

@@ -4,7 +4,7 @@
       "url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/data-streams.html",
       "description":"Returns data streams."
     },
-    "stability":"experimental",
+    "stability":"stable",
     "url":{
       "paths":[
         {