Skip to content

Commit 5d0d6ec

Browse files
authored
Merge branch 'main' into 2025_10_13-update_vega_6
2 parents a0e2713 + 0a42cc2 commit 5d0d6ec

1,468 files changed

Lines changed: 15964 additions & 3952 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.

.github/CODEOWNERS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1146,7 +1146,7 @@ x-pack/solutions/observability/plugins/exploratory_view @elastic/obs-ux-manageme
11461146
x-pack/solutions/observability/plugins/infra @elastic/obs-exploration-team @elastic/obs-presentation-team
11471147
x-pack/solutions/observability/plugins/metrics_data_access @elastic/obs-presentation-team
11481148
x-pack/solutions/observability/plugins/observability @elastic/obs-ux-management-team
1149-
x-pack/solutions/observability/plugins/observability_agent @elastic/obs-ai-team
1149+
x-pack/solutions/observability/plugins/observability_agent_builder @elastic/obs-ai-team
11501150
x-pack/solutions/observability/plugins/observability_ai_assistant_app @elastic/obs-ai-team
11511151
x-pack/solutions/observability/plugins/observability_logs_explorer @elastic/obs-exploration-team
11521152
x-pack/solutions/observability/plugins/observability_onboarding @elastic/obs-onboarding-team
@@ -1493,7 +1493,7 @@ x-pack/solutions/observability/plugins/observability/server/lib/esql_extensions
14931493
/x-pack/solutions/observability/test/observability_ai_assistant_functional @elastic/obs-ai-team
14941494
/x-pack/solutions/observability/test/fixtures/es_archives/observability/ai_assistant @elastic/obs-ai-team
14951495
/x-pack/solutions/observability/test/api_integration_deployment_agnostic/apis/ai_assistant @elastic/obs-ai-team
1496-
/x-pack/solutions/observability/test/api_integration_deployment_agnostic/apis/observability_agent @elastic/obs-ai-team
1496+
/x-pack/solutions/observability/test/api_integration_deployment_agnostic/apis/observability_agent_builder @elastic/obs-ai-team
14971497
/x-pack/solutions/observability/test/api_integration_deployment_agnostic/configs/serverless/oblt.ai_assistant.index.ts @elastic/obs-ai-team
14981498
/x-pack/solutions/observability/test/api_integration_deployment_agnostic/configs/serverless/oblt.ai_assistant.serverless.config.ts @elastic/obs-ai-team
14991499
/x-pack/solutions/observability/test/api_integration_deployment_agnostic/configs/stateful/oblt.ai_assistant.index.ts @elastic/obs-ai-team

