Skip to content

Commit

Permalink
[SecuritySolution] Change Entity Store default transform interval to …
Browse files Browse the repository at this point in the history
…30 seconds (#197419)

## Summary

Change Entity Store default transform interval to 30 seconds

(cherry picked from commit 1a13fad)
  • Loading branch information
machadoum committed Oct 23, 2024
1 parent e04ff6e commit e92ecf6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import type { EngineStatus } from '../../../../common/api/entity_analytics';

export const DEFAULT_LOOKBACK_PERIOD = '24h';

export const DEFAULT_INTERVAL = '15s';
export const DEFAULT_INTERVAL = '30s';

export const ENGINE_STATUS: Record<Uppercase<EngineStatus>, EngineStatus> = {
INSTALLING: 'installing',
Expand Down

0 comments on commit e92ecf6

Please sign in to comment.