Skip to content

Commit b98caf5

Browse files
authored
Mark data stream APIs as stable (#59860) (#60206)
1 parent a27d630 commit b98caf5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/data-streams.html",
55
"description":"Provides statistics on operations happening in a data stream."
66
},
7-
"stability":"experimental",
7+
"stability":"stable",
88
"url":{
99
"paths":[
1010
{

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/data-streams.html",
55
"description":"Deletes a data stream."
66
},
7-
"stability":"experimental",
7+
"stability":"stable",
88
"url":{
99
"paths":[
1010
{

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/data-streams.html",
55
"description":"Returns data streams."
66
},
7-
"stability":"experimental",
7+
"stability":"stable",
88
"url":{
99
"paths":[
1010
{

0 commit comments

Comments
 (0)