fix: Unable to create alerts/report after introduced creation_method (#15760)
This commit is contained in:
parent
f9b72505fb
commit
73b436ab9f
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue