Skip to content

Commit

Permalink
Turn off for merging
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisronline committed Mar 30, 2020
1 parent 0796993 commit 9a7746a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion x-pack/legacy/plugins/monitoring/common/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ export const TELEMETRY_COLLECTION_INTERVAL = 86400000;
* as the only way to see the new UI and actually run Kibana alerts. It will
* be false until all alerts have been migrated, then it will be removed
*/
export const KIBANA_ALERTING_ENABLED = true;
export const KIBANA_ALERTING_ENABLED = false;

/**
* The prefix for all alert types used by monitoring
Expand Down
2 changes: 1 addition & 1 deletion x-pack/plugins/monitoring/common/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ export const TELEMETRY_COLLECTION_INTERVAL = 86400000;
* as the only way to see the new UI and actually run Kibana alerts. It will
* be false until all alerts have been migrated, then it will be removed
*/
export const KIBANA_ALERTING_ENABLED = true;
export const KIBANA_ALERTING_ENABLED = false;

/**
* The prefix for all alert types used by monitoring
Expand Down

0 comments on commit 9a7746a

Please sign in to comment.