mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[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:
parent
15b118c724
commit
18d28fc42c
4 changed files with 8 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -11,5 +11,6 @@ oneOf:
|
|||
- type: array
|
||||
items:
|
||||
type: string
|
||||
maxItems: 1000
|
||||
x-technical-preview: true
|
||||
example: 6b24c4dc44bc720cfc92797f3d61fff952f2b2627db1fb4f8cc49f4530c4ff42
|
|
@ -12,4 +12,5 @@ oneOf:
|
|||
- type: array
|
||||
items:
|
||||
type: string
|
||||
maxItems: 1000
|
||||
x-technical-preview: true
|
Loading…
Add table
Add a link
Reference in a new issue