-
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
[Synthetics] Handle a case where settings were never saved #161834
Conversation
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
💚 Build Succeeded
Metrics [docs]Unknown metric groupsESLint disabled line counts
Total ESLint disabled count
To update your PR or re-run it, just comment with: |
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
💔 All backports failed
Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation |
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…61834) Co-authored-by: kibanamachine <[email protected]> (cherry picked from commit 41a8a1d) # Conflicts: # x-pack/plugins/uptime/tsconfig.json
…1834) (#162185) # Backport This will backport the following commits from `main` to `8.9`: - [[Synthetics] Handle a case where settings were never saved (#161834)](#161834) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Shahzad","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-07-18T16:09:11Z","message":"[Synthetics] Handle a case where settings were never saved (#161834)\n\nCo-authored-by: kibanamachine <[email protected]>","sha":"41a8a1db011c63107921c8446d33d94991cfb67b","branchLabelMapping":{"^v8.10.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v8.9.0","v8.10.0"],"number":161834,"url":"https://github.com/elastic/kibana/pull/161834","mergeCommit":{"message":"[Synthetics] Handle a case where settings were never saved (#161834)\n\nCo-authored-by: kibanamachine <[email protected]>","sha":"41a8a1db011c63107921c8446d33d94991cfb67b"}},"sourceBranch":"main","suggestedTargetBranches":["8.9"],"targetPullRequestStates":[{"branch":"8.9","label":"v8.9.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.10.0","labelRegex":"^v8.10.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/161834","number":161834,"mergeCommit":{"message":"[Synthetics] Handle a case where settings were never saved (#161834)\n\nCo-authored-by: kibanamachine <[email protected]>","sha":"41a8a1db011c63107921c8446d33d94991cfb67b"}}]}] BACKPORT--> --------- Co-authored-by: Shahzad <[email protected]> Co-authored-by: kibanamachine <[email protected]>
…61834) Co-authored-by: kibanamachine <[email protected]>
Summary
this is a follow up to #160063
Handle a case where settings were never saved !!
So let's say user never said settings, in that case the default values always included
synthetics-*
pattern, so for this we still need to add that for existing alerts.