Skip to content

Commit 2cb42b9

Browse files
authored
Merge branch 'main' into eui-v88.5.1
2 parents 85f06dd + d0c9f37 commit 2cb42b9

1,116 files changed

Lines changed: 10570 additions & 4449 deletions

File tree

Some content is hidden

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

.buildkite/pipelines/es_serverless/verify_es_serverless_image.yml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,42 @@ steps:
4545
- exit_status: '*'
4646
limit: 1
4747

48+
- command: .buildkite/scripts/steps/functional/security_serverless.sh
49+
label: 'Serverless Security Cypress Tests'
50+
agents:
51+
queue: n2-4-spot
52+
depends_on: build
53+
timeout_in_minutes: 40
54+
parallelism: 2
55+
retry:
56+
automatic:
57+
- exit_status: '*'
58+
limit: 1
59+
60+
- command: .buildkite/scripts/steps/functional/security_serverless_explore.sh
61+
label: 'Serverless Explore - Security Solution Cypress Tests'
62+
agents:
63+
queue: n2-4-spot
64+
depends_on: build
65+
timeout_in_minutes: 60
66+
parallelism: 2
67+
retry:
68+
automatic:
69+
- exit_status: '*'
70+
limit: 1
71+
72+
- command: .buildkite/scripts/steps/functional/security_serverless_investigations.sh
73+
label: 'Serverless Investigations - Security Solution Cypress Tests'
74+
agents:
75+
queue: n2-4-spot
76+
depends_on: build
77+
timeout_in_minutes: 120
78+
parallelism: 2
79+
retry:
80+
automatic:
81+
- exit_status: '*'
82+
limit: 1
83+
4884
- wait: ~
4985

5086
- label: ":arrow_up::elastic::arrow_up: Promote docker image"

.buildkite/pipelines/pull_request/base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ steps:
8787
queue: n2-4-spot
8888
depends_on: build
8989
timeout_in_minutes: 40
90-
parallelism: 2
90+
parallelism: 4
9191
retry:
9292
automatic:
9393
- exit_status: '*'

.buildkite/scripts/steps/build_api_docs.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ set -euo pipefail
44

55
.buildkite/scripts/bootstrap.sh
66

7-
# TODO: Enable in #166813 after fixing types
8-
# echo "--- Run scripts/type_check to ensure that all build available"
9-
# node scripts/type_check
7+
echo "--- Run scripts/type_check to ensure that all build available"
8+
node scripts/type_check
109

1110
echo "--- Build API Docs"
1211
node --max-old-space-size=12000 scripts/build_api_docs

api_docs/actions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/actions
88
title: "actions"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the actions plugin
11-
date: 2023-10-02
11+
date: 2023-10-03
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'actions']
1313
---
1414
import actionsObj from './actions.devdocs.json';

api_docs/advanced_settings.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/advancedSettings
88
title: "advancedSettings"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the advancedSettings plugin
11-
date: 2023-10-02
11+
date: 2023-10-03
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'advancedSettings']
1313
---
1414
import advancedSettingsObj from './advanced_settings.devdocs.json';

api_docs/aiops.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/aiops
88
title: "aiops"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the aiops plugin
11-
date: 2023-10-02
11+
date: 2023-10-03
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiops']
1313
---
1414
import aiopsObj from './aiops.devdocs.json';

