Skip to content

Commit c0a11ab

Browse files
kibanamachineakowalska622
authored andcommitted
[api-docs] 2025-06-24 Daily api_docs build (elastic#224989)
Generated by https://buildkite.com/elastic/kibana-api-docs-daily/builds/1113
1 parent 3ea4a24 commit c0a11ab

File tree

876 files changed

+2368
-2676
lines changed

Some content is hidden

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

876 files changed

+2368
-2676
lines changed

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

api_docs/alerting.devdocs.json

Lines changed: 50 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1220,6 +1220,39 @@
12201220
],
12211221
"returnComment": [],
12221222
"initialIsOpen": false
1223+
},
1224+
{
1225+
"parentPluginId": "alerting",
1226+
"id": "def-server.shouldCreateAlertsInAllSpaces",
1227+
"type": "Function",
1228+
"tags": [],
1229+
"label": "shouldCreateAlertsInAllSpaces",
1230+
"description": [],
1231+
"signature": [
1232+
"({ ruleTypeId, ruleTypeAlertDef, logger, }: ShouldCreateAlertsInAllSpacesOpts) => boolean"
1233+
],
1234+
"path": "x-pack/platform/plugins/shared/alerting/server/alerts_client/lib/should_create_alerts_in_all_spaces.ts",
1235+
"deprecated": false,
1236+
"trackAdoption": false,
1237+
"children": [
1238+
{
1239+
"parentPluginId": "alerting",
1240+
"id": "def-server.shouldCreateAlertsInAllSpaces.$1",
1241+
"type": "Object",
1242+
"tags": [],
1243+
"label": "{\n ruleTypeId,\n ruleTypeAlertDef,\n logger,\n}",
1244+
"description": [],
1245+
"signature": [
1246+
"ShouldCreateAlertsInAllSpacesOpts"
1247+
],
1248+
"path": "x-pack/platform/plugins/shared/alerting/server/alerts_client/lib/should_create_alerts_in_all_spaces.ts",
1249+
"deprecated": false,
1250+
"trackAdoption": false,
1251+
"isRequired": true
1252+
}
1253+
],
1254+
"returnComment": [],
1255+
"initialIsOpen": false
12231256
}
12241257
],
12251258
"interfaces": [
@@ -2641,6 +2674,22 @@
26412674
"deprecated": false,
26422675
"trackAdoption": false
26432676
},
2677+
{
2678+
"parentPluginId": "alerting",
2679+
"id": "def-server.IRuleTypeAlerts.dangerouslyCreateAlertsInAllSpaces",
2680+
"type": "CompoundType",
2681+
"tags": [],
2682+
"label": "dangerouslyCreateAlertsInAllSpaces",
2683+
"description": [
2684+
"\nOptional flag to indicate that these alerts should not be space aware. When set\nto true, alerts for this rule type will be created with the `*` space id."
2685+
],
2686+
"signature": [
2687+
"boolean | undefined"
2688+
],
2689+
"path": "x-pack/platform/plugins/shared/alerting/server/types.ts",
2690+
"deprecated": false,
2691+
"trackAdoption": false
2692+
},
26442693
{
26452694
"parentPluginId": "alerting",
26462695
"id": "def-server.IRuleTypeAlerts.secondaryAlias",
@@ -4986,7 +5035,7 @@
49865035
"BulkFillGapsByRuleIdsOptions",
49875036
") => Promise<",
49885037
"BulkFillGapsByRuleIdsResult",
4989-
">; getRuleIdsWithGaps: (params: Readonly<{ statuses?: string[] | undefined; } & { start: string; end: string; }>) => Promise<Readonly<{} & { ruleIds: string[]; total: number; }>>; getGapsSummaryByRuleIds: (params: Readonly<{} & { start: string; end: string; ruleIds: string[]; }>) => Promise<Readonly<{} & { data: Readonly<{} & { ruleId: string; totalUnfilledDurationMs: number; totalInProgressDurationMs: number; totalFilledDurationMs: number; }>[]; }>>; }"
5038+
">; getRuleIdsWithGaps: (params: Readonly<{ statuses?: string[] | undefined; hasUnfilledIntervals?: boolean | undefined; hasInProgressIntervals?: boolean | undefined; hasFilledIntervals?: boolean | undefined; } & { start: string; end: string; }>) => Promise<Readonly<{ latestGapTimestamp?: number | undefined; } & { ruleIds: string[]; total: number; }>>; getGapsSummaryByRuleIds: (params: Readonly<{} & { start: string; end: string; ruleIds: string[]; }>) => Promise<Readonly<{} & { data: Readonly<{} & { ruleId: string; totalUnfilledDurationMs: number; totalInProgressDurationMs: number; totalFilledDurationMs: number; }>[]; }>>; }"
49905039
],
49915040
"path": "x-pack/platform/plugins/shared/alerting/server/index.ts",
49925041
"deprecated": 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: 2025-06-23
11+
date: 2025-06-24
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-
| 912 | 1 | 877 | 57 |
24+
| 915 | 1 | 879 | 57 |
2525

2626
## Client
2727

api_docs/apm.devdocs.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8577,7 +8577,9 @@
85778577
"Type",
85788578
"<number, number, unknown>; durationMax: ",
85798579
"Type",
8580-
"<number, number, unknown>; }>, ",
8580+
"<number, number, unknown>; isOtel: ",
8581+
"BooleanC",
8582+
"; }>, ",
85818583
"TypeC",
85828584
"<{ environment: ",
85838585
"UnionC",

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-06-23
11+
date: 2025-06-24
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-06-23
11+
date: 2025-06-24
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-06-23
11+
date: 2025-06-24
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'apmSourcesAccess']
1313
---
1414
import apmSourcesAccessObj from './apm_sources_access.devdocs.json';

0 commit comments

Comments
 (0)