diff --git a/x-pack/plugin/src/test/resources/rest-api-spec/api/indices.create_data_stream.json b/x-pack/plugin/src/test/resources/rest-api-spec/api/indices.create_data_stream.json index a96d5d32d5eb2..cd2c730d46fce 100644 --- a/x-pack/plugin/src/test/resources/rest-api-spec/api/indices.create_data_stream.json +++ b/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":[ { diff --git a/x-pack/plugin/src/test/resources/rest-api-spec/api/indices.data_streams_stats.json b/x-pack/plugin/src/test/resources/rest-api-spec/api/indices.data_streams_stats.json index 67f90c48eb79f..75922e30a9ae4 100644 --- a/x-pack/plugin/src/test/resources/rest-api-spec/api/indices.data_streams_stats.json +++ b/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":[ { diff --git a/x-pack/plugin/src/test/resources/rest-api-spec/api/indices.delete_data_stream.json b/x-pack/plugin/src/test/resources/rest-api-spec/api/indices.delete_data_stream.json index f824fb5207d46..c7b562f370969 100644 --- a/x-pack/plugin/src/test/resources/rest-api-spec/api/indices.delete_data_stream.json +++ b/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":[ { diff --git a/x-pack/plugin/src/test/resources/rest-api-spec/api/indices.get_data_stream.json b/x-pack/plugin/src/test/resources/rest-api-spec/api/indices.get_data_stream.json index ce19186bea6a9..b75ae14a48b60 100644 --- a/x-pack/plugin/src/test/resources/rest-api-spec/api/indices.get_data_stream.json +++ b/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":[ {