[Alerts page] Fix Failed to check if maintenance windows are active#261048
Merged
maryam-saeidi merged 9 commits intoelastic:mainfrom Apr 7, 2026
Merged
Conversation
ana-davydova
approved these changes
Apr 7, 2026
Contributor
ana-davydova
left a comment
There was a problem hiding this comment.
Actionable-obs changes look good to me!
adcoelho
approved these changes
Apr 7, 2026
Contributor
adcoelho
left a comment
There was a problem hiding this comment.
Thank you for doing this. I remember the team discussing it, but we never got around to it 😅
Contributor
⏳ Build in-progress, with failures
Failed CI StepsTest Failures
History
|
Contributor
|
Starting backport for target branches: 9.3 |
Contributor
|
Starting backport for target branches: 9.3 |
Contributor
💔 All backports failed
Manual backportTo create the backport manually run: Questions ?Please refer to the Backport tool documentation |
1 similar comment
Contributor
💔 All backports failed
Manual backportTo create the backport manually run: Questions ?Please refer to the Backport tool documentation |
Member
Author
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
maryam-saeidi
added a commit
to maryam-saeidi/kibana
that referenced
this pull request
Apr 10, 2026
…lastic#261048) Fixes elastic#246011 ## Summary Fixes "Failed to check if maintenance windows are active" error by skipping the maintenance window API call when user does not have sufficient licence. --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> (cherry picked from commit 37ce2e2) # Conflicts: # src/platform/packages/shared/kbn-alerts-ui-shared/moon.yml # src/platform/packages/shared/kbn-alerts-ui-shared/tsconfig.json # x-pack/platform/plugins/shared/triggers_actions_ui/public/application/sections/rules_list/components/rules_list.test.tsx # x-pack/solutions/observability/plugins/observability/public/pages/alerts/alerts.test.tsx
maryam-saeidi
added a commit
that referenced
this pull request
Apr 10, 2026
…tive (#261048) (#262461) # Backport This will backport the following commits from `main` to `9.3`: - [[Alerts page] Fix Failed to check if maintenance windows are active (#261048)](#261048) <!--- Backport version: 11.0.1 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Maryam Saeidi","email":"maryam.saeidi@elastic.co"},"sourceCommit":{"committedDate":"2026-04-07T16:09:28Z","message":"[Alerts page] Fix Failed to check if maintenance windows are active (#261048)\n\nFixes https://github.com/elastic/kibana/issues/246011\n \n ## Summary\n \nFixes \"Failed to check if maintenance windows are active\" error by\nskipping the maintenance window API call when user does not have\nsufficient licence.\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"37ce2e26d34f61bef9c81bc10be64d6fcbd68466","branchLabelMapping":{"^v9.4.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix","backport:version","v9.4.0","v9.3.4"],"title":"[Alerts page] Fix Failed to check if maintenance windows are active","number":261048,"url":"https://github.com/elastic/kibana/pull/261048","mergeCommit":{"message":"[Alerts page] Fix Failed to check if maintenance windows are active (#261048)\n\nFixes https://github.com/elastic/kibana/issues/246011\n \n ## Summary\n \nFixes \"Failed to check if maintenance windows are active\" error by\nskipping the maintenance window API call when user does not have\nsufficient licence.\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"37ce2e26d34f61bef9c81bc10be64d6fcbd68466"}},"sourceBranch":"main","suggestedTargetBranches":["9.3"],"targetPullRequestStates":[{"branch":"main","label":"v9.4.0","branchLabelMappingKey":"^v9.4.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/261048","number":261048,"mergeCommit":{"message":"[Alerts page] Fix Failed to check if maintenance windows are active (#261048)\n\nFixes https://github.com/elastic/kibana/issues/246011\n \n ## Summary\n \nFixes \"Failed to check if maintenance windows are active\" error by\nskipping the maintenance window API call when user does not have\nsufficient licence.\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"37ce2e26d34f61bef9c81bc10be64d6fcbd68466"}},{"branch":"9.3","label":"v9.3.4","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT-->
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.
Fixes #246011
Summary
Fixes "Failed to check if maintenance windows are active" error by skipping the maintenance window API call when user does not have sufficient licence.