-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Cloud Security] fix index template for serverless #165317
[Cloud Security] fix index template for serverless #165317
Conversation
@@ -8,7 +8,7 @@ | |||
import { cloudSecurityMetringCallback } from './cloud_security_metering'; | |||
import type { MetringTaskProperties } from '../types'; | |||
|
|||
const TASK_INTERVAL = 3600; // 1 hour | |||
const TASK_INTERVAL = 120; // 1 hour |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for debugging only - will remove before merge
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@CohenIdo Are you going to change the TASK_INTERVAL
back to 3600
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yep:)
@elasticmachine merge upstream |
4f01717
to
3f4d4a6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@elasticmachine merge upstream |
ad53edb
to
a1d0177
Compare
💔 Build Failed
Failed CI Steps
Test Failures
Metrics [docs]Canvas Sharable Runtime
History
To update your PR or re-run it, just comment with: |
) ## Summary during the [ILM fix](#165317) for serverless the default pipeline for the scores index was also changed by mistake. Reverting this change ### Checklist - [ ] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios
…tic#166966) ## Summary during the [ILM fix](elastic#165317) for serverless the default pipeline for the scores index was also changed by mistake. Reverting this change ### Checklist - [ ] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios
solves:
Delete ILM from index template in for serverless