Skip to content

Commit ac97356

Browse files
[api-docs] 2025-04-23 Daily api_docs build (elastic#218904)
Generated by https://buildkite.com/elastic/kibana-api-docs-daily/builds/1051
1 parent 061b930 commit ac97356

844 files changed

Lines changed: 7378 additions & 1145 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.

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: 2025-04-22
11+
date: 2025-04-23
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: 2025-04-22
11+
date: 2025-04-23
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'advancedSettings']
1313
---
1414
import advancedSettingsObj from './advanced_settings.devdocs.json';

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

api_docs/alerting.devdocs.json

Lines changed: 70 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3158,6 +3158,20 @@
31583158
"path": "x-pack/platform/plugins/shared/alerting/server/application/rule/types/rule.ts",
31593159
"deprecated": false,
31603160
"trackAdoption": false
3161+
},
3162+
{
3163+
"parentPluginId": "alerting",
3164+
"id": "def-server.Rule.artifacts",
3165+
"type": "Object",
3166+
"tags": [],
3167+
"label": "artifacts",
3168+
"description": [],
3169+
"signature": [
3170+
"Readonly<{ dashboards?: Readonly<{} & { id: string; }>[] | undefined; } & {}> | undefined"
3171+
],
3172+
"path": "x-pack/platform/plugins/shared/alerting/server/application/rule/types/rule.ts",
3173+
"deprecated": false,
3174+
"trackAdoption": false
31613175
}
31623176
],
31633177
"initialIsOpen": false
@@ -6786,6 +6800,41 @@
67866800
],
67876801
"initialIsOpen": false
67886802
},
6803+
{
6804+
"parentPluginId": "alerting",
6805+
"id": "def-common.Artifacts",
6806+
"type": "Interface",
6807+
"tags": [],
6808+
"label": "Artifacts",
6809+
"description": [],
6810+
"path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts",
6811+
"deprecated": false,
6812+
"trackAdoption": false,
6813+
"children": [
6814+
{
6815+
"parentPluginId": "alerting",
6816+
"id": "def-common.Artifacts.dashboards",
6817+
"type": "Array",
6818+
"tags": [],
6819+
"label": "dashboards",
6820+
"description": [],
6821+
"signature": [
6822+
{
6823+
"pluginId": "@kbn/alerting-types",
6824+
"scope": "common",
6825+
"docId": "kibKbnAlertingTypesPluginApi",
6826+
"section": "def-common.Dashboard",
6827+
"text": "Dashboard"
6828+
},
6829+
"[] | undefined"
6830+
],
6831+
"path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts",
6832+
"deprecated": false,
6833+
"trackAdoption": false
6834+
}
6835+
],
6836+
"initialIsOpen": false
6837+
},
67896838
{
67906839
"parentPluginId": "alerting",
67916840
"id": "def-common.BulkActionSkipResult",
@@ -8247,6 +8296,27 @@
82478296
"path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts",
82488297
"deprecated": false,
82498298
"trackAdoption": false
8299+
},
8300+
{
8301+
"parentPluginId": "alerting",
8302+
"id": "def-common.Rule.artifacts",
8303+
"type": "CompoundType",
8304+
"tags": [],
8305+
"label": "artifacts",
8306+
"description": [],
8307+
"signature": [
8308+
{
8309+
"pluginId": "@kbn/alerting-types",
8310+
"scope": "common",
8311+
"docId": "kibKbnAlertingTypesPluginApi",
8312+
"section": "def-common.Artifacts",
8313+
"text": "Artifacts"
8314+
},
8315+
" | null | undefined"
8316+
],
8317+
"path": "src/platform/packages/shared/kbn-alerting-types/rule_types.ts",
8318+
"deprecated": false,
8319+
"trackAdoption": false
82508320
}
82518321
],
82528322
"initialIsOpen": false
@@ -10257,21 +10327,6 @@
1025710327
"trackAdoption": false,
1025810328
"initialIsOpen": false
1025910329
},
10260-
{
10261-
"parentPluginId": "alerting",
10262-
"id": "def-common.ENABLE_MAINTENANCE_WINDOWS",
10263-
"type": "boolean",
10264-
"tags": [],
10265-
"label": "ENABLE_MAINTENANCE_WINDOWS",
10266-
"description": [],
10267-
"signature": [
10268-
"true"
10269-
],
10270-
"path": "x-pack/platform/plugins/shared/alerting/common/index.ts",
10271-
"deprecated": false,
10272-
"trackAdoption": false,
10273-
"initialIsOpen": false
10274-
},
1027510330
{
1027610331
"parentPluginId": "alerting",
1027710332
"id": "def-common.ExecutionLogSortFields",

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: 2025-04-22
11+
date: 2025-04-23
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-
| 887 | 1 | 853 | 51 |
24+
| 890 | 1 | 856 | 51 |
2525

2626
## Client
2727

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

api_docs/apm_data_access.mdx

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

api_docs/apm_sources_access.mdx

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

api_docs/automatic_import.mdx

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

0 commit comments

Comments
 (0)