Skip to content

Commit

Permalink
[8.x] [SecuritySolution] Change Entity Store default transform interv…
Browse files Browse the repository at this point in the history
…al to 30 seconds (#197419) (#197459)

# Backport

This will backport the following commits from `main` to `8.x`:
- [[SecuritySolution] Change Entity Store default transform interval to
30 seconds (#197419)](#197419)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Pablo
Machado","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-10-23T14:13:02Z","message":"[SecuritySolution]
Change Entity Store default transform interval to 30 seconds
(#197419)\n\n## Summary\r\n\r\nChange Entity Store default transform
interval to 30
seconds","sha":"1a13fad289a157d962076bffcffd8aa661fc1bcc","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","release_note:skip","v9.0.0","Team:
SecuritySolution","Theme: entity_analytics","Feature:Entity
Analytics","Team:Entity
Analytics","v8.16.0","backport:version","v8.17.0"],"title":"[SecuritySolution]
Change Entity Store default transform interval to 30 seconds
","number":197419,"url":"https://github.com/elastic/kibana/pull/197419","mergeCommit":{"message":"[SecuritySolution]
Change Entity Store default transform interval to 30 seconds
(#197419)\n\n## Summary\r\n\r\nChange Entity Store default transform
interval to 30
seconds","sha":"1a13fad289a157d962076bffcffd8aa661fc1bcc"}},"sourceBranch":"main","suggestedTargetBranches":["8.16","8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/197419","number":197419,"mergeCommit":{"message":"[SecuritySolution]
Change Entity Store default transform interval to 30 seconds
(#197419)\n\n## Summary\r\n\r\nChange Entity Store default transform
interval to 30
seconds","sha":"1a13fad289a157d962076bffcffd8aa661fc1bcc"}},{"branch":"8.16","label":"v8.16.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.x","label":"v8.17.0","branchLabelMappingKey":"^v8.17.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Pablo Machado <[email protected]>
  • Loading branch information
kibanamachine and machadoum authored Oct 23, 2024
1 parent fd81ac4 commit d95f16d
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 d95f16d

Please sign in to comment.