Skip to content

Commit

Permalink
[8.10] [Cases] Add max alerts per case to docs (#164141) (#164160)
Browse files Browse the repository at this point in the history
# Backport

This will backport the following commits from `main` to `8.10`:
- [[Cases] Add max alerts per case to docs
(#164141)](#164141)

<!--- Backport version: 8.9.7 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Janki
Salvi","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-08-17T10:48:30Z","message":"[Cases]
Add max alerts per case to docs (#164141)\n\n## Summary\r\n\r\nAdded
docs for total alerts per case guardrails as
per\r\nhttps://github.com//issues/146945\r\n\r\n|
Description | Limit | Done? | Documented? | UI?\r\n| ------------- |
---- | :---: | ---- | :----: |\r\n| Total alerts per case | 1.000 |
✅ | Yes | N/A
|","sha":"18d28fc42c6107bedaf98161c6b2c9e7b522237b","branchLabelMapping":{"^v8.10.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:ResponseOps","Feature:Cases","v8.10.0","v8.11.0"],"number":164141,"url":"https://github.com/elastic/kibana/pull/164141","mergeCommit":{"message":"[Cases]
Add max alerts per case to docs (#164141)\n\n## Summary\r\n\r\nAdded
docs for total alerts per case guardrails as
per\r\nhttps://github.com//issues/146945\r\n\r\n|
Description | Limit | Done? | Documented? | UI?\r\n| ------------- |
---- | :---: | ---- | :----: |\r\n| Total alerts per case | 1.000 |
✅ | Yes | N/A
|","sha":"18d28fc42c6107bedaf98161c6b2c9e7b522237b"}},"sourceBranch":"main","suggestedTargetBranches":["8.11"],"targetPullRequestStates":[{"branch":"main","label":"v8.10.0","labelRegex":"^v8.10.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/164141","number":164141,"mergeCommit":{"message":"[Cases]
Add max alerts per case to docs (#164141)\n\n## Summary\r\n\r\nAdded
docs for total alerts per case guardrails as
per\r\nhttps://github.com//issues/146945\r\n\r\n|
Description | Limit | Done? | Documented? | UI?\r\n| ------------- |
---- | :---: | ---- | :----: |\r\n| Total alerts per case | 1.000 |
✅ | Yes | N/A
|","sha":"18d28fc42c6107bedaf98161c6b2c9e7b522237b"}},{"branch":"8.11","label":"v8.11.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Janki Salvi <[email protected]>
  • Loading branch information
kibanamachine and js-jankisalvi authored Aug 17, 2023
1 parent 4c0c007 commit 67ba92f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
6 changes: 4 additions & 2 deletions x-pack/plugins/cases/docs/openapi/bundled.json
Original file line number Diff line number Diff line change
Expand Up @@ -5471,7 +5471,8 @@
"type": "array",
"items": {
"type": "string"
}
},
"maxItems": 1000
}
],
"x-technical-preview": true,
Expand All @@ -5488,7 +5489,8 @@
"type": "array",
"items": {
"type": "string"
}
},
"maxItems": 1000
}
],
"x-technical-preview": true
Expand Down
2 changes: 2 additions & 0 deletions x-pack/plugins/cases/docs/openapi/bundled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3532,6 +3532,7 @@ components:
- type: array
items:
type: string
maxItems: 1000
x-technical-preview: true
example: 6b24c4dc44bc720cfc92797f3d61fff952f2b2627db1fb4f8cc49f4530c4ff42
alert_indices:
Expand All @@ -3543,6 +3544,7 @@ components:
- type: array
items:
type: string
maxItems: 1000
x-technical-preview: true
rule:
title: Alerting rule
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ oneOf:
- type: array
items:
type: string
maxItems: 1000
x-technical-preview: true
example: 6b24c4dc44bc720cfc92797f3d61fff952f2b2627db1fb4f8cc49f4530c4ff42
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ oneOf:
- type: array
items:
type: string
maxItems: 1000
x-technical-preview: true

0 comments on commit 67ba92f

Please sign in to comment.