fix: Unable to create alerts/report after introduced creation_method (#15760)

This commit is contained in:
Duy Nguyen Hoang 2021-07-24 04:36:29 +07:00 committed by GitHub
parent f9b72505fb
commit 73b436ab9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -123,6 +123,7 @@ const DEFAULT_WORKING_TIMEOUT = 3600;
const DEFAULT_CRON_VALUE = '0 * * * *'; // every hour
const DEFAULT_ALERT = {
active: true,
creation_method: 'alerts_reports',
crontab: DEFAULT_CRON_VALUE,
log_retention: DEFAULT_RETENTION,
working_timeout: DEFAULT_WORKING_TIMEOUT,