Skip to content

Commit

Permalink
Set visibility of failure_store param of Rollover API to feature_flag (
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsbauman authored Apr 4, 2024
1 parent daa9006 commit 996a164
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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":{
Expand Down

0 comments on commit 996a164

Please sign in to comment.