mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-06 18:05:20 +00:00
Set cron frequency to 2 minutes
This commit is contained in:
parent
d4e43a5f57
commit
f2bb0d909c
@ -21,7 +21,7 @@ export class IndexPatternCronJob {
|
||||
constructor(server) {
|
||||
this.server = server;
|
||||
this.wzWrapper = new ElasticWrapper(server);
|
||||
this.CRON_FREQ = '0 * * * * *'; // Every minute
|
||||
this.CRON_FREQ = '0 */2 * * * *'; // Every minute
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user