Skip to content

Commit 3d1787d

Browse files
authored
Merge branch 'main' into critical-path-preview
2 parents 7fb95b8 + 2033808 commit 3d1787d

1,435 files changed

Lines changed: 25797 additions & 12687 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/ftr_configs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ enabled:
142142
- x-pack/test/detection_engine_api_integration/security_and_spaces/group8/config.ts
143143
- x-pack/test/detection_engine_api_integration/security_and_spaces/group9/config.ts
144144
- x-pack/test/detection_engine_api_integration/security_and_spaces/group10/config.ts
145+
- x-pack/test/detection_engine_api_integration/security_and_spaces/rule_execution_logic/config.ts
145146
- x-pack/test/encrypted_saved_objects_api_integration/config.ts
146147
- x-pack/test/endpoint_api_integration_no_ingest/config.ts
147148
- x-pack/test/examples/config.ts

.github/CODEOWNERS

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@
4747
/x-pack/test/functional/apps/lens @elastic/kibana-vis-editors
4848
/x-pack/test/api_integration/apis/lens/ @elastic/kibana-vis-editors
4949
/test/functional/apps/visualize/ @elastic/kibana-vis-editors
50-
/src/plugins/unified_field_list/ @elastic/kibana-vis-editors
51-
/test/api_integration/apis/unified_field_list/ @elastic/kibana-vis-editors
5250

5351
# Application Services
5452
/examples/bfetch_explorer/ @elastic/kibana-app-services

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,12 @@ npm-debug.log*
7979
## @cypress/snapshot from apm plugin
8080
/snapshots.js
8181

82+
# transpiled cypress config
83+
x-pack/plugins/fleet/cypress.config.d.ts
84+
x-pack/plugins/fleet/cypress.config.js
85+
x-pack/plugins/osquery/cypress.config.d.ts
86+
x-pack/plugins/osquery/cypress.config.js
87+
8288
# release notes script output
8389
report.csv
8490
report.asciidoc

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: 2022-10-24
11+
date: 2022-10-26
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: 2022-10-24
11+
date: 2022-10-26
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: 2022-10-24
11+
date: 2022-10-26
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiops']
1313
---
1414
import aiopsObj from './aiops.devdocs.json';

api_docs/alerting.devdocs.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2848,7 +2848,11 @@
28482848
"GetGlobalExecutionKPIParams",
28492849
") => Promise<{ success: number; unknown: number; failure: number; warning: number; activeAlerts: number; newAlerts: number; recoveredAlerts: number; erroredActions: number; triggeredActions: number; }>; getRuleExecutionKPI: ({ id, dateStart, dateEnd, filter }: ",
28502850
"GetRuleExecutionKPIParams",
2851-
") => Promise<{ success: number; unknown: number; failure: number; warning: number; activeAlerts: number; newAlerts: number; recoveredAlerts: number; erroredActions: number; triggeredActions: number; }>; bulkEdit: <Params extends ",
2851+
") => Promise<{ success: number; unknown: number; failure: number; warning: number; activeAlerts: number; newAlerts: number; recoveredAlerts: number; erroredActions: number; triggeredActions: number; }>; bulkDeleteRules: (options: ",
2852+
"BulkDeleteOptions",
2853+
") => Promise<{ errors: ",
2854+
"BulkDeleteError",
2855+
"[]; total: number; taskIdsFailedToBeDeleted: string[]; }>; bulkEdit: <Params extends ",
28522856
{
28532857
"pluginId": "alerting",
28542858
"scope": "common",

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: 2022-10-24
11+
date: 2022-10-26
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'alerting']
1313
---
1414
import alertingObj from './alerting.devdocs.json';
@@ -21,7 +21,7 @@ Contact [Response Ops](https://github.com/orgs/elastic/teams/response-ops) for q
2121

2222
| Public API count | Any count | Items lacking comments | Missing exports |
2323
|-------------------|-----------|------------------------|-----------------|
24-
| 382 | 0 | 373 | 24 |
24+
| 382 | 0 | 373 | 26 |
2525

2626
## Client
2727

api_docs/apm.devdocs.json

Lines changed: 205 additions & 3 deletions
Large diffs are not rendered by default.

api_docs/apm.mdx

Lines changed: 2 additions & 2 deletions
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: 2022-10-24
11+
date: 2022-10-26
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'apm']
1313
---
1414
import apmObj from './apm.devdocs.json';
@@ -21,7 +21,7 @@ Contact [APM UI](https://github.com/orgs/elastic/teams/apm-ui) for questions reg
2121

2222
| Public API count | Any count | Items lacking comments | Missing exports |
2323
|-------------------|-----------|------------------------|-----------------|
24-
| 38 | 0 | 38 | 53 |
24+
| 38 | 0 | 38 | 56 |
2525

2626
## Client
2727

0 commit comments

Comments
 (0)