api_docs/alerting.devdocs.json

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4045,6 +4045,17 @@
40454045
}
40464046
]
40474047
},
4048+
{
4049+
"parentPluginId": "alerting",
4050+
"id": "def-server.RuleType.category",
4051+
"type": "string",
4052+
"tags": [],
4053+
"label": "category",
4054+
"description": [],
4055+
"path": "x-pack/plugins/alerting/server/types.ts",
4056+
"deprecated": false,
4057+
"trackAdoption": false
4058+
},
40484059
{
40494060
"parentPluginId": "alerting",
40504061
"id": "def-server.RuleType.producer",
@@ -7300,6 +7311,20 @@
73007311
"path": "x-pack/plugins/alerting/common/maintenance_window.ts",
73017312
"deprecated": false,
73027313
"trackAdoption": false
7314+
},
7315+
{
7316+
"parentPluginId": "alerting",
7317+
"id": "def-common.MaintenanceWindowSOProperties.categoryIds",
7318+
"type": "CompoundType",
7319+
"tags": [],
7320+
"label": "categoryIds",
7321+
"description": [],
7322+
"signature": [
7323+
"string[] | null | undefined"
7324+
],
7325+
"path": "x-pack/plugins/alerting/common/maintenance_window.ts",
7326+
"deprecated": false,
7327+
"trackAdoption": false
73037328
}
73047329
],
73057330
"initialIsOpen": false
@@ -9035,6 +9060,17 @@
90359060
"deprecated": false,
90369061
"trackAdoption": false
90379062
},
9063+
{
9064+
"parentPluginId": "alerting",
9065+
"id": "def-common.RuleType.category",
9066+
"type": "string",
9067+
"tags": [],
9068+
"label": "category",
9069+
"description": [],
9070+
"path": "x-pack/plugins/alerting/common/rule_type.ts",
9071+
"deprecated": false,
9072+
"trackAdoption": false
9073+
},
90389074
{
90399075
"parentPluginId": "alerting",
90409076
"id": "def-common.RuleType.producer",
@@ -9851,7 +9887,7 @@
98519887
"section": "def-common.RRuleParams",
98529888
"text": "RRuleParams"
98539889
},
9854-
"; }"
9890+
"; categoryIds?: string[] | null | undefined; }"
98559891
],
98569892
"path": "x-pack/plugins/alerting/common/maintenance_window.ts",
98579893
"deprecated": false,

api_docs/alerting.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/alerting
88
title: "alerting"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the alerting plugin
11-
date: 2023-10-02
11+
date: 2023-10-03
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'alerting']
1313
---
1414
import alertingObj from './alerting.devdocs.json';
@@ -21,7 +21,7 @@ Contact [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-o
2121

2222
| Public API count | Any count | Items lacking comments | Missing exports |
2323
|-------------------|-----------|------------------------|-----------------|
24-
| 773 | 1 | 742 | 50 |
24+
| 776 | 1 | 745 | 50 |
2525

2626
## Client
2727

api_docs/apm.devdocs.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2407,7 +2407,13 @@
24072407
},
24082408
".span>]>; id: ",
24092409
"StringC",
2410-
"; }>; }> | undefined; handler: ({}: ",
2410+
"; }>; query: ",
2411+
"TypeC",
2412+
"<{ start: ",
2413+
"Type",
2414+
"<number, string, unknown>; end: ",
2415+
"Type",
2416+
"<number, string, unknown>; }>; }> | undefined; handler: ({}: ",
24112417
"APMRouteHandlerResources",
24122418
" & { params: { path: { processorEvent: ",
24132419
{
@@ -2417,7 +2423,7 @@
24172423
"section": "def-common.ProcessorEvent",
24182424
"text": "ProcessorEvent"
24192425
},
2420-
"; id: string; }; }; }) => Promise<{ metadata: Partial<Record<string, unknown[]>>; }>; } & ",
2426+
"; id: string; }; query: { start: number; end: number; }; }; }) => Promise<{ metadata: Partial<Record<string, unknown[]>>; }>; } & ",
24212427
"APMRouteCreateOptions",
24222428
"; \"GET /internal/apm/has_data\": { endpoint: \"GET /internal/apm/has_data\"; params?: undefined; handler: ({}: ",
24232429
"APMRouteHandlerResources",

api_docs/apm.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/apm
88
title: "apm"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the apm plugin
11-
date: 2023-10-02
11+
date: 2023-10-03
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'apm']
1313
---
1414
import apmObj from './apm.devdocs.json';

0 commit comments

Comments
 (0)