-
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
[Obs AI Assistant] Fix alerts function #203695
[Obs AI Assistant] Fix alerts function #203695
Conversation
Pinging @elastic/obs-ai-assistant (Team:Obs AI Assistant) |
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
0382919
to
29beae1
Compare
29beae1
to
71b81e4
Compare
LGTM |
…hat the query is correct (elastic#203458)
@@ -137,57 +137,6 @@ export default function ApiTest({ getService }: FtrProviderContext) { | |||
]); | |||
}); | |||
|
|||
it.skip('returns a useful error if the request fails', async () => { |
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.
Removed in favour of https://github.com/elastic/kibana/pull/199286/files#r1868828826
⏳ Build in-progress
History
cc @viduni94 |
Starting backport for target branches: 8.x https://github.com/elastic/kibana/actions/runs/12279522618 |
## Summary ### Problem With the merge of the PR elastic#183756, the alerts function has stopped working in the Obs AI Assistant, because there has been a change to the query (when finding alerts) ### Solution Revert the change made to the query. ### Checklist - [x] The PR description includes the appropriate Release Notes section, and the correct `release_note:*` label is applied per the [guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) (cherry picked from commit d9c1cd3)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
# Backport This will backport the following commits from `main` to `8.x`: - [[Obs AI Assistant] Fix alerts function (#203695)](#203695) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Viduni Wickramarachchi","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-12-11T15:25:36Z","message":"[Obs AI Assistant] Fix alerts function (#203695)\n\n## Summary\r\n\r\n### Problem\r\nWith the merge of the PR https://github.com/elastic/kibana/pull/183756,\r\nthe alerts function has stopped working in the Obs AI Assistant, because\r\nthere has been a change to the query (when finding alerts)\r\n\r\n### Solution\r\nRevert the change made to the query.\r\n\r\n### Checklist\r\n\r\n- [x] The PR description includes the appropriate Release Notes section,\r\nand the correct `release_note:*` label is applied per the\r\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)","sha":"d9c1cd30af82abf12b5d569cbaa8886fbb78a5bb","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix","v9.0.0","Team:Obs AI Assistant","ci:project-deploy-observability","backport:version","v8.18.0"],"title":"[Obs AI Assistant] Fix alerts function","number":203695,"url":"https://github.com/elastic/kibana/pull/203695","mergeCommit":{"message":"[Obs AI Assistant] Fix alerts function (#203695)\n\n## Summary\r\n\r\n### Problem\r\nWith the merge of the PR https://github.com/elastic/kibana/pull/183756,\r\nthe alerts function has stopped working in the Obs AI Assistant, because\r\nthere has been a change to the query (when finding alerts)\r\n\r\n### Solution\r\nRevert the change made to the query.\r\n\r\n### Checklist\r\n\r\n- [x] The PR description includes the appropriate Release Notes section,\r\nand the correct `release_note:*` label is applied per the\r\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)","sha":"d9c1cd30af82abf12b5d569cbaa8886fbb78a5bb"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/203695","number":203695,"mergeCommit":{"message":"[Obs AI Assistant] Fix alerts function (#203695)\n\n## Summary\r\n\r\n### Problem\r\nWith the merge of the PR https://github.com/elastic/kibana/pull/183756,\r\nthe alerts function has stopped working in the Obs AI Assistant, because\r\nthere has been a change to the query (when finding alerts)\r\n\r\n### Solution\r\nRevert the change made to the query.\r\n\r\n### Checklist\r\n\r\n- [x] The PR description includes the appropriate Release Notes section,\r\nand the correct `release_note:*` label is applied per the\r\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)","sha":"d9c1cd30af82abf12b5d569cbaa8886fbb78a5bb"}},{"branch":"8.x","label":"v8.18.0","branchLabelMappingKey":"^v8.18.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Viduni Wickramarachchi <[email protected]>
## Summary ### Problem With the merge of the PR elastic#183756, the alerts function has stopped working in the Obs AI Assistant, because there has been a change to the query (when finding alerts) ### Solution Revert the change made to the query. ### Checklist - [x] The PR description includes the appropriate Release Notes section, and the correct `release_note:*` label is applied per the [guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
Summary
Problem
With the merge of the PR #183756, the alerts function has stopped working in the Obs AI Assistant, because there has been a change to the query (when finding alerts)
Solution
Revert the change made to the query.
Checklist
release_note:*
label is applied per the guidelines