-
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
[AO] Fix time range filter in alerts table #153648
[AO] Fix time range filter in alerts table #153648
Conversation
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
Pinging @elastic/actionable-observability (Team: Actionable Observability) |
@@ -12,7 +12,7 @@ export default ({ getService, getPageObjects }: FtrProviderContext) => { | |||
const observability = getService('observability'); | |||
const retry = getService('retry'); | |||
|
|||
describe('Observability alerts / Add to case', function () { | |||
describe('Observability alerts / Add to case >', function () { |
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.
Love this, makes it way easier to find the corresponding test in failing ftr logs
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!
💚 Build Succeeded
Metrics [docs]Async chunks
Unknown metric groupsESLint disabled line counts
Total ESLint disabled count
History
To update your PR or re-run it, just comment with: |
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
Fixes elastic#153284 ## Summary This PR fixes the time range filter by using the `ALERT_TIME_RANGE` instead of `TIMESTAMP` cc @tonyghiani https://user-images.githubusercontent.com/12370520/227532946-087c85c5-1390-47eb-bf0a-bd7319a000a7.mov (cherry picked from commit 62827b1)
# Backport This will backport the following commits from `main` to `8.7`: - [[AO] Fix time range filter in alerts table (#153648)](#153648) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Maryam Saeidi","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-03-25T10:31:51Z","message":"[AO] Fix time range filter in alerts table (#153648)\n\nFixes #153284\r\n\r\n## Summary\r\n\r\nThis PR fixes the time range filter by using the `ALERT_TIME_RANGE`\r\ninstead of `TIMESTAMP`\r\ncc @tonyghiani \r\n\r\n\r\n\r\nhttps://user-images.githubusercontent.com/12370520/227532946-087c85c5-1390-47eb-bf0a-bd7319a000a7.mov","sha":"62827b1aabb7db6d5f8b7987b492c768169d291e","branchLabelMapping":{"^v8.8.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix","Team: Actionable Observability","backport:prev-minor","v8.8.0"],"number":153648,"url":"https://github.com/elastic/kibana/pull/153648","mergeCommit":{"message":"[AO] Fix time range filter in alerts table (#153648)\n\nFixes #153284\r\n\r\n## Summary\r\n\r\nThis PR fixes the time range filter by using the `ALERT_TIME_RANGE`\r\ninstead of `TIMESTAMP`\r\ncc @tonyghiani \r\n\r\n\r\n\r\nhttps://user-images.githubusercontent.com/12370520/227532946-087c85c5-1390-47eb-bf0a-bd7319a000a7.mov","sha":"62827b1aabb7db6d5f8b7987b492c768169d291e"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.8.0","labelRegex":"^v8.8.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/153648","number":153648,"mergeCommit":{"message":"[AO] Fix time range filter in alerts table (#153648)\n\nFixes #153284\r\n\r\n## Summary\r\n\r\nThis PR fixes the time range filter by using the `ALERT_TIME_RANGE`\r\ninstead of `TIMESTAMP`\r\ncc @tonyghiani \r\n\r\n\r\n\r\nhttps://user-images.githubusercontent.com/12370520/227532946-087c85c5-1390-47eb-bf0a-bd7319a000a7.mov","sha":"62827b1aabb7db6d5f8b7987b492c768169d291e"}}]}] BACKPORT-->
Fixes #153284
Summary
This PR fixes the time range filter by using the
ALERT_TIME_RANGE
instead ofTIMESTAMP
cc @tonyghiani
Flaky test runner: https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/2039
Screen.Recording.2023-03-23.at.12.34.30.mov