api_docs/actions.devdocs.json

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2633,6 +2633,22 @@
26332633
"deprecated": false,
26342634
"trackAdoption": false
26352635
},
2636+
{
2637+
"parentPluginId": "actions",
2638+
"id": "def-server.ActionType.allowMultipleSystemActions",
2639+
"type": "CompoundType",
2640+
"tags": [],
2641+
"label": "allowMultipleSystemActions",
2642+
"description": [
2643+
"\nAllows multiple instances of the same system action in a single rule.\nBy default, system actions can only be used once per rule.\nSet to true to allow the same system action connector to be used multiple times.\nOnly applies to system actions (isSystemActionType: true)."
2644+
],
2645+
"signature": [
2646+
"boolean | undefined"
2647+
],
2648+
"path": "x-pack/platform/plugins/shared/actions/server/types.ts",
2649+
"deprecated": false,
2650+
"trackAdoption": false
2651+
},
26362652
{
26372653
"parentPluginId": "actions",
26382654
"id": "def-server.ActionType.getKibanaPrivileges",
@@ -2708,6 +2724,22 @@
27082724
],
27092725
"returnComment": []
27102726
},
2727+
{
2728+
"parentPluginId": "actions",
2729+
"id": "def-server.ActionType.globalAuthHeaders",
2730+
"type": "Object",
2731+
"tags": [],
2732+
"label": "globalAuthHeaders",
2733+
"description": [],
2734+
"signature": [
2735+
"Record<string, ",
2736+
"AxiosHeaderValue",
2737+
"> | undefined"
2738+
],
2739+
"path": "x-pack/platform/plugins/shared/actions/server/types.ts",
2740+
"deprecated": false,
2741+
"trackAdoption": false
2742+
},
27112743
{
27122744
"parentPluginId": "actions",
27132745
"id": "def-server.ActionType.renderParameterTemplates",
@@ -3050,6 +3082,22 @@
30503082
"deprecated": false,
30513083
"trackAdoption": false
30523084
},
3085+
{
3086+
"parentPluginId": "actions",
3087+
"id": "def-server.ActionTypeExecutorOptions.globalAuthHeaders",
3088+
"type": "Object",
3089+
"tags": [],
3090+
"label": "globalAuthHeaders",
3091+
"description": [],
3092+
"signature": [
3093+
"Record<string, ",
3094+
"AxiosHeaderValue",
3095+
"> | undefined"
3096+
],
3097+
"path": "x-pack/platform/plugins/shared/actions/server/types.ts",
3098+
"deprecated": false,
3099+
"trackAdoption": false
3100+
},
30533101
{
30543102
"parentPluginId": "actions",
30553103
"id": "def-server.ActionTypeExecutorOptions.taskInfo",
@@ -3389,6 +3437,20 @@
33893437
"path": "x-pack/platform/plugins/shared/actions/server/application/connector/types/connector_type.ts",
33903438
"deprecated": false,
33913439
"trackAdoption": false
3440+
},
3441+
{
3442+
"parentPluginId": "actions",
3443+
"id": "def-server.ConnectorType.allowMultipleSystemActions",
3444+
"type": "CompoundType",
3445+
"tags": [],
3446+
"label": "allowMultipleSystemActions",
3447+
"description": [],
3448+
"signature": [
3449+
"boolean | undefined"
3450+
],
3451+
"path": "x-pack/platform/plugins/shared/actions/server/application/connector/types/connector_type.ts",
3452+
"deprecated": false,
3453+
"trackAdoption": false
33923454
}
33933455
],
33943456
"initialIsOpen": false
@@ -5505,6 +5567,20 @@
55055567
"deprecated": false,
55065568
"trackAdoption": false
55075569
},
5570+
{
5571+
"parentPluginId": "actions",
5572+
"id": "def-common.ActionType.allowMultipleSystemActions",
5573+
"type": "CompoundType",
5574+
"tags": [],
5575+
"label": "allowMultipleSystemActions",
5576+
"description": [],
5577+
"signature": [
5578+
"boolean | undefined"
5579+
],
5580+
"path": "x-pack/platform/plugins/shared/actions/common/types.ts",
5581+
"deprecated": false,
5582+
"trackAdoption": false
5583+
},
55085584
{
55095585
"parentPluginId": "actions",
55105586
"id": "def-common.ActionType.validate",

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: 2025-12-04
11+
date: 2025-12-05
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'actions']
1313
---
1414
import actionsObj from './actions.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-
| 379 | 0 | 373 | 38 |
24+
| 384 | 0 | 377 | 38 |
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: 2025-12-04
11+
date: 2025-12-05
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'advancedSettings']
1313
---
1414
import advancedSettingsObj from './advanced_settings.devdocs.json';
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
{
2+
"id": "agentBuilderPlatform",
3+
"client": {
4+
"classes": [],
5+
"functions": [],
6+
"interfaces": [],
7+
"enums": [],
8+
"misc": [],
9+
"objects": [],
10+
"setup": {
11+
"parentPluginId": "agentBuilderPlatform",
12+
"id": "def-public.AgentBuilderPlatformPluginSetup",
13+
"type": "Interface",
14+
"tags": [],
15+
"label": "AgentBuilderPlatformPluginSetup",
16+
"description": [],
17+
"path": "x-pack/platform/plugins/shared/agent_builder_platform/public/types.ts",
18+
"deprecated": false,
19+
"trackAdoption": false,
20+
"children": [],
21+
"lifecycle": "setup",
22+
"initialIsOpen": true
23+
},
24+
"start": {
25+
"parentPluginId": "agentBuilderPlatform",
26+
"id": "def-public.AgentBuilderPlatformPluginStart",
27+
"type": "Interface",
28+
"tags": [],
29+
"label": "AgentBuilderPlatformPluginStart",
30+
"description": [],
31+
"path": "x-pack/platform/plugins/shared/agent_builder_platform/public/types.ts",
32+
"deprecated": false,
33+
"trackAdoption": false,
34+
"children": [],
35+
"lifecycle": "start",
36+
"initialIsOpen": true
37+
}
38+
},
39+
"server": {
40+
"classes": [],
41+
"functions": [],
42+
"interfaces": [],
43+
"enums": [],
44+
"misc": [],
45+
"objects": []
46+
},
47+
"common": {
48+
"classes": [],
49+
"functions": [],
50+
"interfaces": [],
51+
"enums": [],
52+
"misc": [],
53+
"objects": []
54+
}
55+
}
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
####
3+
#### This document is auto-generated and is meant to be viewed inside our experimental, new docs system.
4+
#### Reach out in #docs-engineering for more info.
5+
####
6+
id: kibAgentBuilderPlatformPluginApi
7+
slug: /kibana-dev-docs/api/agentBuilderPlatform
8+
title: "agentBuilderPlatform"
9+
image: https://source.unsplash.com/400x175/?github
10+
description: API docs for the agentBuilderPlatform plugin
11+
date: 2025-12-05
12+
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'agentBuilderPlatform']
13+
---
14+
import agentBuilderPlatformObj from './agent_builder_platform.devdocs.json';
15+
16+
17+
18+
Contact [@elastic/workchat-eng](https://github.com/orgs/elastic/teams/workchat-eng) for questions regarding this plugin.
19+
20+
**Code health stats**
21+
22+
| Public API count | Any count | Items lacking comments | Missing exports |
23+
|-------------------|-----------|------------------------|-----------------|
24+
| 2 | 0 | 2 | 0 |
25+
26+
## Client
27+
28+
### Setup
29+
<DocDefinitionList data={[agentBuilderPlatformObj.client.setup]}/>
30+
31+
### Start
32+
<DocDefinitionList data={[agentBuilderPlatformObj.client.start]}/>
33+

api_docs/ai_assistant_management_selection.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/aiAssistantManagementSelection
88
title: "aiAssistantManagementSelection"
99
image: https://source.unsplash.com/400x175/?github
1010
description: API docs for the aiAssistantManagementSelection plugin
11-
date: 2025-12-04
11+
date: 2025-12-05
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiAssistantManagementSelection']
1313
---
1414
import aiAssistantManagementSelectionObj from './ai_assistant_management_selection.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: 2025-12-04
11+
date: 2025-12-05
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiops']
1313
---
1414
import aiopsObj from './aiops.devdocs.json';

api_docs/alerting.mdx

Lines changed: 1 addition & 1 deletion
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: 2025-12-04
11+
date: 2025-12-05
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'alerting']
1313
---
1414
import alertingObj from './alerting.devdocs.json';

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

0 commit comments

Comments
 (0)