[Cloud Security] fix index template for serverless#165317
Merged
CohenIdo merged 8 commits intoelastic:mainfrom Sep 3, 2023
Merged
[Cloud Security] fix index template for serverless#165317CohenIdo merged 8 commits intoelastic:mainfrom
CohenIdo merged 8 commits intoelastic:mainfrom
Conversation
CohenIdo
commented
Aug 31, 2023
| import type { MetringTaskProperties } from '../types'; | ||
|
|
||
| const TASK_INTERVAL = 3600; // 1 hour | ||
| const TASK_INTERVAL = 120; // 1 hour |
Contributor
Author
There was a problem hiding this comment.
for debugging only - will remove before merge
Contributor
There was a problem hiding this comment.
@CohenIdo Are you going to change the TASK_INTERVAL back to 3600?
Contributor
Author
|
@elasticmachine merge upstream |
4f01717 to
3f4d4a6
Compare
Contributor
Author
|
@elasticmachine merge upstream |
ad53edb to
a1d0177
Compare
eyalkraft
approved these changes
Sep 3, 2023
💔 Build Failed
Failed CI Steps
Test Failures
Metrics [docs]Canvas Sharable Runtime
History
To update your PR or re-run it, just comment with: |
1 task
maxcold
added a commit
that referenced
this pull request
Sep 25, 2023
) ## 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
joemcelroy
pushed a commit
to joemcelroy/kibana
that referenced
this pull request
Sep 25, 2023
…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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
solves:
Delete ILM from index template in for serverless