[Cases] Add max alerts per case to docs (#164141)

## Summary

Added docs for total alerts per case guardrails as per
https://github.com/elastic/kibana/issues/146945

| Description  | Limit | Done? | Documented? | UI?
| ------------- | ---- | :---: | ---- | :----: |
| Total alerts per case   |  1.000  |  | Yes | N/A |
This commit is contained in:
Janki Salvi 2023-08-17 12:48:30 +02:00 committed by GitHub
parent 15b118c724
commit 18d28fc42c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 2 deletions

View file

@ -5471,7 +5471,8 @@
"type": "array",
"items": {
"type": "string"
}
},
"maxItems": 1000
}
],
"x-technical-preview": true,
@ -5488,7 +5489,8 @@
"type": "array",
"items": {
"type": "string"
}
},
"maxItems": 1000
}
],
"x-technical-preview": true

View file

@ -3532,6 +3532,7 @@ components:
- type: array
items:
type: string
maxItems: 1000
x-technical-preview: true
example: 6b24c4dc44bc720cfc92797f3d61fff952f2b2627db1fb4f8cc49f4530c4ff42
alert_indices:
@ -3543,6 +3544,7 @@ components:
- type: array
items:
type: string
maxItems: 1000
x-technical-preview: true
rule:
title: Alerting rule

View file

@ -11,5 +11,6 @@ oneOf:
- type: array
items:
type: string
maxItems: 1000
x-technical-preview: true
example: 6b24c4dc44bc720cfc92797f3d61fff952f2b2627db1fb4f8cc49f4530c4ff42

View file

@ -12,4 +12,5 @@ oneOf:
- type: array
items:
type: string
maxItems: 1000
x-technical-preview: true