Skip to content

Commit 1d7643b

Browse files
Merge branch 'main' into feat/action-batch-async
2 parents 7e95311 + 6ad09d6 commit 1d7643b

File tree

743 files changed

+10431
-4592
lines changed

Some content is hidden

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

743 files changed

+10431
-4592
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/group7/config.ts
143143
- x-pack/test/detection_engine_api_integration/security_and_spaces/group8/config.ts
144144
- x-pack/test/detection_engine_api_integration/security_and_spaces/group9/config.ts
145+
- x-pack/test/detection_engine_api_integration/security_and_spaces/group10/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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ x-pack/examples/files_example @elastic/kibana-app-services
109109
/x-pack/plugins/observability/public/pages/cases @elastic/actionable-observability
110110
/x-pack/plugins/observability/public/pages/rules @elastic/actionable-observability
111111
/x-pack/plugins/observability/public/pages/rule_details @elastic/actionable-observability
112+
/x-pack/test/observability_functional @elastic/actionable-observability @elastic/unified-observability
112113

113114
# Infra Monitoring
114115
/x-pack/plugins/infra/ @elastic/infra-monitoring-ui

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

api_docs/alerting.devdocs.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2810,6 +2810,16 @@
28102810
"section": "def-common.IExecutionLogResult",
28112811
"text": "IExecutionLogResult"
28122812
},
2813+
">; getGlobalExecutionLogWithAuth: ({ dateStart, dateEnd, filter, page, perPage, sort, }: ",
2814+
"GetGlobalExecutionLogParams",
2815+
") => Promise<",
2816+
{
2817+
"pluginId": "alerting",
2818+
"scope": "common",
2819+
"docId": "kibAlertingPluginApi",
2820+
"section": "def-common.IExecutionLogResult",
2821+
"text": "IExecutionLogResult"
2822+
},
28132823
">; getActionErrorLog: ({ id, dateStart, dateEnd, filter, page, perPage, sort, }: ",
28142824
"GetActionErrorLogByIdParams",
28152825
") => Promise<",
@@ -4128,6 +4138,17 @@
41284138
"path": "x-pack/plugins/alerting/common/execution_log_types.ts",
41294139
"deprecated": false,
41304140
"trackAdoption": false
4141+
},
4142+
{
4143+
"parentPluginId": "alerting",
4144+
"id": "def-common.IExecutionLog.rule_id",
4145+
"type": "string",
4146+
"tags": [],
4147+
"label": "rule_id",
4148+
"description": [],
4149+
"path": "x-pack/plugins/alerting/common/execution_log_types.ts",
4150+
"deprecated": false,
4151+
"trackAdoption": false
41314152
}
41324153
],
41334154
"initialIsOpen": 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: 2022-09-09
11+
date: 2022-09-12
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-
| 368 | 0 | 359 | 21 |
24+
| 369 | 0 | 360 | 22 |
2525

2626
## Client
2727

api_docs/apm.devdocs.json

Lines changed: 81 additions & 1 deletion
Large diffs are not rendered by default.

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: 2022-09-09
11+
date: 2022-09-12
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'apm']
1313
---
1414
import apmObj from './apm.devdocs.json';

api_docs/banners.mdx

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

0 commit comments

Comments
 (0)