-
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
[OAS] Add alert_delay alerting rule option for Stack and Observability rules #176941
Conversation
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
Pinging @elastic/response-ops (Team:ResponseOps) |
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]
To update your PR or re-run it, just comment with: |
…y rules (elastic#176941) (cherry picked from commit 90dbc86)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…vability rules (#176941) (#177106) # Backport This will backport the following commits from `main` to `8.13`: - [[OAS] Add alert_delay alerting rule option for Stack and Observability rules (#176941)](#176941) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Lisa Cawley","email":"lcawley@elastic.co"},"sourceCommit":{"committedDate":"2024-02-16T03:09:48Z","message":"[OAS] Add alert_delay alerting rule option for Stack and Observability rules (#176941)","sha":"90dbc86732e51be7311d2e5f3e11681b045f5ac5","branchLabelMapping":{"^v8.14.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Feature:Alerting","release_note:skip","Team:ResponseOps","docs","v8.13.0","v8.14.0"],"title":"[OAS] Add alert_delay alerting rule option for Stack and Observability rules","number":176941,"url":"https://github.com/elastic/kibana/pull/176941","mergeCommit":{"message":"[OAS] Add alert_delay alerting rule option for Stack and Observability rules (#176941)","sha":"90dbc86732e51be7311d2e5f3e11681b045f5ac5"}},"sourceBranch":"main","suggestedTargetBranches":["8.13"],"targetPullRequestStates":[{"branch":"8.13","label":"v8.13.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.14.0","branchLabelMappingKey":"^v8.14.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/176941","number":176941,"mergeCommit":{"message":"[OAS] Add alert_delay alerting rule option for Stack and Observability rules (#176941)","sha":"90dbc86732e51be7311d2e5f3e11681b045f5ac5"}}]}] BACKPORT--> Co-authored-by: Lisa Cawley <lcawley@elastic.co>
Summary
Relates to #173009
This PR updates the openAPI specification such that the Stack and Observability rules include the new
alert_delay
property.