Skip to content

Commit 5d62b7c

Browse files
committed
Merge branch 'main' into younesmln-kibana-config-for-max-number-of-services-per-service-group
2 parents aeb90b0 + c993ff2 commit 5d62b7c

File tree

811 files changed

+20499
-13529
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

811 files changed

+20499
-13529
lines changed

.buildkite/ftr_configs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ enabled:
6868
- test/functional/apps/dashboard/group3/config.ts
6969
- test/functional/apps/dashboard/group4/config.ts
7070
- test/functional/apps/dashboard/group5/config.ts
71+
- test/functional/apps/dashboard/group6/config.ts
7172
- test/functional/apps/discover/config.ts
7273
- test/functional/apps/getting_started/config.ts
7374
- test/functional/apps/home/config.ts

dev_docs/operations/operations_landing.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ layout: landing
2525
{ pageId: "kibDevDocsOpsOptimizer" },
2626
{ pageId: "kibDevDocsOpsBabelPreset" },
2727
{ pageId: "kibDevDocsOpsTypeSummarizer" },
28+
{ pageId: "kibDevDocsOpsBabelPluginSyntheticPackages"},
2829
]}
2930
/>
3031

@@ -45,5 +46,6 @@ layout: landing
4546
{ pageId: "kibDevDocsOpsExpect" },
4647
{ pageId: "kibDevDocsOpsAmbientStorybookTypes" },
4748
{ pageId: "kibDevDocsOpsAmbientUiTypes"},
49+
{ pageId: "kibDevDocsOpsTestSubjSelector"},
4850
]}
4951
/>

docs/api/cases/cases-api-add-comment.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ The API returns details about the case and its comments. For example:
120120
},
121121
"owner": "cases",
122122
"duration": null,
123+
"severity": "low",
123124
"closed_at": null,
124125
"closed_by": null,
125126
"created_at": "2022-03-24T00:37:03.906Z",

docs/api/cases/cases-api-create.asciidoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,10 @@ An object that contains the case settings.
140140
(Required, boolean) Turns alert syncing on or off.
141141
====
142142

143+
`severity`::
144+
(Optional,string) The severity of the case. Valid values are: `critical`, `high`,
145+
`low`, and `medium`.
146+
143147
`tags`::
144148
(Required, string array) The words and phrases that help
145149
categorize cases. It can be an empty array.
@@ -206,6 +210,7 @@ the case identifier, version, and creation time. For example:
206210
"owner": "securitySolution",
207211
"description": "James Bond clicked on a highly suspicious email banner advertising cheap holidays for underpaid civil servants. Operation bubblegum is active. Repeat - operation bubblegum is now active",
208212
"duration": null,
213+
"severity": "low",
209214
"closed_at": null,
210215
"closed_by": null,
211216
"created_at": "2022-05-13T09:16:17.416Z",

docs/api/cases/cases-api-find-cases.asciidoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ filters the objects in the response.
6262
(Optional, string or array of strings) The fields to perform the
6363
`simple_query_string` parsed query against.
6464

65+
`severity`::
66+
(Optional,string) The severity of the case. Valid values are: `critical`, `high`,
67+
`low`, and `medium`.
68+
6569
`sortField`::
6670
(Optional, string) Determines which field is used to sort the results,
6771
`createdAt` or `updatedAt`. Defaults to `createdAt`.
@@ -126,6 +130,7 @@ The API returns a JSON object listing the retrieved cases. For example:
126130
},
127131
"owner": "securitySolution",
128132
"duration": null,
133+
"severity": "low",
129134
"closed_at": null,
130135
"closed_by": null,
131136
"created_at": "2022-03-29T13:03:23.533Z",

0 commit comments

Comments
 (0)