Skip to content

Commit

Permalink
[ResponseOps] Enable maintenance windows (elastic#156033)
Browse files Browse the repository at this point in the history
## Summary

Enables maintenance windows by setting the feature flag to `true`
  • Loading branch information
doakalexi authored Apr 27, 2023
1 parent 096d003 commit ef99b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/alerting/common/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ export const INTERNAL_ALERTING_API_GET_ACTIVE_MAINTENANCE_WINDOWS_PATH =

export const ALERTS_FEATURE_ID = 'alerts';
export const MONITORING_HISTORY_LIMIT = 200;
export const ENABLE_MAINTENANCE_WINDOWS = false;
export const ENABLE_MAINTENANCE_WINDOWS = true;

0 comments on commit ef99b85

Please sign in to comment.