Skip to content

Commit 22122cb

Browse files
Merge branch 'main' into name-description-flyout
2 parents 0e3420c + bbbf9f8 commit 22122cb

File tree

1,834 files changed

+39678
-16825
lines changed

Some content is hidden

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

1,834 files changed

+39678
-16825
lines changed

.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: 6 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
@@ -784,6 +782,9 @@ packages/core/integrations/core-integrations-browser-mocks @elastic/kibana-core
784782
packages/core/lifecycle/core-lifecycle-browser @elastic/kibana-core
785783
packages/core/lifecycle/core-lifecycle-browser-internal @elastic/kibana-core
786784
packages/core/lifecycle/core-lifecycle-browser-mocks @elastic/kibana-core
785+
packages/core/lifecycle/core-lifecycle-server @elastic/kibana-core
786+
packages/core/lifecycle/core-lifecycle-server-internal @elastic/kibana-core
787+
packages/core/lifecycle/core-lifecycle-server-mocks @elastic/kibana-core
787788
packages/core/logging/core-logging-server @elastic/kibana-core
788789
packages/core/logging/core-logging-server-internal @elastic/kibana-core
789790
packages/core/logging/core-logging-server-mocks @elastic/kibana-core
@@ -807,6 +808,9 @@ packages/core/plugins/core-plugins-base-server-internal @elastic/kibana-core
807808
packages/core/plugins/core-plugins-browser @elastic/kibana-core
808809
packages/core/plugins/core-plugins-browser-internal @elastic/kibana-core
809810
packages/core/plugins/core-plugins-browser-mocks @elastic/kibana-core
811+
packages/core/plugins/core-plugins-server @elastic/kibana-core
812+
packages/core/plugins/core-plugins-server-internal @elastic/kibana-core
813+
packages/core/plugins/core-plugins-server-mocks @elastic/kibana-core
810814
packages/core/preboot/core-preboot-server @elastic/kibana-core
811815
packages/core/preboot/core-preboot-server-internal @elastic/kibana-core
812816
packages/core/preboot/core-preboot-server-mocks @elastic/kibana-core

.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.devdocs.json

