Skip to content

Commit

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

Added docs for total alerts per case guardrails as per
elastic#146945

| Description  | Limit | Done? | Documented? | UI?
| ------------- | ---- | :---: | ---- | :----: |
| Total alerts per case   |  1.000  | ✅ | Yes | N/A |

(cherry picked from commit 18d28fc)
  • Loading branch information
js-jankisalvi committed Aug 17, 2023
1 parent 4c0c007 commit 53cab05
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 53cab05

Please sign in to comment.