From 996a164bd572e07961964112cf7b6ac18d9d92f4 Mon Sep 17 00:00:00 2001 From: Niels Bauman <33722607+nielsbauman@users.noreply.github.com> Date: Thu, 4 Apr 2024 09:47:14 +0200 Subject: [PATCH] Set visibility of failure_store param of Rollover API to feature_flag (#107061) --- .../main/resources/rest-api-spec/api/indices.rollover.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rest-api-spec/src/main/resources/rest-api-spec/api/indices.rollover.json b/rest-api-spec/src/main/resources/rest-api-spec/api/indices.rollover.json index e3c06ab080597..e04786ec14cf7 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/api/indices.rollover.json +++ b/rest-api-spec/src/main/resources/rest-api-spec/api/indices.rollover.json @@ -66,7 +66,9 @@ }, "failure_store":{ "type":"boolean", - "description":"If set to true, the rollover action will be applied on the failure store of the data stream." + "description":"If set to true, the rollover action will be applied on the failure store of the data stream.", + "visibility": "feature_flag", + "feature_flag": "es.failure_store_feature_flag_enabled" } }, "body":{