Lines changed: 183 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -772,6 +772,102 @@
772772
}
773773
],
774774
"initialIsOpen": false
775+
},
776+
{
777+
"parentPluginId": "actions",
778+
"id": "def-server.UnsecuredActionsClient",
779+
"type": "Class",
780+
"tags": [],
781+
"label": "UnsecuredActionsClient",
782+
"description": [],
783+
"path": "x-pack/plugins/actions/server/unsecured_actions_client/unsecured_actions_client.ts",
784+
"deprecated": false,
785+
"trackAdoption": false,
786+
"children": [
787+
{
788+
"parentPluginId": "actions",
789+
"id": "def-server.UnsecuredActionsClient.Unnamed",
790+
"type": "Function",
791+
"tags": [],
792+
"label": "Constructor",
793+
"description": [],
794+
"signature": [
795+
"any"
796+
],
797+
"path": "x-pack/plugins/actions/server/unsecured_actions_client/unsecured_actions_client.ts",
798+
"deprecated": false,
799+
"trackAdoption": false,
800+
"children": [
801+
{
802+
"parentPluginId": "actions",
803+
"id": "def-server.UnsecuredActionsClient.Unnamed.$1",
804+
"type": "Object",
805+
"tags": [],
806+
"label": "params",
807+
"description": [],
808+
"signature": [
809+
"UnsecuredActionsClientOpts"
810+
],
811+
"path": "x-pack/plugins/actions/server/unsecured_actions_client/unsecured_actions_client.ts",
812+
"deprecated": false,
813+
"trackAdoption": false,
814+
"isRequired": true
815+
}
816+
],
817+
"returnComment": []
818+
},
819+
{
820+
"parentPluginId": "actions",
821+
"id": "def-server.UnsecuredActionsClient.bulkEnqueueExecution",
822+
"type": "Function",
823+
"tags": [],
824+
"label": "bulkEnqueueExecution",
825+
"description": [],
826+
"signature": [
827+
"(requesterId: string, actionsToExecute: ",
828+
"ExecuteOptions",
829+
"[]) => Promise<void>"
830+
],
831+
"path": "x-pack/plugins/actions/server/unsecured_actions_client/unsecured_actions_client.ts",
832+
"deprecated": false,
833+
"trackAdoption": false,
834+
"children": [
835+
{
836+
"parentPluginId": "actions",
837+
"id": "def-server.UnsecuredActionsClient.bulkEnqueueExecution.$1",
838+
"type": "string",
839+
"tags": [],
840+
"label": "requesterId",
841+
"description": [],
842+
"signature": [
843+
"string"
844+
],
845+
"path": "x-pack/plugins/actions/server/unsecured_actions_client/unsecured_actions_client.ts",
846+
"deprecated": false,
847+
"trackAdoption": false,
848+
"isRequired": true
849+
},
850+
{
851+
"parentPluginId": "actions",
852+
"id": "def-server.UnsecuredActionsClient.bulkEnqueueExecution.$2",
853+
"type": "Array",
854+
"tags": [],
855+
"label": "actionsToExecute",
856+
"description": [],
857+
"signature": [
858+
"ExecuteOptions",
859+
"[]"
860+
],
861+
"path": "x-pack/plugins/actions/server/unsecured_actions_client/unsecured_actions_client.ts",
862+
"deprecated": false,
863+
"trackAdoption": false,
864+
"isRequired": true
865+
}
866+
],
867+
"returnComment": []
868+
}
869+
],
870+
"initialIsOpen": false
775871
}
776872
],
777873
"functions": [
@@ -1494,6 +1590,70 @@
14941590
],
14951591
"initialIsOpen": false
14961592
},
1593+
{
1594+
"parentPluginId": "actions",
1595+
"id": "def-server.IUnsecuredActionsClient",
1596+
"type": "Interface",
1597+
"tags": [],
1598+
"label": "IUnsecuredActionsClient",
1599+
"description": [],
1600+
"path": "x-pack/plugins/actions/server/unsecured_actions_client/unsecured_actions_client.ts",
1601+
"deprecated": false,
1602+
"trackAdoption": false,
1603+
"children": [
1604+
{
1605+
"parentPluginId": "actions",
1606+
"id": "def-server.IUnsecuredActionsClient.bulkEnqueueExecution",
1607+
"type": "Function",
1608+
"tags": [],
1609+
"label": "bulkEnqueueExecution",
1610+
"description": [],
1611+
"signature": [
1612+
"(requesterId: string, actionsToExecute: ",
1613+
"ExecuteOptions",
1614+
"[]) => Promise<void>"
1615+
],
1616+
"path": "x-pack/plugins/actions/server/unsecured_actions_client/unsecured_actions_client.ts",
1617+
"deprecated": false,
1618+
"trackAdoption": false,
1619+
"children": [
1620+
{
1621+
"parentPluginId": "actions",
1622+
"id": "def-server.IUnsecuredActionsClient.bulkEnqueueExecution.$1",
1623+
"type": "string",
1624+
"tags": [],
1625+
"label": "requesterId",
1626+
"description": [],
1627+
"signature": [
1628+
"string"
1629+
],
1630+
"path": "x-pack/plugins/actions/server/unsecured_actions_client/unsecured_actions_client.ts",
1631+
"deprecated": false,
1632+
"trackAdoption": false,
1633+
"isRequired": true
1634+
},
1635+
{
1636+
"parentPluginId": "actions",
1637+
"id": "def-server.IUnsecuredActionsClient.bulkEnqueueExecution.$2",
1638+
"type": "Array",
1639+
"tags": [],
1640+
"label": "actionsToExecute",
1641+
"description": [],
1642+
"signature": [
1643+
"ExecuteOptions",
1644+
"[]"
1645+
],
1646+
"path": "x-pack/plugins/actions/server/unsecured_actions_client/unsecured_actions_client.ts",
1647+
"deprecated": false,
1648+
"trackAdoption": false,
1649+
"isRequired": true
1650+
}
1651+
],
1652+
"returnComment": []
1653+
}
1654+
],
1655+
"initialIsOpen": false
1656+
},
14971657
{
14981658
"parentPluginId": "actions",
14991659
"id": "def-server.PreConfiguredAction",
@@ -2240,6 +2400,29 @@
22402400
"deprecated": false,
22412401
"trackAdoption": false
22422402
},
2403+
{
2404+
"parentPluginId": "actions",
2405+
"id": "def-server.PluginStartContract.getUnsecuredActionsClient",
2406+
"type": "Function",
2407+
"tags": [],
2408+
"label": "getUnsecuredActionsClient",
2409+
"description": [],
2410+
"signature": [
2411+
"() => ",
2412+
{
2413+
"pluginId": "actions",
2414+
"scope": "server",
2415+
"docId": "kibActionsPluginApi",
2416+
"section": "def-server.IUnsecuredActionsClient",
2417+
"text": "IUnsecuredActionsClient"
2418+
}
2419+
],
2420+
"path": "x-pack/plugins/actions/server/plugin.ts",
2421+
"deprecated": false,
2422+
"trackAdoption": false,
2423+
"children": [],
2424+
"returnComment": []
2425+
},
22432426
{
22442427
"parentPluginId": "actions",
22452428
"id": "def-server.PluginStartContract.renderActionParameterTemplates",

api_docs/actions.mdx

Lines changed: 2 additions & 2 deletions
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-23
11+
date: 2022-10-27
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'actions']
1313
---
1414
import actionsObj from './actions.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-
| 214 | 0 | 209 | 23 |
24+
| 225 | 0 | 220 | 24 |
2525

2626
## Client
2727

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-23
11+
date: 2022-10-27
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-23
11+
date: 2022-10-27
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-23
11+
date: 2022-10-27
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

0 commit comments

Comments
 (0)