Skip to content

Commit

Permalink
run enrich task every hour
Browse files Browse the repository at this point in the history
  • Loading branch information
hop-dev committed Oct 11, 2024
1 parent f15ce06 commit c708692
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
export const SCOPE = ['securitySolution'];
export const TYPE = 'entity_store:field_retention:enrichment';
export const VERSION = '1.0.0';
export const INTERVAL = '30s'; // TODO: this will be one hour when we move to 24h lookback
export const INTERVAL = '1h';
export const TIMEOUT = '10m';

0 comments on commit c708692

Please sign in to comment.