Skip to content

Commit

Permalink
Quick-fix Users can’t upgrade their clusters when an old experimental…
Browse files Browse the repository at this point in the history
… feature is enabled.
  • Loading branch information
machadoum committed Dec 1, 2022
1 parent 2cb675d commit f52a04c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions x-pack/plugins/security_solution/common/experimental_features.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,16 @@ export const allowedExperimentalValues = Object.freeze({
* Enables the `get-file` endpoint response action
*/
responseActionGetFileEnabled: false,

/**
* Keep DEPRECATED experimental flags that are documented to prevent failed upgrades.
* https://www.elastic.co/guide/en/security/current/user-risk-score.html
* https://www.elastic.co/guide/en/security/current/host-risk-score.html
*
* Issue: https://github.com/elastic/kibana/issues/146777
*/
riskyHostsEnabled: false, // DEPRECATED
riskyUsersEnabled: false, // DEPRECATED
});

type ExperimentalConfigKeys = Array<keyof ExperimentalFeatures>;
Expand Down

0 comments on commit f52a04c

Please sign in to comment.