[ResponseOps][MW] Add custom schedule to GET, POST and DELETE Maintenance Window public APIs#214747
Merged
adcoelho merged 6 commits intoelastic:mw-public-apifrom Mar 19, 2025
Merged
Conversation
Contributor
|
Pinging @elastic/response-ops (Team:ResponseOps) |
Updates archive/unarchive tests to have the new request body.
75e6eff to
5744657
Compare
cnasikas
approved these changes
Mar 19, 2025
Member
cnasikas
left a comment
There was a problem hiding this comment.
LGTM! I will test when the final PR is open.
| `); | ||
| }); | ||
|
|
||
| it('throws an error where query has kql but no solutionIds', async () => { |
Member
There was a problem hiding this comment.
I think the solutionIds tests are not relevant any more.
| alerting: { | ||
| query: { | ||
| kql: 'invalid_kql:', | ||
| solutionId: 'securitySolution', |
Member
There was a problem hiding this comment.
This is not supported any more.
Contributor
Author
There was a problem hiding this comment.
I thought i had removed all of them, thanks!
e4dc8cb to
f2aa07c
Compare
Contributor
💔 Build Failed
Failed CI StepsMetrics [docs]
History
cc @adcoelho |
adcoelho
added a commit
that referenced
this pull request
Apr 16, 2025
Closes #198685 ## Summary This PR creates a public Maintenance Window API. The work was done on a feature branch over multiple separate PRs. Here we will merge the feature branch into `main`. - #209734 - #213694 - #214747 - #213771 The [documentation PR](#212377) still needs to be merged. ## Release Notes Publish new public APIs for the Maintenance Window. --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: lcawl <lcawley@elastic.co>
adcoelho
added a commit
to adcoelho/kibana
that referenced
this pull request
Apr 17, 2025
…ic#216756) Closes elastic#198685 ## Summary This PR creates a public Maintenance Window API. The work was done on a feature branch over multiple separate PRs. Here we will merge the feature branch into `main`. - elastic#209734 - elastic#213694 - elastic#214747 - elastic#213771 The [documentation PR](elastic#212377) still needs to be merged. ## Release Notes Publish new public APIs for the Maintenance Window. --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: lcawl <lcawley@elastic.co> (cherry picked from commit 08d0717) # Conflicts: # .buildkite/scripts/steps/checks/capture_oas_snapshot.sh # oas_docs/overlays/kibana.overlays.shared.yaml
akowalska622
pushed a commit
to akowalska622/kibana
that referenced
this pull request
May 29, 2025
…ic#216756) Closes elastic#198685 ## Summary This PR creates a public Maintenance Window API. The work was done on a feature branch over multiple separate PRs. Here we will merge the feature branch into `main`. - elastic#209734 - elastic#213694 - elastic#214747 - elastic#213771 The [documentation PR](elastic#212377) still needs to be merged. ## Release Notes Publish new public APIs for the Maintenance Window. --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: lcawl <lcawley@elastic.co>
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.
Merging into a feature branch.
Summary
createMaintenanceWindowRequestBodySchemaandmaintenanceWindowResponseSchema.transformInternalMaintenanceWindowToExternal.transformCreateBody.Testing
The API URL is:
https://localhost:5601/api/alerting/maintenance_windowHere is an example request for creating a maintenance window in Postman: