diff --git a/output/schema/schema.json b/output/schema/schema.json index aa482ebe9a..e1439a8f8e 100644 --- a/output/schema/schema.json +++ b/output/schema/schema.json @@ -6924,9 +6924,8 @@ { "availability": { "stack": { - "featureFlag": "es.failure_store_feature_flag_enabled", - "stability": "experimental", - "visibility": "feature_flag" + "stability": "stable", + "visibility": "public" } }, "description": "Deletes the data stream options of the selected data streams.", @@ -7649,9 +7648,8 @@ { "availability": { "stack": { - "featureFlag": "es.failure_store_feature_flag_enabled", - "stability": "experimental", - "visibility": "feature_flag" + "stability": "stable", + "visibility": "public" } }, "description": "Returns the data stream options of the selected data streams.", @@ -8229,9 +8227,8 @@ { "availability": { "stack": { - "featureFlag": "es.failure_store_feature_flag_enabled", - "stability": "experimental", - "visibility": "feature_flag" + "stability": "stable", + "visibility": "public" } }, "description": "Updates the data stream options of the selected data streams.", diff --git a/specification/_json_spec/indices.delete_data_stream_options.json b/specification/_json_spec/indices.delete_data_stream_options.json index 9bf9e1601f..be9f102ec4 100644 --- a/specification/_json_spec/indices.delete_data_stream_options.json +++ b/specification/_json_spec/indices.delete_data_stream_options.json @@ -4,9 +4,8 @@ "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/index.html", "description": "Deletes the data stream options of the selected data streams." }, - "stability": "experimental", - "visibility": "feature_flag", - "feature_flag": "es.failure_store_feature_flag_enabled", + "stability": "stable", + "visibility": "public", "headers": { "accept": ["application/json"] }, diff --git a/specification/_json_spec/indices.get_data_stream_options.json b/specification/_json_spec/indices.get_data_stream_options.json index c7ee328ef9..ef010d1df6 100644 --- a/specification/_json_spec/indices.get_data_stream_options.json +++ b/specification/_json_spec/indices.get_data_stream_options.json @@ -4,9 +4,8 @@ "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/index.html", "description": "Returns the data stream options of the selected data streams." }, - "stability": "experimental", - "visibility": "feature_flag", - "feature_flag": "es.failure_store_feature_flag_enabled", + "stability": "stable", + "visibility": "public", "headers": { "accept": ["application/json"] }, diff --git a/specification/_json_spec/indices.put_data_stream_options.json b/specification/_json_spec/indices.put_data_stream_options.json index 7abd0da45a..596af454d7 100644 --- a/specification/_json_spec/indices.put_data_stream_options.json +++ b/specification/_json_spec/indices.put_data_stream_options.json @@ -4,9 +4,8 @@ "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/index.html", "description": "Updates the data stream options of the selected data streams." }, - "stability": "experimental", - "visibility": "feature_flag", - "feature_flag": "es.failure_store_feature_flag_enabled", + "stability": "stable", + "visibility": "public", "headers": { "accept": ["application/json"], "content_type": ["application/json"]