Skip to content

Commit 4b36b46

Browse files
Autoscaling APIs marked public and stable (#67235)
Autoscaling APIs are no longer considered experimental and no longer hidden behind a feature flags. Updated the API specification accordingly. Relates #67202 and #65973
1 parent 1e73818 commit 4b36b46

4 files changed

+12
-16
lines changed

x-pack/plugin/src/test/resources/rest-api-spec/api/autoscaling.delete_autoscaling_policy.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22
"autoscaling.delete_autoscaling_policy":{
33
"documentation":{
44
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/autoscaling-delete-autoscaling-policy.html",
5-
"description":"Deletes an autoscaling policy."
5+
"description":"Deletes an autoscaling policy. Designed for indirect use by ECE/ESS and ECK. Direct use is not supported."
66
},
7-
"stability":"experimental",
8-
"visibility":"feature_flag",
9-
"feature_flag":"es.autoscaling_feature_flag_registered",
7+
"stability":"stable",
8+
"visibility":"public",
109
"headers":{
1110
"accept": [ "application/json"]
1211
},

x-pack/plugin/src/test/resources/rest-api-spec/api/autoscaling.get_autoscaling_capacity.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22
"autoscaling.get_autoscaling_capacity":{
33
"documentation":{
44
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/autoscaling-get-autoscaling-capacity.html",
5-
"description": "Gets the current autoscaling capacity based on the configured autoscaling policy."
5+
"description": "Gets the current autoscaling capacity based on the configured autoscaling policy. Designed for indirect use by ECE/ESS and ECK. Direct use is not supported."
66
},
7-
"stability":"experimental",
8-
"visibility":"feature_flag",
9-
"feature_flag":"es.autoscaling_feature_flag_registered",
7+
"stability":"stable",
8+
"visibility":"public",
109
"headers":{
1110
"accept": [ "application/json"]
1211
},

x-pack/plugin/src/test/resources/rest-api-spec/api/autoscaling.get_autoscaling_policy.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22
"autoscaling.get_autoscaling_policy":{
33
"documentation":{
44
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/autoscaling-get-autoscaling-policy.html",
5-
"description": "Retrieves an autoscaling policy."
5+
"description": "Retrieves an autoscaling policy. Designed for indirect use by ECE/ESS and ECK. Direct use is not supported."
66
},
7-
"stability":"experimental",
8-
"visibility":"feature_flag",
9-
"feature_flag":"es.autoscaling_feature_flag_registered",
7+
"stability":"stable",
8+
"visibility":"public",
109
"headers":{
1110
"accept": [ "application/json"]
1211
},

x-pack/plugin/src/test/resources/rest-api-spec/api/autoscaling.put_autoscaling_policy.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22
"autoscaling.put_autoscaling_policy":{
33
"documentation":{
44
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/autoscaling-put-autoscaling-policy.html",
5-
"description": "Creates a new autoscaling policy."
5+
"description": "Creates a new autoscaling policy. Designed for indirect use by ECE/ESS and ECK. Direct use is not supported."
66
},
7-
"stability":"experimental",
8-
"visibility":"feature_flag",
9-
"feature_flag":"es.autoscaling_feature_flag_registered",
7+
"stability":"stable",
8+
"visibility":"public",
109
"headers":{
1110
"accept": [ "application/json"],
1211
"content_type": ["application/json"]

0 commit comments

Comments
 (0)