Skip to content

Commit 3a00241

Browse files
committed
Merge branch 'main' into chore/decouple-health
2 parents f7faa87 + f1d0789 commit 3a00241

File tree

1,208 files changed

+16046
-5278
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,208 files changed

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

api_docs/alerting.devdocs.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -509,6 +509,40 @@
509509
],
510510
"returnComment": []
511511
},
512+
{
513+
"parentPluginId": "alerting",
514+
"id": "def-server.AlertingAuthorization.bulkEnsureAuthorized",
515+
"type": "Function",
516+
"tags": [],
517+
"label": "bulkEnsureAuthorized",
518+
"description": [],
519+
"signature": [
520+
"({ ruleTypeIdConsumersPairs, operation, entity, additionalPrivileges, }: ",
521+
"BulkEnsureAuthorizedOpts",
522+
") => Promise<void>"
523+
],
524+
"path": "x-pack/platform/plugins/shared/alerting/server/authorization/alerting_authorization.ts",
525+
"deprecated": false,
526+
"trackAdoption": false,
527+
"children": [
528+
{
529+
"parentPluginId": "alerting",
530+
"id": "def-server.AlertingAuthorization.bulkEnsureAuthorized.$1",
531+
"type": "Object",
532+
"tags": [],
533+
"label": "{\n ruleTypeIdConsumersPairs,\n operation,\n entity,\n additionalPrivileges = [],\n }",
534+
"description": [],
535+
"signature": [
536+
"BulkEnsureAuthorizedOpts"
537+
],
538+
"path": "x-pack/platform/plugins/shared/alerting/server/authorization/alerting_authorization.ts",
539+
"deprecated": false,
540+
"trackAdoption": false,
541+
"isRequired": true
542+
}
543+
],
544+
"returnComment": []
545+
},
512546
{
513547
"parentPluginId": "alerting",
514548
"id": "def-server.AlertingAuthorization.getFindAuthorizationFilter",

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-11-21
11+
date: 2025-11-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-
| 923 | 1 | 886 | 62 |
24+
| 925 | 1 | 888 | 63 |
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-11-21
11+
date: 2025-11-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-11-21
11+
date: 2025-11-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-11-21
11+
date: 2025-11-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-11-21
11+
date: 2025-11-23
1212
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'automaticImport']
1313
---
1414
import automaticImportObj from './automatic_import.devdocs.json';

0 commit comments

Comments
 (0)