diff --git a/api_docs/actions.mdx b/api_docs/actions.mdx index a4cfb1dfcd915..304118106caa2 100644 --- a/api_docs/actions.mdx +++ b/api_docs/actions.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/actions title: "actions" image: https://source.unsplash.com/400x175/?github description: API docs for the actions plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'actions'] --- import actionsObj from './actions.devdocs.json'; diff --git a/api_docs/advanced_settings.mdx b/api_docs/advanced_settings.mdx index c4a123d4ace19..e5a704559d5c3 100644 --- a/api_docs/advanced_settings.mdx +++ b/api_docs/advanced_settings.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/advancedSettings title: "advancedSettings" image: https://source.unsplash.com/400x175/?github description: API docs for the advancedSettings plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'advancedSettings'] --- import advancedSettingsObj from './advanced_settings.devdocs.json'; diff --git a/api_docs/ai_assistant_management_selection.devdocs.json b/api_docs/ai_assistant_management_selection.devdocs.json index 5740a2b25fb0e..0f03c791da270 100644 --- a/api_docs/ai_assistant_management_selection.devdocs.json +++ b/api_docs/ai_assistant_management_selection.devdocs.json @@ -27,7 +27,7 @@ "tags": [], "label": "AIAssistantManagementSelectionPluginPublicSetup", "description": [], - "path": "src/platform/plugins/shared/ai_assistant_management/selection/public/plugin.ts", + "path": "src/platform/plugins/shared/ai_assistant_management/selection/public/plugin.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -41,7 +41,7 @@ "tags": [], "label": "AIAssistantManagementSelectionPluginPublicStart", "description": [], - "path": "src/platform/plugins/shared/ai_assistant_management/selection/public/plugin.ts", + "path": "src/platform/plugins/shared/ai_assistant_management/selection/public/plugin.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -58,9 +58,42 @@ "AIAssistantType", ">" ], - "path": "src/platform/plugins/shared/ai_assistant_management/selection/public/plugin.ts", + "path": "src/platform/plugins/shared/ai_assistant_management/selection/public/plugin.tsx", "deprecated": false, "trackAdoption": false + }, + { + "parentPluginId": "aiAssistantManagementSelection", + "id": "def-public.AIAssistantManagementSelectionPluginPublicStart.openChat$", + "type": "Object", + "tags": [], + "label": "openChat$", + "description": [], + "signature": [ + "Observable", + "<{ assistant: ", + "AIAssistantType", + "; }>" + ], + "path": "src/platform/plugins/shared/ai_assistant_management/selection/public/plugin.tsx", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "aiAssistantManagementSelection", + "id": "def-public.AIAssistantManagementSelectionPluginPublicStart.completeOpenChat", + "type": "Function", + "tags": [], + "label": "completeOpenChat", + "description": [], + "signature": [ + "() => void" + ], + "path": "src/platform/plugins/shared/ai_assistant_management/selection/public/plugin.tsx", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] } ], "lifecycle": "start", diff --git a/api_docs/ai_assistant_management_selection.mdx b/api_docs/ai_assistant_management_selection.mdx index 5079efb77db96..acea624516473 100644 --- a/api_docs/ai_assistant_management_selection.mdx +++ b/api_docs/ai_assistant_management_selection.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/aiAssistantManagementSelection title: "aiAssistantManagementSelection" image: https://source.unsplash.com/400x175/?github description: API docs for the aiAssistantManagementSelection plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiAssistantManagementSelection'] --- import aiAssistantManagementSelectionObj from './ai_assistant_management_selection.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/obs-ai-assistant](https://github.com/orgs/elastic/teams/obs-ai | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 4 | 0 | 4 | 1 | +| 6 | 0 | 6 | 1 | ## Client diff --git a/api_docs/aiops.mdx b/api_docs/aiops.mdx index e12e884c1b26a..d15b3ae842b2d 100644 --- a/api_docs/aiops.mdx +++ b/api_docs/aiops.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/aiops title: "aiops" image: https://source.unsplash.com/400x175/?github description: API docs for the aiops plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiops'] --- import aiopsObj from './aiops.devdocs.json'; diff --git a/api_docs/alerting.devdocs.json b/api_docs/alerting.devdocs.json index 5dc1f5addd30a..d02ba0b38e81a 100644 --- a/api_docs/alerting.devdocs.json +++ b/api_docs/alerting.devdocs.json @@ -5738,6 +5738,39 @@ "returnComment": [], "initialIsOpen": false }, + { + "parentPluginId": "alerting", + "id": "def-common.getMaxAlertLimit", + "type": "Function", + "tags": [], + "label": "getMaxAlertLimit", + "description": [], + "signature": [ + "(maxAlerts: number) => number" + ], + "path": "x-pack/platform/plugins/shared/alerting/common/max_alert_limit.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "alerting", + "id": "def-common.getMaxAlertLimit.$1", + "type": "number", + "tags": [], + "label": "maxAlerts", + "description": [], + "signature": [ + "number" + ], + "path": "x-pack/platform/plugins/shared/alerting/common/max_alert_limit.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, { "parentPluginId": "alerting", "id": "def-common.getRuleCircuitBreakerErrorMessage", @@ -10379,6 +10412,21 @@ "trackAdoption": false, "initialIsOpen": false }, + { + "parentPluginId": "alerting", + "id": "def-common.ALLOWED_MAX_ALERTS", + "type": "number", + "tags": [], + "label": "ALLOWED_MAX_ALERTS", + "description": [], + "signature": [ + "5000" + ], + "path": "x-pack/platform/plugins/shared/alerting/common/max_alert_limit.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, { "parentPluginId": "alerting", "id": "def-common.ARCHIVE_MAINTENANCE_WINDOW_API_PATH", diff --git a/api_docs/alerting.mdx b/api_docs/alerting.mdx index 2c2869507a4b7..ee6ffe14bb0cb 100644 --- a/api_docs/alerting.mdx +++ b/api_docs/alerting.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/alerting title: "alerting" image: https://source.unsplash.com/400x175/?github description: API docs for the alerting plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'alerting'] --- import alertingObj from './alerting.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-o | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 920 | 1 | 883 | 61 | +| 923 | 1 | 886 | 61 | ## Client diff --git a/api_docs/apm.mdx b/api_docs/apm.mdx index b31167600ff29..ec94da59d3751 100644 --- a/api_docs/apm.mdx +++ b/api_docs/apm.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/apm title: "apm" image: https://source.unsplash.com/400x175/?github description: API docs for the apm plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'apm'] --- import apmObj from './apm.devdocs.json'; diff --git a/api_docs/apm_data_access.mdx b/api_docs/apm_data_access.mdx index 0876bca72d38a..ba719cfe6ad70 100644 --- a/api_docs/apm_data_access.mdx +++ b/api_docs/apm_data_access.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/apmDataAccess title: "apmDataAccess" image: https://source.unsplash.com/400x175/?github description: API docs for the apmDataAccess plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'apmDataAccess'] --- import apmDataAccessObj from './apm_data_access.devdocs.json'; diff --git a/api_docs/apm_sources_access.mdx b/api_docs/apm_sources_access.mdx index edd9dbedc5ddf..98973262fb4f0 100644 --- a/api_docs/apm_sources_access.mdx +++ b/api_docs/apm_sources_access.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/apmSourcesAccess title: "apmSourcesAccess" image: https://source.unsplash.com/400x175/?github description: API docs for the apmSourcesAccess plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'apmSourcesAccess'] --- import apmSourcesAccessObj from './apm_sources_access.devdocs.json'; diff --git a/api_docs/automatic_import.mdx b/api_docs/automatic_import.mdx index 6feac300d97a0..0f96a5c7d99ff 100644 --- a/api_docs/automatic_import.mdx +++ b/api_docs/automatic_import.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/automaticImport title: "automaticImport" image: https://source.unsplash.com/400x175/?github description: API docs for the automaticImport plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'automaticImport'] --- import automaticImportObj from './automatic_import.devdocs.json'; diff --git a/api_docs/banners.mdx b/api_docs/banners.mdx index 19eddcd386fbe..9dae732120b4c 100644 --- a/api_docs/banners.mdx +++ b/api_docs/banners.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/banners title: "banners" image: https://source.unsplash.com/400x175/?github description: API docs for the banners plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'banners'] --- import bannersObj from './banners.devdocs.json'; diff --git a/api_docs/canvas.mdx b/api_docs/canvas.mdx index 4b28b4361e687..14b3ee06688b4 100644 --- a/api_docs/canvas.mdx +++ b/api_docs/canvas.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/canvas title: "canvas" image: https://source.unsplash.com/400x175/?github description: API docs for the canvas plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'canvas'] --- import canvasObj from './canvas.devdocs.json'; diff --git a/api_docs/cases.devdocs.json b/api_docs/cases.devdocs.json index b2cdae1babdee..ade599dcc07a4 100644 --- a/api_docs/cases.devdocs.json +++ b/api_docs/cases.devdocs.json @@ -244,7 +244,7 @@ "signature": [ "{ features?: Partial<", "CasesContextFeatures", - "> | undefined; owner: string[]; permissions: ", + "> | undefined; owner: string[]; observables?: { typeKey: string; value: string; description: string | null; }[] | undefined; permissions: ", { "pluginId": "cases", "scope": "common", @@ -496,7 +496,7 @@ "section": "def-common.CaseSeverity", "text": "CaseSeverity" }, - "[] | undefined; assignees?: string | string[] | undefined; reporters?: string | string[] | undefined; defaultSearchOperator?: \"AND\" | \"OR\" | undefined; from?: string | undefined; search?: string | undefined; searchFields?: \"title\" | \"description\" | (\"title\" | \"description\")[] | undefined; sortField?: \"title\" | \"createdAt\" | \"updatedAt\" | \"status\" | \"severity\" | \"category\" | \"closedAt\" | undefined; sortOrder?: \"asc\" | \"desc\" | undefined; to?: string | undefined; owner?: string | string[] | undefined; category?: string | string[] | undefined; } & Partial<", + "[] | undefined; assignees?: string | string[] | undefined; reporters?: string | string[] | undefined; defaultSearchOperator?: \"AND\" | \"OR\" | undefined; from?: string | undefined; search?: string | undefined; searchFields?: \"title\" | \"description\" | \"incremental_id.text\" | (\"title\" | \"description\" | \"incremental_id.text\")[] | undefined; sortField?: \"title\" | \"createdAt\" | \"updatedAt\" | \"status\" | \"severity\" | \"category\" | \"closedAt\" | undefined; sortOrder?: \"asc\" | \"desc\" | undefined; to?: string | undefined; owner?: string | string[] | undefined; category?: string | string[] | undefined; } & Partial<", "Pagination", ">, signal?: AbortSignal | undefined) => Promise<", { @@ -762,7 +762,7 @@ "label": "hooks", "description": [], "signature": [ - "{ useCasesAddToNewCaseFlyout: ({ initialValue, toastTitle, toastContent, afterCaseCreated, onSuccess, onClose, }?: AddToNewCaseFlyoutProps) => { open: ({ attachments, headerContent, }?: { attachments?: ", + "{ useCasesAddToNewCaseFlyout: ({ initialValue, toastTitle, toastContent, afterCaseCreated, onSuccess, onClose, }?: AddToNewCaseFlyoutProps) => { open: ({ attachments, headerContent, observables, }?: { attachments?: ", { "pluginId": "cases", "scope": "public", @@ -770,11 +770,19 @@ "section": "def-public.CaseAttachmentsWithoutOwner", "text": "CaseAttachmentsWithoutOwner" }, - " | undefined; headerContent?: React.ReactNode; }) => void; close: () => void; }; useCasesAddToExistingCaseModal: ({ successToaster, noAttachmentsToaster, onSuccess, onClose, onCreateCaseClicked, }?: ", + " | undefined; headerContent?: React.ReactNode; observables?: { typeKey: string; value: string; description: string | null; }[] | undefined; }) => void; close: () => void; }; useCasesAddToExistingCaseModal: ({ successToaster, noAttachmentsToaster, onSuccess, onClose, onCreateCaseClicked, }?: ", "AddToExistingCaseModalProps", - ") => { open: ({ getAttachments, }?: { getAttachments?: ", + ") => { open: ({ getAttachments, getObservables, }?: { getAttachments?: ", "GetAttachments", - " | undefined; }) => void; close: () => void; }; useIsAddToCaseOpen: ", + " | undefined; getObservables?: (({ theCase }: { theCase?: ", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.CaseUI", + "text": "CaseUI" + }, + " | undefined; }) => { typeKey: string; value: string; description: string | null; }[]) | undefined; }) => void; close: () => void; }; useIsAddToCaseOpen: ", "UseIsAddToCaseOpen", "; }" ], @@ -810,7 +818,15 @@ }, "; getRuleIdFromEvent: (event: Event) => { id: string; name: string; }; groupAlertsByRule: ", "GroupAlertsByRule", - "; }" + "; getObservablesFromEcs: (ecsData: ", + { + "pluginId": "@kbn/securitysolution-ecs", + "scope": "common", + "docId": "kibKbnSecuritysolutionEcsPluginApi", + "section": "def-common.EcsSecurityExtension", + "text": "EcsSecurityExtension" + }, + ") => { typeKey: string; value: string; description: string | null; }[]; }" ], "path": "x-pack/platform/plugins/shared/cases/public/types.ts", "deprecated": false, @@ -1019,7 +1035,7 @@ "label": "config", "description": [], "signature": [ - "{ readonly unsafe?: Readonly<{} & { enableCaseSummary: boolean; }> | undefined; readonly enabled: boolean; readonly stack: Readonly<{} & { enabled: boolean; }>; readonly analytics: Readonly<{} & { index: Readonly<{} & { enabled: boolean; }>; }>; readonly markdownPlugins: Readonly<{} & { lens: boolean; }>; readonly files: Readonly<{ maxSize?: number | undefined; } & { allowedMimeTypes: string[]; }>; }" + "{ readonly enabled: boolean; readonly stack: Readonly<{} & { enabled: boolean; }>; readonly incrementalId: Readonly<{} & { enabled: boolean; taskIntervalMinutes: number; taskStartDelayMinutes: number; }>; readonly analytics: Readonly<{} & { index: Readonly<{} & { enabled: boolean; }>; }>; readonly markdownPlugins: Readonly<{} & { lens: boolean; }>; readonly files: Readonly<{ maxSize?: number | undefined; } & { allowedMimeTypes: string[]; }>; }" ], "path": "x-pack/platform/plugins/shared/cases/server/types.ts", "deprecated": false, @@ -1133,7 +1149,7 @@ "label": "config", "description": [], "signature": [ - "{ readonly unsafe?: Readonly<{} & { enableCaseSummary: boolean; }> | undefined; readonly enabled: boolean; readonly stack: Readonly<{} & { enabled: boolean; }>; readonly analytics: Readonly<{} & { index: Readonly<{} & { enabled: boolean; }>; }>; readonly markdownPlugins: Readonly<{} & { lens: boolean; }>; readonly files: Readonly<{ maxSize?: number | undefined; } & { allowedMimeTypes: string[]; }>; }" + "{ readonly enabled: boolean; readonly stack: Readonly<{} & { enabled: boolean; }>; readonly incrementalId: Readonly<{} & { enabled: boolean; taskIntervalMinutes: number; taskStartDelayMinutes: number; }>; readonly analytics: Readonly<{} & { index: Readonly<{} & { enabled: boolean; }>; }>; readonly markdownPlugins: Readonly<{} & { lens: boolean; }>; readonly files: Readonly<{ maxSize?: number | undefined; } & { allowedMimeTypes: string[]; }>; }" ], "path": "x-pack/platform/plugins/shared/cases/server/types.ts", "deprecated": false, @@ -3583,7 +3599,7 @@ "tags": [], "label": "SAVED_OBJECT_TYPES", "description": [ - "\nIf more values are added here please also add them here: x-pack/platform/test/cases_api_integration/common/plugins" + "\nIf more values are added here please also add them here: x-pack/test/cases_api_integration/common/plugins" ], "signature": [ "(\"cases\" | \"cases-connector-mappings\" | \"cases-user-actions\" | \"cases-comments\" | \"cases-configure\")[]" diff --git a/api_docs/cases.mdx b/api_docs/cases.mdx index 32389f2785e7f..62f8b306749af 100644 --- a/api_docs/cases.mdx +++ b/api_docs/cases.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/cases title: "cases" image: https://source.unsplash.com/400x175/?github description: API docs for the cases plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cases'] --- import casesObj from './cases.devdocs.json'; diff --git a/api_docs/charts.devdocs.json b/api_docs/charts.devdocs.json index 6b3516be3b7dc..b29dfafb5f4ff 100644 --- a/api_docs/charts.devdocs.json +++ b/api_docs/charts.devdocs.json @@ -3315,7 +3315,7 @@ "MakeOverridesSerializable", "<", "CustomXDomain", - " | undefined>; onAnnotationClick?: \"ignore\" | undefined; resizeDebounce?: number | undefined; pointerUpdateDebounce?: number | undefined; roundHistogramBrushValues?: boolean | undefined; renderingSort?: \"ignore\" | undefined; noResults?: React.ComponentType<{}> | React.ReactChild | undefined; ariaLabel?: string | undefined; ariaLabelledBy?: string | undefined; ariaDescription?: string | undefined; ariaDescribedBy?: string | undefined; ariaTableCaption?: string | undefined; legendStrategy?: ", + " | undefined>; onAnnotationClick?: \"ignore\" | undefined; resizeDebounce?: number | undefined; pointerUpdateDebounce?: number | undefined; roundHistogramBrushValues?: boolean | undefined; renderingSort?: \"ignore\" | undefined; noResults?: string | number | boolean | React.ReactElement> | Iterable | React.ReactPortal | React.ComponentType<{}> | undefined; ariaLabel?: string | undefined; ariaLabelledBy?: string | undefined; ariaDescription?: string | undefined; ariaDescribedBy?: string | undefined; ariaTableCaption?: string | undefined; legendStrategy?: ", "LegendStrategy", " | undefined; onLegendItemOver?: \"ignore\" | undefined; onLegendItemOut?: \"ignore\" | undefined; onLegendItemClick?: \"ignore\" | undefined; onLegendItemPlusClick?: \"ignore\" | undefined; onLegendItemMinusClick?: \"ignore\" | undefined; legendAction?: \"ignore\" | undefined; legendSort?: \"ignore\" | undefined; customLegend?: \"ignore\" | undefined; legendTitle?: string | undefined; } | undefined; }" ], diff --git a/api_docs/charts.mdx b/api_docs/charts.mdx index e8bf36f2ccf8a..bfaa1a031ef49 100644 --- a/api_docs/charts.mdx +++ b/api_docs/charts.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/charts title: "charts" image: https://source.unsplash.com/400x175/?github description: API docs for the charts plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'charts'] --- import chartsObj from './charts.devdocs.json'; diff --git a/api_docs/cloud.mdx b/api_docs/cloud.mdx index 9f0b52d618b5d..a3de11d6f6ad1 100644 --- a/api_docs/cloud.mdx +++ b/api_docs/cloud.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/cloud title: "cloud" image: https://source.unsplash.com/400x175/?github description: API docs for the cloud plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloud'] --- import cloudObj from './cloud.devdocs.json'; diff --git a/api_docs/cloud_data_migration.mdx b/api_docs/cloud_data_migration.mdx index e90df60ffbfbb..018c0d34fdcc2 100644 --- a/api_docs/cloud_data_migration.mdx +++ b/api_docs/cloud_data_migration.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/cloudDataMigration title: "cloudDataMigration" image: https://source.unsplash.com/400x175/?github description: API docs for the cloudDataMigration plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloudDataMigration'] --- import cloudDataMigrationObj from './cloud_data_migration.devdocs.json'; diff --git a/api_docs/cloud_security_posture.mdx b/api_docs/cloud_security_posture.mdx index 9baa9e7b095e6..6aee1dafe9b21 100644 --- a/api_docs/cloud_security_posture.mdx +++ b/api_docs/cloud_security_posture.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/cloudSecurityPosture title: "cloudSecurityPosture" image: https://source.unsplash.com/400x175/?github description: API docs for the cloudSecurityPosture plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloudSecurityPosture'] --- import cloudSecurityPostureObj from './cloud_security_posture.devdocs.json'; diff --git a/api_docs/console.mdx b/api_docs/console.mdx index 47d2e017a818c..28a103a3a35c7 100644 --- a/api_docs/console.mdx +++ b/api_docs/console.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/console title: "console" image: https://source.unsplash.com/400x175/?github description: API docs for the console plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'console'] --- import consoleObj from './console.devdocs.json'; diff --git a/api_docs/content_connectors.mdx b/api_docs/content_connectors.mdx index 5764d637bb675..2e2121de0286e 100644 --- a/api_docs/content_connectors.mdx +++ b/api_docs/content_connectors.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/contentConnectors title: "contentConnectors" image: https://source.unsplash.com/400x175/?github description: API docs for the contentConnectors plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'contentConnectors'] --- import contentConnectorsObj from './content_connectors.devdocs.json'; diff --git a/api_docs/content_management.mdx b/api_docs/content_management.mdx index 384290706c74f..f2ff52cb65b93 100644 --- a/api_docs/content_management.mdx +++ b/api_docs/content_management.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/contentManagement title: "contentManagement" image: https://source.unsplash.com/400x175/?github description: API docs for the contentManagement plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'contentManagement'] --- import contentManagementObj from './content_management.devdocs.json'; diff --git a/api_docs/controls.mdx b/api_docs/controls.mdx index 9a2df3242f941..eb1bf713956c1 100644 --- a/api_docs/controls.mdx +++ b/api_docs/controls.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/controls title: "controls" image: https://source.unsplash.com/400x175/?github description: API docs for the controls plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'controls'] --- import controlsObj from './controls.devdocs.json'; diff --git a/api_docs/custom_integrations.mdx b/api_docs/custom_integrations.mdx index b65d194828131..4195516562dee 100644 --- a/api_docs/custom_integrations.mdx +++ b/api_docs/custom_integrations.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/customIntegrations title: "customIntegrations" image: https://source.unsplash.com/400x175/?github description: API docs for the customIntegrations plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'customIntegrations'] --- import customIntegrationsObj from './custom_integrations.devdocs.json'; diff --git a/api_docs/dashboard.devdocs.json b/api_docs/dashboard.devdocs.json index e59d33a80814e..c92f29c4587aa 100644 --- a/api_docs/dashboard.devdocs.json +++ b/api_docs/dashboard.devdocs.json @@ -1161,7 +1161,7 @@ "label": "hits", "description": [], "signature": [ - "Readonly<{ error?: Readonly<{ metadata?: Readonly<{} & {}> | undefined; } & { error: string; message: string; statusCode: number; }> | undefined; version?: string | undefined; namespaces?: string[] | undefined; createdBy?: string | undefined; updatedBy?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; managed?: boolean | undefined; originId?: string | undefined; } & { id: string; type: string; attributes: Readonly<{ version?: number | undefined; tags?: string[] | undefined; refreshInterval?: Readonly<{} & { value: number; pause: boolean; }> | undefined; spaces?: string[] | undefined; references?: Readonly<{} & { id: string; type: string; name: string; }>[] | undefined; controlGroupInput?: Readonly<{ enhancements?: Record | undefined; ignoreParentSettings?: Readonly<{ ignoreFilters?: boolean | undefined; ignoreQuery?: boolean | undefined; ignoreTimerange?: boolean | undefined; ignoreValidations?: boolean | undefined; } & {}> | undefined; } & { controls: Readonly<{ id?: string | undefined; grow?: boolean | undefined; width?: \"small\" | \"medium\" | \"large\" | undefined; controlConfig?: Readonly<{} & {}> | undefined; } & { type: string; order: number; }>[]; labelPosition: \"oneLine\" | \"twoLine\"; chainingSystem: \"HIERARCHICAL\" | \"NONE\"; autoApplySelections: boolean; }> | undefined; timeFrom?: string | undefined; timeTo?: string | undefined; } & { options: Readonly<{} & { hidePanelTitles: boolean; useMargins: boolean; syncColors: boolean; syncTooltips: boolean; syncCursor: boolean; }>; title: string; description: string; kibanaSavedObjectMeta: Readonly<{ searchSource?: Readonly<{ type?: string | undefined; sort?: Record | undefined; } & { error: string; message: string; statusCode: number; }> | undefined; version?: string | undefined; namespaces?: string[] | undefined; createdBy?: string | undefined; updatedBy?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; managed?: boolean | undefined; originId?: string | undefined; } & { id: string; type: string; attributes: Readonly<{ version?: number | undefined; tags?: string[] | undefined; timeRange?: Readonly<{ mode?: \"absolute\" | \"relative\" | undefined; } & { from: string; to: string; }> | undefined; refreshInterval?: Readonly<{} & { value: number; pause: boolean; }> | undefined; spaces?: string[] | undefined; references?: Readonly<{} & { id: string; type: string; name: string; }>[] | undefined; controlGroupInput?: Readonly<{ enhancements?: Record | undefined; ignoreParentSettings?: Readonly<{ ignoreFilters?: boolean | undefined; ignoreQuery?: boolean | undefined; ignoreTimerange?: boolean | undefined; ignoreValidations?: boolean | undefined; } & {}> | undefined; } & { controls: Readonly<{ id?: string | undefined; grow?: boolean | undefined; width?: \"small\" | \"medium\" | \"large\" | undefined; controlConfig?: Readonly<{} & {}> | undefined; } & { type: string; order: number; }>[]; labelPosition: \"oneLine\" | \"twoLine\"; chainingSystem: \"HIERARCHICAL\" | \"NONE\"; autoApplySelections: boolean; }> | undefined; } & { options: Readonly<{} & { hidePanelTitles: boolean; useMargins: boolean; syncColors: boolean; syncTooltips: boolean; syncCursor: boolean; }>; title: string; description: string; kibanaSavedObjectMeta: Readonly<{ searchSource?: Readonly<{ type?: string | undefined; sort?: Record | undefined; } & { meta: Readonly<{ params?: any; key?: string | undefined; value?: string | undefined; type?: string | undefined; alias?: string | null | undefined; index?: string | undefined; disabled?: boolean | undefined; field?: string | undefined; group?: string | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; isMultiIndex?: boolean | undefined; } & {}>; }>[] | undefined; } & {}> | undefined; } & {}>; timeRestore: boolean; panels: (Readonly<{ version?: string | undefined; } & { type: string; panelConfig: Readonly<{} & {}>; gridData: Readonly<{} & { i: string; y: number; w: number; h: number; x: number; }>; panelIndex: string; }> | Readonly<{ collapsed?: boolean | undefined; } & { title: string; gridData: Readonly<{} & { i: string; y: number; }>; panels: Readonly<{ version?: string | undefined; } & { type: string; panelConfig: Readonly<{} & {}>; gridData: Readonly<{} & { i: string; y: number; w: number; h: number; x: number; }>; panelIndex: string; }>[]; }>)[]; }>; references: Readonly<{} & { id: string; type: string; name: string; }>[]; }>[]" + "; }> | undefined; } & { meta: Readonly<{ params?: any; key?: string | undefined; value?: string | undefined; type?: string | undefined; alias?: string | null | undefined; index?: string | undefined; disabled?: boolean | undefined; field?: string | undefined; group?: string | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; isMultiIndex?: boolean | undefined; } & {}>; }>[] | undefined; } & {}> | undefined; } & {}>; timeRestore: boolean; panels: (Readonly<{ version?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { i: string; y: number; w: number; h: number; x: number; }>; uid: string; }> | Readonly<{ collapsed?: boolean | undefined; } & { title: string; grid: Readonly<{} & { i: string; y: number; }>; panels: Readonly<{ version?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{} & { i: string; y: number; w: number; h: number; x: number; }>; uid: string; }>[]; }>)[]; }>; references: Readonly<{} & { id: string; type: string; name: string; }>[]; }>[]" ], "path": "src/platform/plugins/shared/dashboard/public/services/dashboard_content_management_service/lib/find_dashboards.ts", "deprecated": false, @@ -1544,7 +1544,7 @@ "section": "def-server.Reference", "text": "Reference" }, - "[]; }; getDashboardPanelFromId: (id: string) => { type: string; gridData: ", + "[]; }; getDashboardPanelFromId: (id: string) => { type: string; grid: ", "GridData", "; serializedState: ", { @@ -1849,7 +1849,7 @@ "label": "DashboardAttributes", "description": [], "signature": [ - "Omit | undefined; spaces?: string[] | undefined; references?: Readonly<{} & { id: string; type: string; name: string; }>[] | undefined; controlGroupInput?: Readonly<{ enhancements?: Record | undefined; ignoreParentSettings?: Readonly<{ ignoreFilters?: boolean | undefined; ignoreQuery?: boolean | undefined; ignoreTimerange?: boolean | undefined; ignoreValidations?: boolean | undefined; } & {}> | undefined; } & { controls: Readonly<{ id?: string | undefined; grow?: boolean | undefined; width?: \"small\" | \"medium\" | \"large\" | undefined; controlConfig?: Readonly<{} & {}> | undefined; } & { type: string; order: number; }>[]; labelPosition: \"oneLine\" | \"twoLine\"; chainingSystem: \"HIERARCHICAL\" | \"NONE\"; autoApplySelections: boolean; }> | undefined; timeFrom?: string | undefined; timeTo?: string | undefined; } & { options: Readonly<{} & { hidePanelTitles: boolean; useMargins: boolean; syncColors: boolean; syncTooltips: boolean; syncCursor: boolean; }>; title: string; description: string; kibanaSavedObjectMeta: Readonly<{ searchSource?: Readonly<{ type?: string | undefined; sort?: Record | undefined; refreshInterval?: Readonly<{} & { value: number; pause: boolean; }> | undefined; spaces?: string[] | undefined; references?: Readonly<{} & { id: string; type: string; name: string; }>[] | undefined; controlGroupInput?: Readonly<{ enhancements?: Record | undefined; ignoreParentSettings?: Readonly<{ ignoreFilters?: boolean | undefined; ignoreQuery?: boolean | undefined; ignoreTimerange?: boolean | undefined; ignoreValidations?: boolean | undefined; } & {}> | undefined; } & { controls: Readonly<{ id?: string | undefined; grow?: boolean | undefined; width?: \"small\" | \"medium\" | \"large\" | undefined; controlConfig?: Readonly<{} & {}> | undefined; } & { type: string; order: number; }>[]; labelPosition: \"oneLine\" | \"twoLine\"; chainingSystem: \"HIERARCHICAL\" | \"NONE\"; autoApplySelections: boolean; }> | undefined; } & { options: Readonly<{} & { hidePanelTitles: boolean; useMargins: boolean; syncColors: boolean; syncTooltips: boolean; syncCursor: boolean; }>; title: string; description: string; kibanaSavedObjectMeta: Readonly<{ searchSource?: Readonly<{ type?: string | undefined; sort?: Record | undefined; } & { meta: Readonly<{ params?: any; key?: string | undefined; value?: string | undefined; type?: string | undefined; alias?: string | null | undefined; index?: string | undefined; disabled?: boolean | undefined; field?: string | undefined; group?: string | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; isMultiIndex?: boolean | undefined; } & {}>; }>[] | undefined; } & {}> | undefined; } & {}>; timeRestore: boolean; panels: (Readonly<{ version?: string | undefined; panelIndex?: string | undefined; } & { type: string; panelConfig: Readonly<{} & {}>; gridData: Readonly<{ i?: string | undefined; } & { y: number; w: number; h: number; x: number; }>; }> | Readonly<{ collapsed?: boolean | undefined; } & { title: string; gridData: Readonly<{ i?: string | undefined; } & { y: number; }>; panels: Readonly<{ version?: string | undefined; panelIndex?: string | undefined; } & { type: string; panelConfig: Readonly<{} & {}>; gridData: Readonly<{ i?: string | undefined; } & { y: number; w: number; h: number; x: number; }>; }>[]; }>)[]; }>, \"panels\"> & { panels: (Readonly<{ collapsed?: boolean | undefined; } & { title: string; gridData: Readonly<{ i?: string | undefined; } & { y: number; }>; panels: Readonly<{ version?: string | undefined; panelIndex?: string | undefined; } & { type: string; panelConfig: Readonly<{} & {}>; gridData: Readonly<{ i?: string | undefined; } & { y: number; w: number; h: number; x: number; }>; }>[]; }> | ", + "; }> | undefined; } & { meta: Readonly<{ params?: any; key?: string | undefined; value?: string | undefined; type?: string | undefined; alias?: string | null | undefined; index?: string | undefined; disabled?: boolean | undefined; field?: string | undefined; group?: string | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; isMultiIndex?: boolean | undefined; } & {}>; }>[] | undefined; } & {}> | undefined; } & {}>; timeRestore: boolean; panels: (Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{ i?: string | undefined; } & { y: number; w: number; h: number; x: number; }>; }> | Readonly<{ collapsed?: boolean | undefined; } & { title: string; grid: Readonly<{ i?: string | undefined; } & { y: number; }>; panels: Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{ i?: string | undefined; } & { y: number; w: number; h: number; x: number; }>; }>[]; }>)[]; }>, \"panels\"> & { panels: (Readonly<{ collapsed?: boolean | undefined; } & { title: string; grid: Readonly<{ i?: string | undefined; } & { y: number; }>; panels: Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{ i?: string | undefined; } & { y: number; w: number; h: number; x: number; }>; }>[]; }> | ", { "pluginId": "dashboard", "scope": "server", @@ -1942,7 +1942,7 @@ "label": "DashboardPanel", "description": [], "signature": [ - "Omit; gridData: Readonly<{ i?: string | undefined; } & { y: number; w: number; h: number; x: number; }>; }>, \"panelConfig\"> & { panelConfig: Readonly<{} & {}> & { [key: string]: any; }; gridData: ", + "Omit; grid: Readonly<{ i?: string | undefined; } & { y: number; w: number; h: number; x: number; }>; }>, \"config\"> & { config: Readonly<{} & {}> & { [key: string]: any; }; grid: ", "GridData", "; }" ], @@ -1974,7 +1974,7 @@ "label": "DashboardSection", "description": [], "signature": [ - "{ readonly collapsed?: boolean | undefined; readonly title: string; readonly gridData: Readonly<{ i?: string | undefined; } & { y: number; }>; readonly panels: Readonly<{ version?: string | undefined; panelIndex?: string | undefined; } & { type: string; panelConfig: Readonly<{} & {}>; gridData: Readonly<{ i?: string | undefined; } & { y: number; w: number; h: number; x: number; }>; }>[]; }" + "{ readonly collapsed?: boolean | undefined; readonly title: string; readonly grid: Readonly<{ i?: string | undefined; } & { y: number; }>; readonly panels: Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{ i?: string | undefined; } & { y: number; w: number; h: number; x: number; }>; }>[]; }" ], "path": "src/platform/plugins/shared/dashboard/server/content_management/v1/types.ts", "deprecated": false, @@ -2302,7 +2302,7 @@ "label": "isDashboardPanel", "description": [], "signature": [ - "(widget: Readonly<{ collapsed?: boolean | undefined; } & { title: string; gridData: Readonly<{ i?: string | undefined; } & { y: number; }>; panels: Readonly<{ version?: string | undefined; panelIndex?: string | undefined; } & { type: string; panelConfig: Readonly<{} & {}>; gridData: Readonly<{ i?: string | undefined; } & { y: number; w: number; h: number; x: number; }>; }>[]; }> | ", + "(widget: Readonly<{ collapsed?: boolean | undefined; } & { title: string; grid: Readonly<{ i?: string | undefined; } & { y: number; }>; panels: Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{ i?: string | undefined; } & { y: number; w: number; h: number; x: number; }>; }>[]; }> | ", { "pluginId": "dashboard", "scope": "server", @@ -2331,7 +2331,7 @@ "label": "widget", "description": [], "signature": [ - "Readonly<{ collapsed?: boolean | undefined; } & { title: string; gridData: Readonly<{ i?: string | undefined; } & { y: number; }>; panels: Readonly<{ version?: string | undefined; panelIndex?: string | undefined; } & { type: string; panelConfig: Readonly<{} & {}>; gridData: Readonly<{ i?: string | undefined; } & { y: number; w: number; h: number; x: number; }>; }>[]; }> | ", + "Readonly<{ collapsed?: boolean | undefined; } & { title: string; grid: Readonly<{ i?: string | undefined; } & { y: number; }>; panels: Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{ i?: string | undefined; } & { y: number; w: number; h: number; x: number; }>; }>[]; }> | ", { "pluginId": "dashboard", "scope": "server", @@ -2357,7 +2357,7 @@ "label": "isDashboardSection", "description": [], "signature": [ - "(widget: Readonly<{ collapsed?: boolean | undefined; } & { title: string; gridData: Readonly<{ i?: string | undefined; } & { y: number; }>; panels: Readonly<{ version?: string | undefined; panelIndex?: string | undefined; } & { type: string; panelConfig: Readonly<{} & {}>; gridData: Readonly<{ i?: string | undefined; } & { y: number; w: number; h: number; x: number; }>; }>[]; }> | ", + "(widget: Readonly<{ collapsed?: boolean | undefined; } & { title: string; grid: Readonly<{ i?: string | undefined; } & { y: number; }>; panels: Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{ i?: string | undefined; } & { y: number; w: number; h: number; x: number; }>; }>[]; }> | ", { "pluginId": "dashboard", "scope": "server", @@ -2365,7 +2365,7 @@ "section": "def-server.DashboardPanel", "text": "DashboardPanel" }, - ") => widget is Readonly<{ collapsed?: boolean | undefined; } & { title: string; gridData: Readonly<{ i?: string | undefined; } & { y: number; }>; panels: Readonly<{ version?: string | undefined; panelIndex?: string | undefined; } & { type: string; panelConfig: Readonly<{} & {}>; gridData: Readonly<{ i?: string | undefined; } & { y: number; w: number; h: number; x: number; }>; }>[]; }>" + ") => widget is Readonly<{ collapsed?: boolean | undefined; } & { title: string; grid: Readonly<{ i?: string | undefined; } & { y: number; }>; panels: Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{ i?: string | undefined; } & { y: number; w: number; h: number; x: number; }>; }>[]; }>" ], "path": "src/platform/plugins/shared/dashboard/common/is_dashboard_section.ts", "deprecated": false, @@ -2379,7 +2379,7 @@ "label": "widget", "description": [], "signature": [ - "Readonly<{ collapsed?: boolean | undefined; } & { title: string; gridData: Readonly<{ i?: string | undefined; } & { y: number; }>; panels: Readonly<{ version?: string | undefined; panelIndex?: string | undefined; } & { type: string; panelConfig: Readonly<{} & {}>; gridData: Readonly<{ i?: string | undefined; } & { y: number; w: number; h: number; x: number; }>; }>[]; }> | ", + "Readonly<{ collapsed?: boolean | undefined; } & { title: string; grid: Readonly<{ i?: string | undefined; } & { y: number; }>; panels: Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{ i?: string | undefined; } & { y: number; w: number; h: number; x: number; }>; }>[]; }> | ", { "pluginId": "dashboard", "scope": "server", @@ -2642,14 +2642,7 @@ "label": "timeRange", "description": [], "signature": [ - { - "pluginId": "@kbn/es-query", - "scope": "common", - "docId": "kibKbnEsQueryPluginApi", - "section": "def-common.TimeRange", - "text": "TimeRange" - }, - " | undefined" + "Readonly<{ mode?: \"absolute\" | \"relative\" | undefined; } & { from: string; to: string; }> | undefined" ], "path": "src/platform/plugins/shared/dashboard/common/types.ts", "deprecated": false, @@ -2677,7 +2670,7 @@ "label": "panels", "description": [], "signature": [ - "(Readonly<{ collapsed?: boolean | undefined; } & { title: string; gridData: Readonly<{ i?: string | undefined; } & { y: number; }>; panels: Readonly<{ version?: string | undefined; panelIndex?: string | undefined; } & { type: string; panelConfig: Readonly<{} & {}>; gridData: Readonly<{ i?: string | undefined; } & { y: number; w: number; h: number; x: number; }>; }>[]; }> | ", + "(Readonly<{ collapsed?: boolean | undefined; } & { title: string; grid: Readonly<{ i?: string | undefined; } & { y: number; }>; panels: Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{ i?: string | undefined; } & { y: number; w: number; h: number; x: number; }>; }>[]; }> | ", { "pluginId": "dashboard", "scope": "server", @@ -2760,15 +2753,7 @@ "section": "def-common.Filter", "text": "Filter" }, - "[] | undefined; timeRange?: ", - { - "pluginId": "@kbn/es-query", - "scope": "common", - "docId": "kibKbnEsQueryPluginApi", - "section": "def-common.TimeRange", - "text": "TimeRange" - }, - " | undefined; refreshInterval?: Readonly<{} & { value: number; pause: boolean; }> | undefined; panels?: (Readonly<{ collapsed?: boolean | undefined; } & { title: string; gridData: Readonly<{ i?: string | undefined; } & { y: number; }>; panels: Readonly<{ version?: string | undefined; panelIndex?: string | undefined; } & { type: string; panelConfig: Readonly<{} & {}>; gridData: Readonly<{ i?: string | undefined; } & { y: number; w: number; h: number; x: number; }>; }>[]; }> | ", + "[] | undefined; timeRange?: Readonly<{ mode?: \"absolute\" | \"relative\" | undefined; } & { from: string; to: string; }> | undefined; refreshInterval?: Readonly<{} & { value: number; pause: boolean; }> | undefined; panels?: (Readonly<{ collapsed?: boolean | undefined; } & { title: string; grid: Readonly<{ i?: string | undefined; } & { y: number; }>; panels: Readonly<{ version?: string | undefined; uid?: string | undefined; } & { type: string; config: Readonly<{} & {}>; grid: Readonly<{ i?: string | undefined; } & { y: number; w: number; h: number; x: number; }>; }>[]; }> | ", { "pluginId": "dashboard", "scope": "server", diff --git a/api_docs/dashboard.mdx b/api_docs/dashboard.mdx index a98fbf839c6a9..362751c41dd82 100644 --- a/api_docs/dashboard.mdx +++ b/api_docs/dashboard.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dashboard title: "dashboard" image: https://source.unsplash.com/400x175/?github description: API docs for the dashboard plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dashboard'] --- import dashboardObj from './dashboard.devdocs.json'; diff --git a/api_docs/dashboard_enhanced.mdx b/api_docs/dashboard_enhanced.mdx index 8ff68ce843588..69cf1ff5f529e 100644 --- a/api_docs/dashboard_enhanced.mdx +++ b/api_docs/dashboard_enhanced.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dashboardEnhanced title: "dashboardEnhanced" image: https://source.unsplash.com/400x175/?github description: API docs for the dashboardEnhanced plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dashboardEnhanced'] --- import dashboardEnhancedObj from './dashboard_enhanced.devdocs.json'; diff --git a/api_docs/data.mdx b/api_docs/data.mdx index 990f47a679879..f3137851e664b 100644 --- a/api_docs/data.mdx +++ b/api_docs/data.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/data title: "data" image: https://source.unsplash.com/400x175/?github description: API docs for the data plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'data'] --- import dataObj from './data.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/k | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 3271 | 31 | 2640 | 31 | +| 3271 | 31 | 2640 | 32 | ## Client diff --git a/api_docs/data_quality.mdx b/api_docs/data_quality.mdx index b5de52ef87d9d..9e5d5faa4218e 100644 --- a/api_docs/data_quality.mdx +++ b/api_docs/data_quality.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dataQuality title: "dataQuality" image: https://source.unsplash.com/400x175/?github description: API docs for the dataQuality plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataQuality'] --- import dataQualityObj from './data_quality.devdocs.json'; diff --git a/api_docs/data_query.mdx b/api_docs/data_query.mdx index a4e58535d9fd1..8b6ef78ad1b20 100644 --- a/api_docs/data_query.mdx +++ b/api_docs/data_query.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/data-query title: "data.query" image: https://source.unsplash.com/400x175/?github description: API docs for the data.query plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'data.query'] --- import dataQueryObj from './data_query.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/k | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 3271 | 31 | 2640 | 31 | +| 3271 | 31 | 2640 | 32 | ## Client diff --git a/api_docs/data_search.devdocs.json b/api_docs/data_search.devdocs.json index 5924a6ca999c4..ac6404cef2163 100644 --- a/api_docs/data_search.devdocs.json +++ b/api_docs/data_search.devdocs.json @@ -179,7 +179,11 @@ "Observable", "; hasAccess: () => boolean; trackSearch: (searchDescriptor: TrackSearchDescriptor) => TrackSearchHandler; getSessionId: () => string | undefined; getSession$: () => ", "Observable", - "; isStored: () => boolean; isRestore: () => boolean; restore: (sessionId: string) => void; continue: (sessionId: string) => void; cancel: () => Promise; renameCurrentSession: (newName: string) => Promise; isCurrentSession: (sessionId?: string | undefined) => boolean; getSearchOptions: (sessionId?: string | undefined) => Required; isStored: (state?: ", + "SessionStateContainer", + ") => boolean; isRestore: (state?: ", + "SessionStateContainer", + ") => boolean; restore: (sessionId: string) => void; continue: (sessionId: string, keepSearches?: boolean) => void; cancel: () => Promise; renameCurrentSession: (newName: string) => Promise; isCurrentSession: (sessionId?: string | undefined) => boolean; getSearchOptions: (sessionId?: string | undefined) => Required; hasAccess: () => boolean; trackSearch: (searchDescriptor: TrackSearchDescriptor) => TrackSearchHandler; getSessionId: () => string | undefined; getSession$: () => ", "Observable", - "; isStored: () => boolean; isRestore: () => boolean; restore: (sessionId: string) => void; continue: (sessionId: string) => void; cancel: () => Promise; renameCurrentSession: (newName: string) => Promise; isCurrentSession: (sessionId?: string | undefined) => boolean; getSearchOptions: (sessionId?: string | undefined) => Required; isStored: (state?: ", + "SessionStateContainer", + ") => boolean; isRestore: (state?: ", + "SessionStateContainer", + ") => boolean; restore: (sessionId: string) => void; continue: (sessionId: string, keepSearches?: boolean) => void; cancel: () => Promise; renameCurrentSession: (newName: string) => Promise; isCurrentSession: (sessionId?: string | undefined) => boolean; getSearchOptions: (sessionId?: string | undefined) => Required; hasAccess: () => boolean; trackSearch: (searchDescriptor: TrackSearchDescriptor) => TrackSearchHandler; getSessionId: () => string | undefined; getSession$: () => ", "Observable", - "; isStored: () => boolean; isRestore: () => boolean; restore: (sessionId: string) => void; continue: (sessionId: string) => void; cancel: () => Promise; renameCurrentSession: (newName: string) => Promise; isCurrentSession: (sessionId?: string | undefined) => boolean; getSearchOptions: (sessionId?: string | undefined) => Required; isStored: (state?: ", + "SessionStateContainer", + ") => boolean; isRestore: (state?: ", + "SessionStateContainer", + ") => boolean; restore: (sessionId: string) => void; continue: (sessionId: string, keepSearches?: boolean) => void; cancel: () => Promise; renameCurrentSession: (newName: string) => Promise; isCurrentSession: (sessionId?: string | undefined) => boolean; getSearchOptions: (sessionId?: string | undefined) => Required + ### Functions diff --git a/api_docs/deprecations_by_api.mdx b/api_docs/deprecations_by_api.mdx index 43772063eee60..aae01c1edce1d 100644 --- a/api_docs/deprecations_by_api.mdx +++ b/api_docs/deprecations_by_api.mdx @@ -7,7 +7,7 @@ id: kibDevDocsDeprecationsByApi slug: /kibana-dev-docs/api-meta/deprecated-api-list-by-api title: Deprecated API usage by API description: A list of deprecated APIs, which plugins are still referencing them, and when they need to be removed by. -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana'] --- @@ -23,7 +23,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | ml, savedObjectsTagging, actions | - | | | @kbn/core, usageCollection, taskManager, security, telemetry, monitoringCollection, @kbn/test-suites-xpack-platform, banners, customBranding, securitySolution, enterpriseSearch, interactiveSetup, @kbn/test-suites-src, mockIdpPlugin, spaces, ml | - | | | @kbn/core, savedObjects, visualizations, canvas, ml | - | -| | @kbn/core, taskManager, links, dataViews, ml, spaces, data, fleet, actions, share, apmSourcesAccess, savedSearch, lens, alerting, maps, dashboard, canvas, graph, cases, @kbn/test-suites-xpack-platform, uptime, apm, visualizations, infra, slo, synthetics, cloudSecurityPosture, lists, securitySolution, eventAnnotation, savedObjectsManagement | - | +| | @kbn/core, taskManager, links, dataViews, ml, spaces, data, actions, share, alerting, fleet, apmSourcesAccess, savedSearch, lens, maps, dashboard, canvas, graph, cases, @kbn/test-suites-xpack-platform, uptime, apm, visualizations, infra, slo, synthetics, cloudSecurityPosture, lists, securitySolution, eventAnnotation, savedObjectsManagement | - | | | ml | - | | | apm, ml, uptime | - | | | stackAlerts, alerting, securitySolution, inputControlVis | - | @@ -31,19 +31,19 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | dataVisualizer, stackAlerts, expressionPartitionVis | - | | | stackAlerts, alerting, securitySolution, inputControlVis | - | | | ruleRegistry, @kbn/test-suites-xpack-platform, securitySolution, slo | - | -| | @kbn/test-suites-xpack-platform, securitySolution, synthetics, @kbn/test-suites-xpack-observability, @kbn/test-suites-xpack-security | - | -| | @kbn/test-suites-xpack-platform, securitySolution, synthetics, @kbn/test-suites-xpack-observability, @kbn/test-suites-xpack-security | - | -| | fleet, alerting, observabilityAIAssistant, reindexService, transform, entityManager, @kbn/test-suites-xpack-platform, synthetics, serverlessSearch, cloudSecurityPosture, securitySolution, security | - | +| | @kbn/test-suites-xpack-platform, securitySolution, synthetics, @kbn/test-suites-xpack-observability, @kbn/test-suites-xpack-security, @kbn/cloud-security-posture | - | +| | @kbn/test-suites-xpack-platform, securitySolution, synthetics, @kbn/test-suites-xpack-observability, @kbn/test-suites-xpack-security, @kbn/cloud-security-posture | - | +| | alerting, fleet, observabilityAIAssistant, reindexService, transform, entityManager, @kbn/test-suites-xpack-platform, synthetics, serverlessSearch, cloudSecurityPosture, securitySolution, security | - | | | cases, @kbn/test-suites-xpack-platform, securitySolution, security | - | | | @kbn/test-suites-xpack-platform | - | | | @kbn/core, management, fleet, @kbn/test-suites-xpack-platform, security, kibanaOverview, @kbn/test-suites-src | - | | | @kbn/core, home, savedObjectsTagging, canvas, savedObjectsTaggingOss, reindexService, @kbn/test-suites-xpack-platform, lists, @kbn/test-suites-src, savedObjectsManagement | - | -| | @kbn/core, dataViews, data, savedObjectsTagging, actions, savedSearch, lens, alerting, maps, dashboard, canvas, graph, cases, @kbn/test-suites-xpack-platform, visualizations, lists, securitySolution | - | +| | @kbn/core, dataViews, data, savedObjectsTagging, actions, alerting, savedSearch, lens, maps, dashboard, canvas, graph, cases, @kbn/test-suites-xpack-platform, visualizations, lists, securitySolution | - | | | security, cases, @kbn/test-suites-xpack-platform, searchPlayground, securitySolution | - | | | @kbn/response-ops-alerts-table, triggersActionsUi | - | | | triggersActionsUi | - | -| | @kbn/esql-validation-autocomplete, @kbn/monaco, @kbn/esql-utils, @kbn/esql-composer, inference, triggersActionsUi, discover, @kbn/securitysolution-utils, securitySolution | - | -| | security, files, fleet, actions, alerting, ruleRegistry, cases, securitySolution | - | +| | @kbn/esql-validation-autocomplete, @kbn/esql-utils, @kbn/esql-composer, inference, triggersActionsUi, discover, @kbn/securitysolution-utils, securitySolution | - | +| | security, actions, alerting, files, fleet, ruleRegistry, cases, securitySolution | - | | | alerting, securitySolution | - | | | @kbn/core, fleet, graph, osquery, lists, searchPlayground, securitySolution | - | | | securitySolution | - | @@ -81,7 +81,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | visualizations, dashboard, graph, links | - | | | visualizations, maps, dashboard, discover, graph, links | - | | | @kbn/core, spaces, data, savedSearch, dashboard, visualizations, cloudSecurityPosture | - | -| | @kbn/security-plugin-types-server, telemetry, fleet, alerting, reporting, profiling, @kbn/security-authorization-core, security | - | +| | @kbn/security-plugin-types-server, telemetry, alerting, fleet, reporting, profiling, @kbn/security-authorization-core, security | - | | | actions, alerting | - | | | monitoring | - | | | monitoring, observabilityShared | - | @@ -139,7 +139,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | visTypePie | - | | | security | - | | | @kbn/ai-tools | - | -| | observabilityAiAssistantManagement, aiAssistantManagementSelection | - | +| | aiAssistantManagementSelection, observabilityAiAssistantManagement | - | | | @kbn/react-kibana-context-styled, kibanaReact | - | | | indexLifecycleManagement | - | | | discover, @kbn/reporting-public | - | @@ -153,7 +153,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | @kbn/esql-composer, @kbn/esql-utils | - | | | @kbn/reporting-export-types-pdf | - | | | @kbn/scout | - | -| | security, licenseManagement, ml, crossClusterReplication, logstash, painlessLab, watcher, searchprofiler, slo, securitySolution | 8.8.0 | +| | security, licenseManagement, ml, crossClusterReplication, logstash, monitoring, painlessLab, watcher, searchprofiler, slo, securitySolution | 8.8.0 | | | spaces, security, actions, alerting, remoteClusters, graph, indexLifecycleManagement, painlessLab, rollup, snapshotRestore, transform, upgradeAssistant, aiops, ml, osquery, searchprofiler, apm, securitySolution | 8.8.0 | | | licensing, fleet, security, apm, securitySolution | 8.8.0 | | | spaces, @kbn/security-authorization-core, security, alerting, @kbn/security-role-management-model, cases | 8.8.0 | diff --git a/api_docs/deprecations_by_plugin.mdx b/api_docs/deprecations_by_plugin.mdx index 2831d4c7086d6..3dee31d781b08 100644 --- a/api_docs/deprecations_by_plugin.mdx +++ b/api_docs/deprecations_by_plugin.mdx @@ -7,7 +7,7 @@ id: kibDevDocsDeprecationsByPlugin slug: /kibana-dev-docs/api-meta/deprecated-api-list-by-plugin title: Deprecated API usage by plugin description: A list of deprecated APIs, which plugins are still referencing them, and when they need to be removed by. -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana'] --- @@ -28,6 +28,15 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] +## @kbn/cloud-security-posture + +| Deprecated API | Reference location(s) | Remove By | +| ---------------|-----------|-----------| +| | [utils.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/packages/kbn-cloud-security-posture/public/src/components/fleet_extensions/cloud_connector/utils.test.ts#:~:text=policy_id), [utils.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/packages/kbn-cloud-security-posture/public/src/components/fleet_extensions/cloud_connector/utils.test.ts#:~:text=policy_id), [use_cloud_connector_setup.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/packages/kbn-cloud-security-posture/public/src/components/fleet_extensions/cloud_connector/hooks/use_cloud_connector_setup.test.ts#:~:text=policy_id) | - | +| | [utils.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/packages/kbn-cloud-security-posture/public/src/components/fleet_extensions/cloud_connector/utils.test.ts#:~:text=policy_id), [utils.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/packages/kbn-cloud-security-posture/public/src/components/fleet_extensions/cloud_connector/utils.test.ts#:~:text=policy_id), [use_cloud_connector_setup.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/packages/kbn-cloud-security-posture/public/src/components/fleet_extensions/cloud_connector/hooks/use_cloud_connector_setup.test.ts#:~:text=policy_id) | - | + + + ## @kbn/cloud-security-posture-graph | Deprecated API | Reference location(s) | Remove By | @@ -109,7 +118,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| | | [validation.ts](https://github.com/elastic/kibana/tree/main/src/platform/packages/shared/kbn-esql-validation-autocomplete/src/validation/validation.ts#:~:text=ESQLAst), [validation.ts](https://github.com/elastic/kibana/tree/main/src/platform/packages/shared/kbn-esql-validation-autocomplete/src/validation/validation.ts#:~:text=ESQLAst), [validation.ts](https://github.com/elastic/kibana/tree/main/src/platform/packages/shared/kbn-esql-validation-autocomplete/src/validation/validation.ts#:~:text=ESQLAst), [context.ts](https://github.com/elastic/kibana/tree/main/src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/context.ts#:~:text=ESQLAst), [context.ts](https://github.com/elastic/kibana/tree/main/src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/context.ts#:~:text=ESQLAst), [context.ts](https://github.com/elastic/kibana/tree/main/src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/context.ts#:~:text=ESQLAst), [context.ts](https://github.com/elastic/kibana/tree/main/src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/context.ts#:~:text=ESQLAst) | - | -| | [autocomplete.ts](https://github.com/elastic/kibana/tree/main/src/platform/packages/shared/kbn-esql-validation-autocomplete/src/autocomplete/autocomplete.ts#:~:text=parse), [autocomplete.ts](https://github.com/elastic/kibana/tree/main/src/platform/packages/shared/kbn-esql-validation-autocomplete/src/autocomplete/autocomplete.ts#:~:text=parse), [get_query_for_fields.test.ts](https://github.com/elastic/kibana/tree/main/src/platform/packages/shared/kbn-esql-validation-autocomplete/src/autocomplete/get_query_for_fields.test.ts#:~:text=parse), [get_query_for_fields.test.ts](https://github.com/elastic/kibana/tree/main/src/platform/packages/shared/kbn-esql-validation-autocomplete/src/autocomplete/get_query_for_fields.test.ts#:~:text=parse) | - | +| | [autocomplete.ts](https://github.com/elastic/kibana/tree/main/src/platform/packages/shared/kbn-esql-validation-autocomplete/src/autocomplete/autocomplete.ts#:~:text=parse), [autocomplete.ts](https://github.com/elastic/kibana/tree/main/src/platform/packages/shared/kbn-esql-validation-autocomplete/src/autocomplete/autocomplete.ts#:~:text=parse), [index.ts](https://github.com/elastic/kibana/tree/main/src/platform/packages/shared/kbn-esql-validation-autocomplete/src/hover/index.ts#:~:text=parse), [index.ts](https://github.com/elastic/kibana/tree/main/src/platform/packages/shared/kbn-esql-validation-autocomplete/src/hover/index.ts#:~:text=parse), [get_query_for_fields.test.ts](https://github.com/elastic/kibana/tree/main/src/platform/packages/shared/kbn-esql-validation-autocomplete/src/autocomplete/get_query_for_fields.test.ts#:~:text=parse), [get_query_for_fields.test.ts](https://github.com/elastic/kibana/tree/main/src/platform/packages/shared/kbn-esql-validation-autocomplete/src/autocomplete/get_query_for_fields.test.ts#:~:text=parse) | - | | | [autocomplete.ts](https://github.com/elastic/kibana/tree/main/src/platform/packages/shared/kbn-esql-validation-autocomplete/src/autocomplete/autocomplete.ts#:~:text=ast), [marker_node_removal.test.ts](https://github.com/elastic/kibana/tree/main/src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/marker_node_removal.test.ts#:~:text=ast) | - | @@ -139,14 +148,6 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] -## @kbn/monaco - -| Deprecated API | Reference location(s) | Remove By | -| ---------------|-----------|-----------| -| | [hover.ts](https://github.com/elastic/kibana/tree/main/src/platform/packages/shared/kbn-monaco/src/languages/esql/lib/hover/hover.ts#:~:text=parse), [hover.ts](https://github.com/elastic/kibana/tree/main/src/platform/packages/shared/kbn-monaco/src/languages/esql/lib/hover/hover.ts#:~:text=parse) | - | - - - ## @kbn/react-kibana-context-styled | Deprecated API | Reference location(s) | Remove By | @@ -312,7 +313,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | ---------------|-----------|-----------| | | [update.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/test/fleet_api_integration/apis/package_policy/update.ts#:~:text=policy_id) | - | | | [update.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/test/fleet_api_integration/apis/package_policy/update.ts#:~:text=policy_id) | - | -| | [role_backwards_compatibility.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/test/security_solution_api_integration/test_suites/edr_workflows/spaces/trial_license_complete_tier/role_backwards_compatibility.ts#:~:text=ENDPOINT_LIST_ID), [role_backwards_compatibility.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/test/security_solution_api_integration/test_suites/edr_workflows/spaces/trial_license_complete_tier/role_backwards_compatibility.ts#:~:text=ENDPOINT_LIST_ID), [role_backwards_compatibility.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/test/security_solution_api_integration/test_suites/edr_workflows/spaces/trial_license_complete_tier/role_backwards_compatibility.ts#:~:text=ENDPOINT_LIST_ID), [role_backwards_compatibility.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/test/security_solution_api_integration/test_suites/edr_workflows/spaces/trial_license_complete_tier/role_backwards_compatibility.ts#:~:text=ENDPOINT_LIST_ID), [security_lists.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/test/security_solution_api_integration/test_suites/detections_response/telemetry/trial_license_complete_tier/task_based/security_lists.ts#:~:text=ENDPOINT_LIST_ID), [security_lists.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/test/security_solution_api_integration/test_suites/detections_response/telemetry/trial_license_complete_tier/task_based/security_lists.ts#:~:text=ENDPOINT_LIST_ID), [security_lists.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/test/security_solution_api_integration/test_suites/detections_response/telemetry/trial_license_complete_tier/task_based/security_lists.ts#:~:text=ENDPOINT_LIST_ID), [security_lists.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/test/security_solution_api_integration/test_suites/detections_response/telemetry/trial_license_complete_tier/task_based/security_lists.ts#:~:text=ENDPOINT_LIST_ID), [security_lists.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/test/security_solution_api_integration/test_suites/detections_response/telemetry/trial_license_complete_tier/task_based/security_lists.ts#:~:text=ENDPOINT_LIST_ID), [security_lists.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/test/security_solution_api_integration/test_suites/detections_response/telemetry/trial_license_complete_tier/task_based/security_lists.ts#:~:text=ENDPOINT_LIST_ID)+ 3 more | - | +| | [security_lists.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/test/security_solution_api_integration/test_suites/detections_response/telemetry/trial_license_complete_tier/task_based/security_lists.ts#:~:text=ENDPOINT_LIST_ID), [security_lists.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/test/security_solution_api_integration/test_suites/detections_response/telemetry/trial_license_complete_tier/task_based/security_lists.ts#:~:text=ENDPOINT_LIST_ID), [security_lists.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/test/security_solution_api_integration/test_suites/detections_response/telemetry/trial_license_complete_tier/task_based/security_lists.ts#:~:text=ENDPOINT_LIST_ID), [security_lists.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/test/security_solution_api_integration/test_suites/detections_response/telemetry/trial_license_complete_tier/task_based/security_lists.ts#:~:text=ENDPOINT_LIST_ID), [security_lists.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/test/security_solution_api_integration/test_suites/detections_response/telemetry/trial_license_complete_tier/task_based/security_lists.ts#:~:text=ENDPOINT_LIST_ID), [security_lists.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/test/security_solution_api_integration/test_suites/detections_response/telemetry/trial_license_complete_tier/task_based/security_lists.ts#:~:text=ENDPOINT_LIST_ID), [security_lists.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/test/security_solution_api_integration/test_suites/detections_response/telemetry/trial_license_complete_tier/task_based/security_lists.ts#:~:text=ENDPOINT_LIST_ID), [security_lists.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/test/security_solution_api_integration/test_suites/detections_response/telemetry/trial_license_complete_tier/task_based/security_lists.ts#:~:text=ENDPOINT_LIST_ID), [security_lists.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/test/security_solution_api_integration/test_suites/detections_response/telemetry/trial_license_complete_tier/task_based/security_lists.ts#:~:text=ENDPOINT_LIST_ID) | - | | | [security_lists.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/test/security_solution_api_integration/test_suites/detections_response/telemetry/trial_license_complete_tier/task_based/security_lists.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID), [security_lists.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/test/security_solution_api_integration/test_suites/detections_response/telemetry/trial_license_complete_tier/task_based/security_lists.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID), [security_lists.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/test/security_solution_api_integration/test_suites/detections_response/telemetry/trial_license_complete_tier/task_based/security_lists.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID), [security_lists.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/test/security_solution_api_integration/test_suites/detections_response/telemetry/trial_license_complete_tier/task_based/security_lists.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID), [security_lists.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/test/security_solution_api_integration/test_suites/detections_response/telemetry/trial_license_complete_tier/task_based/security_lists.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID), [security_lists.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/test/security_solution_api_integration/test_suites/detections_response/telemetry/trial_license_complete_tier/task_based/security_lists.ts#:~:text=ENDPOINT_TRUSTED_APPS_LIST_ID) | - | | | [security_lists.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/test/security_solution_api_integration/test_suites/detections_response/telemetry/trial_license_complete_tier/task_based/security_lists.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_ID), [security_lists.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/test/security_solution_api_integration/test_suites/detections_response/telemetry/trial_license_complete_tier/task_based/security_lists.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_ID), [security_lists.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/test/security_solution_api_integration/test_suites/detections_response/telemetry/trial_license_complete_tier/task_based/security_lists.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_ID), [security_lists.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/test/security_solution_api_integration/test_suites/detections_response/telemetry/trial_license_complete_tier/task_based/security_lists.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_ID), [security_lists.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/test/security_solution_api_integration/test_suites/detections_response/telemetry/trial_license_complete_tier/task_based/security_lists.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_ID), [security_lists.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/test/security_solution_api_integration/test_suites/detections_response/telemetry/trial_license_complete_tier/task_based/security_lists.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_ID), [security_lists.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/test/security_solution_api_integration/test_suites/detections_response/telemetry/trial_license_complete_tier/task_based/security_lists.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_ID), [security_lists.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/test/security_solution_api_integration/test_suites/detections_response/telemetry/trial_license_complete_tier/task_based/security_lists.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_ID), [security_lists.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/test/security_solution_api_integration/test_suites/detections_response/telemetry/trial_license_complete_tier/task_based/security_lists.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_ID), [security_lists.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/test/security_solution_api_integration/test_suites/detections_response/telemetry/trial_license_complete_tier/task_based/security_lists.ts#:~:text=ENDPOINT_EVENT_FILTERS_LIST_ID)+ 2 more | - | @@ -333,7 +334,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/actions/server/plugin.ts#:~:text=license%24), [license_state.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/actions/server/lib/license_state.test.ts#:~:text=license%24), [license_state.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/actions/server/lib/license_state.test.ts#:~:text=license%24) | 8.8.0 | | | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/actions/server/plugin.ts#:~:text=authz) | - | | | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/actions/server/plugin.ts#:~:text=index) | - | -| | [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/actions/server/application/connector/methods/update/types/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/actions/server/application/connector/methods/update/types/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/actions/server/application/connector/methods/update/types/types.ts#:~:text=SavedObjectAttributes), [update.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/actions/server/application/connector/methods/update/update.ts#:~:text=SavedObjectAttributes), [update.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/actions/server/application/connector/methods/update/update.ts#:~:text=SavedObjectAttributes), [update.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/actions/server/application/connector/methods/update/update.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/actions/server/application/connector/methods/create/types/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/actions/server/application/connector/methods/create/types/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/actions/server/application/connector/methods/create/types/types.ts#:~:text=SavedObjectAttributes), [create.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/actions/server/application/connector/methods/create/create.ts#:~:text=SavedObjectAttributes)+ 20 more | - | +| | [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/actions/server/application/connector/methods/create/types/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/actions/server/application/connector/methods/create/types/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/actions/server/application/connector/methods/create/types/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/actions/server/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/actions/server/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/actions/server/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/actions/server/application/connector/methods/update/types/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/actions/server/application/connector/methods/update/types/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/actions/server/application/connector/methods/update/types/types.ts#:~:text=SavedObjectAttributes), [update.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/actions/server/application/connector/methods/update/update.ts#:~:text=SavedObjectAttributes)+ 20 more | - | | | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/actions/server/saved_objects/index.ts#:~:text=migrations), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/actions/server/saved_objects/index.ts#:~:text=migrations) | - | | | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/actions/server/saved_objects/index.ts#:~:text=convertToMultiNamespaceTypeVersion), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/actions/server/saved_objects/index.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | | | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/actions/server/plugin.ts#:~:text=audit), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/actions/server/plugin.ts#:~:text=audit) | - | @@ -369,7 +370,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [rules_client_factory.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/alerting/server/rules_client_factory.ts#:~:text=authc), [task.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/alerting/server/invalidate_pending_api_keys/task.ts#:~:text=authc), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/alerting/server/plugin.ts#:~:text=authc), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/alerting/server/plugin.ts#:~:text=authc), [rules_client_factory.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/alerting/server/rules_client_factory.ts#:~:text=authc), [task.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/alerting/server/invalidate_pending_api_keys/task.ts#:~:text=authc), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/alerting/server/plugin.ts#:~:text=authc), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/alerting/server/plugin.ts#:~:text=authc) | - | | | [has_required_privilege_granted_in_all_spaces.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/alerting/server/lib/has_required_privilege_granted_in_all_spaces.ts#:~:text=get), [has_required_privilege_granted_in_all_spaces.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/alerting/server/lib/has_required_privilege_granted_in_all_spaces.ts#:~:text=get) | - | | | [task.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/alerting/server/usage/task.ts#:~:text=index) | - | -| | [rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/alerting/common/rule.ts#:~:text=SavedObjectAttributes), [rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/alerting/common/rule.ts#:~:text=SavedObjectAttributes), [inject_references.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/alerting/server/rules_client/common/inject_references.ts#:~:text=SavedObjectAttributes), [inject_references.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/alerting/server/rules_client/common/inject_references.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/alerting/server/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/alerting/server/types.ts#:~:text=SavedObjectAttributes), [migrations.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/alerting/server/saved_objects/geo_containment/migrations.ts#:~:text=SavedObjectAttributes), [migrations.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/alerting/server/saved_objects/geo_containment/migrations.ts#:~:text=SavedObjectAttributes), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/alerting/server/saved_objects/migrations/7.11/index.ts#:~:text=SavedObjectAttributes), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/alerting/server/saved_objects/migrations/7.11/index.ts#:~:text=SavedObjectAttributes)+ 14 more | - | +| | [rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/alerting/common/rule.ts#:~:text=SavedObjectAttributes), [rule.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/alerting/common/rule.ts#:~:text=SavedObjectAttributes), [migrations.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/alerting/server/saved_objects/geo_containment/migrations.ts#:~:text=SavedObjectAttributes), [migrations.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/alerting/server/saved_objects/geo_containment/migrations.ts#:~:text=SavedObjectAttributes), [inject_references.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/alerting/server/rules_client/common/inject_references.ts#:~:text=SavedObjectAttributes), [inject_references.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/alerting/server/rules_client/common/inject_references.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/alerting/server/types.ts#:~:text=SavedObjectAttributes), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/alerting/server/types.ts#:~:text=SavedObjectAttributes), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/alerting/server/saved_objects/migrations/7.11/index.ts#:~:text=SavedObjectAttributes), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/alerting/server/saved_objects/migrations/7.11/index.ts#:~:text=SavedObjectAttributes)+ 14 more | - | | | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/alerting/server/saved_objects/index.ts#:~:text=migrations) | - | | | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/alerting/server/saved_objects/index.ts#:~:text=convertToMultiNamespaceTypeVersion) | - | | | [rules_client_factory.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/alerting/server/rules_client_factory.ts#:~:text=audit), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/alerting/server/plugin.ts#:~:text=audit) | - | @@ -971,6 +972,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | ---------------|-----------|-----------| | | [url_state.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/monitoring/public/url_state.ts#:~:text=syncQueryStateWithUrl), [url_state.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/monitoring/public/url_state.ts#:~:text=syncQueryStateWithUrl) | - | | | [header_menu_portal.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/monitoring/public/components/header_menu/header_menu_portal.tsx#:~:text=toMountPoint), [header_menu_portal.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/monitoring/public/components/header_menu/header_menu_portal.tsx#:~:text=toMountPoint) | - | +| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/monitoring/public/plugin.ts#:~:text=license%24) | 8.8.0 | diff --git a/api_docs/deprecations_by_team.mdx b/api_docs/deprecations_by_team.mdx index 13db7b76e96b3..61f36456e82c1 100644 --- a/api_docs/deprecations_by_team.mdx +++ b/api_docs/deprecations_by_team.mdx @@ -7,7 +7,7 @@ id: kibDevDocsDeprecationsDueByTeam slug: /kibana-dev-docs/api-meta/deprecations-due-by-team title: Deprecated APIs due to be removed, by team description: Lists the teams that are referencing deprecated APIs with a remove by date. -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana'] --- @@ -131,4 +131,12 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/ | --------|-------|-----------|-----------| | securitySolution | | [plugin.tsx](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/public/plugin.tsx#:~:text=license%24) | 8.8.0 | | securitySolution | | [get_is_alert_suppression_active.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/rule_types/utils/get_is_alert_suppression_active.ts#:~:text=license%24), [create_threat_signals.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/rule_types/indicator_match/threat_mapping/create_threat_signals.ts#:~:text=license%24), [query.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/rule_types/query/query.ts#:~:text=license%24), [threshold.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/rule_types/threshold/threshold.ts#:~:text=license%24), [get_is_alert_suppression_active.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/rule_types/utils/get_is_alert_suppression_active.test.ts#:~:text=license%24), [get_is_alert_suppression_active.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/rule_types/utils/get_is_alert_suppression_active.test.ts#:~:text=license%24), [get_is_alert_suppression_active.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/server/lib/detection_engine/rule_types/utils/get_is_alert_suppression_active.test.ts#:~:text=license%24) | 8.8.0 | -| securitySolution | | [policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [fleet_integration.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/server/fleet_integration/fleet_integration.test.ts#:~:text=mode), [fleet_integration.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/server/fleet_integration/fleet_integration.test.ts#:~:text=mode), [create_default_policy.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/server/fleet_integration/handlers/create_default_policy.test.ts#:~:text=mode), [create_default_policy.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/server/fleet_integration/handlers/create_default_policy.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode)+ 7 more | 8.8.0 | \ No newline at end of file +| securitySolution | | [policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [policy_config.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/common/license/policy_config.test.ts#:~:text=mode), [fleet_integration.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/server/fleet_integration/fleet_integration.test.ts#:~:text=mode), [fleet_integration.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/server/fleet_integration/fleet_integration.test.ts#:~:text=mode), [create_default_policy.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/server/fleet_integration/handlers/create_default_policy.test.ts#:~:text=mode), [create_default_policy.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/server/fleet_integration/handlers/create_default_policy.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode), [license_watch.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/security/plugins/security_solution/server/endpoint/lib/policy/license_watch.test.ts#:~:text=mode)+ 7 more | 8.8.0 | + + + +## @elastic/stack-monitoring + +| Plugin | Deprecated API | Reference location(s) | Remove By | +| --------|-------|-----------|-----------| +| monitoring | | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/monitoring/public/plugin.ts#:~:text=license%24) | 8.8.0 | \ No newline at end of file diff --git a/api_docs/dev_tools.mdx b/api_docs/dev_tools.mdx index 30527bc8d29e0..959ac14c98478 100644 --- a/api_docs/dev_tools.mdx +++ b/api_docs/dev_tools.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/devTools title: "devTools" image: https://source.unsplash.com/400x175/?github description: API docs for the devTools plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'devTools'] --- import devToolsObj from './dev_tools.devdocs.json'; diff --git a/api_docs/discover.devdocs.json b/api_docs/discover.devdocs.json index 56e3972b09852..32ec6fb8f7826 100644 --- a/api_docs/discover.devdocs.json +++ b/api_docs/discover.devdocs.json @@ -966,6 +966,20 @@ "deprecated": false, "trackAdoption": false }, + { + "parentPluginId": "discover", + "id": "def-public.DiscoverServices.discoverFeatureFlags", + "type": "Object", + "tags": [], + "label": "discoverFeatureFlags", + "description": [], + "signature": [ + "DiscoverFeatureFlags" + ], + "path": "src/platform/plugins/shared/discover/public/build_services.ts", + "deprecated": false, + "trackAdoption": false + }, { "parentPluginId": "discover", "id": "def-public.DiscoverServices.docLinks", @@ -2347,7 +2361,15 @@ "TabState", "[]; selectedTabId: string; recentlyClosedTabs: ", "RecentlyClosedTabState", - "[]; }], void>; updateTabs: ", + "[]; updatedDiscoverSession?: ", + { + "pluginId": "savedSearch", + "scope": "common", + "docId": "kibSavedSearchPluginApi", + "section": "def-common.DiscoverSession", + "text": "DiscoverSession" + }, + " | undefined; }], void>; updateTabs: ", "InternalStateThunkActionCreator", "<[{ items: ", "TabState", @@ -2369,7 +2391,15 @@ "section": "def-public.TabItem", "text": "TabItem" }, - " | null; }], Promise>; disconnectTab: ", + " | null; updatedDiscoverSession?: ", + { + "pluginId": "savedSearch", + "scope": "common", + "docId": "kibSavedSearchPluginApi", + "section": "def-common.DiscoverSession", + "text": "DiscoverSession" + }, + " | undefined; }, void], Promise>; disconnectTab: ", "InternalStateThunkActionCreator", "<[{ tabId: string; }], void>; setDataView: ", "InternalStateThunkActionCreator", @@ -2453,7 +2483,7 @@ }, " | undefined; globalState?: ", "TabStateGlobalState", - " | undefined; searchSessionId?: string | undefined; }], void>; clearAllTabs: ", + " | undefined; searchSessionId?: string | undefined; }], void>; clearRecentlyClosedTabs: ", "InternalStateThunkActionCreator", "<[], void>; initializeTabs: ", "AsyncThunk", @@ -2527,7 +2557,7 @@ "section": "def-common.DiscoverSession", "text": "DiscoverSession" }, - " | undefined; } | undefined, { state: ", + " | undefined; nextSelectedTabId?: string | undefined; } | undefined, { state: ", "DiscoverInternalState", "; dispatch: ((action: ", "Action", diff --git a/api_docs/discover.mdx b/api_docs/discover.mdx index a54ac9d679be1..c4778af6bf0c3 100644 --- a/api_docs/discover.mdx +++ b/api_docs/discover.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/discover title: "discover" image: https://source.unsplash.com/400x175/?github description: API docs for the discover plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'discover'] --- import discoverObj from './discover.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/k | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 210 | 0 | 159 | 37 | +| 211 | 0 | 160 | 38 | ## Client diff --git a/api_docs/discover_enhanced.mdx b/api_docs/discover_enhanced.mdx index 2d568b6bc11d5..fd6f19882c9d1 100644 --- a/api_docs/discover_enhanced.mdx +++ b/api_docs/discover_enhanced.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/discoverEnhanced title: "discoverEnhanced" image: https://source.unsplash.com/400x175/?github description: API docs for the discoverEnhanced plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'discoverEnhanced'] --- import discoverEnhancedObj from './discover_enhanced.devdocs.json'; diff --git a/api_docs/discover_shared.mdx b/api_docs/discover_shared.mdx index e9b4282536e8d..2f16e7dc3d40d 100644 --- a/api_docs/discover_shared.mdx +++ b/api_docs/discover_shared.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/discoverShared title: "discoverShared" image: https://source.unsplash.com/400x175/?github description: API docs for the discoverShared plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'discoverShared'] --- import discoverSharedObj from './discover_shared.devdocs.json'; diff --git a/api_docs/ecs_data_quality_dashboard.mdx b/api_docs/ecs_data_quality_dashboard.mdx index 90fc2234b3b6e..baa6e32db4ddc 100644 --- a/api_docs/ecs_data_quality_dashboard.mdx +++ b/api_docs/ecs_data_quality_dashboard.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/ecsDataQualityDashboard title: "ecsDataQualityDashboard" image: https://source.unsplash.com/400x175/?github description: API docs for the ecsDataQualityDashboard plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'ecsDataQualityDashboard'] --- import ecsDataQualityDashboardObj from './ecs_data_quality_dashboard.devdocs.json'; diff --git a/api_docs/elastic_assistant.mdx b/api_docs/elastic_assistant.mdx index 7c01318b11d0d..9c8130ab5792f 100644 --- a/api_docs/elastic_assistant.mdx +++ b/api_docs/elastic_assistant.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/elasticAssistant title: "elasticAssistant" image: https://source.unsplash.com/400x175/?github description: API docs for the elasticAssistant plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'elasticAssistant'] --- import elasticAssistantObj from './elastic_assistant.devdocs.json'; diff --git a/api_docs/elastic_assistant_shared_state.mdx b/api_docs/elastic_assistant_shared_state.mdx index 89e2e8018ea6a..91ce3c3771aa4 100644 --- a/api_docs/elastic_assistant_shared_state.mdx +++ b/api_docs/elastic_assistant_shared_state.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/elasticAssistantSharedState title: "elasticAssistantSharedState" image: https://source.unsplash.com/400x175/?github description: API docs for the elasticAssistantSharedState plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'elasticAssistantSharedState'] --- import elasticAssistantSharedStateObj from './elastic_assistant_shared_state.devdocs.json'; diff --git a/api_docs/embeddable.devdocs.json b/api_docs/embeddable.devdocs.json index db7c5ab4dea9a..6b2fb7d688940 100644 --- a/api_docs/embeddable.devdocs.json +++ b/api_docs/embeddable.devdocs.json @@ -2311,7 +2311,9 @@ "type": "Function", "tags": [], "label": "registerTransforms", - "description": [], + "description": [ + "\nUse registerTransforms to register transforms for an embeddable type.\nPublic transforms registry uses transformOut to convert StoredEmbeddableState from URL into EmbeddableState.\ntransformIn is not used." + ], "signature": [ "(type: string, getTransforms: () => Promise<", { @@ -2986,7 +2988,9 @@ "type": "Function", "tags": [], "label": "registerTransforms", - "description": [], + "description": [ + "\nUse registerTransforms to register transforms for an embeddable type.\nTransforms decouple REST API state from stored state,\nallowing embeddables to have one shape for REST APIs and another for storage.\nEmbeddable containers, such as dashboard, use transforms to convert EmbeddableState into StoreEmbeddableState and vice versa.\nOn read, transformOut is used to convert StoredEmbeddableState and inject references into EmbeddableState.\nOn write, transformIn is used to extract references and convert EmbeddableState into StoredEmbeddableState." + ], "signature": [ "(type: string, transforms: ", { @@ -3370,7 +3374,7 @@ "label": "EmbeddableTransforms", "description": [], "signature": [ - "{ transformOut?: ((state: StoredState, references?: ", + "{ transformOut?: ((storedState: StoredEmbeddableState, references?: ", { "pluginId": "@kbn/content-management-utils", "scope": "server", @@ -3378,7 +3382,7 @@ "section": "def-server.Reference", "text": "Reference" }, - "[] | undefined) => State) | undefined; transformIn?: ((state: State) => { state: StoredState; references?: ", + "[] | undefined) => EmbeddableState) | undefined; transformIn?: ((state: EmbeddableState) => { state: StoredEmbeddableState; references?: ", { "pluginId": "@kbn/content-management-utils", "scope": "server", diff --git a/api_docs/embeddable.mdx b/api_docs/embeddable.mdx index f2131eb0abc8e..8fd11d71425c4 100644 --- a/api_docs/embeddable.mdx +++ b/api_docs/embeddable.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/embeddable title: "embeddable" image: https://source.unsplash.com/400x175/?github description: API docs for the embeddable plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'embeddable'] --- import embeddableObj from './embeddable.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kib | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 166 | 0 | 141 | 3 | +| 166 | 0 | 139 | 3 | ## Client diff --git a/api_docs/embeddable_alerts_table.mdx b/api_docs/embeddable_alerts_table.mdx index 9dc12701c3dfd..042389985e63f 100644 --- a/api_docs/embeddable_alerts_table.mdx +++ b/api_docs/embeddable_alerts_table.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/embeddableAlertsTable title: "embeddableAlertsTable" image: https://source.unsplash.com/400x175/?github description: API docs for the embeddableAlertsTable plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'embeddableAlertsTable'] --- import embeddableAlertsTableObj from './embeddable_alerts_table.devdocs.json'; diff --git a/api_docs/embeddable_enhanced.mdx b/api_docs/embeddable_enhanced.mdx index 5abd70d8292b8..5ab864ef4f695 100644 --- a/api_docs/embeddable_enhanced.mdx +++ b/api_docs/embeddable_enhanced.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/embeddableEnhanced title: "embeddableEnhanced" image: https://source.unsplash.com/400x175/?github description: API docs for the embeddableEnhanced plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'embeddableEnhanced'] --- import embeddableEnhancedObj from './embeddable_enhanced.devdocs.json'; diff --git a/api_docs/encrypted_saved_objects.mdx b/api_docs/encrypted_saved_objects.mdx index 0ce48c3aa672a..67a5e0631e563 100644 --- a/api_docs/encrypted_saved_objects.mdx +++ b/api_docs/encrypted_saved_objects.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/encryptedSavedObjects title: "encryptedSavedObjects" image: https://source.unsplash.com/400x175/?github description: API docs for the encryptedSavedObjects plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'encryptedSavedObjects'] --- import encryptedSavedObjectsObj from './encrypted_saved_objects.devdocs.json'; diff --git a/api_docs/enterprise_search.mdx b/api_docs/enterprise_search.mdx index 5330d798c234f..a40b6977f868c 100644 --- a/api_docs/enterprise_search.mdx +++ b/api_docs/enterprise_search.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/enterpriseSearch title: "enterpriseSearch" image: https://source.unsplash.com/400x175/?github description: API docs for the enterpriseSearch plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'enterpriseSearch'] --- import enterpriseSearchObj from './enterprise_search.devdocs.json'; diff --git a/api_docs/entity_manager.mdx b/api_docs/entity_manager.mdx index 0532667cb0857..6773b0dcbf418 100644 --- a/api_docs/entity_manager.mdx +++ b/api_docs/entity_manager.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/entityManager title: "entityManager" image: https://source.unsplash.com/400x175/?github description: API docs for the entityManager plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'entityManager'] --- import entityManagerObj from './entity_manager.devdocs.json'; diff --git a/api_docs/es_ui_shared.mdx b/api_docs/es_ui_shared.mdx index 01b6504482b52..690c252a0a60f 100644 --- a/api_docs/es_ui_shared.mdx +++ b/api_docs/es_ui_shared.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/esUiShared title: "esUiShared" image: https://source.unsplash.com/400x175/?github description: API docs for the esUiShared plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'esUiShared'] --- import esUiSharedObj from './es_ui_shared.devdocs.json'; diff --git a/api_docs/esql.mdx b/api_docs/esql.mdx index 8894d09f312a5..7ff8b7af8e203 100644 --- a/api_docs/esql.mdx +++ b/api_docs/esql.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/esql title: "esql" image: https://source.unsplash.com/400x175/?github description: API docs for the esql plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'esql'] --- import esqlObj from './esql.devdocs.json'; diff --git a/api_docs/esql_data_grid.mdx b/api_docs/esql_data_grid.mdx index fbb53d8ef4800..2ba0ac467bba6 100644 --- a/api_docs/esql_data_grid.mdx +++ b/api_docs/esql_data_grid.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/esqlDataGrid title: "esqlDataGrid" image: https://source.unsplash.com/400x175/?github description: API docs for the esqlDataGrid plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'esqlDataGrid'] --- import esqlDataGridObj from './esql_data_grid.devdocs.json'; diff --git a/api_docs/event_annotation.mdx b/api_docs/event_annotation.mdx index 0600638392480..d7ab461869596 100644 --- a/api_docs/event_annotation.mdx +++ b/api_docs/event_annotation.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/eventAnnotation title: "eventAnnotation" image: https://source.unsplash.com/400x175/?github description: API docs for the eventAnnotation plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'eventAnnotation'] --- import eventAnnotationObj from './event_annotation.devdocs.json'; diff --git a/api_docs/event_annotation_listing.mdx b/api_docs/event_annotation_listing.mdx index f949f8895a8b2..67baa3f94c087 100644 --- a/api_docs/event_annotation_listing.mdx +++ b/api_docs/event_annotation_listing.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/eventAnnotationListing title: "eventAnnotationListing" image: https://source.unsplash.com/400x175/?github description: API docs for the eventAnnotationListing plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'eventAnnotationListing'] --- import eventAnnotationListingObj from './event_annotation_listing.devdocs.json'; diff --git a/api_docs/event_log.mdx b/api_docs/event_log.mdx index 5fd6878d7a18d..ba178bd9cb231 100644 --- a/api_docs/event_log.mdx +++ b/api_docs/event_log.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/eventLog title: "eventLog" image: https://source.unsplash.com/400x175/?github description: API docs for the eventLog plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'eventLog'] --- import eventLogObj from './event_log.devdocs.json'; diff --git a/api_docs/exploratory_view.mdx b/api_docs/exploratory_view.mdx index 5b657a48f0b2c..77274d3d6b3de 100644 --- a/api_docs/exploratory_view.mdx +++ b/api_docs/exploratory_view.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/exploratoryView title: "exploratoryView" image: https://source.unsplash.com/400x175/?github description: API docs for the exploratoryView plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'exploratoryView'] --- import exploratoryViewObj from './exploratory_view.devdocs.json'; diff --git a/api_docs/expression_gauge.devdocs.json b/api_docs/expression_gauge.devdocs.json index 7a4a4ac641a2a..879c59600fe69 100644 --- a/api_docs/expression_gauge.devdocs.json +++ b/api_docs/expression_gauge.devdocs.json @@ -1255,7 +1255,7 @@ "MakeOverridesSerializable", "<", "CustomXDomain", - " | undefined>; onAnnotationClick?: \"ignore\" | undefined; resizeDebounce?: number | undefined; pointerUpdateDebounce?: number | undefined; roundHistogramBrushValues?: boolean | undefined; renderingSort?: \"ignore\" | undefined; noResults?: React.ComponentType<{}> | React.ReactChild | undefined; ariaLabel?: string | undefined; ariaLabelledBy?: string | undefined; ariaDescription?: string | undefined; ariaDescribedBy?: string | undefined; ariaTableCaption?: string | undefined; legendStrategy?: ", + " | undefined>; onAnnotationClick?: \"ignore\" | undefined; resizeDebounce?: number | undefined; pointerUpdateDebounce?: number | undefined; roundHistogramBrushValues?: boolean | undefined; renderingSort?: \"ignore\" | undefined; noResults?: string | number | boolean | React.ReactElement> | Iterable | React.ReactPortal | React.ComponentType<{}> | undefined; ariaLabel?: string | undefined; ariaLabelledBy?: string | undefined; ariaDescription?: string | undefined; ariaDescribedBy?: string | undefined; ariaTableCaption?: string | undefined; legendStrategy?: ", "LegendStrategy", " | undefined; onLegendItemOver?: \"ignore\" | undefined; onLegendItemOut?: \"ignore\" | undefined; onLegendItemClick?: \"ignore\" | undefined; onLegendItemPlusClick?: \"ignore\" | undefined; onLegendItemMinusClick?: \"ignore\" | undefined; legendAction?: \"ignore\" | undefined; legendSort?: \"ignore\" | undefined; customLegend?: \"ignore\" | undefined; legendTitle?: string | undefined; }>> & Partial>) | undefined; setChartSize: (d: ", { diff --git a/api_docs/expression_gauge.mdx b/api_docs/expression_gauge.mdx index 21b0f82dde939..ff685404f5911 100644 --- a/api_docs/expression_gauge.mdx +++ b/api_docs/expression_gauge.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionGauge title: "expressionGauge" image: https://source.unsplash.com/400x175/?github description: API docs for the expressionGauge plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionGauge'] --- import expressionGaugeObj from './expression_gauge.devdocs.json'; diff --git a/api_docs/expression_heatmap.devdocs.json b/api_docs/expression_heatmap.devdocs.json index f49243f9173c3..4d7b9cf2959cd 100644 --- a/api_docs/expression_heatmap.devdocs.json +++ b/api_docs/expression_heatmap.devdocs.json @@ -529,7 +529,7 @@ "MakeOverridesSerializable", "<", "CustomXDomain", - " | undefined>; onAnnotationClick?: \"ignore\" | undefined; resizeDebounce?: number | undefined; pointerUpdateDebounce?: number | undefined; roundHistogramBrushValues?: boolean | undefined; renderingSort?: \"ignore\" | undefined; noResults?: React.ComponentType<{}> | React.ReactChild | undefined; ariaLabel?: string | undefined; ariaLabelledBy?: string | undefined; ariaDescription?: string | undefined; ariaDescribedBy?: string | undefined; ariaTableCaption?: string | undefined; legendStrategy?: ", + " | undefined>; onAnnotationClick?: \"ignore\" | undefined; resizeDebounce?: number | undefined; pointerUpdateDebounce?: number | undefined; roundHistogramBrushValues?: boolean | undefined; renderingSort?: \"ignore\" | undefined; noResults?: string | number | boolean | React.ReactElement> | Iterable | React.ReactPortal | React.ComponentType<{}> | undefined; ariaLabel?: string | undefined; ariaLabelledBy?: string | undefined; ariaDescription?: string | undefined; ariaDescribedBy?: string | undefined; ariaTableCaption?: string | undefined; legendStrategy?: ", "LegendStrategy", " | undefined; onLegendItemOver?: \"ignore\" | undefined; onLegendItemOut?: \"ignore\" | undefined; onLegendItemClick?: \"ignore\" | undefined; onLegendItemPlusClick?: \"ignore\" | undefined; onLegendItemMinusClick?: \"ignore\" | undefined; legendAction?: \"ignore\" | undefined; legendSort?: \"ignore\" | undefined; customLegend?: \"ignore\" | undefined; legendTitle?: string | undefined; }>> & Partial>) | undefined" ], diff --git a/api_docs/expression_heatmap.mdx b/api_docs/expression_heatmap.mdx index 0d5425378b2cd..a588ead536384 100644 --- a/api_docs/expression_heatmap.mdx +++ b/api_docs/expression_heatmap.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionHeatmap title: "expressionHeatmap" image: https://source.unsplash.com/400x175/?github description: API docs for the expressionHeatmap plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionHeatmap'] --- import expressionHeatmapObj from './expression_heatmap.devdocs.json'; diff --git a/api_docs/expression_legacy_metric_vis.mdx b/api_docs/expression_legacy_metric_vis.mdx index c4b73ec98e039..a0905a68bb512 100644 --- a/api_docs/expression_legacy_metric_vis.mdx +++ b/api_docs/expression_legacy_metric_vis.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionLegacyMetricVis title: "expressionLegacyMetricVis" image: https://source.unsplash.com/400x175/?github description: API docs for the expressionLegacyMetricVis plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionLegacyMetricVis'] --- import expressionLegacyMetricVisObj from './expression_legacy_metric_vis.devdocs.json'; diff --git a/api_docs/expression_metric_vis.devdocs.json b/api_docs/expression_metric_vis.devdocs.json index 7cf69757e2095..243aa5b7dc848 100644 --- a/api_docs/expression_metric_vis.devdocs.json +++ b/api_docs/expression_metric_vis.devdocs.json @@ -1252,7 +1252,7 @@ "MakeOverridesSerializable", "<", "CustomXDomain", - " | undefined>; onAnnotationClick?: \"ignore\" | undefined; resizeDebounce?: number | undefined; pointerUpdateDebounce?: number | undefined; roundHistogramBrushValues?: boolean | undefined; renderingSort?: \"ignore\" | undefined; noResults?: React.ComponentType<{}> | React.ReactChild | undefined; ariaLabel?: string | undefined; ariaLabelledBy?: string | undefined; ariaDescription?: string | undefined; ariaDescribedBy?: string | undefined; ariaTableCaption?: string | undefined; legendStrategy?: ", + " | undefined>; onAnnotationClick?: \"ignore\" | undefined; resizeDebounce?: number | undefined; pointerUpdateDebounce?: number | undefined; roundHistogramBrushValues?: boolean | undefined; renderingSort?: \"ignore\" | undefined; noResults?: string | number | boolean | React.ReactElement> | Iterable | React.ReactPortal | React.ComponentType<{}> | undefined; ariaLabel?: string | undefined; ariaLabelledBy?: string | undefined; ariaDescription?: string | undefined; ariaDescribedBy?: string | undefined; ariaTableCaption?: string | undefined; legendStrategy?: ", "LegendStrategy", " | undefined; onLegendItemOver?: \"ignore\" | undefined; onLegendItemOut?: \"ignore\" | undefined; onLegendItemClick?: \"ignore\" | undefined; onLegendItemPlusClick?: \"ignore\" | undefined; onLegendItemMinusClick?: \"ignore\" | undefined; legendAction?: \"ignore\" | undefined; legendSort?: \"ignore\" | undefined; customLegend?: \"ignore\" | undefined; legendTitle?: string | undefined; }>> & Partial>) | undefined" ], diff --git a/api_docs/expression_metric_vis.mdx b/api_docs/expression_metric_vis.mdx index dc7cc33dfa8fb..2b783ac594edb 100644 --- a/api_docs/expression_metric_vis.mdx +++ b/api_docs/expression_metric_vis.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionMetricVis title: "expressionMetricVis" image: https://source.unsplash.com/400x175/?github description: API docs for the expressionMetricVis plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionMetricVis'] --- import expressionMetricVisObj from './expression_metric_vis.devdocs.json'; diff --git a/api_docs/expression_partition_vis.mdx b/api_docs/expression_partition_vis.mdx index 085b0a3cc4888..445e989ce3781 100644 --- a/api_docs/expression_partition_vis.mdx +++ b/api_docs/expression_partition_vis.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionPartitionVis title: "expressionPartitionVis" image: https://source.unsplash.com/400x175/?github description: API docs for the expressionPartitionVis plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionPartitionVis'] --- import expressionPartitionVisObj from './expression_partition_vis.devdocs.json'; diff --git a/api_docs/expression_tagcloud.mdx b/api_docs/expression_tagcloud.mdx index c0aed7a11fbcb..e71caf7570b0b 100644 --- a/api_docs/expression_tagcloud.mdx +++ b/api_docs/expression_tagcloud.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionTagcloud title: "expressionTagcloud" image: https://source.unsplash.com/400x175/?github description: API docs for the expressionTagcloud plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionTagcloud'] --- import expressionTagcloudObj from './expression_tagcloud.devdocs.json'; diff --git a/api_docs/expression_x_y.devdocs.json b/api_docs/expression_x_y.devdocs.json index ac65e159d1422..cad5ebb934112 100644 --- a/api_docs/expression_x_y.devdocs.json +++ b/api_docs/expression_x_y.devdocs.json @@ -2068,7 +2068,7 @@ "MakeOverridesSerializable", "<", "CustomXDomain", - " | undefined>; onAnnotationClick?: \"ignore\" | undefined; resizeDebounce?: number | undefined; pointerUpdateDebounce?: number | undefined; roundHistogramBrushValues?: boolean | undefined; renderingSort?: \"ignore\" | undefined; noResults?: React.ComponentType<{}> | React.ReactChild | undefined; ariaLabel?: string | undefined; ariaLabelledBy?: string | undefined; ariaDescription?: string | undefined; ariaDescribedBy?: string | undefined; ariaTableCaption?: string | undefined; legendStrategy?: ", + " | undefined>; onAnnotationClick?: \"ignore\" | undefined; resizeDebounce?: number | undefined; pointerUpdateDebounce?: number | undefined; roundHistogramBrushValues?: boolean | undefined; renderingSort?: \"ignore\" | undefined; noResults?: string | number | boolean | React.ReactElement> | Iterable | React.ReactPortal | React.ComponentType<{}> | undefined; ariaLabel?: string | undefined; ariaLabelledBy?: string | undefined; ariaDescription?: string | undefined; ariaDescribedBy?: string | undefined; ariaTableCaption?: string | undefined; legendStrategy?: ", "LegendStrategy", " | undefined; onLegendItemOver?: \"ignore\" | undefined; onLegendItemOut?: \"ignore\" | undefined; onLegendItemClick?: \"ignore\" | undefined; onLegendItemPlusClick?: \"ignore\" | undefined; onLegendItemMinusClick?: \"ignore\" | undefined; legendAction?: \"ignore\" | undefined; legendSort?: \"ignore\" | undefined; customLegend?: \"ignore\" | undefined; legendTitle?: string | undefined; }>> & Partial>) | undefined" ], diff --git a/api_docs/expression_x_y.mdx b/api_docs/expression_x_y.mdx index 33c0aef5df1c4..a7dbf7692bd0d 100644 --- a/api_docs/expression_x_y.mdx +++ b/api_docs/expression_x_y.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionXY title: "expressionXY" image: https://source.unsplash.com/400x175/?github description: API docs for the expressionXY plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionXY'] --- import expressionXYObj from './expression_x_y.devdocs.json'; diff --git a/api_docs/expressions.mdx b/api_docs/expressions.mdx index c228b2c103305..1210cf5f97740 100644 --- a/api_docs/expressions.mdx +++ b/api_docs/expressions.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressions title: "expressions" image: https://source.unsplash.com/400x175/?github description: API docs for the expressions plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressions'] --- import expressionsObj from './expressions.devdocs.json'; diff --git a/api_docs/features.mdx b/api_docs/features.mdx index 85860e4e2eb8a..2d85f80f6522a 100644 --- a/api_docs/features.mdx +++ b/api_docs/features.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/features title: "features" image: https://source.unsplash.com/400x175/?github description: API docs for the features plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'features'] --- import featuresObj from './features.devdocs.json'; diff --git a/api_docs/field_formats.mdx b/api_docs/field_formats.mdx index 70b4936fac83b..4dd9be02bee99 100644 --- a/api_docs/field_formats.mdx +++ b/api_docs/field_formats.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/fieldFormats title: "fieldFormats" image: https://source.unsplash.com/400x175/?github description: API docs for the fieldFormats plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'fieldFormats'] --- import fieldFormatsObj from './field_formats.devdocs.json'; diff --git a/api_docs/fields_metadata.mdx b/api_docs/fields_metadata.mdx index 33e49b8fba609..496eb966f61f2 100644 --- a/api_docs/fields_metadata.mdx +++ b/api_docs/fields_metadata.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/fieldsMetadata title: "fieldsMetadata" image: https://source.unsplash.com/400x175/?github description: API docs for the fieldsMetadata plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'fieldsMetadata'] --- import fieldsMetadataObj from './fields_metadata.devdocs.json'; diff --git a/api_docs/file_upload.mdx b/api_docs/file_upload.mdx index aaebafd7992c6..d0659e1d97bf7 100644 --- a/api_docs/file_upload.mdx +++ b/api_docs/file_upload.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/fileUpload title: "fileUpload" image: https://source.unsplash.com/400x175/?github description: API docs for the fileUpload plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'fileUpload'] --- import fileUploadObj from './file_upload.devdocs.json'; diff --git a/api_docs/files.mdx b/api_docs/files.mdx index ca22db197b6a4..4786735c5affb 100644 --- a/api_docs/files.mdx +++ b/api_docs/files.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/files title: "files" image: https://source.unsplash.com/400x175/?github description: API docs for the files plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'files'] --- import filesObj from './files.devdocs.json'; diff --git a/api_docs/files_management.mdx b/api_docs/files_management.mdx index bb4be2cab3116..ff4ed5afb2548 100644 --- a/api_docs/files_management.mdx +++ b/api_docs/files_management.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/filesManagement title: "filesManagement" image: https://source.unsplash.com/400x175/?github description: API docs for the filesManagement plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'filesManagement'] --- import filesManagementObj from './files_management.devdocs.json'; diff --git a/api_docs/fleet.devdocs.json b/api_docs/fleet.devdocs.json index b7a0929b0b7a8..73a75e3871f3a 100644 --- a/api_docs/fleet.devdocs.json +++ b/api_docs/fleet.devdocs.json @@ -1071,10 +1071,10 @@ }, { "parentPluginId": "fleet", - "id": "def-public.CloudConnectorListOptions", + "id": "def-public.CloudConnector", "type": "Interface", "tags": [], - "label": "CloudConnectorListOptions", + "label": "CloudConnector", "description": [], "path": "x-pack/platform/plugins/shared/fleet/common/types/models/cloud_connector.ts", "deprecated": false, @@ -1082,49 +1082,7 @@ "children": [ { "parentPluginId": "fleet", - "id": "def-public.CloudConnectorListOptions.page", - "type": "number", - "tags": [], - "label": "page", - "description": [], - "signature": [ - "number | undefined" - ], - "path": "x-pack/platform/plugins/shared/fleet/common/types/models/cloud_connector.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "fleet", - "id": "def-public.CloudConnectorListOptions.perPage", - "type": "number", - "tags": [], - "label": "perPage", - "description": [], - "signature": [ - "number | undefined" - ], - "path": "x-pack/platform/plugins/shared/fleet/common/types/models/cloud_connector.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "fleet", - "id": "def-public.CloudConnectorResponse", - "type": "Interface", - "tags": [], - "label": "CloudConnectorResponse", - "description": [], - "path": "x-pack/platform/plugins/shared/fleet/common/types/models/cloud_connector.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "fleet", - "id": "def-public.CloudConnectorResponse.id", + "id": "def-public.CloudConnector.id", "type": "string", "tags": [], "label": "id", @@ -1135,7 +1093,7 @@ }, { "parentPluginId": "fleet", - "id": "def-public.CloudConnectorResponse.name", + "id": "def-public.CloudConnector.name", "type": "string", "tags": [], "label": "name", @@ -1146,7 +1104,7 @@ }, { "parentPluginId": "fleet", - "id": "def-public.CloudConnectorResponse.cloudProvider", + "id": "def-public.CloudConnector.cloudProvider", "type": "CompoundType", "tags": [], "label": "cloudProvider", @@ -1160,7 +1118,7 @@ }, { "parentPluginId": "fleet", - "id": "def-public.CloudConnectorResponse.vars", + "id": "def-public.CloudConnector.vars", "type": "Object", "tags": [], "label": "vars", @@ -1174,7 +1132,7 @@ }, { "parentPluginId": "fleet", - "id": "def-public.CloudConnectorResponse.packagePolicyCount", + "id": "def-public.CloudConnector.packagePolicyCount", "type": "number", "tags": [], "label": "packagePolicyCount", @@ -1185,7 +1143,7 @@ }, { "parentPluginId": "fleet", - "id": "def-public.CloudConnectorResponse.created_at", + "id": "def-public.CloudConnector.created_at", "type": "string", "tags": [], "label": "created_at", @@ -1196,7 +1154,7 @@ }, { "parentPluginId": "fleet", - "id": "def-public.CloudConnectorResponse.updated_at", + "id": "def-public.CloudConnector.updated_at", "type": "string", "tags": [], "label": "updated_at", @@ -1207,7 +1165,7 @@ }, { "parentPluginId": "fleet", - "id": "def-public.CloudConnectorResponse.namespace", + "id": "def-public.CloudConnector.namespace", "type": "string", "tags": [], "label": "namespace", @@ -1222,6 +1180,48 @@ ], "initialIsOpen": false }, + { + "parentPluginId": "fleet", + "id": "def-public.CloudConnectorListOptions", + "type": "Interface", + "tags": [], + "label": "CloudConnectorListOptions", + "description": [], + "path": "x-pack/platform/plugins/shared/fleet/common/types/models/cloud_connector.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "fleet", + "id": "def-public.CloudConnectorListOptions.page", + "type": "number", + "tags": [], + "label": "page", + "description": [], + "signature": [ + "number | undefined" + ], + "path": "x-pack/platform/plugins/shared/fleet/common/types/models/cloud_connector.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "fleet", + "id": "def-public.CloudConnectorListOptions.perPage", + "type": "number", + "tags": [], + "label": "perPage", + "description": [], + "signature": [ + "number | undefined" + ], + "path": "x-pack/platform/plugins/shared/fleet/common/types/models/cloud_connector.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, { "parentPluginId": "fleet", "id": "def-public.CloudConnectorSecretVar", @@ -2658,10 +2658,22 @@ "plugin": "securitySolution", "path": "x-pack/solutions/security/plugins/security_solution/server/endpoint/services/metadata/endpoint_metadata_service.test.ts" }, + { + "plugin": "@kbn/cloud-security-posture", + "path": "x-pack/solutions/security/packages/kbn-cloud-security-posture/public/src/components/fleet_extensions/cloud_connector/utils.test.ts" + }, + { + "plugin": "@kbn/cloud-security-posture", + "path": "x-pack/solutions/security/packages/kbn-cloud-security-posture/public/src/components/fleet_extensions/cloud_connector/utils.test.ts" + }, { "plugin": "securitySolution", "path": "x-pack/solutions/security/plugins/security_solution/server/endpoint/routes/metadata/support/endpoint_package_policies.test.ts" }, + { + "plugin": "@kbn/cloud-security-posture", + "path": "x-pack/solutions/security/packages/kbn-cloud-security-posture/public/src/components/fleet_extensions/cloud_connector/hooks/use_cloud_connector_setup.test.ts" + }, { "plugin": "securitySolution", "path": "x-pack/solutions/security/plugins/security_solution/public/management/pages/policy/store/policy_details/index.test.ts" @@ -5218,6 +5230,17 @@ "deprecated": false, "trackAdoption": false }, + { + "parentPluginId": "fleet", + "id": "def-public.CLOUD_CONNECTOR_API_ROUTES.INFO_PATTERN", + "type": "string", + "tags": [], + "label": "INFO_PATTERN", + "description": [], + "path": "x-pack/platform/plugins/shared/fleet/common/constants/routes.ts", + "deprecated": false, + "trackAdoption": false + }, { "parentPluginId": "fleet", "id": "def-public.CLOUD_CONNECTOR_API_ROUTES.CREATE_PATTERN", @@ -5228,6 +5251,28 @@ "path": "x-pack/platform/plugins/shared/fleet/common/constants/routes.ts", "deprecated": false, "trackAdoption": false + }, + { + "parentPluginId": "fleet", + "id": "def-public.CLOUD_CONNECTOR_API_ROUTES.UPDATE_PATTERN", + "type": "string", + "tags": [], + "label": "UPDATE_PATTERN", + "description": [], + "path": "x-pack/platform/plugins/shared/fleet/common/constants/routes.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "fleet", + "id": "def-public.CLOUD_CONNECTOR_API_ROUTES.DELETE_PATTERN", + "type": "string", + "tags": [], + "label": "DELETE_PATTERN", + "description": [], + "path": "x-pack/platform/plugins/shared/fleet/common/constants/routes.ts", + "deprecated": false, + "trackAdoption": false } ], "initialIsOpen": false @@ -5463,6 +5508,17 @@ "deprecated": false, "trackAdoption": false }, + { + "parentPluginId": "fleet", + "id": "def-public.EPM_API_ROUTES.INSTALL_RULE_ASSETS_PATTERN", + "type": "string", + "tags": [], + "label": "INSTALL_RULE_ASSETS_PATTERN", + "description": [], + "path": "x-pack/platform/plugins/shared/fleet/common/constants/routes.ts", + "deprecated": false, + "trackAdoption": false + }, { "parentPluginId": "fleet", "id": "def-public.EPM_API_ROUTES.FILEPATH_PATTERN", @@ -14495,9 +14551,9 @@ "SavedObjectsClientContract", ", esClient: ", "ElasticsearchClient", - ", ids: string[], options?: { user?: ", - "AuthenticatedUser", - " | undefined; skipUnassignFromAgentPolicies?: boolean | undefined; force?: boolean | undefined; asyncDeploy?: boolean | undefined; } | undefined, context?: ", + ", ids: string[], options?: ", + "PackagePolicyClientDeleteOptions", + " | undefined, context?: ", "RequestHandlerContext", " | undefined, request?: ", "KibanaRequest", @@ -14567,68 +14623,14 @@ "tags": [], "label": "options", "description": [], + "signature": [ + "PackagePolicyClientDeleteOptions", + " | undefined" + ], "path": "x-pack/platform/plugins/shared/fleet/server/services/package_policy_service.ts", "deprecated": false, "trackAdoption": false, - "children": [ - { - "parentPluginId": "fleet", - "id": "def-server.PackagePolicyClient.delete.$4.user", - "type": "Object", - "tags": [], - "label": "user", - "description": [], - "signature": [ - "AuthenticatedUser", - " | undefined" - ], - "path": "x-pack/platform/plugins/shared/fleet/server/services/package_policy_service.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "fleet", - "id": "def-server.PackagePolicyClient.delete.$4.skipUnassignFromAgentPolicies", - "type": "CompoundType", - "tags": [], - "label": "skipUnassignFromAgentPolicies", - "description": [], - "signature": [ - "boolean | undefined" - ], - "path": "x-pack/platform/plugins/shared/fleet/server/services/package_policy_service.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "fleet", - "id": "def-server.PackagePolicyClient.delete.$4.force", - "type": "CompoundType", - "tags": [], - "label": "force", - "description": [], - "signature": [ - "boolean | undefined" - ], - "path": "x-pack/platform/plugins/shared/fleet/server/services/package_policy_service.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "fleet", - "id": "def-server.PackagePolicyClient.delete.$4.asyncDeploy", - "type": "CompoundType", - "tags": [], - "label": "asyncDeploy", - "description": [], - "signature": [ - "boolean | undefined" - ], - "path": "x-pack/platform/plugins/shared/fleet/server/services/package_policy_service.ts", - "deprecated": false, - "trackAdoption": false - } - ] + "isRequired": false }, { "parentPluginId": "fleet", @@ -25904,6 +25906,20 @@ "path": "x-pack/platform/plugins/shared/fleet/common/types/models/epm.ts", "deprecated": false, "trackAdoption": false + }, + { + "parentPluginId": "fleet", + "id": "def-common.Installation.rolled_back", + "type": "CompoundType", + "tags": [], + "label": "rolled_back", + "description": [], + "signature": [ + "boolean | undefined" + ], + "path": "x-pack/platform/plugins/shared/fleet/common/types/models/epm.ts", + "deprecated": false, + "trackAdoption": false } ], "initialIsOpen": false @@ -26067,6 +26083,20 @@ "path": "x-pack/platform/plugins/shared/fleet/common/types/models/epm.ts", "deprecated": false, "trackAdoption": false + }, + { + "parentPluginId": "fleet", + "id": "def-common.KibanaAssetReference.deferred", + "type": "CompoundType", + "tags": [], + "label": "deferred", + "description": [], + "signature": [ + "boolean | undefined" + ], + "path": "x-pack/platform/plugins/shared/fleet/common/types/models/epm.ts", + "deprecated": false, + "trackAdoption": false } ], "initialIsOpen": false @@ -26835,10 +26865,22 @@ "plugin": "securitySolution", "path": "x-pack/solutions/security/plugins/security_solution/server/endpoint/services/metadata/endpoint_metadata_service.test.ts" }, + { + "plugin": "@kbn/cloud-security-posture", + "path": "x-pack/solutions/security/packages/kbn-cloud-security-posture/public/src/components/fleet_extensions/cloud_connector/utils.test.ts" + }, + { + "plugin": "@kbn/cloud-security-posture", + "path": "x-pack/solutions/security/packages/kbn-cloud-security-posture/public/src/components/fleet_extensions/cloud_connector/utils.test.ts" + }, { "plugin": "securitySolution", "path": "x-pack/solutions/security/plugins/security_solution/server/endpoint/routes/metadata/support/endpoint_package_policies.test.ts" }, + { + "plugin": "@kbn/cloud-security-posture", + "path": "x-pack/solutions/security/packages/kbn-cloud-security-posture/public/src/components/fleet_extensions/cloud_connector/hooks/use_cloud_connector_setup.test.ts" + }, { "plugin": "securitySolution", "path": "x-pack/solutions/security/plugins/security_solution/public/management/pages/policy/store/policy_details/index.test.ts" @@ -30039,7 +30081,7 @@ "label": "DisplayedAssetTypes", "description": [], "signature": [ - "(\"search\" | \"map\" | \"index\" | \"transform\" | \"tag\" | \"dashboard\" | \"lens\" | \"index-pattern\" | \"visualization\" | \"ingest_pipeline\" | \"ilm_policy\" | \"ml-module\" | \"security-ai-prompt\" | \"security-rule\" | \"csp-rule-template\" | \"alerting_rule_template\" | \"osquery-pack-asset\" | \"osquery-saved-query\" | \"index_template\" | \"component_template\" | \"data_stream_ilm_policy\" | \"ml_model\" | \"knowledge_base\")[]" + "(\"search\" | \"map\" | \"index\" | \"transform\" | \"alert\" | \"tag\" | \"dashboard\" | \"lens\" | \"index-pattern\" | \"visualization\" | \"ingest_pipeline\" | \"ilm_policy\" | \"ml-module\" | \"security-ai-prompt\" | \"security-rule\" | \"csp-rule-template\" | \"alerting_rule_template\" | \"osquery-pack-asset\" | \"osquery-saved-query\" | \"index_template\" | \"component_template\" | \"data_stream_ilm_policy\" | \"ml_model\" | \"knowledge_base\")[]" ], "path": "x-pack/platform/plugins/shared/fleet/common/types/models/epm.ts", "deprecated": false, @@ -33527,6 +33569,17 @@ "deprecated": false, "trackAdoption": false }, + { + "parentPluginId": "fleet", + "id": "def-common.EPM_API_ROUTES.INSTALL_RULE_ASSETS_PATTERN", + "type": "string", + "tags": [], + "label": "INSTALL_RULE_ASSETS_PATTERN", + "description": [], + "path": "x-pack/platform/plugins/shared/fleet/common/constants/routes.ts", + "deprecated": false, + "trackAdoption": false + }, { "parentPluginId": "fleet", "id": "def-common.EPM_API_ROUTES.FILEPATH_PATTERN", @@ -34001,6 +34054,54 @@ ], "returnComment": [] }, + { + "parentPluginId": "fleet", + "id": "def-common.epmRouteService.getBulkRollbackPath", + "type": "Function", + "tags": [], + "label": "getBulkRollbackPath", + "description": [], + "signature": [ + "() => string" + ], + "path": "x-pack/platform/plugins/shared/fleet/common/services/routes.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "fleet", + "id": "def-common.epmRouteService.getBulkRollbackInfoPath", + "type": "Function", + "tags": [], + "label": "getBulkRollbackInfoPath", + "description": [], + "signature": [ + "(taskId: string) => string" + ], + "path": "x-pack/platform/plugins/shared/fleet/common/services/routes.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "fleet", + "id": "def-common.epmRouteService.getBulkRollbackInfoPath.$1", + "type": "string", + "tags": [], + "label": "taskId", + "description": [], + "signature": [ + "string" + ], + "path": "x-pack/platform/plugins/shared/fleet/common/services/routes.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, { "parentPluginId": "fleet", "id": "def-common.epmRouteService.getRemovePath", @@ -34095,6 +34196,53 @@ ], "returnComment": [] }, + { + "parentPluginId": "fleet", + "id": "def-common.epmRouteService.getInstallRuleAssetsPath", + "type": "Function", + "tags": [], + "label": "getInstallRuleAssetsPath", + "description": [], + "signature": [ + "(pkgName: string, pkgVersion: string) => string" + ], + "path": "x-pack/platform/plugins/shared/fleet/common/services/routes.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "fleet", + "id": "def-common.epmRouteService.getInstallRuleAssetsPath.$1", + "type": "string", + "tags": [], + "label": "pkgName", + "description": [], + "signature": [ + "string" + ], + "path": "x-pack/platform/plugins/shared/fleet/common/services/routes.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "fleet", + "id": "def-common.epmRouteService.getInstallRuleAssetsPath.$2", + "type": "string", + "tags": [], + "label": "pkgVersion", + "description": [], + "signature": [ + "string" + ], + "path": "x-pack/platform/plugins/shared/fleet/common/services/routes.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, { "parentPluginId": "fleet", "id": "def-common.epmRouteService.getUpdatePath", diff --git a/api_docs/fleet.mdx b/api_docs/fleet.mdx index 80f3b8631671d..42d08501ef0e9 100644 --- a/api_docs/fleet.mdx +++ b/api_docs/fleet.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/fleet title: "fleet" image: https://source.unsplash.com/400x175/?github description: API docs for the fleet plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'fleet'] --- import fleetObj from './fleet.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/fleet](https://github.com/orgs/elastic/teams/fleet) for questi | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 1648 | 5 | 1516 | 106 | +| 1657 | 5 | 1525 | 107 | ## Client diff --git a/api_docs/gen_ai_settings.devdocs.json b/api_docs/gen_ai_settings.devdocs.json index 5630a39a2cad4..179c7a7c2ba5e 100644 --- a/api_docs/gen_ai_settings.devdocs.json +++ b/api_docs/gen_ai_settings.devdocs.json @@ -50,7 +50,7 @@ "label": "GenAiSettingsConfigType", "description": [], "signature": [ - "{ readonly showAiBreadcrumb: boolean; readonly showSpacesIntegration: boolean; }" + "{ readonly showAiBreadcrumb: boolean; readonly showSpacesIntegration: boolean; readonly showAiAssistantsVisibilitySetting: boolean; }" ], "path": "x-pack/platform/plugins/private/gen_ai_settings/common/config.ts", "deprecated": false, diff --git a/api_docs/gen_ai_settings.mdx b/api_docs/gen_ai_settings.mdx index cac9ffd671562..ff91bae4a894f 100644 --- a/api_docs/gen_ai_settings.mdx +++ b/api_docs/gen_ai_settings.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/genAiSettings title: "genAiSettings" image: https://source.unsplash.com/400x175/?github description: API docs for the genAiSettings plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'genAiSettings'] --- import genAiSettingsObj from './gen_ai_settings.devdocs.json'; diff --git a/api_docs/global_search.mdx b/api_docs/global_search.mdx index 14f2af33dd7a8..f11995ef57ed1 100644 --- a/api_docs/global_search.mdx +++ b/api_docs/global_search.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/globalSearch title: "globalSearch" image: https://source.unsplash.com/400x175/?github description: API docs for the globalSearch plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'globalSearch'] --- import globalSearchObj from './global_search.devdocs.json'; diff --git a/api_docs/home.mdx b/api_docs/home.mdx index 3886d5afdcf1d..206c0998e80f2 100644 --- a/api_docs/home.mdx +++ b/api_docs/home.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/home title: "home" image: https://source.unsplash.com/400x175/?github description: API docs for the home plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'home'] --- import homeObj from './home.devdocs.json'; diff --git a/api_docs/image_embeddable.mdx b/api_docs/image_embeddable.mdx index 825dc5505a0d7..cf4c7788704e1 100644 --- a/api_docs/image_embeddable.mdx +++ b/api_docs/image_embeddable.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/imageEmbeddable title: "imageEmbeddable" image: https://source.unsplash.com/400x175/?github description: API docs for the imageEmbeddable plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'imageEmbeddable'] --- import imageEmbeddableObj from './image_embeddable.devdocs.json'; diff --git a/api_docs/index_management.mdx b/api_docs/index_management.mdx index 99d864dd46754..903cb43c622e6 100644 --- a/api_docs/index_management.mdx +++ b/api_docs/index_management.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/indexManagement title: "indexManagement" image: https://source.unsplash.com/400x175/?github description: API docs for the indexManagement plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'indexManagement'] --- import indexManagementObj from './index_management.devdocs.json'; diff --git a/api_docs/inference.mdx b/api_docs/inference.mdx index 0b0d19b90bc81..b0d2f578e0812 100644 --- a/api_docs/inference.mdx +++ b/api_docs/inference.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/inference title: "inference" image: https://source.unsplash.com/400x175/?github description: API docs for the inference plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'inference'] --- import inferenceObj from './inference.devdocs.json'; diff --git a/api_docs/inference_endpoint.mdx b/api_docs/inference_endpoint.mdx index 84be55cf3b427..b3cadf7c003d2 100644 --- a/api_docs/inference_endpoint.mdx +++ b/api_docs/inference_endpoint.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/inferenceEndpoint title: "inferenceEndpoint" image: https://source.unsplash.com/400x175/?github description: API docs for the inferenceEndpoint plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'inferenceEndpoint'] --- import inferenceEndpointObj from './inference_endpoint.devdocs.json'; diff --git a/api_docs/infra.mdx b/api_docs/infra.mdx index 8bd3cdb88db28..3c79017027176 100644 --- a/api_docs/infra.mdx +++ b/api_docs/infra.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/infra title: "infra" image: https://source.unsplash.com/400x175/?github description: API docs for the infra plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'infra'] --- import infraObj from './infra.devdocs.json'; diff --git a/api_docs/ingest_pipelines.mdx b/api_docs/ingest_pipelines.mdx index d4dc5488d2a9a..0d741f0a9ca8b 100644 --- a/api_docs/ingest_pipelines.mdx +++ b/api_docs/ingest_pipelines.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/ingestPipelines title: "ingestPipelines" image: https://source.unsplash.com/400x175/?github description: API docs for the ingestPipelines plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'ingestPipelines'] --- import ingestPipelinesObj from './ingest_pipelines.devdocs.json'; diff --git a/api_docs/inspector.mdx b/api_docs/inspector.mdx index 47eb8e61e4134..517ade7f6e989 100644 --- a/api_docs/inspector.mdx +++ b/api_docs/inspector.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/inspector title: "inspector" image: https://source.unsplash.com/400x175/?github description: API docs for the inspector plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'inspector'] --- import inspectorObj from './inspector.devdocs.json'; diff --git a/api_docs/interactive_setup.mdx b/api_docs/interactive_setup.mdx index 2a163db54e6c6..314d0203ca237 100644 --- a/api_docs/interactive_setup.mdx +++ b/api_docs/interactive_setup.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/interactiveSetup title: "interactiveSetup" image: https://source.unsplash.com/400x175/?github description: API docs for the interactiveSetup plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'interactiveSetup'] --- import interactiveSetupObj from './interactive_setup.devdocs.json'; diff --git a/api_docs/intercepts.mdx b/api_docs/intercepts.mdx index d9fb10c79e6c3..5a4b6456aaa64 100644 --- a/api_docs/intercepts.mdx +++ b/api_docs/intercepts.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/intercepts title: "intercepts" image: https://source.unsplash.com/400x175/?github description: API docs for the intercepts plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'intercepts'] --- import interceptsObj from './intercepts.devdocs.json'; diff --git a/api_docs/kbn_actions_types.mdx b/api_docs/kbn_actions_types.mdx index 494d31c8c7b11..fe6f95b0233b7 100644 --- a/api_docs/kbn_actions_types.mdx +++ b/api_docs/kbn_actions_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-actions-types title: "@kbn/actions-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/actions-types plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/actions-types'] --- import kbnActionsTypesObj from './kbn_actions_types.devdocs.json'; diff --git a/api_docs/kbn_ai_assistant.devdocs.json b/api_docs/kbn_ai_assistant.devdocs.json index 1ed70191fda99..7d0ea275d27ad 100644 --- a/api_docs/kbn_ai_assistant.devdocs.json +++ b/api_docs/kbn_ai_assistant.devdocs.json @@ -11,7 +11,7 @@ "label": "ChatBody", "description": [], "signature": [ - "({\n connectors,\n currentUser,\n flyoutPositionMode,\n initialConversationId,\n initialMessages,\n initialTitle,\n knowledgeBase,\n showLinkToConversationsApp,\n onConversationUpdate,\n onToggleFlyoutPositionMode,\n navigateToConversation,\n setIsUpdatingConversationList,\n refreshConversations,\n updateDisplayedConversation,\n onConversationDuplicate,\n}: { connectors: ", + "({\n connectors,\n currentUser,\n flyoutPositionMode,\n initialConversationId,\n initialMessages,\n initialTitle,\n knowledgeBase,\n showLinkToConversationsApp,\n onConversationUpdate,\n onToggleFlyoutPositionMode,\n navigateToConversation,\n setIsUpdatingConversationList,\n refreshConversations,\n updateDisplayedConversation,\n onConversationDuplicate,\n navigateToConnectorsManagementApp,\n}: { connectors: ", { "pluginId": "observabilityAIAssistant", "scope": "public", @@ -61,7 +61,9 @@ "section": "def-public.FlyoutPositionMode", "text": "FlyoutPositionMode" }, - ") => void) | undefined; navigateToConversation?: ((conversationId?: string | undefined) => void) | undefined; setIsUpdatingConversationList: (isUpdating: boolean) => void; refreshConversations: () => void; updateDisplayedConversation: (id?: string | undefined) => void; }) => React.JSX.Element" + ") => void) | undefined; navigateToConversation?: ((conversationId?: string | undefined) => void) | undefined; setIsUpdatingConversationList: (isUpdating: boolean) => void; refreshConversations: () => void; updateDisplayedConversation: (id?: string | undefined) => void; navigateToConnectorsManagementApp: (application: ", + "ApplicationStart", + ") => void; }) => React.JSX.Element" ], "path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_body.tsx", "deprecated": false, @@ -72,7 +74,7 @@ "id": "def-public.ChatBody.$1", "type": "Object", "tags": [], - "label": "{\n connectors,\n currentUser,\n flyoutPositionMode,\n initialConversationId,\n initialMessages,\n initialTitle,\n knowledgeBase,\n showLinkToConversationsApp,\n onConversationUpdate,\n onToggleFlyoutPositionMode,\n navigateToConversation,\n setIsUpdatingConversationList,\n refreshConversations,\n updateDisplayedConversation,\n onConversationDuplicate,\n}", + "label": "{\n connectors,\n currentUser,\n flyoutPositionMode,\n initialConversationId,\n initialMessages,\n initialTitle,\n knowledgeBase,\n showLinkToConversationsApp,\n onConversationUpdate,\n onToggleFlyoutPositionMode,\n navigateToConversation,\n setIsUpdatingConversationList,\n refreshConversations,\n updateDisplayedConversation,\n onConversationDuplicate,\n navigateToConnectorsManagementApp,\n}", "description": [], "path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_body.tsx", "deprecated": false, @@ -462,6 +464,40 @@ } ], "returnComment": [] + }, + { + "parentPluginId": "@kbn/ai-assistant", + "id": "def-public.ChatBody.$1.navigateToConnectorsManagementApp", + "type": "Function", + "tags": [], + "label": "navigateToConnectorsManagementApp", + "description": [], + "signature": [ + "(application: ", + "ApplicationStart", + ") => void" + ], + "path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_body.tsx", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/ai-assistant", + "id": "def-public.ChatBody.$1.navigateToConnectorsManagementApp.$1", + "type": "Object", + "tags": [], + "label": "application", + "description": [], + "signature": [ + "ApplicationStart" + ], + "path": "x-pack/platform/packages/shared/kbn-ai-assistant/src/chat/chat_body.tsx", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] } ] } diff --git a/api_docs/kbn_ai_assistant.mdx b/api_docs/kbn_ai_assistant.mdx index 96f18a0f6c5b1..e3b1486f5f777 100644 --- a/api_docs/kbn_ai_assistant.mdx +++ b/api_docs/kbn_ai_assistant.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ai-assistant title: "@kbn/ai-assistant" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ai-assistant plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ai-assistant'] --- import kbnAiAssistantObj from './kbn_ai_assistant.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-ki | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 116 | 0 | 116 | 1 | +| 118 | 0 | 118 | 1 | ## Client diff --git a/api_docs/kbn_ai_assistant_common.mdx b/api_docs/kbn_ai_assistant_common.mdx index 80e4ddca69209..f401e8dcfdff4 100644 --- a/api_docs/kbn_ai_assistant_common.mdx +++ b/api_docs/kbn_ai_assistant_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ai-assistant-common title: "@kbn/ai-assistant-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ai-assistant-common plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ai-assistant-common'] --- import kbnAiAssistantCommonObj from './kbn_ai_assistant_common.devdocs.json'; diff --git a/api_docs/kbn_ai_assistant_connector_selector_action.mdx b/api_docs/kbn_ai_assistant_connector_selector_action.mdx index 8eaf974b7e840..5136912e4ac72 100644 --- a/api_docs/kbn_ai_assistant_connector_selector_action.mdx +++ b/api_docs/kbn_ai_assistant_connector_selector_action.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ai-assistant-connector-selector-action title: "@kbn/ai-assistant-connector-selector-action" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ai-assistant-connector-selector-action plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ai-assistant-connector-selector-action'] --- import kbnAiAssistantConnectorSelectorActionObj from './kbn_ai_assistant_connector_selector_action.devdocs.json'; diff --git a/api_docs/kbn_ai_assistant_cta.mdx b/api_docs/kbn_ai_assistant_cta.mdx index c8ee43f00ee75..af065a6fd897d 100644 --- a/api_docs/kbn_ai_assistant_cta.mdx +++ b/api_docs/kbn_ai_assistant_cta.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ai-assistant-cta title: "@kbn/ai-assistant-cta" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ai-assistant-cta plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ai-assistant-cta'] --- import kbnAiAssistantCtaObj from './kbn_ai_assistant_cta.devdocs.json'; diff --git a/api_docs/kbn_ai_assistant_icon.mdx b/api_docs/kbn_ai_assistant_icon.mdx index b23be33dc35e8..1b1278e33d0b8 100644 --- a/api_docs/kbn_ai_assistant_icon.mdx +++ b/api_docs/kbn_ai_assistant_icon.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ai-assistant-icon title: "@kbn/ai-assistant-icon" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ai-assistant-icon plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ai-assistant-icon'] --- import kbnAiAssistantIconObj from './kbn_ai_assistant_icon.devdocs.json'; diff --git a/api_docs/kbn_ai_security_labs_content.mdx b/api_docs/kbn_ai_security_labs_content.mdx index 26bdef85ff61a..138c3ade836b7 100644 --- a/api_docs/kbn_ai_security_labs_content.mdx +++ b/api_docs/kbn_ai_security_labs_content.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ai-security-labs-content title: "@kbn/ai-security-labs-content" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ai-security-labs-content plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ai-security-labs-content'] --- import kbnAiSecurityLabsContentObj from './kbn_ai_security_labs_content.devdocs.json'; diff --git a/api_docs/kbn_ai_tools.devdocs.json b/api_docs/kbn_ai_tools.devdocs.json index 0819614037b53..b5681a279f822 100644 --- a/api_docs/kbn_ai_tools.devdocs.json +++ b/api_docs/kbn_ai_tools.devdocs.json @@ -2649,7 +2649,7 @@ "section": "def-server.DocumentAnalysis", "text": "DocumentAnalysis" }, - ", options: { dropEmpty?: boolean | undefined; }) => ", + ", options: { dropEmpty?: boolean | undefined; dropUnmapped?: boolean | undefined; }) => ", { "pluginId": "@kbn/ai-tools", "scope": "server", @@ -2707,6 +2707,20 @@ "path": "x-pack/platform/packages/shared/kbn-ai-tools/src/tools/describe_dataset/sort_and_truncate_analyzed_fields.ts", "deprecated": false, "trackAdoption": false + }, + { + "parentPluginId": "@kbn/ai-tools", + "id": "def-server.sortAndTruncateAnalyzedFields.$2.dropUnmapped", + "type": "CompoundType", + "tags": [], + "label": "dropUnmapped", + "description": [], + "signature": [ + "boolean | undefined" + ], + "path": "x-pack/platform/packages/shared/kbn-ai-tools/src/tools/describe_dataset/sort_and_truncate_analyzed_fields.ts", + "deprecated": false, + "trackAdoption": false } ] } diff --git a/api_docs/kbn_ai_tools.mdx b/api_docs/kbn_ai_tools.mdx index cc600f46f9697..fe9e13ec837eb 100644 --- a/api_docs/kbn_ai_tools.mdx +++ b/api_docs/kbn_ai_tools.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ai-tools title: "@kbn/ai-tools" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ai-tools plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ai-tools'] --- import kbnAiToolsObj from './kbn_ai_tools.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/appex-ai-infra](https://github.com/orgs/elastic/teams/appex-ai | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 45 | 0 | 45 | 1 | +| 46 | 0 | 46 | 1 | ## Server diff --git a/api_docs/kbn_ai_tools_cli.mdx b/api_docs/kbn_ai_tools_cli.mdx index 7ca3404acc09e..e9b7f0980cbdd 100644 --- a/api_docs/kbn_ai_tools_cli.mdx +++ b/api_docs/kbn_ai_tools_cli.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ai-tools-cli title: "@kbn/ai-tools-cli" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ai-tools-cli plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ai-tools-cli'] --- import kbnAiToolsCliObj from './kbn_ai_tools_cli.devdocs.json'; diff --git a/api_docs/kbn_aiops_components.mdx b/api_docs/kbn_aiops_components.mdx index 75881f6290525..a32b49db6795c 100644 --- a/api_docs/kbn_aiops_components.mdx +++ b/api_docs/kbn_aiops_components.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-aiops-components title: "@kbn/aiops-components" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/aiops-components plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/aiops-components'] --- import kbnAiopsComponentsObj from './kbn_aiops_components.devdocs.json'; diff --git a/api_docs/kbn_aiops_log_pattern_analysis.mdx b/api_docs/kbn_aiops_log_pattern_analysis.mdx index db4670bbc5c9e..c7026ad690637 100644 --- a/api_docs/kbn_aiops_log_pattern_analysis.mdx +++ b/api_docs/kbn_aiops_log_pattern_analysis.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-aiops-log-pattern-analysis title: "@kbn/aiops-log-pattern-analysis" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/aiops-log-pattern-analysis plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/aiops-log-pattern-analysis'] --- import kbnAiopsLogPatternAnalysisObj from './kbn_aiops_log_pattern_analysis.devdocs.json'; diff --git a/api_docs/kbn_aiops_log_rate_analysis.mdx b/api_docs/kbn_aiops_log_rate_analysis.mdx index 6cd77c82c8bb5..8117ee8df9016 100644 --- a/api_docs/kbn_aiops_log_rate_analysis.mdx +++ b/api_docs/kbn_aiops_log_rate_analysis.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-aiops-log-rate-analysis title: "@kbn/aiops-log-rate-analysis" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/aiops-log-rate-analysis plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/aiops-log-rate-analysis'] --- import kbnAiopsLogRateAnalysisObj from './kbn_aiops_log_rate_analysis.devdocs.json'; diff --git a/api_docs/kbn_aiops_utils.mdx b/api_docs/kbn_aiops_utils.mdx index 4c3aedd63d4b3..b95a3d25518f3 100644 --- a/api_docs/kbn_aiops_utils.mdx +++ b/api_docs/kbn_aiops_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-aiops-utils title: "@kbn/aiops-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/aiops-utils plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/aiops-utils'] --- import kbnAiopsUtilsObj from './kbn_aiops_utils.devdocs.json'; diff --git a/api_docs/kbn_alerting_api_integration_helpers.mdx b/api_docs/kbn_alerting_api_integration_helpers.mdx index 43a141cb0accd..f25c3b0023c2b 100644 --- a/api_docs/kbn_alerting_api_integration_helpers.mdx +++ b/api_docs/kbn_alerting_api_integration_helpers.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-alerting-api-integration-helpers title: "@kbn/alerting-api-integration-helpers" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/alerting-api-integration-helpers plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/alerting-api-integration-helpers'] --- import kbnAlertingApiIntegrationHelpersObj from './kbn_alerting_api_integration_helpers.devdocs.json'; diff --git a/api_docs/kbn_alerting_comparators.mdx b/api_docs/kbn_alerting_comparators.mdx index 05d47c3111aea..da971241dd0f2 100644 --- a/api_docs/kbn_alerting_comparators.mdx +++ b/api_docs/kbn_alerting_comparators.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-alerting-comparators title: "@kbn/alerting-comparators" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/alerting-comparators plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/alerting-comparators'] --- import kbnAlertingComparatorsObj from './kbn_alerting_comparators.devdocs.json'; diff --git a/api_docs/kbn_alerting_rule_utils.mdx b/api_docs/kbn_alerting_rule_utils.mdx index f76dcc4d54e6b..ef1db640a7fe7 100644 --- a/api_docs/kbn_alerting_rule_utils.mdx +++ b/api_docs/kbn_alerting_rule_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-alerting-rule-utils title: "@kbn/alerting-rule-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/alerting-rule-utils plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/alerting-rule-utils'] --- import kbnAlertingRuleUtilsObj from './kbn_alerting_rule_utils.devdocs.json'; diff --git a/api_docs/kbn_alerting_state_types.mdx b/api_docs/kbn_alerting_state_types.mdx index fd090f0b23f66..29f8a75642510 100644 --- a/api_docs/kbn_alerting_state_types.mdx +++ b/api_docs/kbn_alerting_state_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-alerting-state-types title: "@kbn/alerting-state-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/alerting-state-types plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/alerting-state-types'] --- import kbnAlertingStateTypesObj from './kbn_alerting_state_types.devdocs.json'; diff --git a/api_docs/kbn_alerting_types.mdx b/api_docs/kbn_alerting_types.mdx index 2ff0a261542ac..11326b8b38387 100644 --- a/api_docs/kbn_alerting_types.mdx +++ b/api_docs/kbn_alerting_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-alerting-types title: "@kbn/alerting-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/alerting-types plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/alerting-types'] --- import kbnAlertingTypesObj from './kbn_alerting_types.devdocs.json'; diff --git a/api_docs/kbn_alerts_as_data_utils.mdx b/api_docs/kbn_alerts_as_data_utils.mdx index 4d8740c75b69f..376d63b748b6a 100644 --- a/api_docs/kbn_alerts_as_data_utils.mdx +++ b/api_docs/kbn_alerts_as_data_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-alerts-as-data-utils title: "@kbn/alerts-as-data-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/alerts-as-data-utils plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/alerts-as-data-utils'] --- import kbnAlertsAsDataUtilsObj from './kbn_alerts_as_data_utils.devdocs.json'; diff --git a/api_docs/kbn_alerts_grouping.mdx b/api_docs/kbn_alerts_grouping.mdx index 4a09a8ca52c47..1bb0170f66182 100644 --- a/api_docs/kbn_alerts_grouping.mdx +++ b/api_docs/kbn_alerts_grouping.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-alerts-grouping title: "@kbn/alerts-grouping" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/alerts-grouping plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/alerts-grouping'] --- import kbnAlertsGroupingObj from './kbn_alerts_grouping.devdocs.json'; diff --git a/api_docs/kbn_alerts_ui_shared.mdx b/api_docs/kbn_alerts_ui_shared.mdx index 7450b1d37499f..cace359048e42 100644 --- a/api_docs/kbn_alerts_ui_shared.mdx +++ b/api_docs/kbn_alerts_ui_shared.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-alerts-ui-shared title: "@kbn/alerts-ui-shared" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/alerts-ui-shared plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/alerts-ui-shared'] --- import kbnAlertsUiSharedObj from './kbn_alerts_ui_shared.devdocs.json'; diff --git a/api_docs/kbn_analytics.mdx b/api_docs/kbn_analytics.mdx index b1fac21350651..f5235c4e7cf0d 100644 --- a/api_docs/kbn_analytics.mdx +++ b/api_docs/kbn_analytics.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-analytics title: "@kbn/analytics" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/analytics plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/analytics'] --- import kbnAnalyticsObj from './kbn_analytics.devdocs.json'; diff --git a/api_docs/kbn_analytics_collection_utils.mdx b/api_docs/kbn_analytics_collection_utils.mdx index 61238da29053e..87f8a0b331187 100644 --- a/api_docs/kbn_analytics_collection_utils.mdx +++ b/api_docs/kbn_analytics_collection_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-analytics-collection-utils title: "@kbn/analytics-collection-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/analytics-collection-utils plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/analytics-collection-utils'] --- import kbnAnalyticsCollectionUtilsObj from './kbn_analytics_collection_utils.devdocs.json'; diff --git a/api_docs/kbn_apm_config_loader.mdx b/api_docs/kbn_apm_config_loader.mdx index af6ec542756e8..aa185613f3838 100644 --- a/api_docs/kbn_apm_config_loader.mdx +++ b/api_docs/kbn_apm_config_loader.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-apm-config-loader title: "@kbn/apm-config-loader" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/apm-config-loader plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/apm-config-loader'] --- import kbnApmConfigLoaderObj from './kbn_apm_config_loader.devdocs.json'; diff --git a/api_docs/kbn_apm_data_view.mdx b/api_docs/kbn_apm_data_view.mdx index d529ace336de6..665bf7d3a448c 100644 --- a/api_docs/kbn_apm_data_view.mdx +++ b/api_docs/kbn_apm_data_view.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-apm-data-view title: "@kbn/apm-data-view" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/apm-data-view plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/apm-data-view'] --- import kbnApmDataViewObj from './kbn_apm_data_view.devdocs.json'; diff --git a/api_docs/kbn_apm_synthtrace.mdx b/api_docs/kbn_apm_synthtrace.mdx index 9c1949d911978..c449a1f446683 100644 --- a/api_docs/kbn_apm_synthtrace.mdx +++ b/api_docs/kbn_apm_synthtrace.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-apm-synthtrace title: "@kbn/apm-synthtrace" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/apm-synthtrace plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/apm-synthtrace'] --- import kbnApmSynthtraceObj from './kbn_apm_synthtrace.devdocs.json'; diff --git a/api_docs/kbn_apm_synthtrace_client.mdx b/api_docs/kbn_apm_synthtrace_client.mdx index 44e1b7a3035ec..73f4a009601b5 100644 --- a/api_docs/kbn_apm_synthtrace_client.mdx +++ b/api_docs/kbn_apm_synthtrace_client.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-apm-synthtrace-client title: "@kbn/apm-synthtrace-client" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/apm-synthtrace-client plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/apm-synthtrace-client'] --- import kbnApmSynthtraceClientObj from './kbn_apm_synthtrace_client.devdocs.json'; diff --git a/api_docs/kbn_apm_types.devdocs.json b/api_docs/kbn_apm_types.devdocs.json index b4b5bf6deea0b..a88c89a3a66e9 100644 --- a/api_docs/kbn_apm_types.devdocs.json +++ b/api_docs/kbn_apm_types.devdocs.json @@ -4077,6 +4077,21 @@ "trackAdoption": false, "initialIsOpen": false }, + { + "parentPluginId": "@kbn/apm-types", + "id": "def-common.ID", + "type": "string", + "tags": [], + "label": "ID", + "description": [], + "signature": [ + "\"_id\"" + ], + "path": "x-pack/platform/packages/shared/kbn-apm-types/src/es_fields/apm.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, { "parentPluginId": "@kbn/apm-types", "id": "def-common.INDEX", diff --git a/api_docs/kbn_apm_types.mdx b/api_docs/kbn_apm_types.mdx index b5f1e3e9f20f0..6ddfb768d7882 100644 --- a/api_docs/kbn_apm_types.mdx +++ b/api_docs/kbn_apm_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-apm-types title: "@kbn/apm-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/apm-types plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/apm-types'] --- import kbnApmTypesObj from './kbn_apm_types.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/obs-ux-infra_services-team](https://github.com/orgs/elastic/te | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 384 | 0 | 383 | 1 | +| 385 | 0 | 384 | 1 | ## Common diff --git a/api_docs/kbn_apm_types_shared.mdx b/api_docs/kbn_apm_types_shared.mdx index 3006cbee2d3dd..a940904a5cf21 100644 --- a/api_docs/kbn_apm_types_shared.mdx +++ b/api_docs/kbn_apm_types_shared.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-apm-types-shared title: "@kbn/apm-types-shared" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/apm-types-shared plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/apm-types-shared'] --- import kbnApmTypesSharedObj from './kbn_apm_types_shared.devdocs.json'; diff --git a/api_docs/kbn_apm_ui_shared.mdx b/api_docs/kbn_apm_ui_shared.mdx index 6d6863c97019c..8d1f421e91d95 100644 --- a/api_docs/kbn_apm_ui_shared.mdx +++ b/api_docs/kbn_apm_ui_shared.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-apm-ui-shared title: "@kbn/apm-ui-shared" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/apm-ui-shared plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/apm-ui-shared'] --- import kbnApmUiSharedObj from './kbn_apm_ui_shared.devdocs.json'; diff --git a/api_docs/kbn_apm_utils.mdx b/api_docs/kbn_apm_utils.mdx index 8217d291da0ea..d4b9ed29d9fa6 100644 --- a/api_docs/kbn_apm_utils.mdx +++ b/api_docs/kbn_apm_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-apm-utils title: "@kbn/apm-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/apm-utils plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/apm-utils'] --- import kbnApmUtilsObj from './kbn_apm_utils.devdocs.json'; diff --git a/api_docs/kbn_autoops_promotion_callout.devdocs.json b/api_docs/kbn_autoops_promotion_callout.devdocs.json new file mode 100644 index 0000000000000..94d8fca5dc67d --- /dev/null +++ b/api_docs/kbn_autoops_promotion_callout.devdocs.json @@ -0,0 +1,82 @@ +{ + "id": "@kbn/autoops-promotion-callout", + "client": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] + }, + "server": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] + }, + "common": { + "classes": [], + "functions": [ + { + "parentPluginId": "@kbn/autoops-promotion-callout", + "id": "def-common.AutoOpsPromotionCallout", + "type": "Function", + "tags": [], + "label": "AutoOpsPromotionCallout", + "description": [], + "signature": [ + "({ ...overrideCalloutProps }: ", + "EuiCallOutProps", + ") => React.JSX.Element | null" + ], + "path": "src/platform/packages/shared/kbn-management/autoops_promotion_callout/src/callout.tsx", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/autoops-promotion-callout", + "id": "def-common.AutoOpsPromotionCallout.$1", + "type": "CompoundType", + "tags": [], + "label": "{\n ...overrideCalloutProps\n}", + "description": [], + "signature": [ + "EuiCallOutProps" + ], + "path": "src/platform/packages/shared/kbn-management/autoops_promotion_callout/src/callout.tsx", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + } + ], + "interfaces": [], + "enums": [], + "misc": [ + { + "parentPluginId": "@kbn/autoops-promotion-callout", + "id": "def-common.AutoOpsPromotionCalloutProps", + "type": "Type", + "tags": [], + "label": "AutoOpsPromotionCalloutProps", + "description": [], + "signature": [ + "CommonProps", + " & Omit, \"title\" | \"color\"> & { title?: React.ReactNode; iconType?: ", + "IconType", + " | undefined; color?: \"success\" | \"warning\" | \"primary\" | \"accent\" | \"danger\" | undefined; size?: \"m\" | \"s\" | undefined; heading?: \"h1\" | \"h2\" | \"h3\" | \"h4\" | \"h5\" | \"h6\" | \"p\" | undefined; onDismiss?: (() => void) | undefined; announceOnMount?: boolean | undefined; }" + ], + "path": "src/platform/packages/shared/kbn-management/autoops_promotion_callout/src/callout.tsx", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + } + ], + "objects": [] + } +} \ No newline at end of file diff --git a/api_docs/kbn_autoops_promotion_callout.mdx b/api_docs/kbn_autoops_promotion_callout.mdx new file mode 100644 index 0000000000000..9defe493141be --- /dev/null +++ b/api_docs/kbn_autoops_promotion_callout.mdx @@ -0,0 +1,33 @@ +--- +#### +#### This document is auto-generated and is meant to be viewed inside our experimental, new docs system. +#### Reach out in #docs-engineering for more info. +#### +id: kibKbnAutoopsPromotionCalloutPluginApi +slug: /kibana-dev-docs/api/kbn-autoops-promotion-callout +title: "@kbn/autoops-promotion-callout" +image: https://source.unsplash.com/400x175/?github +description: API docs for the @kbn/autoops-promotion-callout plugin +date: 2025-10-01 +tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/autoops-promotion-callout'] +--- +import kbnAutoopsPromotionCalloutObj from './kbn_autoops_promotion_callout.devdocs.json'; + + + +Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) for questions regarding this plugin. + +**Code health stats** + +| Public API count | Any count | Items lacking comments | Missing exports | +|-------------------|-----------|------------------------|-----------------| +| 3 | 0 | 3 | 0 | + +## Common + +### Functions + + +### Consts, variables and types + + diff --git a/api_docs/kbn_avc_banner.mdx b/api_docs/kbn_avc_banner.mdx index 2d0a1db77de7b..71ff88567a0a9 100644 --- a/api_docs/kbn_avc_banner.mdx +++ b/api_docs/kbn_avc_banner.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-avc-banner title: "@kbn/avc-banner" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/avc-banner plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/avc-banner'] --- import kbnAvcBannerObj from './kbn_avc_banner.devdocs.json'; diff --git a/api_docs/kbn_axe_config.mdx b/api_docs/kbn_axe_config.mdx index 5cd4ca531ae61..47bf197e5e923 100644 --- a/api_docs/kbn_axe_config.mdx +++ b/api_docs/kbn_axe_config.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-axe-config title: "@kbn/axe-config" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/axe-config plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/axe-config'] --- import kbnAxeConfigObj from './kbn_axe_config.devdocs.json'; diff --git a/api_docs/kbn_background_search.devdocs.json b/api_docs/kbn_background_search.devdocs.json index 68e38e0a10c67..ad177d9807f93 100644 --- a/api_docs/kbn_background_search.devdocs.json +++ b/api_docs/kbn_background_search.devdocs.json @@ -39,6 +39,39 @@ ], "returnComment": [], "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/background-search", + "id": "def-public.EuiIconBackgroundTask", + "type": "Function", + "tags": [], + "label": "EuiIconBackgroundTask", + "description": [], + "signature": [ + "({ title, titleId, ...props }: React.SVGProps & SVGRProps) => React.JSX.Element" + ], + "path": "src/platform/packages/shared/kbn-background-search/src/components/eui_icon_background_task.tsx", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/background-search", + "id": "def-public.EuiIconBackgroundTask.$1", + "type": "CompoundType", + "tags": [], + "label": "{\n title,\n titleId,\n ...props\n}", + "description": [], + "signature": [ + "React.SVGProps & SVGRProps" + ], + "path": "src/platform/packages/shared/kbn-background-search/src/components/eui_icon_background_task.tsx", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false } ], "interfaces": [], diff --git a/api_docs/kbn_background_search.mdx b/api_docs/kbn_background_search.mdx index a599cec75892c..7ef798c89546c 100644 --- a/api_docs/kbn_background_search.mdx +++ b/api_docs/kbn_background_search.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-background-search title: "@kbn/background-search" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/background-search plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/background-search'] --- import kbnBackgroundSearchObj from './kbn_background_search.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/k | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 2 | 0 | 0 | 0 | +| 4 | 0 | 2 | 0 | ## Client diff --git a/api_docs/kbn_bench.mdx b/api_docs/kbn_bench.mdx index 2f9562c3a946e..0913ec114760e 100644 --- a/api_docs/kbn_bench.mdx +++ b/api_docs/kbn_bench.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-bench title: "@kbn/bench" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/bench plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/bench'] --- import kbnBenchObj from './kbn_bench.devdocs.json'; diff --git a/api_docs/kbn_cache_cli.mdx b/api_docs/kbn_cache_cli.mdx index be8e12b54312c..6848513e57984 100644 --- a/api_docs/kbn_cache_cli.mdx +++ b/api_docs/kbn_cache_cli.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-cache-cli title: "@kbn/cache-cli" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/cache-cli plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cache-cli'] --- import kbnCacheCliObj from './kbn_cache_cli.devdocs.json'; diff --git a/api_docs/kbn_calculate_auto.mdx b/api_docs/kbn_calculate_auto.mdx index a00656c844754..687dd85ecf0c8 100644 --- a/api_docs/kbn_calculate_auto.mdx +++ b/api_docs/kbn_calculate_auto.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-calculate-auto title: "@kbn/calculate-auto" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/calculate-auto plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/calculate-auto'] --- import kbnCalculateAutoObj from './kbn_calculate_auto.devdocs.json'; diff --git a/api_docs/kbn_calculate_width_from_char_count.mdx b/api_docs/kbn_calculate_width_from_char_count.mdx index 73e6fad703abe..52244db531192 100644 --- a/api_docs/kbn_calculate_width_from_char_count.mdx +++ b/api_docs/kbn_calculate_width_from_char_count.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-calculate-width-from-char-count title: "@kbn/calculate-width-from-char-count" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/calculate-width-from-char-count plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/calculate-width-from-char-count'] --- import kbnCalculateWidthFromCharCountObj from './kbn_calculate_width_from_char_count.devdocs.json'; diff --git a/api_docs/kbn_cases_components.mdx b/api_docs/kbn_cases_components.mdx index dd30665796d48..9b458f9f2d625 100644 --- a/api_docs/kbn_cases_components.mdx +++ b/api_docs/kbn_cases_components.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-cases-components title: "@kbn/cases-components" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/cases-components plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cases-components'] --- import kbnCasesComponentsObj from './kbn_cases_components.devdocs.json'; diff --git a/api_docs/kbn_cbor.mdx b/api_docs/kbn_cbor.mdx index f744cd4dc0b27..64f84ba2871b9 100644 --- a/api_docs/kbn_cbor.mdx +++ b/api_docs/kbn_cbor.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-cbor title: "@kbn/cbor" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/cbor plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cbor'] --- import kbnCborObj from './kbn_cbor.devdocs.json'; diff --git a/api_docs/kbn_cell_actions.mdx b/api_docs/kbn_cell_actions.mdx index 71bfe4c052e0f..90e444d445493 100644 --- a/api_docs/kbn_cell_actions.mdx +++ b/api_docs/kbn_cell_actions.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-cell-actions title: "@kbn/cell-actions" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/cell-actions plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cell-actions'] --- import kbnCellActionsObj from './kbn_cell_actions.devdocs.json'; diff --git a/api_docs/kbn_chart_expressions_common.mdx b/api_docs/kbn_chart_expressions_common.mdx index 845a5cceab52b..9645b895855a7 100644 --- a/api_docs/kbn_chart_expressions_common.mdx +++ b/api_docs/kbn_chart_expressions_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-chart-expressions-common title: "@kbn/chart-expressions-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/chart-expressions-common plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/chart-expressions-common'] --- import kbnChartExpressionsCommonObj from './kbn_chart_expressions_common.devdocs.json'; diff --git a/api_docs/kbn_chart_icons.mdx b/api_docs/kbn_chart_icons.mdx index 8049391364529..b5f0fbe41f6d6 100644 --- a/api_docs/kbn_chart_icons.mdx +++ b/api_docs/kbn_chart_icons.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-chart-icons title: "@kbn/chart-icons" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/chart-icons plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/chart-icons'] --- import kbnChartIconsObj from './kbn_chart_icons.devdocs.json'; diff --git a/api_docs/kbn_chart_test_jest_helpers.mdx b/api_docs/kbn_chart_test_jest_helpers.mdx index 08d3b33a1ddb0..32a6868e7924d 100644 --- a/api_docs/kbn_chart_test_jest_helpers.mdx +++ b/api_docs/kbn_chart_test_jest_helpers.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-chart-test-jest-helpers title: "@kbn/chart-test-jest-helpers" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/chart-test-jest-helpers plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/chart-test-jest-helpers'] --- import kbnChartTestJestHelpersObj from './kbn_chart_test_jest_helpers.devdocs.json'; diff --git a/api_docs/kbn_charts_theme.mdx b/api_docs/kbn_charts_theme.mdx index a25721a469c18..077b98d07eff2 100644 --- a/api_docs/kbn_charts_theme.mdx +++ b/api_docs/kbn_charts_theme.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-charts-theme title: "@kbn/charts-theme" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/charts-theme plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/charts-theme'] --- import kbnChartsThemeObj from './kbn_charts_theme.devdocs.json'; diff --git a/api_docs/kbn_check_saved_objects_cli.devdocs.json b/api_docs/kbn_check_saved_objects_cli.devdocs.json index 3e79131e66cc3..d3184279e980c 100644 --- a/api_docs/kbn_check_saved_objects_cli.devdocs.json +++ b/api_docs/kbn_check_saved_objects_cli.devdocs.json @@ -37,6 +37,23 @@ "children": [], "returnComment": [], "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/check-saved-objects-cli", + "id": "def-common.runCheckSavedObjectsCli", + "type": "Function", + "tags": [], + "label": "runCheckSavedObjectsCli", + "description": [], + "signature": [ + "() => void" + ], + "path": "packages/kbn-check-saved-objects-cli/src/commands/run_check_saved_objects_cli.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [], + "initialIsOpen": false } ], "interfaces": [], diff --git a/api_docs/kbn_check_saved_objects_cli.mdx b/api_docs/kbn_check_saved_objects_cli.mdx index e4e9baf884c92..24da5b0cd2b9c 100644 --- a/api_docs/kbn_check_saved_objects_cli.mdx +++ b/api_docs/kbn_check_saved_objects_cli.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-check-saved-objects-cli title: "@kbn/check-saved-objects-cli" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/check-saved-objects-cli plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/check-saved-objects-cli'] --- import kbnCheckSavedObjectsCliObj from './kbn_check_saved_objects_cli.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 1 | 0 | 0 | 0 | +| 2 | 0 | 1 | 0 | ## Common diff --git a/api_docs/kbn_ci_stats_core.mdx b/api_docs/kbn_ci_stats_core.mdx index 4a03b5133a0b6..866438f07df03 100644 --- a/api_docs/kbn_ci_stats_core.mdx +++ b/api_docs/kbn_ci_stats_core.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ci-stats-core title: "@kbn/ci-stats-core" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ci-stats-core plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ci-stats-core'] --- import kbnCiStatsCoreObj from './kbn_ci_stats_core.devdocs.json'; diff --git a/api_docs/kbn_ci_stats_performance_metrics.mdx b/api_docs/kbn_ci_stats_performance_metrics.mdx index 647aa3873aea1..0b31f3e7e65e6 100644 --- a/api_docs/kbn_ci_stats_performance_metrics.mdx +++ b/api_docs/kbn_ci_stats_performance_metrics.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ci-stats-performance-metrics title: "@kbn/ci-stats-performance-metrics" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ci-stats-performance-metrics plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ci-stats-performance-metrics'] --- import kbnCiStatsPerformanceMetricsObj from './kbn_ci_stats_performance_metrics.devdocs.json'; diff --git a/api_docs/kbn_ci_stats_reporter.mdx b/api_docs/kbn_ci_stats_reporter.mdx index 89a3f6d9c54f4..b44058961ef47 100644 --- a/api_docs/kbn_ci_stats_reporter.mdx +++ b/api_docs/kbn_ci_stats_reporter.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ci-stats-reporter title: "@kbn/ci-stats-reporter" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ci-stats-reporter plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ci-stats-reporter'] --- import kbnCiStatsReporterObj from './kbn_ci_stats_reporter.devdocs.json'; diff --git a/api_docs/kbn_cli_dev_mode.mdx b/api_docs/kbn_cli_dev_mode.mdx index 6402635e392c3..6928fabde9c3f 100644 --- a/api_docs/kbn_cli_dev_mode.mdx +++ b/api_docs/kbn_cli_dev_mode.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-cli-dev-mode title: "@kbn/cli-dev-mode" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/cli-dev-mode plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cli-dev-mode'] --- import kbnCliDevModeObj from './kbn_cli_dev_mode.devdocs.json'; diff --git a/api_docs/kbn_cloud_security_posture.mdx b/api_docs/kbn_cloud_security_posture.mdx index 7c011652cdb55..a970702d30efa 100644 --- a/api_docs/kbn_cloud_security_posture.mdx +++ b/api_docs/kbn_cloud_security_posture.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-cloud-security-posture title: "@kbn/cloud-security-posture" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/cloud-security-posture plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cloud-security-posture'] --- import kbnCloudSecurityPostureObj from './kbn_cloud_security_posture.devdocs.json'; diff --git a/api_docs/kbn_cloud_security_posture_common.mdx b/api_docs/kbn_cloud_security_posture_common.mdx index c26af3817d0d5..38e408273d287 100644 --- a/api_docs/kbn_cloud_security_posture_common.mdx +++ b/api_docs/kbn_cloud_security_posture_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-cloud-security-posture-common title: "@kbn/cloud-security-posture-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/cloud-security-posture-common plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cloud-security-posture-common'] --- import kbnCloudSecurityPostureCommonObj from './kbn_cloud_security_posture_common.devdocs.json'; diff --git a/api_docs/kbn_cloud_security_posture_graph.devdocs.json b/api_docs/kbn_cloud_security_posture_graph.devdocs.json index 3ac41a0a5ddcf..4d6d3f76916c5 100644 --- a/api_docs/kbn_cloud_security_posture_graph.devdocs.json +++ b/api_docs/kbn_cloud_security_posture_graph.devdocs.json @@ -70,7 +70,7 @@ "section": "def-public.NodeViewModel", "text": "NodeViewModel" }, - ") => Readonly<{ index?: string | undefined; alert?: Readonly<{ ruleName?: string | undefined; } & {}> | undefined; event?: Readonly<{} & { id: string; }> | undefined; entity?: Readonly<{ type?: string | undefined; name?: string | undefined; } & {}> | undefined; } & { id: string; type: \"alert\" | \"event\" | \"entity\"; }> | undefined" + ") => Readonly<{ index?: string | undefined; alert?: Readonly<{ ruleName?: string | undefined; } & {}> | undefined; event?: Readonly<{} & { id: string; }> | undefined; entity?: Readonly<{ type?: string | undefined; name?: string | undefined; host?: Readonly<{ ip?: string | undefined; } & {}> | undefined; sub_type?: string | undefined; } & {}> | undefined; } & { id: string; type: \"alert\" | \"event\" | \"entity\"; }> | undefined" ], "path": "x-pack/solutions/security/packages/kbn-cloud-security-posture/graph/src/components/utils.ts", "deprecated": false, @@ -246,7 +246,7 @@ "section": "def-public.NodeViewModel", "text": "NodeViewModel" }, - " & { documentsData: [Readonly<{ index?: string | undefined; alert?: Readonly<{ ruleName?: string | undefined; } & {}> | undefined; event?: Readonly<{} & { id: string; }> | undefined; entity?: Readonly<{ type?: string | undefined; name?: string | undefined; } & {}> | undefined; } & { id: string; type: \"alert\" | \"event\" | \"entity\"; }>, ...Readonly<{ index?: string | undefined; alert?: Readonly<{ ruleName?: string | undefined; } & {}> | undefined; event?: Readonly<{} & { id: string; }> | undefined; entity?: Readonly<{ type?: string | undefined; name?: string | undefined; } & {}> | undefined; } & { id: string; type: \"alert\" | \"event\" | \"entity\"; }>[]]; }" + " & { documentsData: [Readonly<{ index?: string | undefined; alert?: Readonly<{ ruleName?: string | undefined; } & {}> | undefined; event?: Readonly<{} & { id: string; }> | undefined; entity?: Readonly<{ type?: string | undefined; name?: string | undefined; host?: Readonly<{ ip?: string | undefined; } & {}> | undefined; sub_type?: string | undefined; } & {}> | undefined; } & { id: string; type: \"alert\" | \"event\" | \"entity\"; }>, ...Readonly<{ index?: string | undefined; alert?: Readonly<{ ruleName?: string | undefined; } & {}> | undefined; event?: Readonly<{} & { id: string; }> | undefined; entity?: Readonly<{ type?: string | undefined; name?: string | undefined; host?: Readonly<{ ip?: string | undefined; } & {}> | undefined; sub_type?: string | undefined; } & {}> | undefined; } & { id: string; type: \"alert\" | \"event\" | \"entity\"; }>[]]; }" ], "path": "x-pack/solutions/security/packages/kbn-cloud-security-posture/graph/src/components/utils.ts", "deprecated": false, @@ -445,7 +445,7 @@ "section": "def-public.EntityNodeViewModel", "text": "EntityNodeViewModel" }, - " extends Record,Readonly<{ count?: number | undefined; label?: string | undefined; icon?: string | undefined; tag?: string | undefined; ips?: string[] | undefined; countryCodes?: string[] | undefined; documentsData?: Readonly<{ index?: string | undefined; alert?: Readonly<{ ruleName?: string | undefined; } & {}> | undefined; event?: Readonly<{} & { id: string; }> | undefined; entity?: Readonly<{ type?: string | undefined; name?: string | undefined; } & {}> | undefined; } & { id: string; type: \"alert\" | \"event\" | \"entity\"; }>[] | undefined; } & { id: string; shape: \"ellipse\" | \"rectangle\" | \"hexagon\" | \"pentagon\" | \"diamond\"; color: \"warning\" | \"primary\" | \"danger\"; }>,BaseNodeDataViewModel" + " extends Record,Readonly<{ count?: number | undefined; label?: string | undefined; icon?: string | undefined; tag?: string | undefined; ips?: string[] | undefined; countryCodes?: string[] | undefined; documentsData?: Readonly<{ index?: string | undefined; alert?: Readonly<{ ruleName?: string | undefined; } & {}> | undefined; event?: Readonly<{} & { id: string; }> | undefined; entity?: Readonly<{ type?: string | undefined; name?: string | undefined; host?: Readonly<{ ip?: string | undefined; } & {}> | undefined; sub_type?: string | undefined; } & {}> | undefined; } & { id: string; type: \"alert\" | \"event\" | \"entity\"; }>[] | undefined; } & { id: string; shape: \"ellipse\" | \"rectangle\" | \"hexagon\" | \"pentagon\" | \"diamond\"; color: \"warning\" | \"primary\" | \"danger\"; }>,BaseNodeDataViewModel" ], "path": "x-pack/solutions/security/packages/kbn-cloud-security-posture/graph/src/components/types.ts", "deprecated": false, @@ -703,40 +703,12 @@ "section": "def-public.LabelNodeViewModel", "text": "LabelNodeViewModel" }, - " extends Record,Readonly<{ label?: string | undefined; icon?: string | undefined; ips?: string[] | undefined; countryCodes?: string[] | undefined; documentsData?: Readonly<{ index?: string | undefined; alert?: Readonly<{ ruleName?: string | undefined; } & {}> | undefined; event?: Readonly<{} & { id: string; }> | undefined; entity?: Readonly<{ type?: string | undefined; name?: string | undefined; } & {}> | undefined; } & { id: string; type: \"alert\" | \"event\" | \"entity\"; }>[] | undefined; parentId?: string | undefined; } & { id: string; shape: \"label\"; color: \"warning\" | \"primary\" | \"danger\"; }>,BaseNodeDataViewModel" + " extends Record,Readonly<{ count?: number | undefined; label?: string | undefined; icon?: string | undefined; ips?: string[] | undefined; countryCodes?: string[] | undefined; documentsData?: Readonly<{ index?: string | undefined; alert?: Readonly<{ ruleName?: string | undefined; } & {}> | undefined; event?: Readonly<{} & { id: string; }> | undefined; entity?: Readonly<{ type?: string | undefined; name?: string | undefined; host?: Readonly<{ ip?: string | undefined; } & {}> | undefined; sub_type?: string | undefined; } & {}> | undefined; } & { id: string; type: \"alert\" | \"event\" | \"entity\"; }>[] | undefined; parentId?: string | undefined; uniqueEventsCount?: number | undefined; uniqueAlertsCount?: number | undefined; } & { id: string; shape: \"label\"; color: \"warning\" | \"primary\" | \"danger\"; }>,BaseNodeDataViewModel" ], "path": "x-pack/solutions/security/packages/kbn-cloud-security-posture/graph/src/components/types.ts", "deprecated": false, "trackAdoption": false, "children": [ - { - "parentPluginId": "@kbn/cloud-security-posture-graph", - "id": "def-public.LabelNodeViewModel.uniqueEventsCount", - "type": "number", - "tags": [], - "label": "uniqueEventsCount", - "description": [], - "signature": [ - "number | undefined" - ], - "path": "x-pack/solutions/security/packages/kbn-cloud-security-posture/graph/src/components/types.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/cloud-security-posture-graph", - "id": "def-public.LabelNodeViewModel.uniqueAlertsCount", - "type": "number", - "tags": [], - "label": "uniqueAlertsCount", - "description": [], - "signature": [ - "number | undefined" - ], - "path": "x-pack/solutions/security/packages/kbn-cloud-security-posture/graph/src/components/types.ts", - "deprecated": false, - "trackAdoption": false - }, { "parentPluginId": "@kbn/cloud-security-posture-graph", "id": "def-public.LabelNodeViewModel.expandButtonClick", diff --git a/api_docs/kbn_cloud_security_posture_graph.mdx b/api_docs/kbn_cloud_security_posture_graph.mdx index b5b0e0c559827..80528455bf46a 100644 --- a/api_docs/kbn_cloud_security_posture_graph.mdx +++ b/api_docs/kbn_cloud_security_posture_graph.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-cloud-security-posture-graph title: "@kbn/cloud-security-posture-graph" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/cloud-security-posture-graph plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cloud-security-posture-graph'] --- import kbnCloudSecurityPostureGraphObj from './kbn_cloud_security_posture_graph.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/kibana-cloud-security-posture](https://github.com/orgs/elastic | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 39 | 0 | 24 | 7 | +| 37 | 0 | 22 | 7 | ## Client diff --git a/api_docs/kbn_code_editor.mdx b/api_docs/kbn_code_editor.mdx index dbca24b99cb62..3683c944fb379 100644 --- a/api_docs/kbn_code_editor.mdx +++ b/api_docs/kbn_code_editor.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-code-editor title: "@kbn/code-editor" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/code-editor plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/code-editor'] --- import kbnCodeEditorObj from './kbn_code_editor.devdocs.json'; diff --git a/api_docs/kbn_code_editor_mock.mdx b/api_docs/kbn_code_editor_mock.mdx index 3fc885aa073fb..596f2da7da7bd 100644 --- a/api_docs/kbn_code_editor_mock.mdx +++ b/api_docs/kbn_code_editor_mock.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-code-editor-mock title: "@kbn/code-editor-mock" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/code-editor-mock plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/code-editor-mock'] --- import kbnCodeEditorMockObj from './kbn_code_editor_mock.devdocs.json'; diff --git a/api_docs/kbn_code_owners.mdx b/api_docs/kbn_code_owners.mdx index 21b1bf3d75827..ac118d501859a 100644 --- a/api_docs/kbn_code_owners.mdx +++ b/api_docs/kbn_code_owners.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-code-owners title: "@kbn/code-owners" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/code-owners plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/code-owners'] --- import kbnCodeOwnersObj from './kbn_code_owners.devdocs.json'; diff --git a/api_docs/kbn_coloring.mdx b/api_docs/kbn_coloring.mdx index 352a6c7266968..e859a018f8c17 100644 --- a/api_docs/kbn_coloring.mdx +++ b/api_docs/kbn_coloring.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-coloring title: "@kbn/coloring" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/coloring plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/coloring'] --- import kbnColoringObj from './kbn_coloring.devdocs.json'; diff --git a/api_docs/kbn_config.mdx b/api_docs/kbn_config.mdx index ba7eea5315bfa..0b0c435f0f18a 100644 --- a/api_docs/kbn_config.mdx +++ b/api_docs/kbn_config.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-config title: "@kbn/config" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/config plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/config'] --- import kbnConfigObj from './kbn_config.devdocs.json'; diff --git a/api_docs/kbn_config_mocks.mdx b/api_docs/kbn_config_mocks.mdx index 8b4dac0c9c9ba..fd7c203ac0740 100644 --- a/api_docs/kbn_config_mocks.mdx +++ b/api_docs/kbn_config_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-config-mocks title: "@kbn/config-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/config-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/config-mocks'] --- import kbnConfigMocksObj from './kbn_config_mocks.devdocs.json'; diff --git a/api_docs/kbn_config_schema.mdx b/api_docs/kbn_config_schema.mdx index 9de1664061c22..815ae4dfb0a91 100644 --- a/api_docs/kbn_config_schema.mdx +++ b/api_docs/kbn_config_schema.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-config-schema title: "@kbn/config-schema" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/config-schema plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/config-schema'] --- import kbnConfigSchemaObj from './kbn_config_schema.devdocs.json'; diff --git a/api_docs/kbn_content_management_content_editor.mdx b/api_docs/kbn_content_management_content_editor.mdx index a6a0b5148bd7a..24e6f565a2f9d 100644 --- a/api_docs/kbn_content_management_content_editor.mdx +++ b/api_docs/kbn_content_management_content_editor.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-content-editor title: "@kbn/content-management-content-editor" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-management-content-editor plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-content-editor'] --- import kbnContentManagementContentEditorObj from './kbn_content_management_content_editor.devdocs.json'; diff --git a/api_docs/kbn_content_management_content_insights_public.mdx b/api_docs/kbn_content_management_content_insights_public.mdx index 7c440d8033623..74f273100ec2b 100644 --- a/api_docs/kbn_content_management_content_insights_public.mdx +++ b/api_docs/kbn_content_management_content_insights_public.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-content-insights-public title: "@kbn/content-management-content-insights-public" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-management-content-insights-public plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-content-insights-public'] --- import kbnContentManagementContentInsightsPublicObj from './kbn_content_management_content_insights_public.devdocs.json'; diff --git a/api_docs/kbn_content_management_content_insights_server.mdx b/api_docs/kbn_content_management_content_insights_server.mdx index a6bfa0ce09c68..c79ced898a3f1 100644 --- a/api_docs/kbn_content_management_content_insights_server.mdx +++ b/api_docs/kbn_content_management_content_insights_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-content-insights-server title: "@kbn/content-management-content-insights-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-management-content-insights-server plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-content-insights-server'] --- import kbnContentManagementContentInsightsServerObj from './kbn_content_management_content_insights_server.devdocs.json'; diff --git a/api_docs/kbn_content_management_favorites_common.mdx b/api_docs/kbn_content_management_favorites_common.mdx index 5b13e14dc855f..06556aa2300f3 100644 --- a/api_docs/kbn_content_management_favorites_common.mdx +++ b/api_docs/kbn_content_management_favorites_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-favorites-common title: "@kbn/content-management-favorites-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-management-favorites-common plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-favorites-common'] --- import kbnContentManagementFavoritesCommonObj from './kbn_content_management_favorites_common.devdocs.json'; diff --git a/api_docs/kbn_content_management_favorites_public.mdx b/api_docs/kbn_content_management_favorites_public.mdx index 12ef798e7e2d5..d2854fc462191 100644 --- a/api_docs/kbn_content_management_favorites_public.mdx +++ b/api_docs/kbn_content_management_favorites_public.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-favorites-public title: "@kbn/content-management-favorites-public" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-management-favorites-public plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-favorites-public'] --- import kbnContentManagementFavoritesPublicObj from './kbn_content_management_favorites_public.devdocs.json'; diff --git a/api_docs/kbn_content_management_favorites_server.mdx b/api_docs/kbn_content_management_favorites_server.mdx index 3d5515519139c..28f16c8f635be 100644 --- a/api_docs/kbn_content_management_favorites_server.mdx +++ b/api_docs/kbn_content_management_favorites_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-favorites-server title: "@kbn/content-management-favorites-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-management-favorites-server plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-favorites-server'] --- import kbnContentManagementFavoritesServerObj from './kbn_content_management_favorites_server.devdocs.json'; diff --git a/api_docs/kbn_content_management_tabbed_table_list_view.mdx b/api_docs/kbn_content_management_tabbed_table_list_view.mdx index 6728451c3691e..5d448791738c6 100644 --- a/api_docs/kbn_content_management_tabbed_table_list_view.mdx +++ b/api_docs/kbn_content_management_tabbed_table_list_view.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-tabbed-table-list-view title: "@kbn/content-management-tabbed-table-list-view" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-management-tabbed-table-list-view plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-tabbed-table-list-view'] --- import kbnContentManagementTabbedTableListViewObj from './kbn_content_management_tabbed_table_list_view.devdocs.json'; diff --git a/api_docs/kbn_content_management_table_list_view.devdocs.json b/api_docs/kbn_content_management_table_list_view.devdocs.json index 61d883adbf733..e448a37231125 100644 --- a/api_docs/kbn_content_management_table_list_view.devdocs.json +++ b/api_docs/kbn_content_management_table_list_view.devdocs.json @@ -79,7 +79,7 @@ "section": "def-public.TableListViewTableProps", "text": "TableListViewTableProps" }, - ", \"id\" | \"initialPageSize\" | \"entityName\" | \"entityNamePlural\" | \"initialFilter\" | \"headingId\" | \"urlStateEnabled\" | \"customTableColumn\" | \"emptyPrompt\" | \"findItems\" | \"createItem\" | \"editItem\" | \"deleteItems\" | \"getDetailViewLink\" | \"getOnClickTitle\" | \"rowItemActions\" | \"contentEditor\" | \"titleColumnName\" | \"withoutPageTemplateWrapper\" | \"createdByEnabled\" | \"recentlyAccessed\"> & { title: string; description?: string | undefined; additionalRightSideActions?: React.ReactNode[] | undefined; children?: React.ReactNode; }" + ", \"id\" | \"entityName\" | \"entityNamePlural\" | \"initialFilter\" | \"headingId\" | \"initialPageSize\" | \"urlStateEnabled\" | \"customTableColumn\" | \"emptyPrompt\" | \"findItems\" | \"createItem\" | \"editItem\" | \"deleteItems\" | \"getDetailViewLink\" | \"getOnClickTitle\" | \"rowItemActions\" | \"contentEditor\" | \"titleColumnName\" | \"withoutPageTemplateWrapper\" | \"createdByEnabled\" | \"recentlyAccessed\"> & { title: string; description?: string | undefined; additionalRightSideActions?: React.ReactNode[] | undefined; children?: React.ReactNode; }" ], "path": "src/platform/packages/shared/content-management/table_list_view/src/table_list_view.tsx", "deprecated": false, diff --git a/api_docs/kbn_content_management_table_list_view.mdx b/api_docs/kbn_content_management_table_list_view.mdx index 2729ed5b6a94d..2fc99b3049a87 100644 --- a/api_docs/kbn_content_management_table_list_view.mdx +++ b/api_docs/kbn_content_management_table_list_view.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-table-list-view title: "@kbn/content-management-table-list-view" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-management-table-list-view plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-table-list-view'] --- import kbnContentManagementTableListViewObj from './kbn_content_management_table_list_view.devdocs.json'; diff --git a/api_docs/kbn_content_management_table_list_view_common.mdx b/api_docs/kbn_content_management_table_list_view_common.mdx index 36c8e1a378847..5afa8a3faede7 100644 --- a/api_docs/kbn_content_management_table_list_view_common.mdx +++ b/api_docs/kbn_content_management_table_list_view_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-table-list-view-common title: "@kbn/content-management-table-list-view-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-management-table-list-view-common plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-table-list-view-common'] --- import kbnContentManagementTableListViewCommonObj from './kbn_content_management_table_list_view_common.devdocs.json'; diff --git a/api_docs/kbn_content_management_table_list_view_table.mdx b/api_docs/kbn_content_management_table_list_view_table.mdx index fb27671734e59..39bae80535402 100644 --- a/api_docs/kbn_content_management_table_list_view_table.mdx +++ b/api_docs/kbn_content_management_table_list_view_table.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-table-list-view-table title: "@kbn/content-management-table-list-view-table" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-management-table-list-view-table plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-table-list-view-table'] --- import kbnContentManagementTableListViewTableObj from './kbn_content_management_table_list_view_table.devdocs.json'; diff --git a/api_docs/kbn_content_management_user_profiles.mdx b/api_docs/kbn_content_management_user_profiles.mdx index 434b71eae350f..7ca97c91a1e94 100644 --- a/api_docs/kbn_content_management_user_profiles.mdx +++ b/api_docs/kbn_content_management_user_profiles.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-user-profiles title: "@kbn/content-management-user-profiles" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-management-user-profiles plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-user-profiles'] --- import kbnContentManagementUserProfilesObj from './kbn_content_management_user_profiles.devdocs.json'; diff --git a/api_docs/kbn_content_management_utils.mdx b/api_docs/kbn_content_management_utils.mdx index f7747add4c327..3466bd6754290 100644 --- a/api_docs/kbn_content_management_utils.mdx +++ b/api_docs/kbn_content_management_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-utils title: "@kbn/content-management-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-management-utils plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-utils'] --- import kbnContentManagementUtilsObj from './kbn_content_management_utils.devdocs.json'; diff --git a/api_docs/kbn_content_packs_schema.mdx b/api_docs/kbn_content_packs_schema.mdx index 2e53b961ea14a..94011c4c739e0 100644 --- a/api_docs/kbn_content_packs_schema.mdx +++ b/api_docs/kbn_content_packs_schema.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-packs-schema title: "@kbn/content-packs-schema" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-packs-schema plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-packs-schema'] --- import kbnContentPacksSchemaObj from './kbn_content_packs_schema.devdocs.json'; diff --git a/api_docs/kbn_controls_constants.mdx b/api_docs/kbn_controls_constants.mdx index 01af93c7f395a..3dad1d086bf3a 100644 --- a/api_docs/kbn_controls_constants.mdx +++ b/api_docs/kbn_controls_constants.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-controls-constants title: "@kbn/controls-constants" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/controls-constants plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/controls-constants'] --- import kbnControlsConstantsObj from './kbn_controls_constants.devdocs.json'; diff --git a/api_docs/kbn_controls_schemas.mdx b/api_docs/kbn_controls_schemas.mdx index 3e2c3409bbd4c..acb1c4994255b 100644 --- a/api_docs/kbn_controls_schemas.mdx +++ b/api_docs/kbn_controls_schemas.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-controls-schemas title: "@kbn/controls-schemas" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/controls-schemas plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/controls-schemas'] --- import kbnControlsSchemasObj from './kbn_controls_schemas.devdocs.json'; diff --git a/api_docs/kbn_core_analytics_browser.devdocs.json b/api_docs/kbn_core_analytics_browser.devdocs.json index fda714a96a6b4..e8d9eda0e6377 100644 --- a/api_docs/kbn_core_analytics_browser.devdocs.json +++ b/api_docs/kbn_core_analytics_browser.devdocs.json @@ -644,8 +644,8 @@ "path": "x-pack/platform/plugins/shared/security/server/analytics/analytics_service.ts" }, { - "plugin": "fleet", - "path": "x-pack/platform/plugins/shared/fleet/server/services/telemetry/fleet_usage_sender.ts" + "plugin": "actions", + "path": "x-pack/platform/plugins/shared/actions/server/lib/action_executor.ts" }, { "plugin": "fleet", @@ -668,13 +668,17 @@ "path": "x-pack/platform/plugins/shared/fleet/server/services/telemetry/fleet_usage_sender.ts" }, { - "plugin": "actions", - "path": "x-pack/platform/plugins/shared/actions/server/lib/action_executor.ts" + "plugin": "fleet", + "path": "x-pack/platform/plugins/shared/fleet/server/services/telemetry/fleet_usage_sender.ts" }, { "plugin": "@kbn/index-editor", "path": "src/platform/packages/private/kbn-index-editor/src/telemetry/telemetry_service.ts" }, + { + "plugin": "@kbn/esql-editor", + "path": "src/platform/packages/private/kbn-esql-editor/src/telemetry/telemetry_service.ts" + }, { "plugin": "spaces", "path": "x-pack/platform/plugins/shared/spaces/public/analytics/event_tracker.ts" @@ -1039,6 +1043,10 @@ "plugin": "observabilityOnboarding", "path": "x-pack/solutions/observability/plugins/observability_onboarding/public/application/quickstart_flows/firehose/use_firehose_flow.ts" }, + { + "plugin": "observabilityOnboarding", + "path": "x-pack/solutions/observability/plugins/observability_onboarding/public/application/quickstart_flows/otel_apm/use_otel_apm_flow.ts" + }, { "plugin": "searchPlayground", "path": "x-pack/solutions/search/plugins/search_playground/server/routes.ts" @@ -1519,6 +1527,42 @@ "plugin": "securitySolution", "path": "x-pack/solutions/security/plugins/security_solution/server/lib/telemetry/diagnostic/health_diagnostic_service.test.ts" }, + { + "plugin": "@kbn/esql-editor", + "path": "src/platform/packages/private/kbn-esql-editor/src/telemetry/telemetry_service.test.ts" + }, + { + "plugin": "@kbn/esql-editor", + "path": "src/platform/packages/private/kbn-esql-editor/src/telemetry/telemetry_service.test.ts" + }, + { + "plugin": "@kbn/esql-editor", + "path": "src/platform/packages/private/kbn-esql-editor/src/telemetry/telemetry_service.test.ts" + }, + { + "plugin": "@kbn/esql-editor", + "path": "src/platform/packages/private/kbn-esql-editor/src/telemetry/telemetry_service.test.ts" + }, + { + "plugin": "@kbn/esql-editor", + "path": "src/platform/packages/private/kbn-esql-editor/src/telemetry/telemetry_service.test.ts" + }, + { + "plugin": "@kbn/esql-editor", + "path": "src/platform/packages/private/kbn-esql-editor/src/telemetry/telemetry_service.test.ts" + }, + { + "plugin": "@kbn/esql-editor", + "path": "src/platform/packages/private/kbn-esql-editor/src/telemetry/telemetry_service.test.ts" + }, + { + "plugin": "@kbn/esql-editor", + "path": "src/platform/packages/private/kbn-esql-editor/src/telemetry/telemetry_service.test.ts" + }, + { + "plugin": "@kbn/esql-editor", + "path": "src/platform/packages/private/kbn-esql-editor/src/telemetry/telemetry_service.test.ts" + }, { "plugin": "security", "path": "x-pack/platform/plugins/shared/security/server/analytics/analytics_service.test.ts" @@ -1737,15 +1781,15 @@ }, { "plugin": "elasticAssistant", - "path": "x-pack/solutions/security/plugins/elastic_assistant/server/routes/attack_discovery/helpers/helpers.test.ts" + "path": "x-pack/solutions/security/plugins/elastic_assistant/server/routes/attack_discovery/helpers/report_attack_discovery_success_telemetry.test.ts" }, { "plugin": "elasticAssistant", - "path": "x-pack/solutions/security/plugins/elastic_assistant/server/routes/attack_discovery/helpers/helpers.test.ts" + "path": "x-pack/solutions/security/plugins/elastic_assistant/server/routes/attack_discovery/helpers/report_attack_discovery_success_telemetry.test.ts" }, { "plugin": "elasticAssistant", - "path": "x-pack/solutions/security/plugins/elastic_assistant/server/routes/attack_discovery/helpers/helpers.test.ts" + "path": "x-pack/solutions/security/plugins/elastic_assistant/server/routes/attack_discovery/helpers/report_attack_discovery_success_telemetry.test.ts" }, { "plugin": "elasticAssistant", diff --git a/api_docs/kbn_core_analytics_browser.mdx b/api_docs/kbn_core_analytics_browser.mdx index 812fd7ecb4ff3..de5a665ef2b69 100644 --- a/api_docs/kbn_core_analytics_browser.mdx +++ b/api_docs/kbn_core_analytics_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-analytics-browser title: "@kbn/core-analytics-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-analytics-browser plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-analytics-browser'] --- import kbnCoreAnalyticsBrowserObj from './kbn_core_analytics_browser.devdocs.json'; diff --git a/api_docs/kbn_core_analytics_browser_internal.mdx b/api_docs/kbn_core_analytics_browser_internal.mdx index cc5711c6d5e5f..0feccaa26e0ba 100644 --- a/api_docs/kbn_core_analytics_browser_internal.mdx +++ b/api_docs/kbn_core_analytics_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-analytics-browser-internal title: "@kbn/core-analytics-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-analytics-browser-internal plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-analytics-browser-internal'] --- import kbnCoreAnalyticsBrowserInternalObj from './kbn_core_analytics_browser_internal.devdocs.json'; diff --git a/api_docs/kbn_core_analytics_browser_mocks.mdx b/api_docs/kbn_core_analytics_browser_mocks.mdx index cd7b096c278f3..88517095a8e0f 100644 --- a/api_docs/kbn_core_analytics_browser_mocks.mdx +++ b/api_docs/kbn_core_analytics_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-analytics-browser-mocks title: "@kbn/core-analytics-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-analytics-browser-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-analytics-browser-mocks'] --- import kbnCoreAnalyticsBrowserMocksObj from './kbn_core_analytics_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_analytics_server.devdocs.json b/api_docs/kbn_core_analytics_server.devdocs.json index 7cda50696db1f..8933330a38be9 100644 --- a/api_docs/kbn_core_analytics_server.devdocs.json +++ b/api_docs/kbn_core_analytics_server.devdocs.json @@ -652,8 +652,8 @@ "path": "x-pack/platform/plugins/shared/security/server/analytics/analytics_service.ts" }, { - "plugin": "fleet", - "path": "x-pack/platform/plugins/shared/fleet/server/services/telemetry/fleet_usage_sender.ts" + "plugin": "actions", + "path": "x-pack/platform/plugins/shared/actions/server/lib/action_executor.ts" }, { "plugin": "fleet", @@ -676,13 +676,17 @@ "path": "x-pack/platform/plugins/shared/fleet/server/services/telemetry/fleet_usage_sender.ts" }, { - "plugin": "actions", - "path": "x-pack/platform/plugins/shared/actions/server/lib/action_executor.ts" + "plugin": "fleet", + "path": "x-pack/platform/plugins/shared/fleet/server/services/telemetry/fleet_usage_sender.ts" }, { "plugin": "@kbn/index-editor", "path": "src/platform/packages/private/kbn-index-editor/src/telemetry/telemetry_service.ts" }, + { + "plugin": "@kbn/esql-editor", + "path": "src/platform/packages/private/kbn-esql-editor/src/telemetry/telemetry_service.ts" + }, { "plugin": "spaces", "path": "x-pack/platform/plugins/shared/spaces/public/analytics/event_tracker.ts" @@ -1047,6 +1051,10 @@ "plugin": "observabilityOnboarding", "path": "x-pack/solutions/observability/plugins/observability_onboarding/public/application/quickstart_flows/firehose/use_firehose_flow.ts" }, + { + "plugin": "observabilityOnboarding", + "path": "x-pack/solutions/observability/plugins/observability_onboarding/public/application/quickstart_flows/otel_apm/use_otel_apm_flow.ts" + }, { "plugin": "searchPlayground", "path": "x-pack/solutions/search/plugins/search_playground/server/routes.ts" @@ -1527,6 +1535,42 @@ "plugin": "securitySolution", "path": "x-pack/solutions/security/plugins/security_solution/server/lib/telemetry/diagnostic/health_diagnostic_service.test.ts" }, + { + "plugin": "@kbn/esql-editor", + "path": "src/platform/packages/private/kbn-esql-editor/src/telemetry/telemetry_service.test.ts" + }, + { + "plugin": "@kbn/esql-editor", + "path": "src/platform/packages/private/kbn-esql-editor/src/telemetry/telemetry_service.test.ts" + }, + { + "plugin": "@kbn/esql-editor", + "path": "src/platform/packages/private/kbn-esql-editor/src/telemetry/telemetry_service.test.ts" + }, + { + "plugin": "@kbn/esql-editor", + "path": "src/platform/packages/private/kbn-esql-editor/src/telemetry/telemetry_service.test.ts" + }, + { + "plugin": "@kbn/esql-editor", + "path": "src/platform/packages/private/kbn-esql-editor/src/telemetry/telemetry_service.test.ts" + }, + { + "plugin": "@kbn/esql-editor", + "path": "src/platform/packages/private/kbn-esql-editor/src/telemetry/telemetry_service.test.ts" + }, + { + "plugin": "@kbn/esql-editor", + "path": "src/platform/packages/private/kbn-esql-editor/src/telemetry/telemetry_service.test.ts" + }, + { + "plugin": "@kbn/esql-editor", + "path": "src/platform/packages/private/kbn-esql-editor/src/telemetry/telemetry_service.test.ts" + }, + { + "plugin": "@kbn/esql-editor", + "path": "src/platform/packages/private/kbn-esql-editor/src/telemetry/telemetry_service.test.ts" + }, { "plugin": "security", "path": "x-pack/platform/plugins/shared/security/server/analytics/analytics_service.test.ts" @@ -1745,15 +1789,15 @@ }, { "plugin": "elasticAssistant", - "path": "x-pack/solutions/security/plugins/elastic_assistant/server/routes/attack_discovery/helpers/helpers.test.ts" + "path": "x-pack/solutions/security/plugins/elastic_assistant/server/routes/attack_discovery/helpers/report_attack_discovery_success_telemetry.test.ts" }, { "plugin": "elasticAssistant", - "path": "x-pack/solutions/security/plugins/elastic_assistant/server/routes/attack_discovery/helpers/helpers.test.ts" + "path": "x-pack/solutions/security/plugins/elastic_assistant/server/routes/attack_discovery/helpers/report_attack_discovery_success_telemetry.test.ts" }, { "plugin": "elasticAssistant", - "path": "x-pack/solutions/security/plugins/elastic_assistant/server/routes/attack_discovery/helpers/helpers.test.ts" + "path": "x-pack/solutions/security/plugins/elastic_assistant/server/routes/attack_discovery/helpers/report_attack_discovery_success_telemetry.test.ts" }, { "plugin": "elasticAssistant", diff --git a/api_docs/kbn_core_analytics_server.mdx b/api_docs/kbn_core_analytics_server.mdx index 8463ecf6a5c5b..b2050532a5923 100644 --- a/api_docs/kbn_core_analytics_server.mdx +++ b/api_docs/kbn_core_analytics_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-analytics-server title: "@kbn/core-analytics-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-analytics-server plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-analytics-server'] --- import kbnCoreAnalyticsServerObj from './kbn_core_analytics_server.devdocs.json'; diff --git a/api_docs/kbn_core_analytics_server_internal.mdx b/api_docs/kbn_core_analytics_server_internal.mdx index 53b5a5ed993cd..1fe77628dabe3 100644 --- a/api_docs/kbn_core_analytics_server_internal.mdx +++ b/api_docs/kbn_core_analytics_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-analytics-server-internal title: "@kbn/core-analytics-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-analytics-server-internal plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-analytics-server-internal'] --- import kbnCoreAnalyticsServerInternalObj from './kbn_core_analytics_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_analytics_server_mocks.mdx b/api_docs/kbn_core_analytics_server_mocks.mdx index e722f1a175b12..a95ccd417f894 100644 --- a/api_docs/kbn_core_analytics_server_mocks.mdx +++ b/api_docs/kbn_core_analytics_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-analytics-server-mocks title: "@kbn/core-analytics-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-analytics-server-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-analytics-server-mocks'] --- import kbnCoreAnalyticsServerMocksObj from './kbn_core_analytics_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_application_browser.mdx b/api_docs/kbn_core_application_browser.mdx index 485923bce25b3..60e2d7c1759a7 100644 --- a/api_docs/kbn_core_application_browser.mdx +++ b/api_docs/kbn_core_application_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-application-browser title: "@kbn/core-application-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-application-browser plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-application-browser'] --- import kbnCoreApplicationBrowserObj from './kbn_core_application_browser.devdocs.json'; diff --git a/api_docs/kbn_core_application_browser_internal.mdx b/api_docs/kbn_core_application_browser_internal.mdx index bdeeb228626f9..cd6f9f703ab08 100644 --- a/api_docs/kbn_core_application_browser_internal.mdx +++ b/api_docs/kbn_core_application_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-application-browser-internal title: "@kbn/core-application-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-application-browser-internal plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-application-browser-internal'] --- import kbnCoreApplicationBrowserInternalObj from './kbn_core_application_browser_internal.devdocs.json'; diff --git a/api_docs/kbn_core_application_browser_mocks.mdx b/api_docs/kbn_core_application_browser_mocks.mdx index 9c6c79b0354fc..b95fa41a75f54 100644 --- a/api_docs/kbn_core_application_browser_mocks.mdx +++ b/api_docs/kbn_core_application_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-application-browser-mocks title: "@kbn/core-application-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-application-browser-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-application-browser-mocks'] --- import kbnCoreApplicationBrowserMocksObj from './kbn_core_application_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_application_common.mdx b/api_docs/kbn_core_application_common.mdx index d890e694a8044..3b4dd23bc49a4 100644 --- a/api_docs/kbn_core_application_common.mdx +++ b/api_docs/kbn_core_application_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-application-common title: "@kbn/core-application-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-application-common plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-application-common'] --- import kbnCoreApplicationCommonObj from './kbn_core_application_common.devdocs.json'; diff --git a/api_docs/kbn_core_apps_browser_internal.mdx b/api_docs/kbn_core_apps_browser_internal.mdx index ebd614c5d2b39..34b26cb8a8b1c 100644 --- a/api_docs/kbn_core_apps_browser_internal.mdx +++ b/api_docs/kbn_core_apps_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-apps-browser-internal title: "@kbn/core-apps-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-apps-browser-internal plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-apps-browser-internal'] --- import kbnCoreAppsBrowserInternalObj from './kbn_core_apps_browser_internal.devdocs.json'; diff --git a/api_docs/kbn_core_apps_browser_mocks.mdx b/api_docs/kbn_core_apps_browser_mocks.mdx index b005b59cfc48b..9c5b65af140cd 100644 --- a/api_docs/kbn_core_apps_browser_mocks.mdx +++ b/api_docs/kbn_core_apps_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-apps-browser-mocks title: "@kbn/core-apps-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-apps-browser-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-apps-browser-mocks'] --- import kbnCoreAppsBrowserMocksObj from './kbn_core_apps_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_apps_server_internal.mdx b/api_docs/kbn_core_apps_server_internal.mdx index 822860cf44391..0aa3b2ee1e891 100644 --- a/api_docs/kbn_core_apps_server_internal.mdx +++ b/api_docs/kbn_core_apps_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-apps-server-internal title: "@kbn/core-apps-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-apps-server-internal plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-apps-server-internal'] --- import kbnCoreAppsServerInternalObj from './kbn_core_apps_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_base_browser_mocks.mdx b/api_docs/kbn_core_base_browser_mocks.mdx index 1bcbd3e3c9078..d09b43d7a11df 100644 --- a/api_docs/kbn_core_base_browser_mocks.mdx +++ b/api_docs/kbn_core_base_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-base-browser-mocks title: "@kbn/core-base-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-base-browser-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-base-browser-mocks'] --- import kbnCoreBaseBrowserMocksObj from './kbn_core_base_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_base_common.mdx b/api_docs/kbn_core_base_common.mdx index 14ee037f717ba..9c314af08763b 100644 --- a/api_docs/kbn_core_base_common.mdx +++ b/api_docs/kbn_core_base_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-base-common title: "@kbn/core-base-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-base-common plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-base-common'] --- import kbnCoreBaseCommonObj from './kbn_core_base_common.devdocs.json'; diff --git a/api_docs/kbn_core_base_server_internal.mdx b/api_docs/kbn_core_base_server_internal.mdx index f76d9aaa5c939..58b7ea1c1c6bf 100644 --- a/api_docs/kbn_core_base_server_internal.mdx +++ b/api_docs/kbn_core_base_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-base-server-internal title: "@kbn/core-base-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-base-server-internal plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-base-server-internal'] --- import kbnCoreBaseServerInternalObj from './kbn_core_base_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_base_server_mocks.mdx b/api_docs/kbn_core_base_server_mocks.mdx index 6e7db08b47178..3a7c7b0824751 100644 --- a/api_docs/kbn_core_base_server_mocks.mdx +++ b/api_docs/kbn_core_base_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-base-server-mocks title: "@kbn/core-base-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-base-server-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-base-server-mocks'] --- import kbnCoreBaseServerMocksObj from './kbn_core_base_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_capabilities_browser_mocks.mdx b/api_docs/kbn_core_capabilities_browser_mocks.mdx index f27eef2bbc22b..20610df9552f2 100644 --- a/api_docs/kbn_core_capabilities_browser_mocks.mdx +++ b/api_docs/kbn_core_capabilities_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-capabilities-browser-mocks title: "@kbn/core-capabilities-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-capabilities-browser-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-capabilities-browser-mocks'] --- import kbnCoreCapabilitiesBrowserMocksObj from './kbn_core_capabilities_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_capabilities_common.mdx b/api_docs/kbn_core_capabilities_common.mdx index b884becef2f17..a6fcfb3d9e2b0 100644 --- a/api_docs/kbn_core_capabilities_common.mdx +++ b/api_docs/kbn_core_capabilities_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-capabilities-common title: "@kbn/core-capabilities-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-capabilities-common plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-capabilities-common'] --- import kbnCoreCapabilitiesCommonObj from './kbn_core_capabilities_common.devdocs.json'; diff --git a/api_docs/kbn_core_capabilities_server.mdx b/api_docs/kbn_core_capabilities_server.mdx index 092091379f27a..6645af19e1961 100644 --- a/api_docs/kbn_core_capabilities_server.mdx +++ b/api_docs/kbn_core_capabilities_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-capabilities-server title: "@kbn/core-capabilities-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-capabilities-server plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-capabilities-server'] --- import kbnCoreCapabilitiesServerObj from './kbn_core_capabilities_server.devdocs.json'; diff --git a/api_docs/kbn_core_capabilities_server_mocks.mdx b/api_docs/kbn_core_capabilities_server_mocks.mdx index 3afb03ddf2a89..6ec41cd028ed7 100644 --- a/api_docs/kbn_core_capabilities_server_mocks.mdx +++ b/api_docs/kbn_core_capabilities_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-capabilities-server-mocks title: "@kbn/core-capabilities-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-capabilities-server-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-capabilities-server-mocks'] --- import kbnCoreCapabilitiesServerMocksObj from './kbn_core_capabilities_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_chrome_browser.devdocs.json b/api_docs/kbn_core_chrome_browser.devdocs.json index 987e00ed7dbae..8617067a6aee5 100644 --- a/api_docs/kbn_core_chrome_browser.devdocs.json +++ b/api_docs/kbn_core_chrome_browser.devdocs.json @@ -3166,7 +3166,7 @@ "label": "AppDeepLinkId", "description": [], "signature": [ - "\"fleet\" | \"graph\" | \"ml\" | \"monitoring\" | \"profiling\" | \"streams\" | \"uptime\" | \"metrics\" | \"dashboards\" | \"management\" | \"apm\" | \"synthetics\" | \"ux\" | \"canvas\" | \"logs\" | \"slo\" | \"observabilityAIAssistant\" | \"home\" | \"integrations\" | \"discover\" | \"maps\" | \"visualize\" | \"observability-overview\" | \"dev_tools\" | \"dev_tools:console\" | \"dev_tools:searchprofiler\" | \"dev_tools:painless_lab\" | \"dev_tools:grokdebugger\" | \"ml:notifications\" | \"ml:nodes\" | \"ml:overview\" | \"ml:memoryUsage\" | \"ml:settings\" | \"ml:dataVisualizer\" | \"ml:logPatternAnalysis\" | \"ml:logRateAnalysis\" | \"ml:singleMetricViewer\" | \"ml:anomalyDetection\" | \"ml:anomalyExplorer\" | \"ml:dataDrift\" | \"ml:dataFrameAnalytics\" | \"ml:resultExplorer\" | \"ml:analyticsMap\" | \"ml:aiOps\" | \"ml:changePointDetections\" | \"ml:modelManagement\" | \"ml:nodesOverview\" | \"ml:esqlDataVisualizer\" | \"ml:fileUpload\" | \"ml:indexDataVisualizer\" | \"ml:calendarSettings\" | \"ml:filterListsSettings\" | \"ml:suppliedConfigurations\" | \"osquery\" | \"management:transform\" | \"management:watcher\" | \"management:tags\" | \"management:cases\" | \"management:maintenanceWindows\" | \"management:overview\" | \"management:cross_cluster_replication\" | \"management:settings\" | \"management:dataViews\" | \"management:spaces\" | \"management:analytics\" | \"management:users\" | \"management:migrate_data\" | \"management:search_sessions\" | \"management:data_quality\" | \"management:data_usage\" | \"management:filesManagement\" | \"management:trained_models\" | \"management:pipelines\" | \"management:anomaly_detection\" | \"management:roles\" | \"management:reporting\" | \"management:ad_settings\" | \"management:aiAssistantManagementSelection\" | \"management:securityAiAssistantManagement\" | \"management:observabilityAiAssistantManagement\" | \"management:api_keys\" | \"management:content_connectors\" | \"management:license_management\" | \"management:index_lifecycle_management\" | \"management:index_management\" | \"management:ingest_pipelines\" | \"management:jobsListLink\" | \"management:objects\" | \"management:remote_clusters\" | \"management:role_mappings\" | \"management:rollup_jobs\" | \"management:snapshot_restore\" | \"management:supplied_configurations\" | \"management:triggersActions\" | \"management:triggersActionsAlerts\" | \"management:triggersActionsConnectors\" | \"management:upgrade_assistant\" | \"management:genAiSettings\" | \"management:agentBuilder\" | \"enterpriseSearch\" | \"enterpriseSearchContent\" | \"enterpriseSearchApplications\" | \"enterpriseSearchAnalytics\" | \"serverlessElasticsearch\" | \"serverlessConnectors\" | \"serverlessWebCrawlers\" | \"searchPlayground\" | \"searchInferenceEndpoints\" | \"searchSynonyms\" | \"searchQueryRules\" | \"searchHomepage\" | \"enterpriseSearchContent:connectors\" | \"enterpriseSearchContent:webCrawlers\" | \"enterpriseSearchApplications:searchApplications\" | \"searchInferenceEndpoints:inferenceEndpoints\" | \"searchSynonyms:synonyms\" | \"elasticsearchStart\" | \"elasticsearchIndices\" | \"elasticsearchIndexManagement\" | \"elasticsearchIndices:createIndex\" | \"observability-logs-explorer\" | \"last-used-logs-viewer\" | \"observabilityOnboarding\" | \"inventory\" | \"logs:anomalies\" | \"logs:settings\" | \"logs:stream\" | \"logs:log-categories\" | \"observability-overview:cases\" | \"observability-overview:rules\" | \"observability-overview:alerts\" | \"observability-overview:cases_create\" | \"observability-overview:cases_configure\" | \"metrics:settings\" | \"metrics:hosts\" | \"metrics:inventory\" | \"metrics:metrics-explorer\" | \"metrics:assetDetails\" | \"apm:services\" | \"apm:traces\" | \"apm:dependencies\" | \"apm:service-map\" | \"apm:settings\" | \"apm:service-groups-list\" | \"apm:storage-explorer\" | \"synthetics:overview\" | \"synthetics:certificates\" | \"uptime:Certificates\" | \"profiling:functions\" | \"profiling:stacktraces\" | \"profiling:flamegraphs\" | \"inventory:datastreams\" | \"streams:overview\" | \"securitySolutionUI\" | \"securitySolutionUI:\" | \"securitySolutionUI:cases\" | \"securitySolutionUI:dashboards\" | \"securitySolutionUI:rules\" | \"securitySolutionUI:alerts\" | \"securitySolutionUI:policy\" | \"securitySolutionUI:overview\" | \"securitySolutionUI:kubernetes\" | \"securitySolutionUI:configurations\" | \"securitySolutionUI:cases_create\" | \"securitySolutionUI:cases_configure\" | \"securitySolutionUI:hosts\" | \"securitySolutionUI:users\" | \"securitySolutionUI:cloud_security_posture-dashboard\" | \"securitySolutionUI:cloud_security_posture-vulnerability_dashboard\" | \"securitySolutionUI:cloud_security_posture-findings\" | \"securitySolutionUI:cloud_security_posture-benchmarks\" | \"securitySolutionUI:asset_inventory\" | \"securitySolutionUI:network\" | \"securitySolutionUI:data_quality\" | \"securitySolutionUI:explore\" | \"securitySolutionUI:administration\" | \"securitySolutionUI:ai_value\" | \"securitySolutionUI:attack_discovery\" | \"securitySolutionUI:blocklist\" | \"securitySolutionUI:cloud_security_posture-rules\" | \"securitySolutionUI:detections\" | \"securitySolutionUI:detection_response\" | \"securitySolutionUI:endpoints\" | \"securitySolutionUI:endpoint_exceptions\" | \"securitySolutionUI:event_filters\" | \"securitySolutionUI:exceptions\" | \"securitySolutionUI:host_isolation_exceptions\" | \"securitySolutionUI:hosts-all\" | \"securitySolutionUI:hosts-anomalies\" | \"securitySolutionUI:hosts-risk\" | \"securitySolutionUI:hosts-events\" | \"securitySolutionUI:hosts-sessions\" | \"securitySolutionUI:hosts-uncommon_processes\" | \"securitySolutionUI:get_started\" | \"securitySolutionUI:network-anomalies\" | \"securitySolutionUI:network-dns\" | \"securitySolutionUI:network-events\" | \"securitySolutionUI:network-flows\" | \"securitySolutionUI:network-http\" | \"securitySolutionUI:network-tls\" | \"securitySolutionUI:response_actions_history\" | \"securitySolutionUI:rules-add\" | \"securitySolutionUI:rules-create\" | \"securitySolutionUI:rules-landing\" | \"securitySolutionUI:rules-management\" | \"securitySolutionUI:siem_readiness\" | \"securitySolutionUI:siem_migrations\" | \"securitySolutionUI:siem_migrations-rules\" | \"securitySolutionUI:siem_migrations-dashboards\" | \"securitySolutionUI:threat_intelligence\" | \"securitySolutionUI:timelines\" | \"securitySolutionUI:timelines-templates\" | \"securitySolutionUI:trusted_apps\" | \"securitySolutionUI:trusted_devices\" | \"securitySolutionUI:users-all\" | \"securitySolutionUI:users-anomalies\" | \"securitySolutionUI:users-authentications\" | \"securitySolutionUI:users-events\" | \"securitySolutionUI:users-risk\" | \"securitySolutionUI:entity_analytics\" | \"securitySolutionUI:entity_analytics-management\" | \"securitySolutionUI:entity_analytics-landing\" | \"securitySolutionUI:entity_analytics-privileged_user_monitoring\" | \"securitySolutionUI:entity_analytics-overview\" | \"securitySolutionUI:entity_analytics-entity_store_management\" | \"securitySolutionUI:coverage-overview\" | \"securitySolutionUI:notes\" | \"securitySolutionUI:alert_summary\" | \"securitySolutionUI:configurations-integrations\" | \"securitySolutionUI:configurations-ai_settings\" | \"securitySolutionUI:configurations-basic_rules\" | \"fleet:settings\" | \"fleet:agents\" | \"fleet:data_streams\" | \"fleet:policies\" | \"fleet:enrollment_tokens\" | \"fleet:uninstall_tokens\" | \"workchat\" | \"workchat:integrations\" | \"workchat:agents\" | \"agent_builder\" | \"agent_builder:agents\" | \"agent_builder:tools\" | \"agent_builder:conversations\" | \"workflows\" | \"workflows:workflows\"" + "\"fleet\" | \"graph\" | \"ml\" | \"monitoring\" | \"profiling\" | \"streams\" | \"uptime\" | \"metrics\" | \"dashboards\" | \"management\" | \"apm\" | \"synthetics\" | \"ux\" | \"canvas\" | \"logs\" | \"slo\" | \"observabilityAIAssistant\" | \"home\" | \"integrations\" | \"discover\" | \"maps\" | \"visualize\" | \"observability-overview\" | \"dev_tools\" | \"dev_tools:console\" | \"dev_tools:searchprofiler\" | \"dev_tools:painless_lab\" | \"dev_tools:grokdebugger\" | \"ml:notifications\" | \"ml:nodes\" | \"ml:overview\" | \"ml:memoryUsage\" | \"ml:settings\" | \"ml:dataVisualizer\" | \"ml:logPatternAnalysis\" | \"ml:logRateAnalysis\" | \"ml:singleMetricViewer\" | \"ml:anomalyDetection\" | \"ml:anomalyExplorer\" | \"ml:dataDrift\" | \"ml:dataFrameAnalytics\" | \"ml:resultExplorer\" | \"ml:analyticsMap\" | \"ml:aiOps\" | \"ml:changePointDetections\" | \"ml:modelManagement\" | \"ml:nodesOverview\" | \"ml:esqlDataVisualizer\" | \"ml:fileUpload\" | \"ml:indexDataVisualizer\" | \"ml:calendarSettings\" | \"ml:filterListsSettings\" | \"ml:suppliedConfigurations\" | \"osquery\" | \"management:transform\" | \"management:watcher\" | \"management:tags\" | \"management:cases\" | \"management:maintenanceWindows\" | \"management:overview\" | \"management:cross_cluster_replication\" | \"management:settings\" | \"management:dataViews\" | \"management:spaces\" | \"management:analytics\" | \"management:users\" | \"management:migrate_data\" | \"management:search_sessions\" | \"management:data_quality\" | \"management:data_usage\" | \"management:filesManagement\" | \"management:trained_models\" | \"management:pipelines\" | \"management:anomaly_detection\" | \"management:roles\" | \"management:reporting\" | \"management:ad_settings\" | \"management:aiAssistantManagementSelection\" | \"management:securityAiAssistantManagement\" | \"management:observabilityAiAssistantManagement\" | \"management:api_keys\" | \"management:content_connectors\" | \"management:license_management\" | \"management:index_lifecycle_management\" | \"management:index_management\" | \"management:ingest_pipelines\" | \"management:jobsListLink\" | \"management:objects\" | \"management:remote_clusters\" | \"management:role_mappings\" | \"management:rollup_jobs\" | \"management:snapshot_restore\" | \"management:supplied_configurations\" | \"management:triggersActions\" | \"management:triggersActionsAlerts\" | \"management:triggersActionsConnectors\" | \"management:upgrade_assistant\" | \"management:genAiSettings\" | \"management:agentBuilder\" | \"enterpriseSearch\" | \"enterpriseSearchContent\" | \"enterpriseSearchApplications\" | \"enterpriseSearchAnalytics\" | \"serverlessConnectors\" | \"serverlessWebCrawlers\" | \"searchPlayground\" | \"searchInferenceEndpoints\" | \"searchSynonyms\" | \"searchQueryRules\" | \"searchHomepage\" | \"enterpriseSearchContent:connectors\" | \"enterpriseSearchContent:webCrawlers\" | \"enterpriseSearchApplications:searchApplications\" | \"searchInferenceEndpoints:inferenceEndpoints\" | \"searchSynonyms:synonyms\" | \"elasticsearchStart\" | \"elasticsearchIndices\" | \"elasticsearchIndexManagement\" | \"elasticsearchIndices:createIndex\" | \"observability-logs-explorer\" | \"last-used-logs-viewer\" | \"observabilityOnboarding\" | \"inventory\" | \"logs:anomalies\" | \"logs:settings\" | \"logs:stream\" | \"logs:log-categories\" | \"observability-overview:cases\" | \"observability-overview:rules\" | \"observability-overview:alerts\" | \"observability-overview:cases_create\" | \"observability-overview:cases_configure\" | \"metrics:settings\" | \"metrics:hosts\" | \"metrics:inventory\" | \"metrics:metrics-explorer\" | \"metrics:assetDetails\" | \"apm:services\" | \"apm:traces\" | \"apm:dependencies\" | \"apm:service-map\" | \"apm:settings\" | \"apm:service-groups-list\" | \"apm:storage-explorer\" | \"synthetics:overview\" | \"synthetics:certificates\" | \"uptime:Certificates\" | \"profiling:functions\" | \"profiling:stacktraces\" | \"profiling:flamegraphs\" | \"inventory:datastreams\" | \"streams:overview\" | \"securitySolutionUI\" | \"securitySolutionUI:\" | \"securitySolutionUI:cases\" | \"securitySolutionUI:dashboards\" | \"securitySolutionUI:rules\" | \"securitySolutionUI:alerts\" | \"securitySolutionUI:policy\" | \"securitySolutionUI:overview\" | \"securitySolutionUI:kubernetes\" | \"securitySolutionUI:configurations\" | \"securitySolutionUI:cases_create\" | \"securitySolutionUI:cases_configure\" | \"securitySolutionUI:hosts\" | \"securitySolutionUI:users\" | \"securitySolutionUI:cloud_security_posture-dashboard\" | \"securitySolutionUI:cloud_security_posture-vulnerability_dashboard\" | \"securitySolutionUI:cloud_security_posture-findings\" | \"securitySolutionUI:cloud_security_posture-benchmarks\" | \"securitySolutionUI:asset_inventory\" | \"securitySolutionUI:network\" | \"securitySolutionUI:data_quality\" | \"securitySolutionUI:explore\" | \"securitySolutionUI:administration\" | \"securitySolutionUI:ai_value\" | \"securitySolutionUI:attack_discovery\" | \"securitySolutionUI:blocklist\" | \"securitySolutionUI:cloud_security_posture-rules\" | \"securitySolutionUI:detections\" | \"securitySolutionUI:detection_response\" | \"securitySolutionUI:endpoints\" | \"securitySolutionUI:endpoint_exceptions\" | \"securitySolutionUI:event_filters\" | \"securitySolutionUI:exceptions\" | \"securitySolutionUI:host_isolation_exceptions\" | \"securitySolutionUI:hosts-all\" | \"securitySolutionUI:hosts-anomalies\" | \"securitySolutionUI:hosts-risk\" | \"securitySolutionUI:hosts-events\" | \"securitySolutionUI:hosts-sessions\" | \"securitySolutionUI:hosts-uncommon_processes\" | \"securitySolutionUI:get_started\" | \"securitySolutionUI:network-anomalies\" | \"securitySolutionUI:network-dns\" | \"securitySolutionUI:network-events\" | \"securitySolutionUI:network-flows\" | \"securitySolutionUI:network-http\" | \"securitySolutionUI:network-tls\" | \"securitySolutionUI:response_actions_history\" | \"securitySolutionUI:rules-add\" | \"securitySolutionUI:rules-create\" | \"securitySolutionUI:rules-landing\" | \"securitySolutionUI:rules-management\" | \"securitySolutionUI:siem_readiness\" | \"securitySolutionUI:siem_migrations\" | \"securitySolutionUI:siem_migrations-rules\" | \"securitySolutionUI:siem_migrations-dashboards\" | \"securitySolutionUI:threat_intelligence\" | \"securitySolutionUI:timelines\" | \"securitySolutionUI:timelines-templates\" | \"securitySolutionUI:trusted_apps\" | \"securitySolutionUI:trusted_devices\" | \"securitySolutionUI:users-all\" | \"securitySolutionUI:users-anomalies\" | \"securitySolutionUI:users-authentications\" | \"securitySolutionUI:users-events\" | \"securitySolutionUI:users-risk\" | \"securitySolutionUI:entity_analytics\" | \"securitySolutionUI:entity_analytics-management\" | \"securitySolutionUI:entity_analytics-landing\" | \"securitySolutionUI:entity_analytics-privileged_user_monitoring\" | \"securitySolutionUI:entity_analytics-overview\" | \"securitySolutionUI:entity_analytics-entity_store_management\" | \"securitySolutionUI:coverage-overview\" | \"securitySolutionUI:notes\" | \"securitySolutionUI:alert_summary\" | \"securitySolutionUI:configurations-integrations\" | \"securitySolutionUI:configurations-ai_settings\" | \"securitySolutionUI:configurations-basic_rules\" | \"fleet:settings\" | \"fleet:agents\" | \"fleet:data_streams\" | \"fleet:policies\" | \"fleet:enrollment_tokens\" | \"fleet:uninstall_tokens\" | \"workchat\" | \"workchat:integrations\" | \"workchat:agents\" | \"agent_builder\" | \"agent_builder:agents\" | \"agent_builder:tools\" | \"agent_builder:conversations\" | \"workflows\" | \"workflows:workflows\"" ], "path": "src/core/packages/chrome/browser/src/project_navigation.ts", "deprecated": false, @@ -3197,7 +3197,7 @@ "section": "def-common.AppId", "text": "AppId" }, - " | \"enterpriseSearch\" | \"enterpriseSearchContent\" | \"enterpriseSearchApplications\" | \"enterpriseSearchAnalytics\" | \"serverlessElasticsearch\" | ", + " | \"enterpriseSearch\" | \"enterpriseSearchContent\" | \"enterpriseSearchApplications\" | \"enterpriseSearchAnalytics\" | ", { "pluginId": "@kbn/deeplinks-observability", "scope": "common", diff --git a/api_docs/kbn_core_chrome_browser.mdx b/api_docs/kbn_core_chrome_browser.mdx index b5f980f8b753a..68e52bea49fc4 100644 --- a/api_docs/kbn_core_chrome_browser.mdx +++ b/api_docs/kbn_core_chrome_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-chrome-browser title: "@kbn/core-chrome-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-chrome-browser plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-chrome-browser'] --- import kbnCoreChromeBrowserObj from './kbn_core_chrome_browser.devdocs.json'; diff --git a/api_docs/kbn_core_chrome_browser_mocks.mdx b/api_docs/kbn_core_chrome_browser_mocks.mdx index 9f78305bd3387..3510f28c3cc81 100644 --- a/api_docs/kbn_core_chrome_browser_mocks.mdx +++ b/api_docs/kbn_core_chrome_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-chrome-browser-mocks title: "@kbn/core-chrome-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-chrome-browser-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-chrome-browser-mocks'] --- import kbnCoreChromeBrowserMocksObj from './kbn_core_chrome_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_chrome_layout_components.mdx b/api_docs/kbn_core_chrome_layout_components.mdx index b6a8da2f675a1..d57a2d4eb7e4a 100644 --- a/api_docs/kbn_core_chrome_layout_components.mdx +++ b/api_docs/kbn_core_chrome_layout_components.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-chrome-layout-components title: "@kbn/core-chrome-layout-components" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-chrome-layout-components plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-chrome-layout-components'] --- import kbnCoreChromeLayoutComponentsObj from './kbn_core_chrome_layout_components.devdocs.json'; diff --git a/api_docs/kbn_core_chrome_layout_constants.mdx b/api_docs/kbn_core_chrome_layout_constants.mdx index 2b454e9f1cbd3..c35db8a77af90 100644 --- a/api_docs/kbn_core_chrome_layout_constants.mdx +++ b/api_docs/kbn_core_chrome_layout_constants.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-chrome-layout-constants title: "@kbn/core-chrome-layout-constants" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-chrome-layout-constants plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-chrome-layout-constants'] --- import kbnCoreChromeLayoutConstantsObj from './kbn_core_chrome_layout_constants.devdocs.json'; diff --git a/api_docs/kbn_core_chrome_layout_feature_flags.mdx b/api_docs/kbn_core_chrome_layout_feature_flags.mdx index baccf5c06438a..92faf5c0e3c01 100644 --- a/api_docs/kbn_core_chrome_layout_feature_flags.mdx +++ b/api_docs/kbn_core_chrome_layout_feature_flags.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-chrome-layout-feature-flags title: "@kbn/core-chrome-layout-feature-flags" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-chrome-layout-feature-flags plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-chrome-layout-feature-flags'] --- import kbnCoreChromeLayoutFeatureFlagsObj from './kbn_core_chrome_layout_feature_flags.devdocs.json'; diff --git a/api_docs/kbn_core_chrome_navigation.mdx b/api_docs/kbn_core_chrome_navigation.mdx index 5f6ed1740aa60..a76f57e579882 100644 --- a/api_docs/kbn_core_chrome_navigation.mdx +++ b/api_docs/kbn_core_chrome_navigation.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-chrome-navigation title: "@kbn/core-chrome-navigation" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-chrome-navigation plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-chrome-navigation'] --- import kbnCoreChromeNavigationObj from './kbn_core_chrome_navigation.devdocs.json'; diff --git a/api_docs/kbn_core_chrome_navigation_tour.devdocs.json b/api_docs/kbn_core_chrome_navigation_tour.devdocs.json index 2b6dc93b52b2a..9e35318128ef1 100644 --- a/api_docs/kbn_core_chrome_navigation_tour.devdocs.json +++ b/api_docs/kbn_core_chrome_navigation_tour.devdocs.json @@ -52,7 +52,23 @@ "label": "startTour", "description": [], "signature": [ - "(enabledSteps: ", + "() => void" + ], + "path": "src/core/packages/chrome/navigation-tour/src/tour_manager.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/core-chrome-navigation-tour", + "id": "def-public.TourManager.activateTour", + "type": "Function", + "tags": [], + "label": "activateTour", + "description": [], + "signature": [ + "(visibleStepIds: ", "TourStepId", "[]) => void" ], @@ -62,10 +78,10 @@ "children": [ { "parentPluginId": "@kbn/core-chrome-navigation-tour", - "id": "def-public.TourManager.startTour.$1", + "id": "def-public.TourManager.activateTour.$1", "type": "Array", "tags": [], - "label": "enabledSteps", + "label": "visibleStepIds", "description": [], "signature": [ "TourStepId", @@ -158,22 +174,6 @@ "trackAdoption": false, "children": [], "returnComment": [] - }, - { - "parentPluginId": "@kbn/core-chrome-navigation-tour", - "id": "def-public.TourManager.isLastStep", - "type": "Function", - "tags": [], - "label": "isLastStep", - "description": [], - "signature": [ - "() => boolean" - ], - "path": "src/core/packages/chrome/navigation-tour/src/tour_manager.ts", - "deprecated": false, - "trackAdoption": false, - "children": [], - "returnComment": [] } ], "initialIsOpen": false @@ -247,7 +247,23 @@ } ], "enums": [], - "misc": [], + "misc": [ + { + "parentPluginId": "@kbn/core-chrome-navigation-tour", + "id": "def-public.TourStepId", + "type": "Type", + "tags": [], + "label": "TourStepId", + "description": [], + "signature": [ + "\"sidenav-home\" | \"sidenav-more\" | \"sidenav-manage-data\"" + ], + "path": "src/core/packages/chrome/navigation-tour/src/types.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + } + ], "objects": [] }, "server": { diff --git a/api_docs/kbn_core_chrome_navigation_tour.mdx b/api_docs/kbn_core_chrome_navigation_tour.mdx index 7d1ce88d23567..4fec2494f3776 100644 --- a/api_docs/kbn_core_chrome_navigation_tour.mdx +++ b/api_docs/kbn_core_chrome_navigation_tour.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-chrome-navigation-tour title: "@kbn/core-chrome-navigation-tour" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-chrome-navigation-tour plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-chrome-navigation-tour'] --- import kbnCoreChromeNavigationTourObj from './kbn_core_chrome_navigation_tour.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sh | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 15 | 0 | 15 | 0 | +| 16 | 0 | 16 | 0 | ## Client @@ -34,3 +34,6 @@ Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sh ### Interfaces +### Consts, variables and types + + diff --git a/api_docs/kbn_core_config_server_internal.mdx b/api_docs/kbn_core_config_server_internal.mdx index 5dc69b1ab5c04..6d1b3f1cfe584 100644 --- a/api_docs/kbn_core_config_server_internal.mdx +++ b/api_docs/kbn_core_config_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-config-server-internal title: "@kbn/core-config-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-config-server-internal plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-config-server-internal'] --- import kbnCoreConfigServerInternalObj from './kbn_core_config_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_custom_branding_browser.mdx b/api_docs/kbn_core_custom_branding_browser.mdx index 970619f80607d..fe5297711030b 100644 --- a/api_docs/kbn_core_custom_branding_browser.mdx +++ b/api_docs/kbn_core_custom_branding_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-custom-branding-browser title: "@kbn/core-custom-branding-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-custom-branding-browser plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-custom-branding-browser'] --- import kbnCoreCustomBrandingBrowserObj from './kbn_core_custom_branding_browser.devdocs.json'; diff --git a/api_docs/kbn_core_custom_branding_browser_internal.mdx b/api_docs/kbn_core_custom_branding_browser_internal.mdx index 1002dcffc5ab4..f92723ccb2820 100644 --- a/api_docs/kbn_core_custom_branding_browser_internal.mdx +++ b/api_docs/kbn_core_custom_branding_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-custom-branding-browser-internal title: "@kbn/core-custom-branding-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-custom-branding-browser-internal plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-custom-branding-browser-internal'] --- import kbnCoreCustomBrandingBrowserInternalObj from './kbn_core_custom_branding_browser_internal.devdocs.json'; diff --git a/api_docs/kbn_core_custom_branding_browser_mocks.mdx b/api_docs/kbn_core_custom_branding_browser_mocks.mdx index 54b7f3f8e7700..d43ae58ac93fd 100644 --- a/api_docs/kbn_core_custom_branding_browser_mocks.mdx +++ b/api_docs/kbn_core_custom_branding_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-custom-branding-browser-mocks title: "@kbn/core-custom-branding-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-custom-branding-browser-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-custom-branding-browser-mocks'] --- import kbnCoreCustomBrandingBrowserMocksObj from './kbn_core_custom_branding_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_custom_branding_common.mdx b/api_docs/kbn_core_custom_branding_common.mdx index 5d11191c22c5f..35e81799e84a7 100644 --- a/api_docs/kbn_core_custom_branding_common.mdx +++ b/api_docs/kbn_core_custom_branding_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-custom-branding-common title: "@kbn/core-custom-branding-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-custom-branding-common plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-custom-branding-common'] --- import kbnCoreCustomBrandingCommonObj from './kbn_core_custom_branding_common.devdocs.json'; diff --git a/api_docs/kbn_core_custom_branding_server.mdx b/api_docs/kbn_core_custom_branding_server.mdx index 89f1ab786fb97..7e7449cc9ecb6 100644 --- a/api_docs/kbn_core_custom_branding_server.mdx +++ b/api_docs/kbn_core_custom_branding_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-custom-branding-server title: "@kbn/core-custom-branding-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-custom-branding-server plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-custom-branding-server'] --- import kbnCoreCustomBrandingServerObj from './kbn_core_custom_branding_server.devdocs.json'; diff --git a/api_docs/kbn_core_custom_branding_server_internal.mdx b/api_docs/kbn_core_custom_branding_server_internal.mdx index bd01617f2d6c7..06e42d5bf384f 100644 --- a/api_docs/kbn_core_custom_branding_server_internal.mdx +++ b/api_docs/kbn_core_custom_branding_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-custom-branding-server-internal title: "@kbn/core-custom-branding-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-custom-branding-server-internal plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-custom-branding-server-internal'] --- import kbnCoreCustomBrandingServerInternalObj from './kbn_core_custom_branding_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_custom_branding_server_mocks.mdx b/api_docs/kbn_core_custom_branding_server_mocks.mdx index 06eb3dc546c44..7c356624580dd 100644 --- a/api_docs/kbn_core_custom_branding_server_mocks.mdx +++ b/api_docs/kbn_core_custom_branding_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-custom-branding-server-mocks title: "@kbn/core-custom-branding-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-custom-branding-server-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-custom-branding-server-mocks'] --- import kbnCoreCustomBrandingServerMocksObj from './kbn_core_custom_branding_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_data_streams_server.mdx b/api_docs/kbn_core_data_streams_server.mdx index ecd4805ca295f..857312998bb93 100644 --- a/api_docs/kbn_core_data_streams_server.mdx +++ b/api_docs/kbn_core_data_streams_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-data-streams-server title: "@kbn/core-data-streams-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-data-streams-server plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-data-streams-server'] --- import kbnCoreDataStreamsServerObj from './kbn_core_data_streams_server.devdocs.json'; diff --git a/api_docs/kbn_core_data_streams_server_mocks.mdx b/api_docs/kbn_core_data_streams_server_mocks.mdx index 772ee8b117053..676bc382d459c 100644 --- a/api_docs/kbn_core_data_streams_server_mocks.mdx +++ b/api_docs/kbn_core_data_streams_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-data-streams-server-mocks title: "@kbn/core-data-streams-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-data-streams-server-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-data-streams-server-mocks'] --- import kbnCoreDataStreamsServerMocksObj from './kbn_core_data_streams_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_deprecations_browser.mdx b/api_docs/kbn_core_deprecations_browser.mdx index 466d41b88fbfa..da5f03becd887 100644 --- a/api_docs/kbn_core_deprecations_browser.mdx +++ b/api_docs/kbn_core_deprecations_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-deprecations-browser title: "@kbn/core-deprecations-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-deprecations-browser plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-deprecations-browser'] --- import kbnCoreDeprecationsBrowserObj from './kbn_core_deprecations_browser.devdocs.json'; diff --git a/api_docs/kbn_core_deprecations_browser_internal.mdx b/api_docs/kbn_core_deprecations_browser_internal.mdx index 102c7fc0765bf..9d13374db2cbc 100644 --- a/api_docs/kbn_core_deprecations_browser_internal.mdx +++ b/api_docs/kbn_core_deprecations_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-deprecations-browser-internal title: "@kbn/core-deprecations-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-deprecations-browser-internal plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-deprecations-browser-internal'] --- import kbnCoreDeprecationsBrowserInternalObj from './kbn_core_deprecations_browser_internal.devdocs.json'; diff --git a/api_docs/kbn_core_deprecations_browser_mocks.mdx b/api_docs/kbn_core_deprecations_browser_mocks.mdx index 3875bf20542f0..3f972ec64b311 100644 --- a/api_docs/kbn_core_deprecations_browser_mocks.mdx +++ b/api_docs/kbn_core_deprecations_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-deprecations-browser-mocks title: "@kbn/core-deprecations-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-deprecations-browser-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-deprecations-browser-mocks'] --- import kbnCoreDeprecationsBrowserMocksObj from './kbn_core_deprecations_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_deprecations_common.mdx b/api_docs/kbn_core_deprecations_common.mdx index d785479cbb038..d379d21f205f5 100644 --- a/api_docs/kbn_core_deprecations_common.mdx +++ b/api_docs/kbn_core_deprecations_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-deprecations-common title: "@kbn/core-deprecations-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-deprecations-common plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-deprecations-common'] --- import kbnCoreDeprecationsCommonObj from './kbn_core_deprecations_common.devdocs.json'; diff --git a/api_docs/kbn_core_deprecations_server.mdx b/api_docs/kbn_core_deprecations_server.mdx index 51d23aa45a309..4718d44adfde1 100644 --- a/api_docs/kbn_core_deprecations_server.mdx +++ b/api_docs/kbn_core_deprecations_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-deprecations-server title: "@kbn/core-deprecations-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-deprecations-server plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-deprecations-server'] --- import kbnCoreDeprecationsServerObj from './kbn_core_deprecations_server.devdocs.json'; diff --git a/api_docs/kbn_core_deprecations_server_internal.mdx b/api_docs/kbn_core_deprecations_server_internal.mdx index 15aa5ec94a4db..246fb7341271f 100644 --- a/api_docs/kbn_core_deprecations_server_internal.mdx +++ b/api_docs/kbn_core_deprecations_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-deprecations-server-internal title: "@kbn/core-deprecations-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-deprecations-server-internal plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-deprecations-server-internal'] --- import kbnCoreDeprecationsServerInternalObj from './kbn_core_deprecations_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_deprecations_server_mocks.mdx b/api_docs/kbn_core_deprecations_server_mocks.mdx index 8103c9bcecd4c..dadd11378390f 100644 --- a/api_docs/kbn_core_deprecations_server_mocks.mdx +++ b/api_docs/kbn_core_deprecations_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-deprecations-server-mocks title: "@kbn/core-deprecations-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-deprecations-server-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-deprecations-server-mocks'] --- import kbnCoreDeprecationsServerMocksObj from './kbn_core_deprecations_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_di.mdx b/api_docs/kbn_core_di.mdx index 183e18c94b075..0311b7e6fdbce 100644 --- a/api_docs/kbn_core_di.mdx +++ b/api_docs/kbn_core_di.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-di title: "@kbn/core-di" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-di plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-di'] --- import kbnCoreDiObj from './kbn_core_di.devdocs.json'; diff --git a/api_docs/kbn_core_di_browser.mdx b/api_docs/kbn_core_di_browser.mdx index 5166f7034192c..6391c4717a6f1 100644 --- a/api_docs/kbn_core_di_browser.mdx +++ b/api_docs/kbn_core_di_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-di-browser title: "@kbn/core-di-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-di-browser plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-di-browser'] --- import kbnCoreDiBrowserObj from './kbn_core_di_browser.devdocs.json'; diff --git a/api_docs/kbn_core_di_internal.mdx b/api_docs/kbn_core_di_internal.mdx index 9b983279095b5..3423dbc73a81f 100644 --- a/api_docs/kbn_core_di_internal.mdx +++ b/api_docs/kbn_core_di_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-di-internal title: "@kbn/core-di-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-di-internal plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-di-internal'] --- import kbnCoreDiInternalObj from './kbn_core_di_internal.devdocs.json'; diff --git a/api_docs/kbn_core_di_mocks.mdx b/api_docs/kbn_core_di_mocks.mdx index 8f0e9303a0e78..aad0901780328 100644 --- a/api_docs/kbn_core_di_mocks.mdx +++ b/api_docs/kbn_core_di_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-di-mocks title: "@kbn/core-di-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-di-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-di-mocks'] --- import kbnCoreDiMocksObj from './kbn_core_di_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_di_server.mdx b/api_docs/kbn_core_di_server.mdx index 7d667799f6970..64bdfc963abb2 100644 --- a/api_docs/kbn_core_di_server.mdx +++ b/api_docs/kbn_core_di_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-di-server title: "@kbn/core-di-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-di-server plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-di-server'] --- import kbnCoreDiServerObj from './kbn_core_di_server.devdocs.json'; diff --git a/api_docs/kbn_core_doc_links_browser.mdx b/api_docs/kbn_core_doc_links_browser.mdx index 0edbaef1d72dc..0ce6232f2a306 100644 --- a/api_docs/kbn_core_doc_links_browser.mdx +++ b/api_docs/kbn_core_doc_links_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-doc-links-browser title: "@kbn/core-doc-links-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-doc-links-browser plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-doc-links-browser'] --- import kbnCoreDocLinksBrowserObj from './kbn_core_doc_links_browser.devdocs.json'; diff --git a/api_docs/kbn_core_doc_links_browser_mocks.mdx b/api_docs/kbn_core_doc_links_browser_mocks.mdx index 1f6f540b26e6b..21a4449ffc603 100644 --- a/api_docs/kbn_core_doc_links_browser_mocks.mdx +++ b/api_docs/kbn_core_doc_links_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-doc-links-browser-mocks title: "@kbn/core-doc-links-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-doc-links-browser-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-doc-links-browser-mocks'] --- import kbnCoreDocLinksBrowserMocksObj from './kbn_core_doc_links_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_doc_links_server.mdx b/api_docs/kbn_core_doc_links_server.mdx index 878f56e20be0e..df8cab6b61560 100644 --- a/api_docs/kbn_core_doc_links_server.mdx +++ b/api_docs/kbn_core_doc_links_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-doc-links-server title: "@kbn/core-doc-links-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-doc-links-server plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-doc-links-server'] --- import kbnCoreDocLinksServerObj from './kbn_core_doc_links_server.devdocs.json'; diff --git a/api_docs/kbn_core_doc_links_server_mocks.mdx b/api_docs/kbn_core_doc_links_server_mocks.mdx index e45e77093ee4c..4fdda8a642707 100644 --- a/api_docs/kbn_core_doc_links_server_mocks.mdx +++ b/api_docs/kbn_core_doc_links_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-doc-links-server-mocks title: "@kbn/core-doc-links-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-doc-links-server-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-doc-links-server-mocks'] --- import kbnCoreDocLinksServerMocksObj from './kbn_core_doc_links_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_elasticsearch_client_server_internal.mdx b/api_docs/kbn_core_elasticsearch_client_server_internal.mdx index fdd52c773fa23..888356fc2ef55 100644 --- a/api_docs/kbn_core_elasticsearch_client_server_internal.mdx +++ b/api_docs/kbn_core_elasticsearch_client_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-elasticsearch-client-server-internal title: "@kbn/core-elasticsearch-client-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-elasticsearch-client-server-internal plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-elasticsearch-client-server-internal'] --- import kbnCoreElasticsearchClientServerInternalObj from './kbn_core_elasticsearch_client_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_elasticsearch_client_server_mocks.mdx b/api_docs/kbn_core_elasticsearch_client_server_mocks.mdx index 6aca71bc56679..8022ae95dc6e5 100644 --- a/api_docs/kbn_core_elasticsearch_client_server_mocks.mdx +++ b/api_docs/kbn_core_elasticsearch_client_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-elasticsearch-client-server-mocks title: "@kbn/core-elasticsearch-client-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-elasticsearch-client-server-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-elasticsearch-client-server-mocks'] --- import kbnCoreElasticsearchClientServerMocksObj from './kbn_core_elasticsearch_client_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_elasticsearch_server.mdx b/api_docs/kbn_core_elasticsearch_server.mdx index 748a58ac957ef..01994c0644725 100644 --- a/api_docs/kbn_core_elasticsearch_server.mdx +++ b/api_docs/kbn_core_elasticsearch_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-elasticsearch-server title: "@kbn/core-elasticsearch-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-elasticsearch-server plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-elasticsearch-server'] --- import kbnCoreElasticsearchServerObj from './kbn_core_elasticsearch_server.devdocs.json'; diff --git a/api_docs/kbn_core_elasticsearch_server_internal.devdocs.json b/api_docs/kbn_core_elasticsearch_server_internal.devdocs.json index 1c98da7bc1473..c13b0798ca78a 100644 --- a/api_docs/kbn_core_elasticsearch_server_internal.devdocs.json +++ b/api_docs/kbn_core_elasticsearch_server_internal.devdocs.json @@ -2672,10 +2672,10 @@ "pluginId": "@kbn/config-schema", "scope": "common", "docId": "kibKbnConfigSchemaPluginApi", - "section": "def-common.Type", - "text": "Type" + "section": "def-common.ConditionalType", + "text": "ConditionalType" }, - "; customHeaders: ", + "; customHeaders: ", { "pluginId": "@kbn/config-schema", "scope": "common", diff --git a/api_docs/kbn_core_elasticsearch_server_internal.mdx b/api_docs/kbn_core_elasticsearch_server_internal.mdx index 7006d0dd0dfd2..98453c5f41829 100644 --- a/api_docs/kbn_core_elasticsearch_server_internal.mdx +++ b/api_docs/kbn_core_elasticsearch_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-elasticsearch-server-internal title: "@kbn/core-elasticsearch-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-elasticsearch-server-internal plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-elasticsearch-server-internal'] --- import kbnCoreElasticsearchServerInternalObj from './kbn_core_elasticsearch_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_elasticsearch_server_mocks.mdx b/api_docs/kbn_core_elasticsearch_server_mocks.mdx index f086492035d11..e1d9245e0e5b9 100644 --- a/api_docs/kbn_core_elasticsearch_server_mocks.mdx +++ b/api_docs/kbn_core_elasticsearch_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-elasticsearch-server-mocks title: "@kbn/core-elasticsearch-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-elasticsearch-server-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-elasticsearch-server-mocks'] --- import kbnCoreElasticsearchServerMocksObj from './kbn_core_elasticsearch_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_environment_server_internal.mdx b/api_docs/kbn_core_environment_server_internal.mdx index 5a44ea1e06d31..a3a8599db1a3f 100644 --- a/api_docs/kbn_core_environment_server_internal.mdx +++ b/api_docs/kbn_core_environment_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-environment-server-internal title: "@kbn/core-environment-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-environment-server-internal plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-environment-server-internal'] --- import kbnCoreEnvironmentServerInternalObj from './kbn_core_environment_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_environment_server_mocks.mdx b/api_docs/kbn_core_environment_server_mocks.mdx index dc579b0029d42..64271d74b851b 100644 --- a/api_docs/kbn_core_environment_server_mocks.mdx +++ b/api_docs/kbn_core_environment_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-environment-server-mocks title: "@kbn/core-environment-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-environment-server-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-environment-server-mocks'] --- import kbnCoreEnvironmentServerMocksObj from './kbn_core_environment_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_execution_context_browser.mdx b/api_docs/kbn_core_execution_context_browser.mdx index c426bfeb74adf..c204ee87260d5 100644 --- a/api_docs/kbn_core_execution_context_browser.mdx +++ b/api_docs/kbn_core_execution_context_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-execution-context-browser title: "@kbn/core-execution-context-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-execution-context-browser plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-execution-context-browser'] --- import kbnCoreExecutionContextBrowserObj from './kbn_core_execution_context_browser.devdocs.json'; diff --git a/api_docs/kbn_core_execution_context_browser_internal.mdx b/api_docs/kbn_core_execution_context_browser_internal.mdx index e2d859de21f74..695b019db6bef 100644 --- a/api_docs/kbn_core_execution_context_browser_internal.mdx +++ b/api_docs/kbn_core_execution_context_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-execution-context-browser-internal title: "@kbn/core-execution-context-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-execution-context-browser-internal plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-execution-context-browser-internal'] --- import kbnCoreExecutionContextBrowserInternalObj from './kbn_core_execution_context_browser_internal.devdocs.json'; diff --git a/api_docs/kbn_core_execution_context_browser_mocks.mdx b/api_docs/kbn_core_execution_context_browser_mocks.mdx index e2fc2f4e04823..0fb5ad9a1561c 100644 --- a/api_docs/kbn_core_execution_context_browser_mocks.mdx +++ b/api_docs/kbn_core_execution_context_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-execution-context-browser-mocks title: "@kbn/core-execution-context-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-execution-context-browser-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-execution-context-browser-mocks'] --- import kbnCoreExecutionContextBrowserMocksObj from './kbn_core_execution_context_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_execution_context_common.mdx b/api_docs/kbn_core_execution_context_common.mdx index c01e74d1ab620..26d28c7c9b8e5 100644 --- a/api_docs/kbn_core_execution_context_common.mdx +++ b/api_docs/kbn_core_execution_context_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-execution-context-common title: "@kbn/core-execution-context-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-execution-context-common plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-execution-context-common'] --- import kbnCoreExecutionContextCommonObj from './kbn_core_execution_context_common.devdocs.json'; diff --git a/api_docs/kbn_core_execution_context_server.mdx b/api_docs/kbn_core_execution_context_server.mdx index fb1c1527c6f2a..92e1f47863850 100644 --- a/api_docs/kbn_core_execution_context_server.mdx +++ b/api_docs/kbn_core_execution_context_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-execution-context-server title: "@kbn/core-execution-context-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-execution-context-server plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-execution-context-server'] --- import kbnCoreExecutionContextServerObj from './kbn_core_execution_context_server.devdocs.json'; diff --git a/api_docs/kbn_core_execution_context_server_internal.mdx b/api_docs/kbn_core_execution_context_server_internal.mdx index 78f661ec5afaf..5f6300fae7f5a 100644 --- a/api_docs/kbn_core_execution_context_server_internal.mdx +++ b/api_docs/kbn_core_execution_context_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-execution-context-server-internal title: "@kbn/core-execution-context-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-execution-context-server-internal plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-execution-context-server-internal'] --- import kbnCoreExecutionContextServerInternalObj from './kbn_core_execution_context_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_execution_context_server_mocks.mdx b/api_docs/kbn_core_execution_context_server_mocks.mdx index 3bd2698ef6af2..93c598527cc37 100644 --- a/api_docs/kbn_core_execution_context_server_mocks.mdx +++ b/api_docs/kbn_core_execution_context_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-execution-context-server-mocks title: "@kbn/core-execution-context-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-execution-context-server-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-execution-context-server-mocks'] --- import kbnCoreExecutionContextServerMocksObj from './kbn_core_execution_context_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_fatal_errors_browser.mdx b/api_docs/kbn_core_fatal_errors_browser.mdx index 208b9620d5398..ec06430b798aa 100644 --- a/api_docs/kbn_core_fatal_errors_browser.mdx +++ b/api_docs/kbn_core_fatal_errors_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-fatal-errors-browser title: "@kbn/core-fatal-errors-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-fatal-errors-browser plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-fatal-errors-browser'] --- import kbnCoreFatalErrorsBrowserObj from './kbn_core_fatal_errors_browser.devdocs.json'; diff --git a/api_docs/kbn_core_fatal_errors_browser_mocks.mdx b/api_docs/kbn_core_fatal_errors_browser_mocks.mdx index 1229a6f7e4405..b592701420009 100644 --- a/api_docs/kbn_core_fatal_errors_browser_mocks.mdx +++ b/api_docs/kbn_core_fatal_errors_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-fatal-errors-browser-mocks title: "@kbn/core-fatal-errors-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-fatal-errors-browser-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-fatal-errors-browser-mocks'] --- import kbnCoreFatalErrorsBrowserMocksObj from './kbn_core_fatal_errors_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_feature_flags_browser.mdx b/api_docs/kbn_core_feature_flags_browser.mdx index 30646ae4542c0..8b8f41a51ccc5 100644 --- a/api_docs/kbn_core_feature_flags_browser.mdx +++ b/api_docs/kbn_core_feature_flags_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-feature-flags-browser title: "@kbn/core-feature-flags-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-feature-flags-browser plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-feature-flags-browser'] --- import kbnCoreFeatureFlagsBrowserObj from './kbn_core_feature_flags_browser.devdocs.json'; diff --git a/api_docs/kbn_core_feature_flags_browser_mocks.mdx b/api_docs/kbn_core_feature_flags_browser_mocks.mdx index a5ff0e280f7bd..1c80e50096cff 100644 --- a/api_docs/kbn_core_feature_flags_browser_mocks.mdx +++ b/api_docs/kbn_core_feature_flags_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-feature-flags-browser-mocks title: "@kbn/core-feature-flags-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-feature-flags-browser-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-feature-flags-browser-mocks'] --- import kbnCoreFeatureFlagsBrowserMocksObj from './kbn_core_feature_flags_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_feature_flags_server.mdx b/api_docs/kbn_core_feature_flags_server.mdx index 6dab0c722a1ca..4c5fe00b1f26a 100644 --- a/api_docs/kbn_core_feature_flags_server.mdx +++ b/api_docs/kbn_core_feature_flags_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-feature-flags-server title: "@kbn/core-feature-flags-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-feature-flags-server plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-feature-flags-server'] --- import kbnCoreFeatureFlagsServerObj from './kbn_core_feature_flags_server.devdocs.json'; diff --git a/api_docs/kbn_core_feature_flags_server_mocks.mdx b/api_docs/kbn_core_feature_flags_server_mocks.mdx index bf6476fc1fafc..8d049477a7480 100644 --- a/api_docs/kbn_core_feature_flags_server_mocks.mdx +++ b/api_docs/kbn_core_feature_flags_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-feature-flags-server-mocks title: "@kbn/core-feature-flags-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-feature-flags-server-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-feature-flags-server-mocks'] --- import kbnCoreFeatureFlagsServerMocksObj from './kbn_core_feature_flags_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_http_browser.mdx b/api_docs/kbn_core_http_browser.mdx index 7e607f93ef5d9..d4e080838cccf 100644 --- a/api_docs/kbn_core_http_browser.mdx +++ b/api_docs/kbn_core_http_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-browser title: "@kbn/core-http-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-browser plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-browser'] --- import kbnCoreHttpBrowserObj from './kbn_core_http_browser.devdocs.json'; diff --git a/api_docs/kbn_core_http_browser_internal.mdx b/api_docs/kbn_core_http_browser_internal.mdx index ff89a8805e195..226ae60b9d004 100644 --- a/api_docs/kbn_core_http_browser_internal.mdx +++ b/api_docs/kbn_core_http_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-browser-internal title: "@kbn/core-http-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-browser-internal plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-browser-internal'] --- import kbnCoreHttpBrowserInternalObj from './kbn_core_http_browser_internal.devdocs.json'; diff --git a/api_docs/kbn_core_http_browser_mocks.mdx b/api_docs/kbn_core_http_browser_mocks.mdx index 19750d0a84202..c975f927227ff 100644 --- a/api_docs/kbn_core_http_browser_mocks.mdx +++ b/api_docs/kbn_core_http_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-browser-mocks title: "@kbn/core-http-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-browser-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-browser-mocks'] --- import kbnCoreHttpBrowserMocksObj from './kbn_core_http_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_http_common.mdx b/api_docs/kbn_core_http_common.mdx index eaf8b8e91d774..c744ad73410ab 100644 --- a/api_docs/kbn_core_http_common.mdx +++ b/api_docs/kbn_core_http_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-common title: "@kbn/core-http-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-common plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-common'] --- import kbnCoreHttpCommonObj from './kbn_core_http_common.devdocs.json'; diff --git a/api_docs/kbn_core_http_context_server_mocks.mdx b/api_docs/kbn_core_http_context_server_mocks.mdx index d8f520ca2752f..79f2ce4e63993 100644 --- a/api_docs/kbn_core_http_context_server_mocks.mdx +++ b/api_docs/kbn_core_http_context_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-context-server-mocks title: "@kbn/core-http-context-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-context-server-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-context-server-mocks'] --- import kbnCoreHttpContextServerMocksObj from './kbn_core_http_context_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_http_request_handler_context_server.mdx b/api_docs/kbn_core_http_request_handler_context_server.mdx index 5ae31c345c20b..a89708ca2b72e 100644 --- a/api_docs/kbn_core_http_request_handler_context_server.mdx +++ b/api_docs/kbn_core_http_request_handler_context_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-request-handler-context-server title: "@kbn/core-http-request-handler-context-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-request-handler-context-server plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-request-handler-context-server'] --- import kbnCoreHttpRequestHandlerContextServerObj from './kbn_core_http_request_handler_context_server.devdocs.json'; diff --git a/api_docs/kbn_core_http_resources_server.mdx b/api_docs/kbn_core_http_resources_server.mdx index df62434396d05..7e57385a30e6e 100644 --- a/api_docs/kbn_core_http_resources_server.mdx +++ b/api_docs/kbn_core_http_resources_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-resources-server title: "@kbn/core-http-resources-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-resources-server plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-resources-server'] --- import kbnCoreHttpResourcesServerObj from './kbn_core_http_resources_server.devdocs.json'; diff --git a/api_docs/kbn_core_http_resources_server_internal.mdx b/api_docs/kbn_core_http_resources_server_internal.mdx index 681af9ec450ce..9218911df03b7 100644 --- a/api_docs/kbn_core_http_resources_server_internal.mdx +++ b/api_docs/kbn_core_http_resources_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-resources-server-internal title: "@kbn/core-http-resources-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-resources-server-internal plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-resources-server-internal'] --- import kbnCoreHttpResourcesServerInternalObj from './kbn_core_http_resources_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_http_resources_server_mocks.mdx b/api_docs/kbn_core_http_resources_server_mocks.mdx index addbb0dd8d562..726b1e3d4e113 100644 --- a/api_docs/kbn_core_http_resources_server_mocks.mdx +++ b/api_docs/kbn_core_http_resources_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-resources-server-mocks title: "@kbn/core-http-resources-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-resources-server-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-resources-server-mocks'] --- import kbnCoreHttpResourcesServerMocksObj from './kbn_core_http_resources_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_http_router_server_internal.mdx b/api_docs/kbn_core_http_router_server_internal.mdx index 4dab875897d41..758f989145153 100644 --- a/api_docs/kbn_core_http_router_server_internal.mdx +++ b/api_docs/kbn_core_http_router_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-router-server-internal title: "@kbn/core-http-router-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-router-server-internal plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-router-server-internal'] --- import kbnCoreHttpRouterServerInternalObj from './kbn_core_http_router_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_http_router_server_mocks.mdx b/api_docs/kbn_core_http_router_server_mocks.mdx index a39486c4fa7d0..debe0406430a0 100644 --- a/api_docs/kbn_core_http_router_server_mocks.mdx +++ b/api_docs/kbn_core_http_router_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-router-server-mocks title: "@kbn/core-http-router-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-router-server-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-router-server-mocks'] --- import kbnCoreHttpRouterServerMocksObj from './kbn_core_http_router_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_http_server.devdocs.json b/api_docs/kbn_core_http_server.devdocs.json index 4502cc7ff371b..3b6283c84cf19 100644 --- a/api_docs/kbn_core_http_server.devdocs.json +++ b/api_docs/kbn_core_http_server.devdocs.json @@ -3288,26 +3288,6 @@ "plugin": "actions", "path": "x-pack/platform/plugins/shared/actions/server/routes/connector/get/get.ts" }, - { - "plugin": "@kbn/test-suites-xpack-platform", - "path": "x-pack/platform/test/alerting_api_integration/common/plugins/actions_simulators/server/jira_simulation.ts" - }, - { - "plugin": "@kbn/test-suites-xpack-platform", - "path": "x-pack/platform/test/alerting_api_integration/common/plugins/actions_simulators/server/jira_simulation.ts" - }, - { - "plugin": "@kbn/test-suites-xpack-platform", - "path": "x-pack/platform/test/alerting_api_integration/common/plugins/actions_simulators/server/resilient_simulation.ts" - }, - { - "plugin": "@kbn/test-suites-xpack-platform", - "path": "x-pack/platform/test/alerting_api_integration/common/plugins/actions_simulators/server/tines_simulation.ts" - }, - { - "plugin": "@kbn/test-suites-xpack-platform", - "path": "x-pack/platform/test/alerting_api_integration/common/plugins/actions_simulators/server/tines_simulation.ts" - }, { "plugin": "share", "path": "src/platform/plugins/shared/share/server/url_service/http/short_urls/register_get_route.ts" @@ -3316,10 +3296,6 @@ "plugin": "share", "path": "src/platform/plugins/shared/share/server/url_service/http/short_urls/register_resolve_route.ts" }, - { - "plugin": "@kbn/content-management-content-insights-server", - "path": "src/platform/packages/shared/content-management/content_insights/content_insights_server/src/register.ts" - }, { "plugin": "alerting", "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/get/get_rule_route.ts" @@ -3428,6 +3404,30 @@ "plugin": "alerting", "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule_templates/apis/get/get_rule_template_route.ts" }, + { + "plugin": "@kbn/test-suites-xpack-platform", + "path": "x-pack/platform/test/alerting_api_integration/common/plugins/actions_simulators/server/jira_simulation.ts" + }, + { + "plugin": "@kbn/test-suites-xpack-platform", + "path": "x-pack/platform/test/alerting_api_integration/common/plugins/actions_simulators/server/jira_simulation.ts" + }, + { + "plugin": "@kbn/test-suites-xpack-platform", + "path": "x-pack/platform/test/alerting_api_integration/common/plugins/actions_simulators/server/resilient_simulation.ts" + }, + { + "plugin": "@kbn/test-suites-xpack-platform", + "path": "x-pack/platform/test/alerting_api_integration/common/plugins/actions_simulators/server/tines_simulation.ts" + }, + { + "plugin": "@kbn/test-suites-xpack-platform", + "path": "x-pack/platform/test/alerting_api_integration/common/plugins/actions_simulators/server/tines_simulation.ts" + }, + { + "plugin": "@kbn/content-management-content-insights-server", + "path": "src/platform/packages/shared/content-management/content_insights/content_insights_server/src/register.ts" + }, { "plugin": "ruleRegistry", "path": "x-pack/platform/plugins/shared/rule_registry/server/routes/get_alert_by_id.ts" @@ -6054,15 +6054,15 @@ }, { "plugin": "actions", - "path": "x-pack/platform/plugins/shared/actions/server/routes/get_oauth_access_token.ts" + "path": "x-pack/platform/plugins/shared/actions/server/routes/connector/create/create.ts" }, { "plugin": "actions", - "path": "x-pack/platform/plugins/shared/actions/server/routes/connector/create/create.ts" + "path": "x-pack/platform/plugins/shared/actions/server/routes/connector/execute/execute.ts" }, { "plugin": "actions", - "path": "x-pack/platform/plugins/shared/actions/server/routes/connector/execute/execute.ts" + "path": "x-pack/platform/plugins/shared/actions/server/routes/get_oauth_access_token.ts" }, { "plugin": "actions", @@ -6072,70 +6072,10 @@ "plugin": "actions", "path": "x-pack/platform/plugins/shared/actions/server/routes/get_global_execution_kpi.ts" }, - { - "plugin": "@kbn/test-suites-xpack-platform", - "path": "x-pack/platform/test/alerting_api_integration/common/plugins/actions_simulators/server/pagerduty_simulation.ts" - }, - { - "plugin": "@kbn/test-suites-xpack-platform", - "path": "x-pack/platform/test/alerting_api_integration/common/plugins/actions_simulators/server/servicenow_oauth_simulation.ts" - }, - { - "plugin": "@kbn/test-suites-xpack-platform", - "path": "x-pack/platform/test/alerting_api_integration/common/plugins/actions_simulators/server/jira_simulation.ts" - }, - { - "plugin": "@kbn/test-suites-xpack-platform", - "path": "x-pack/platform/test/alerting_api_integration/common/plugins/actions_simulators/server/jira_simulation.ts" - }, - { - "plugin": "@kbn/test-suites-xpack-platform", - "path": "x-pack/platform/test/alerting_api_integration/common/plugins/actions_simulators/server/resilient_simulation.ts" - }, - { - "plugin": "@kbn/test-suites-xpack-platform", - "path": "x-pack/platform/test/alerting_api_integration/common/plugins/actions_simulators/server/resilient_simulation.ts" - }, - { - "plugin": "@kbn/test-suites-xpack-platform", - "path": "x-pack/platform/test/alerting_api_integration/common/plugins/actions_simulators/server/ms_exchage_server_simulation.ts" - }, - { - "plugin": "@kbn/test-suites-xpack-platform", - "path": "x-pack/platform/test/alerting_api_integration/common/plugins/actions_simulators/server/ms_exchage_server_simulation.ts" - }, - { - "plugin": "@kbn/test-suites-xpack-platform", - "path": "x-pack/platform/test/alerting_api_integration/common/plugins/actions_simulators/server/xmatters_simulation.ts" - }, - { - "plugin": "@kbn/test-suites-xpack-platform", - "path": "x-pack/platform/test/alerting_api_integration/common/plugins/actions_simulators/server/torq_simulation.ts" - }, - { - "plugin": "@kbn/test-suites-xpack-platform", - "path": "x-pack/platform/test/alerting_api_integration/common/plugins/actions_simulators/server/unsecured_actions_simulation.ts" - }, - { - "plugin": "@kbn/test-suites-xpack-platform", - "path": "x-pack/platform/test/alerting_api_integration/common/plugins/actions_simulators/server/unsecured_actions_simulation.ts" - }, - { - "plugin": "@kbn/test-suites-xpack-platform", - "path": "x-pack/platform/test/alerting_api_integration/common/plugins/actions_simulators/server/unsecured_actions_simulation.ts" - }, - { - "plugin": "@kbn/test-suites-xpack-platform", - "path": "x-pack/platform/test/alerting_api_integration/common/plugins/actions_simulators/server/tines_simulation.ts" - }, { "plugin": "share", "path": "src/platform/plugins/shared/share/server/url_service/http/short_urls/register_create_route.ts" }, - { - "plugin": "@kbn/content-management-content-insights-server", - "path": "src/platform/packages/shared/content-management/content_insights/content_insights_server/src/register.ts" - }, { "plugin": "alerting", "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/create/create_rule_route.ts" @@ -6288,6 +6228,66 @@ "plugin": "alerting", "path": "x-pack/platform/plugins/shared/alerting/server/routes/gaps/apis/get_gaps_summary_by_rule_ids/get_gaps_summary_by_rule_ids_route.ts" }, + { + "plugin": "@kbn/test-suites-xpack-platform", + "path": "x-pack/platform/test/alerting_api_integration/common/plugins/actions_simulators/server/pagerduty_simulation.ts" + }, + { + "plugin": "@kbn/test-suites-xpack-platform", + "path": "x-pack/platform/test/alerting_api_integration/common/plugins/actions_simulators/server/servicenow_oauth_simulation.ts" + }, + { + "plugin": "@kbn/test-suites-xpack-platform", + "path": "x-pack/platform/test/alerting_api_integration/common/plugins/actions_simulators/server/jira_simulation.ts" + }, + { + "plugin": "@kbn/test-suites-xpack-platform", + "path": "x-pack/platform/test/alerting_api_integration/common/plugins/actions_simulators/server/jira_simulation.ts" + }, + { + "plugin": "@kbn/test-suites-xpack-platform", + "path": "x-pack/platform/test/alerting_api_integration/common/plugins/actions_simulators/server/resilient_simulation.ts" + }, + { + "plugin": "@kbn/test-suites-xpack-platform", + "path": "x-pack/platform/test/alerting_api_integration/common/plugins/actions_simulators/server/resilient_simulation.ts" + }, + { + "plugin": "@kbn/test-suites-xpack-platform", + "path": "x-pack/platform/test/alerting_api_integration/common/plugins/actions_simulators/server/ms_exchage_server_simulation.ts" + }, + { + "plugin": "@kbn/test-suites-xpack-platform", + "path": "x-pack/platform/test/alerting_api_integration/common/plugins/actions_simulators/server/ms_exchage_server_simulation.ts" + }, + { + "plugin": "@kbn/test-suites-xpack-platform", + "path": "x-pack/platform/test/alerting_api_integration/common/plugins/actions_simulators/server/xmatters_simulation.ts" + }, + { + "plugin": "@kbn/test-suites-xpack-platform", + "path": "x-pack/platform/test/alerting_api_integration/common/plugins/actions_simulators/server/torq_simulation.ts" + }, + { + "plugin": "@kbn/test-suites-xpack-platform", + "path": "x-pack/platform/test/alerting_api_integration/common/plugins/actions_simulators/server/unsecured_actions_simulation.ts" + }, + { + "plugin": "@kbn/test-suites-xpack-platform", + "path": "x-pack/platform/test/alerting_api_integration/common/plugins/actions_simulators/server/unsecured_actions_simulation.ts" + }, + { + "plugin": "@kbn/test-suites-xpack-platform", + "path": "x-pack/platform/test/alerting_api_integration/common/plugins/actions_simulators/server/unsecured_actions_simulation.ts" + }, + { + "plugin": "@kbn/test-suites-xpack-platform", + "path": "x-pack/platform/test/alerting_api_integration/common/plugins/actions_simulators/server/tines_simulation.ts" + }, + { + "plugin": "@kbn/content-management-content-insights-server", + "path": "src/platform/packages/shared/content-management/content_insights/content_insights_server/src/register.ts" + }, { "plugin": "ruleRegistry", "path": "x-pack/platform/plugins/shared/rule_registry/server/routes/get_alerts_group_aggregations.ts" @@ -6332,6 +6332,14 @@ "plugin": "productDocBase", "path": "x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/routes/installation.ts" }, + { + "plugin": "productDocBase", + "path": "x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/routes/installation.ts" + }, + { + "plugin": "@kbn/test-suites-xpack-platform", + "path": "x-pack/platform/test/reporting_api_integration/plugins/reporting_test_routes/server/routes.ts" + }, { "plugin": "globalSearch", "path": "x-pack/platform/plugins/shared/global_search/server/routes/find.ts" @@ -6980,6 +6988,10 @@ "plugin": "@kbn/test-suites-xpack-platform", "path": "x-pack/platform/test/cases_api_integration/common/plugins/cases/server/routes.ts" }, + { + "plugin": "@kbn/test-suites-xpack-platform", + "path": "x-pack/platform/test/cases_api_integration/common/plugins/cases/server/routes.ts" + }, { "plugin": "@kbn/search-api-keys-server", "path": "x-pack/solutions/search/packages/kbn-search-api-keys-server/src/routes/routes.ts" @@ -8064,6 +8076,14 @@ "plugin": "alerting", "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/snooze/external/snooze_rule_route.test.ts" }, + { + "plugin": "alerting", + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/snooze/external/snooze_rule_route.test.ts" + }, + { + "plugin": "alerting", + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/snooze/internal/snooze_rule_route.test.ts" + }, { "plugin": "alerting", "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/snooze/internal/snooze_rule_route.test.ts" @@ -8084,6 +8104,10 @@ "plugin": "alerting", "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/unsnooze/internal/unsnooze_rule_route.test.ts" }, + { + "plugin": "alerting", + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/unsnooze/internal/unsnooze_rule_route.test.ts" + }, { "plugin": "securitySolution", "path": "x-pack/solutions/security/plugins/security_solution/server/endpoint/routes/actions/response_actions.test.ts" @@ -8420,14 +8444,14 @@ "plugin": "actions", "path": "x-pack/platform/plugins/shared/actions/server/routes/connector/update/update.ts" }, - { - "plugin": "@kbn/test-suites-xpack-platform", - "path": "x-pack/platform/test/alerting_api_integration/common/plugins/actions_simulators/server/jira_simulation.ts" - }, { "plugin": "alerting", "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/update/update_rule_route.ts" }, + { + "plugin": "@kbn/test-suites-xpack-platform", + "path": "x-pack/platform/test/alerting_api_integration/common/plugins/actions_simulators/server/jira_simulation.ts" + }, { "plugin": "indexManagement", "path": "x-pack/platform/plugins/shared/index_management/server/routes/api/component_templates/register_update_route.ts" @@ -8940,10 +8964,6 @@ "deprecated": false, "trackAdoption": true, "references": [ - { - "plugin": "@kbn/test-suites-xpack-platform", - "path": "x-pack/platform/test/alerting_api_integration/common/plugins/actions_simulators/server/resilient_simulation.ts" - }, { "plugin": "alerting", "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/bulk_delete/bulk_delete_rules_route.ts" @@ -8960,6 +8980,10 @@ "plugin": "alerting", "path": "x-pack/platform/plugins/shared/alerting/server/routes/maintenance_window/apis/external/update/update_maintenance_window_route.ts" }, + { + "plugin": "@kbn/test-suites-xpack-platform", + "path": "x-pack/platform/test/alerting_api_integration/common/plugins/actions_simulators/server/resilient_simulation.ts" + }, { "plugin": "reporting", "path": "x-pack/platform/plugins/private/reporting/server/routes/internal/management/scheduled.ts" @@ -9544,6 +9568,10 @@ "plugin": "alerting", "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/unsnooze/external/unsnooze_rule_route.test.ts" }, + { + "plugin": "alerting", + "path": "x-pack/platform/plugins/shared/alerting/server/routes/rule/apis/unsnooze/external/unsnooze_rule_route.test.ts" + }, { "plugin": "indexManagement", "path": "x-pack/platform/plugins/shared/index_management/server/test/helpers/router_mock.ts" @@ -14813,10 +14841,6 @@ "plugin": "onechat", "path": "x-pack/platform/plugins/shared/onechat/server/routes/conversations.ts" }, - { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/server/routes/mcp.ts" - }, { "plugin": "onechat", "path": "x-pack/platform/plugins/shared/onechat/server/routes/a2a.ts" @@ -14975,7 +14999,11 @@ }, { "plugin": "elasticAssistant", - "path": "x-pack/solutions/security/plugins/elastic_assistant/server/routes/attack_discovery/get/internal/find_attack_discoveries.ts" + "path": "x-pack/solutions/security/plugins/elastic_assistant/server/routes/attack_discovery/internal/get/find_attack_discoveries_internal.ts" + }, + { + "plugin": "elasticAssistant", + "path": "x-pack/solutions/security/plugins/elastic_assistant/server/routes/attack_discovery/public/get/find_attack_discoveries.ts" }, { "plugin": "elasticAssistant", @@ -15019,7 +15047,15 @@ }, { "plugin": "elasticAssistant", - "path": "x-pack/solutions/security/plugins/elastic_assistant/server/routes/attack_discovery/get/internal/get_attack_discovery_generations.ts" + "path": "x-pack/solutions/security/plugins/elastic_assistant/server/routes/attack_discovery/public/get/get_attack_discovery_generations.ts" + }, + { + "plugin": "elasticAssistant", + "path": "x-pack/solutions/security/plugins/elastic_assistant/server/routes/attack_discovery/public/get/get_attack_discovery_generation.ts" + }, + { + "plugin": "elasticAssistant", + "path": "x-pack/solutions/security/plugins/elastic_assistant/server/routes/attack_discovery/internal/get/get_attack_discovery_generations_internal.ts" }, { "plugin": "elasticAssistant", @@ -15027,11 +15063,19 @@ }, { "plugin": "elasticAssistant", - "path": "x-pack/solutions/security/plugins/elastic_assistant/server/routes/attack_discovery/schedules/get.ts" + "path": "x-pack/solutions/security/plugins/elastic_assistant/server/routes/attack_discovery/schedules/public/get/get.ts" + }, + { + "plugin": "elasticAssistant", + "path": "x-pack/solutions/security/plugins/elastic_assistant/server/routes/attack_discovery/schedules/internal/get/get.ts" + }, + { + "plugin": "elasticAssistant", + "path": "x-pack/solutions/security/plugins/elastic_assistant/server/routes/attack_discovery/schedules/internal/get/find.ts" }, { "plugin": "elasticAssistant", - "path": "x-pack/solutions/security/plugins/elastic_assistant/server/routes/attack_discovery/schedules/find.ts" + "path": "x-pack/solutions/security/plugins/elastic_assistant/server/routes/attack_discovery/schedules/public/get/find.ts" }, { "plugin": "lists", @@ -15583,11 +15627,23 @@ }, { "plugin": "elasticAssistant", - "path": "x-pack/solutions/security/plugins/elastic_assistant/server/routes/attack_discovery/get/internal/find_attack_discoveries.test.ts" + "path": "x-pack/solutions/security/plugins/elastic_assistant/server/routes/attack_discovery/internal/get/find_attack_discoveries_internal.test.ts" + }, + { + "plugin": "elasticAssistant", + "path": "x-pack/solutions/security/plugins/elastic_assistant/server/routes/attack_discovery/internal/get/get_attack_discovery_generations_internal.test.ts" + }, + { + "plugin": "elasticAssistant", + "path": "x-pack/solutions/security/plugins/elastic_assistant/server/routes/attack_discovery/public/get/find_attack_discoveries.test.ts" + }, + { + "plugin": "elasticAssistant", + "path": "x-pack/solutions/security/plugins/elastic_assistant/server/routes/attack_discovery/public/get/get_attack_discovery_generation.test.ts" }, { "plugin": "elasticAssistant", - "path": "x-pack/solutions/security/plugins/elastic_assistant/server/routes/attack_discovery/get/internal/get_attack_discovery_generations.test.ts" + "path": "x-pack/solutions/security/plugins/elastic_assistant/server/routes/attack_discovery/public/get/get_attack_discovery_generations.test.ts" }, { "plugin": "@kbn/core", @@ -15818,7 +15874,11 @@ }, { "plugin": "elasticAssistant", - "path": "x-pack/solutions/security/plugins/elastic_assistant/server/routes/attack_discovery/schedules/update.ts" + "path": "x-pack/solutions/security/plugins/elastic_assistant/server/routes/attack_discovery/schedules/public/put/update.ts" + }, + { + "plugin": "elasticAssistant", + "path": "x-pack/solutions/security/plugins/elastic_assistant/server/routes/attack_discovery/schedules/internal/put/update.ts" }, { "plugin": "lists", @@ -16079,6 +16139,10 @@ "plugin": "telemetry", "path": "src/platform/plugins/shared/telemetry/server/local_shipper/initialize_local_shipper.ts" }, + { + "plugin": "unifiedSearch", + "path": "src/platform/plugins/shared/unified_search/server/autocomplete/value_suggestions_route.ts" + }, { "plugin": "fleet", "path": "x-pack/platform/plugins/shared/fleet/server/services/security/fleet_router.ts" @@ -16087,10 +16151,6 @@ "plugin": "lens", "path": "x-pack/platform/plugins/shared/lens/server/api/routes/visualizations/create.ts" }, - { - "plugin": "unifiedSearch", - "path": "src/platform/plugins/shared/unified_search/server/autocomplete/value_suggestions_route.ts" - }, { "plugin": "maps", "path": "x-pack/platform/plugins/shared/maps/server/data_indexing/indexing_routes.ts" @@ -16657,11 +16717,19 @@ }, { "plugin": "elasticAssistant", - "path": "x-pack/solutions/security/plugins/elastic_assistant/server/routes/attack_discovery/post/internal/post_attack_discovery.ts" + "path": "x-pack/solutions/security/plugins/elastic_assistant/server/routes/attack_discovery/public/post/post_attack_discovery_generate.ts" + }, + { + "plugin": "elasticAssistant", + "path": "x-pack/solutions/security/plugins/elastic_assistant/server/routes/attack_discovery/internal/post/post_attack_discovery_internal.ts" + }, + { + "plugin": "elasticAssistant", + "path": "x-pack/solutions/security/plugins/elastic_assistant/server/routes/attack_discovery/public/post/post_attack_discovery_bulk.ts" }, { "plugin": "elasticAssistant", - "path": "x-pack/solutions/security/plugins/elastic_assistant/server/routes/attack_discovery/post/internal/post_attack_discovery_bulk.ts" + "path": "x-pack/solutions/security/plugins/elastic_assistant/server/routes/attack_discovery/internal/post/post_attack_discovery_bulk_internal.ts" }, { "plugin": "elasticAssistant", @@ -16713,7 +16781,11 @@ }, { "plugin": "elasticAssistant", - "path": "x-pack/solutions/security/plugins/elastic_assistant/server/routes/attack_discovery/post/internal/post_attack_discovery_generations_dismiss.ts" + "path": "x-pack/solutions/security/plugins/elastic_assistant/server/routes/attack_discovery/internal/post/post_attack_discovery_generations_dismiss_internal.ts" + }, + { + "plugin": "elasticAssistant", + "path": "x-pack/solutions/security/plugins/elastic_assistant/server/routes/attack_discovery/public/post/post_attack_discovery_generations_dismiss.ts" }, { "plugin": "elasticAssistant", @@ -16721,15 +16793,27 @@ }, { "plugin": "elasticAssistant", - "path": "x-pack/solutions/security/plugins/elastic_assistant/server/routes/attack_discovery/schedules/create.ts" + "path": "x-pack/solutions/security/plugins/elastic_assistant/server/routes/attack_discovery/schedules/public/post/create.ts" }, { "plugin": "elasticAssistant", - "path": "x-pack/solutions/security/plugins/elastic_assistant/server/routes/attack_discovery/schedules/disable.ts" + "path": "x-pack/solutions/security/plugins/elastic_assistant/server/routes/attack_discovery/schedules/internal/post/create.ts" }, { "plugin": "elasticAssistant", - "path": "x-pack/solutions/security/plugins/elastic_assistant/server/routes/attack_discovery/schedules/enable.ts" + "path": "x-pack/solutions/security/plugins/elastic_assistant/server/routes/attack_discovery/schedules/public/post/disable.ts" + }, + { + "plugin": "elasticAssistant", + "path": "x-pack/solutions/security/plugins/elastic_assistant/server/routes/attack_discovery/schedules/internal/post/disable.ts" + }, + { + "plugin": "elasticAssistant", + "path": "x-pack/solutions/security/plugins/elastic_assistant/server/routes/attack_discovery/schedules/public/post/enable.ts" + }, + { + "plugin": "elasticAssistant", + "path": "x-pack/solutions/security/plugins/elastic_assistant/server/routes/attack_discovery/schedules/internal/post/enable.ts" }, { "plugin": "elasticAssistant", @@ -17234,6 +17318,14 @@ { "plugin": "ecsDataQualityDashboard", "path": "x-pack/solutions/security/plugins/ecs_data_quality_dashboard/server/__mocks__/server.ts" + }, + { + "plugin": "elasticAssistant", + "path": "x-pack/solutions/security/plugins/elastic_assistant/server/routes/attack_discovery/internal/post/post_attack_discovery_bulk_internal.test.ts" + }, + { + "plugin": "elasticAssistant", + "path": "x-pack/solutions/security/plugins/elastic_assistant/server/routes/attack_discovery/public/post/post_attack_discovery_bulk.test.ts" } ], "returnComment": [], @@ -17517,10 +17609,6 @@ "plugin": "onechat", "path": "x-pack/platform/plugins/shared/onechat/server/routes/conversations.ts" }, - { - "plugin": "onechat", - "path": "x-pack/platform/plugins/shared/onechat/server/routes/mcp.ts" - }, { "plugin": "osquery", "path": "x-pack/platform/plugins/shared/osquery/server/routes/saved_query/delete_saved_query_route.ts" @@ -17555,7 +17643,11 @@ }, { "plugin": "elasticAssistant", - "path": "x-pack/solutions/security/plugins/elastic_assistant/server/routes/attack_discovery/schedules/delete.ts" + "path": "x-pack/solutions/security/plugins/elastic_assistant/server/routes/attack_discovery/schedules/public/delete/delete.ts" + }, + { + "plugin": "elasticAssistant", + "path": "x-pack/solutions/security/plugins/elastic_assistant/server/routes/attack_discovery/schedules/internal/delete/delete.ts" }, { "plugin": "elasticAssistant", diff --git a/api_docs/kbn_core_http_server.mdx b/api_docs/kbn_core_http_server.mdx index fc075051a872d..8a5c6061b8c2f 100644 --- a/api_docs/kbn_core_http_server.mdx +++ b/api_docs/kbn_core_http_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-server title: "@kbn/core-http-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-server plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-server'] --- import kbnCoreHttpServerObj from './kbn_core_http_server.devdocs.json'; diff --git a/api_docs/kbn_core_http_server_internal.mdx b/api_docs/kbn_core_http_server_internal.mdx index 0787f081c3239..ae6acdd1c7b69 100644 --- a/api_docs/kbn_core_http_server_internal.mdx +++ b/api_docs/kbn_core_http_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-server-internal title: "@kbn/core-http-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-server-internal plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-server-internal'] --- import kbnCoreHttpServerInternalObj from './kbn_core_http_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_http_server_mocks.mdx b/api_docs/kbn_core_http_server_mocks.mdx index 386061f4ded76..a64c50ad0a25c 100644 --- a/api_docs/kbn_core_http_server_mocks.mdx +++ b/api_docs/kbn_core_http_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-server-mocks title: "@kbn/core-http-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-server-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-server-mocks'] --- import kbnCoreHttpServerMocksObj from './kbn_core_http_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_http_server_utils.mdx b/api_docs/kbn_core_http_server_utils.mdx index ea3618e4a8b94..b25ac89c9631e 100644 --- a/api_docs/kbn_core_http_server_utils.mdx +++ b/api_docs/kbn_core_http_server_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-server-utils title: "@kbn/core-http-server-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-server-utils plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-server-utils'] --- import kbnCoreHttpServerUtilsObj from './kbn_core_http_server_utils.devdocs.json'; diff --git a/api_docs/kbn_core_i18n_browser.mdx b/api_docs/kbn_core_i18n_browser.mdx index f84bad7daa78c..6fd0e5286d85a 100644 --- a/api_docs/kbn_core_i18n_browser.mdx +++ b/api_docs/kbn_core_i18n_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-i18n-browser title: "@kbn/core-i18n-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-i18n-browser plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-i18n-browser'] --- import kbnCoreI18nBrowserObj from './kbn_core_i18n_browser.devdocs.json'; diff --git a/api_docs/kbn_core_i18n_browser_mocks.mdx b/api_docs/kbn_core_i18n_browser_mocks.mdx index 3a62e41647e35..85a6a5d121e1d 100644 --- a/api_docs/kbn_core_i18n_browser_mocks.mdx +++ b/api_docs/kbn_core_i18n_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-i18n-browser-mocks title: "@kbn/core-i18n-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-i18n-browser-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-i18n-browser-mocks'] --- import kbnCoreI18nBrowserMocksObj from './kbn_core_i18n_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_i18n_server.mdx b/api_docs/kbn_core_i18n_server.mdx index 93d0e196c4876..b7cf8eab027ba 100644 --- a/api_docs/kbn_core_i18n_server.mdx +++ b/api_docs/kbn_core_i18n_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-i18n-server title: "@kbn/core-i18n-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-i18n-server plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-i18n-server'] --- import kbnCoreI18nServerObj from './kbn_core_i18n_server.devdocs.json'; diff --git a/api_docs/kbn_core_i18n_server_internal.mdx b/api_docs/kbn_core_i18n_server_internal.mdx index 0b767553894cd..222ab9a66b854 100644 --- a/api_docs/kbn_core_i18n_server_internal.mdx +++ b/api_docs/kbn_core_i18n_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-i18n-server-internal title: "@kbn/core-i18n-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-i18n-server-internal plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-i18n-server-internal'] --- import kbnCoreI18nServerInternalObj from './kbn_core_i18n_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_i18n_server_mocks.mdx b/api_docs/kbn_core_i18n_server_mocks.mdx index f0e5007706327..6e60833bf3505 100644 --- a/api_docs/kbn_core_i18n_server_mocks.mdx +++ b/api_docs/kbn_core_i18n_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-i18n-server-mocks title: "@kbn/core-i18n-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-i18n-server-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-i18n-server-mocks'] --- import kbnCoreI18nServerMocksObj from './kbn_core_i18n_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_injected_metadata_browser_mocks.mdx b/api_docs/kbn_core_injected_metadata_browser_mocks.mdx index 717ad601993e8..98c40f8907a26 100644 --- a/api_docs/kbn_core_injected_metadata_browser_mocks.mdx +++ b/api_docs/kbn_core_injected_metadata_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-injected-metadata-browser-mocks title: "@kbn/core-injected-metadata-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-injected-metadata-browser-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-injected-metadata-browser-mocks'] --- import kbnCoreInjectedMetadataBrowserMocksObj from './kbn_core_injected_metadata_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_integrations_browser_internal.mdx b/api_docs/kbn_core_integrations_browser_internal.mdx index 09e28a40ffe4a..1fdbc225e0f3f 100644 --- a/api_docs/kbn_core_integrations_browser_internal.mdx +++ b/api_docs/kbn_core_integrations_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-integrations-browser-internal title: "@kbn/core-integrations-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-integrations-browser-internal plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-integrations-browser-internal'] --- import kbnCoreIntegrationsBrowserInternalObj from './kbn_core_integrations_browser_internal.devdocs.json'; diff --git a/api_docs/kbn_core_integrations_browser_mocks.mdx b/api_docs/kbn_core_integrations_browser_mocks.mdx index f69eedb300090..7ea5ccc8d3722 100644 --- a/api_docs/kbn_core_integrations_browser_mocks.mdx +++ b/api_docs/kbn_core_integrations_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-integrations-browser-mocks title: "@kbn/core-integrations-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-integrations-browser-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-integrations-browser-mocks'] --- import kbnCoreIntegrationsBrowserMocksObj from './kbn_core_integrations_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_lifecycle_browser.mdx b/api_docs/kbn_core_lifecycle_browser.mdx index 9ea7117ac2b1e..015846cef8ad6 100644 --- a/api_docs/kbn_core_lifecycle_browser.mdx +++ b/api_docs/kbn_core_lifecycle_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-lifecycle-browser title: "@kbn/core-lifecycle-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-lifecycle-browser plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-lifecycle-browser'] --- import kbnCoreLifecycleBrowserObj from './kbn_core_lifecycle_browser.devdocs.json'; diff --git a/api_docs/kbn_core_lifecycle_browser_mocks.mdx b/api_docs/kbn_core_lifecycle_browser_mocks.mdx index 4492bff5df4dd..58173b2558f12 100644 --- a/api_docs/kbn_core_lifecycle_browser_mocks.mdx +++ b/api_docs/kbn_core_lifecycle_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-lifecycle-browser-mocks title: "@kbn/core-lifecycle-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-lifecycle-browser-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-lifecycle-browser-mocks'] --- import kbnCoreLifecycleBrowserMocksObj from './kbn_core_lifecycle_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_lifecycle_server.mdx b/api_docs/kbn_core_lifecycle_server.mdx index 49f5ff6870d64..992dc1575fef3 100644 --- a/api_docs/kbn_core_lifecycle_server.mdx +++ b/api_docs/kbn_core_lifecycle_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-lifecycle-server title: "@kbn/core-lifecycle-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-lifecycle-server plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-lifecycle-server'] --- import kbnCoreLifecycleServerObj from './kbn_core_lifecycle_server.devdocs.json'; diff --git a/api_docs/kbn_core_lifecycle_server_mocks.mdx b/api_docs/kbn_core_lifecycle_server_mocks.mdx index 4dfbabd84cb40..502b6752337aa 100644 --- a/api_docs/kbn_core_lifecycle_server_mocks.mdx +++ b/api_docs/kbn_core_lifecycle_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-lifecycle-server-mocks title: "@kbn/core-lifecycle-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-lifecycle-server-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-lifecycle-server-mocks'] --- import kbnCoreLifecycleServerMocksObj from './kbn_core_lifecycle_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_logging_browser_mocks.mdx b/api_docs/kbn_core_logging_browser_mocks.mdx index b3de98ac57e4a..f2fa7353b371f 100644 --- a/api_docs/kbn_core_logging_browser_mocks.mdx +++ b/api_docs/kbn_core_logging_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-logging-browser-mocks title: "@kbn/core-logging-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-logging-browser-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-logging-browser-mocks'] --- import kbnCoreLoggingBrowserMocksObj from './kbn_core_logging_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_logging_common_internal.mdx b/api_docs/kbn_core_logging_common_internal.mdx index e1c2a9022a716..3df7a944d4ac2 100644 --- a/api_docs/kbn_core_logging_common_internal.mdx +++ b/api_docs/kbn_core_logging_common_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-logging-common-internal title: "@kbn/core-logging-common-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-logging-common-internal plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-logging-common-internal'] --- import kbnCoreLoggingCommonInternalObj from './kbn_core_logging_common_internal.devdocs.json'; diff --git a/api_docs/kbn_core_logging_server.mdx b/api_docs/kbn_core_logging_server.mdx index f7466a467b8ad..bcd1565ffe9f0 100644 --- a/api_docs/kbn_core_logging_server.mdx +++ b/api_docs/kbn_core_logging_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-logging-server title: "@kbn/core-logging-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-logging-server plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-logging-server'] --- import kbnCoreLoggingServerObj from './kbn_core_logging_server.devdocs.json'; diff --git a/api_docs/kbn_core_logging_server_internal.mdx b/api_docs/kbn_core_logging_server_internal.mdx index 828ee19fd8558..ea0c32acec79b 100644 --- a/api_docs/kbn_core_logging_server_internal.mdx +++ b/api_docs/kbn_core_logging_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-logging-server-internal title: "@kbn/core-logging-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-logging-server-internal plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-logging-server-internal'] --- import kbnCoreLoggingServerInternalObj from './kbn_core_logging_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_logging_server_mocks.mdx b/api_docs/kbn_core_logging_server_mocks.mdx index 29f711d6e6a61..5a07b53bf48db 100644 --- a/api_docs/kbn_core_logging_server_mocks.mdx +++ b/api_docs/kbn_core_logging_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-logging-server-mocks title: "@kbn/core-logging-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-logging-server-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-logging-server-mocks'] --- import kbnCoreLoggingServerMocksObj from './kbn_core_logging_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_metrics_collectors_server_internal.mdx b/api_docs/kbn_core_metrics_collectors_server_internal.mdx index 6ceb7a6ea93ca..97541c513ee96 100644 --- a/api_docs/kbn_core_metrics_collectors_server_internal.mdx +++ b/api_docs/kbn_core_metrics_collectors_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-metrics-collectors-server-internal title: "@kbn/core-metrics-collectors-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-metrics-collectors-server-internal plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-metrics-collectors-server-internal'] --- import kbnCoreMetricsCollectorsServerInternalObj from './kbn_core_metrics_collectors_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_metrics_collectors_server_mocks.mdx b/api_docs/kbn_core_metrics_collectors_server_mocks.mdx index be22e9d394d7b..2477cccabdade 100644 --- a/api_docs/kbn_core_metrics_collectors_server_mocks.mdx +++ b/api_docs/kbn_core_metrics_collectors_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-metrics-collectors-server-mocks title: "@kbn/core-metrics-collectors-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-metrics-collectors-server-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-metrics-collectors-server-mocks'] --- import kbnCoreMetricsCollectorsServerMocksObj from './kbn_core_metrics_collectors_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_metrics_server.mdx b/api_docs/kbn_core_metrics_server.mdx index f3b463b51ed40..70684a0edb140 100644 --- a/api_docs/kbn_core_metrics_server.mdx +++ b/api_docs/kbn_core_metrics_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-metrics-server title: "@kbn/core-metrics-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-metrics-server plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-metrics-server'] --- import kbnCoreMetricsServerObj from './kbn_core_metrics_server.devdocs.json'; diff --git a/api_docs/kbn_core_metrics_server_internal.mdx b/api_docs/kbn_core_metrics_server_internal.mdx index 7320e78c0d474..797d843b01f12 100644 --- a/api_docs/kbn_core_metrics_server_internal.mdx +++ b/api_docs/kbn_core_metrics_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-metrics-server-internal title: "@kbn/core-metrics-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-metrics-server-internal plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-metrics-server-internal'] --- import kbnCoreMetricsServerInternalObj from './kbn_core_metrics_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_metrics_server_mocks.mdx b/api_docs/kbn_core_metrics_server_mocks.mdx index 169593f646d0c..a67b542f25aad 100644 --- a/api_docs/kbn_core_metrics_server_mocks.mdx +++ b/api_docs/kbn_core_metrics_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-metrics-server-mocks title: "@kbn/core-metrics-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-metrics-server-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-metrics-server-mocks'] --- import kbnCoreMetricsServerMocksObj from './kbn_core_metrics_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_mount_utils_browser.mdx b/api_docs/kbn_core_mount_utils_browser.mdx index f50f776d9a552..7e6e7a129b079 100644 --- a/api_docs/kbn_core_mount_utils_browser.mdx +++ b/api_docs/kbn_core_mount_utils_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-mount-utils-browser title: "@kbn/core-mount-utils-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-mount-utils-browser plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-mount-utils-browser'] --- import kbnCoreMountUtilsBrowserObj from './kbn_core_mount_utils_browser.devdocs.json'; diff --git a/api_docs/kbn_core_mount_utils_browser_internal.mdx b/api_docs/kbn_core_mount_utils_browser_internal.mdx index 6a39e97826752..42ead58ea5b39 100644 --- a/api_docs/kbn_core_mount_utils_browser_internal.mdx +++ b/api_docs/kbn_core_mount_utils_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-mount-utils-browser-internal title: "@kbn/core-mount-utils-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-mount-utils-browser-internal plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-mount-utils-browser-internal'] --- import kbnCoreMountUtilsBrowserInternalObj from './kbn_core_mount_utils_browser_internal.devdocs.json'; diff --git a/api_docs/kbn_core_node_server.mdx b/api_docs/kbn_core_node_server.mdx index 4ca733a4f07c8..496d3c4c966c8 100644 --- a/api_docs/kbn_core_node_server.mdx +++ b/api_docs/kbn_core_node_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-node-server title: "@kbn/core-node-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-node-server plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-node-server'] --- import kbnCoreNodeServerObj from './kbn_core_node_server.devdocs.json'; diff --git a/api_docs/kbn_core_node_server_internal.mdx b/api_docs/kbn_core_node_server_internal.mdx index c04bcf7f0c325..15a2695e983db 100644 --- a/api_docs/kbn_core_node_server_internal.mdx +++ b/api_docs/kbn_core_node_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-node-server-internal title: "@kbn/core-node-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-node-server-internal plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-node-server-internal'] --- import kbnCoreNodeServerInternalObj from './kbn_core_node_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_node_server_mocks.mdx b/api_docs/kbn_core_node_server_mocks.mdx index 041b04ca753e4..92648310aae98 100644 --- a/api_docs/kbn_core_node_server_mocks.mdx +++ b/api_docs/kbn_core_node_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-node-server-mocks title: "@kbn/core-node-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-node-server-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-node-server-mocks'] --- import kbnCoreNodeServerMocksObj from './kbn_core_node_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_notifications_browser.mdx b/api_docs/kbn_core_notifications_browser.mdx index 7ebe04e90fa3a..7fd2671ad4238 100644 --- a/api_docs/kbn_core_notifications_browser.mdx +++ b/api_docs/kbn_core_notifications_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-notifications-browser title: "@kbn/core-notifications-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-notifications-browser plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-notifications-browser'] --- import kbnCoreNotificationsBrowserObj from './kbn_core_notifications_browser.devdocs.json'; diff --git a/api_docs/kbn_core_notifications_browser_internal.mdx b/api_docs/kbn_core_notifications_browser_internal.mdx index 124f8c527cede..be036687e30bf 100644 --- a/api_docs/kbn_core_notifications_browser_internal.mdx +++ b/api_docs/kbn_core_notifications_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-notifications-browser-internal title: "@kbn/core-notifications-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-notifications-browser-internal plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-notifications-browser-internal'] --- import kbnCoreNotificationsBrowserInternalObj from './kbn_core_notifications_browser_internal.devdocs.json'; diff --git a/api_docs/kbn_core_notifications_browser_mocks.mdx b/api_docs/kbn_core_notifications_browser_mocks.mdx index a60c0d9676aca..92a7ccdbd1a37 100644 --- a/api_docs/kbn_core_notifications_browser_mocks.mdx +++ b/api_docs/kbn_core_notifications_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-notifications-browser-mocks title: "@kbn/core-notifications-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-notifications-browser-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-notifications-browser-mocks'] --- import kbnCoreNotificationsBrowserMocksObj from './kbn_core_notifications_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_overlays_browser.mdx b/api_docs/kbn_core_overlays_browser.mdx index 99a5a38fd61f4..ab1e2a33cbdee 100644 --- a/api_docs/kbn_core_overlays_browser.mdx +++ b/api_docs/kbn_core_overlays_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-overlays-browser title: "@kbn/core-overlays-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-overlays-browser plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-overlays-browser'] --- import kbnCoreOverlaysBrowserObj from './kbn_core_overlays_browser.devdocs.json'; diff --git a/api_docs/kbn_core_overlays_browser_internal.mdx b/api_docs/kbn_core_overlays_browser_internal.mdx index aca2e0d818f08..4fc0a00852842 100644 --- a/api_docs/kbn_core_overlays_browser_internal.mdx +++ b/api_docs/kbn_core_overlays_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-overlays-browser-internal title: "@kbn/core-overlays-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-overlays-browser-internal plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-overlays-browser-internal'] --- import kbnCoreOverlaysBrowserInternalObj from './kbn_core_overlays_browser_internal.devdocs.json'; diff --git a/api_docs/kbn_core_overlays_browser_mocks.mdx b/api_docs/kbn_core_overlays_browser_mocks.mdx index 4ced4ee56e509..0ef1040cae2f1 100644 --- a/api_docs/kbn_core_overlays_browser_mocks.mdx +++ b/api_docs/kbn_core_overlays_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-overlays-browser-mocks title: "@kbn/core-overlays-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-overlays-browser-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-overlays-browser-mocks'] --- import kbnCoreOverlaysBrowserMocksObj from './kbn_core_overlays_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_plugins_browser.mdx b/api_docs/kbn_core_plugins_browser.mdx index 74b6c05e9adc2..0c09a224cb474 100644 --- a/api_docs/kbn_core_plugins_browser.mdx +++ b/api_docs/kbn_core_plugins_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-plugins-browser title: "@kbn/core-plugins-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-plugins-browser plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-plugins-browser'] --- import kbnCorePluginsBrowserObj from './kbn_core_plugins_browser.devdocs.json'; diff --git a/api_docs/kbn_core_plugins_browser_mocks.mdx b/api_docs/kbn_core_plugins_browser_mocks.mdx index 8585f6e5223a3..767ba599d6151 100644 --- a/api_docs/kbn_core_plugins_browser_mocks.mdx +++ b/api_docs/kbn_core_plugins_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-plugins-browser-mocks title: "@kbn/core-plugins-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-plugins-browser-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-plugins-browser-mocks'] --- import kbnCorePluginsBrowserMocksObj from './kbn_core_plugins_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_plugins_contracts_browser.mdx b/api_docs/kbn_core_plugins_contracts_browser.mdx index 002ba05db4142..4e1942a79eadb 100644 --- a/api_docs/kbn_core_plugins_contracts_browser.mdx +++ b/api_docs/kbn_core_plugins_contracts_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-plugins-contracts-browser title: "@kbn/core-plugins-contracts-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-plugins-contracts-browser plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-plugins-contracts-browser'] --- import kbnCorePluginsContractsBrowserObj from './kbn_core_plugins_contracts_browser.devdocs.json'; diff --git a/api_docs/kbn_core_plugins_contracts_server.mdx b/api_docs/kbn_core_plugins_contracts_server.mdx index a44a1600e1d46..d3955b5d93cf1 100644 --- a/api_docs/kbn_core_plugins_contracts_server.mdx +++ b/api_docs/kbn_core_plugins_contracts_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-plugins-contracts-server title: "@kbn/core-plugins-contracts-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-plugins-contracts-server plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-plugins-contracts-server'] --- import kbnCorePluginsContractsServerObj from './kbn_core_plugins_contracts_server.devdocs.json'; diff --git a/api_docs/kbn_core_plugins_server.mdx b/api_docs/kbn_core_plugins_server.mdx index 35710a2b76dee..3eea5fe4e18be 100644 --- a/api_docs/kbn_core_plugins_server.mdx +++ b/api_docs/kbn_core_plugins_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-plugins-server title: "@kbn/core-plugins-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-plugins-server plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-plugins-server'] --- import kbnCorePluginsServerObj from './kbn_core_plugins_server.devdocs.json'; diff --git a/api_docs/kbn_core_plugins_server_mocks.mdx b/api_docs/kbn_core_plugins_server_mocks.mdx index 0d3ae4ea637e0..011ae7f56ee03 100644 --- a/api_docs/kbn_core_plugins_server_mocks.mdx +++ b/api_docs/kbn_core_plugins_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-plugins-server-mocks title: "@kbn/core-plugins-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-plugins-server-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-plugins-server-mocks'] --- import kbnCorePluginsServerMocksObj from './kbn_core_plugins_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_preboot_server.mdx b/api_docs/kbn_core_preboot_server.mdx index 92fad52d123c7..9c164e5972393 100644 --- a/api_docs/kbn_core_preboot_server.mdx +++ b/api_docs/kbn_core_preboot_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-preboot-server title: "@kbn/core-preboot-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-preboot-server plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-preboot-server'] --- import kbnCorePrebootServerObj from './kbn_core_preboot_server.devdocs.json'; diff --git a/api_docs/kbn_core_preboot_server_mocks.mdx b/api_docs/kbn_core_preboot_server_mocks.mdx index d74f6e7c13160..2d21942aec6f3 100644 --- a/api_docs/kbn_core_preboot_server_mocks.mdx +++ b/api_docs/kbn_core_preboot_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-preboot-server-mocks title: "@kbn/core-preboot-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-preboot-server-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-preboot-server-mocks'] --- import kbnCorePrebootServerMocksObj from './kbn_core_preboot_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_pricing_browser.mdx b/api_docs/kbn_core_pricing_browser.mdx index 06c847463ac99..2fd015685b59f 100644 --- a/api_docs/kbn_core_pricing_browser.mdx +++ b/api_docs/kbn_core_pricing_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-pricing-browser title: "@kbn/core-pricing-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-pricing-browser plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-pricing-browser'] --- import kbnCorePricingBrowserObj from './kbn_core_pricing_browser.devdocs.json'; diff --git a/api_docs/kbn_core_pricing_browser_mocks.mdx b/api_docs/kbn_core_pricing_browser_mocks.mdx index 4b3b3b4aa6a44..e950273fddf7d 100644 --- a/api_docs/kbn_core_pricing_browser_mocks.mdx +++ b/api_docs/kbn_core_pricing_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-pricing-browser-mocks title: "@kbn/core-pricing-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-pricing-browser-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-pricing-browser-mocks'] --- import kbnCorePricingBrowserMocksObj from './kbn_core_pricing_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_pricing_common.mdx b/api_docs/kbn_core_pricing_common.mdx index a9517af2d0170..9658afebea1f6 100644 --- a/api_docs/kbn_core_pricing_common.mdx +++ b/api_docs/kbn_core_pricing_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-pricing-common title: "@kbn/core-pricing-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-pricing-common plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-pricing-common'] --- import kbnCorePricingCommonObj from './kbn_core_pricing_common.devdocs.json'; diff --git a/api_docs/kbn_core_pricing_server.mdx b/api_docs/kbn_core_pricing_server.mdx index 2f23f19abcd3a..8107fc10175a5 100644 --- a/api_docs/kbn_core_pricing_server.mdx +++ b/api_docs/kbn_core_pricing_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-pricing-server title: "@kbn/core-pricing-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-pricing-server plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-pricing-server'] --- import kbnCorePricingServerObj from './kbn_core_pricing_server.devdocs.json'; diff --git a/api_docs/kbn_core_pricing_server_internal.mdx b/api_docs/kbn_core_pricing_server_internal.mdx index 6ef109b1fac74..c80f1d0899d83 100644 --- a/api_docs/kbn_core_pricing_server_internal.mdx +++ b/api_docs/kbn_core_pricing_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-pricing-server-internal title: "@kbn/core-pricing-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-pricing-server-internal plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-pricing-server-internal'] --- import kbnCorePricingServerInternalObj from './kbn_core_pricing_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_pricing_server_mocks.mdx b/api_docs/kbn_core_pricing_server_mocks.mdx index a6e182b4ed259..655119e44d835 100644 --- a/api_docs/kbn_core_pricing_server_mocks.mdx +++ b/api_docs/kbn_core_pricing_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-pricing-server-mocks title: "@kbn/core-pricing-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-pricing-server-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-pricing-server-mocks'] --- import kbnCorePricingServerMocksObj from './kbn_core_pricing_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_rendering_browser.mdx b/api_docs/kbn_core_rendering_browser.mdx index 950c03b6f8aa8..41569b648c4c6 100644 --- a/api_docs/kbn_core_rendering_browser.mdx +++ b/api_docs/kbn_core_rendering_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-rendering-browser title: "@kbn/core-rendering-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-rendering-browser plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-rendering-browser'] --- import kbnCoreRenderingBrowserObj from './kbn_core_rendering_browser.devdocs.json'; diff --git a/api_docs/kbn_core_rendering_browser_mocks.mdx b/api_docs/kbn_core_rendering_browser_mocks.mdx index e6fb3b70c57dc..bb0d909f79fb1 100644 --- a/api_docs/kbn_core_rendering_browser_mocks.mdx +++ b/api_docs/kbn_core_rendering_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-rendering-browser-mocks title: "@kbn/core-rendering-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-rendering-browser-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-rendering-browser-mocks'] --- import kbnCoreRenderingBrowserMocksObj from './kbn_core_rendering_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_rendering_server_internal.mdx b/api_docs/kbn_core_rendering_server_internal.mdx index b59a3911a4099..8d0b6fc4c3f3c 100644 --- a/api_docs/kbn_core_rendering_server_internal.mdx +++ b/api_docs/kbn_core_rendering_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-rendering-server-internal title: "@kbn/core-rendering-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-rendering-server-internal plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-rendering-server-internal'] --- import kbnCoreRenderingServerInternalObj from './kbn_core_rendering_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_rendering_server_mocks.mdx b/api_docs/kbn_core_rendering_server_mocks.mdx index 6186345b5a70b..1613709b42cd6 100644 --- a/api_docs/kbn_core_rendering_server_mocks.mdx +++ b/api_docs/kbn_core_rendering_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-rendering-server-mocks title: "@kbn/core-rendering-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-rendering-server-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-rendering-server-mocks'] --- import kbnCoreRenderingServerMocksObj from './kbn_core_rendering_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_root_server_internal.mdx b/api_docs/kbn_core_root_server_internal.mdx index 0f7aaf1bc8459..30f8f647bc9c7 100644 --- a/api_docs/kbn_core_root_server_internal.mdx +++ b/api_docs/kbn_core_root_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-root-server-internal title: "@kbn/core-root-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-root-server-internal plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-root-server-internal'] --- import kbnCoreRootServerInternalObj from './kbn_core_root_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_api_server.devdocs.json b/api_docs/kbn_core_saved_objects_api_server.devdocs.json index e3c1bb708ab27..50fb2e54c1e62 100644 --- a/api_docs/kbn_core_saved_objects_api_server.devdocs.json +++ b/api_docs/kbn_core_saved_objects_api_server.devdocs.json @@ -2113,71 +2113,71 @@ }, { "plugin": "actions", - "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/update/types/types.ts" + "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/create/types/types.ts" }, { "plugin": "actions", - "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/update/types/types.ts" + "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/create/types/types.ts" }, { "plugin": "actions", - "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/update/types/types.ts" + "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/create/types/types.ts" }, { "plugin": "actions", - "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/update/update.ts" + "path": "x-pack/platform/plugins/shared/actions/server/types.ts" }, { "plugin": "actions", - "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/update/update.ts" + "path": "x-pack/platform/plugins/shared/actions/server/types.ts" }, { "plugin": "actions", - "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/update/update.ts" + "path": "x-pack/platform/plugins/shared/actions/server/types.ts" }, { "plugin": "actions", - "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/create/types/types.ts" + "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/update/types/types.ts" }, { "plugin": "actions", - "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/create/types/types.ts" + "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/update/types/types.ts" }, { "plugin": "actions", - "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/create/types/types.ts" + "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/update/types/types.ts" }, { "plugin": "actions", - "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/create/create.ts" + "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/update/update.ts" }, { "plugin": "actions", - "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/create/create.ts" + "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/update/update.ts" }, { "plugin": "actions", - "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/create/create.ts" + "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/update/update.ts" }, { "plugin": "actions", - "path": "x-pack/platform/plugins/shared/actions/server/types.ts" + "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/create/create.ts" }, { "plugin": "actions", - "path": "x-pack/platform/plugins/shared/actions/server/types.ts" + "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/create/create.ts" }, { "plugin": "actions", - "path": "x-pack/platform/plugins/shared/actions/server/types.ts" + "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/create/create.ts" }, { - "plugin": "savedSearch", - "path": "src/platform/plugins/shared/saved_search/server/saved_objects/search_migrations.ts" + "plugin": "alerting", + "path": "x-pack/platform/plugins/shared/alerting/server/saved_objects/geo_containment/migrations.ts" }, { - "plugin": "savedSearch", - "path": "src/platform/plugins/shared/saved_search/server/saved_objects/search_migrations.ts" + "plugin": "alerting", + "path": "x-pack/platform/plugins/shared/alerting/server/saved_objects/geo_containment/migrations.ts" }, { "plugin": "alerting", @@ -2196,12 +2196,12 @@ "path": "x-pack/platform/plugins/shared/alerting/server/types.ts" }, { - "plugin": "alerting", - "path": "x-pack/platform/plugins/shared/alerting/server/saved_objects/geo_containment/migrations.ts" + "plugin": "savedSearch", + "path": "src/platform/plugins/shared/saved_search/server/saved_objects/search_migrations.ts" }, { - "plugin": "alerting", - "path": "x-pack/platform/plugins/shared/alerting/server/saved_objects/geo_containment/migrations.ts" + "plugin": "savedSearch", + "path": "src/platform/plugins/shared/saved_search/server/saved_objects/search_migrations.ts" }, { "plugin": "canvas", diff --git a/api_docs/kbn_core_saved_objects_api_server.mdx b/api_docs/kbn_core_saved_objects_api_server.mdx index 04a39d1884412..7d51cd4891f05 100644 --- a/api_docs/kbn_core_saved_objects_api_server.mdx +++ b/api_docs/kbn_core_saved_objects_api_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-api-server title: "@kbn/core-saved-objects-api-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-api-server plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-api-server'] --- import kbnCoreSavedObjectsApiServerObj from './kbn_core_saved_objects_api_server.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_api_server_mocks.mdx b/api_docs/kbn_core_saved_objects_api_server_mocks.mdx index f81704fc991c0..6aeb4c9740629 100644 --- a/api_docs/kbn_core_saved_objects_api_server_mocks.mdx +++ b/api_docs/kbn_core_saved_objects_api_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-api-server-mocks title: "@kbn/core-saved-objects-api-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-api-server-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-api-server-mocks'] --- import kbnCoreSavedObjectsApiServerMocksObj from './kbn_core_saved_objects_api_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_base_server_internal.devdocs.json b/api_docs/kbn_core_saved_objects_base_server_internal.devdocs.json index 4bda7d950b5ca..341c584a73883 100644 --- a/api_docs/kbn_core_saved_objects_base_server_internal.devdocs.json +++ b/api_docs/kbn_core_saved_objects_base_server_internal.devdocs.json @@ -78,7 +78,7 @@ "section": "def-common.ByteSizeValue", "text": "ByteSizeValue" }, - "; readonly scrollDuration: string; readonly retryAttempts: number; }" + "; readonly scrollDuration: string; readonly retryAttempts: number; readonly useCumulativeLogger: boolean; }" ], "path": "src/core/packages/saved-objects/base-server-internal/src/saved_objects_config.ts", "deprecated": false, @@ -145,7 +145,7 @@ "section": "def-common.ByteSizeValue", "text": "ByteSizeValue" }, - "; scrollDuration: string; retryAttempts: number; }>" + "; scrollDuration: string; retryAttempts: number; useCumulativeLogger: boolean; }>" ], "path": "src/core/packages/saved-objects/base-server-internal/src/saved_objects_config.ts", "deprecated": false, @@ -1862,7 +1862,7 @@ "section": "def-common.ByteSizeValue", "text": "ByteSizeValue" }, - "; readonly scrollDuration: string; readonly retryAttempts: number; }" + "; readonly scrollDuration: string; readonly retryAttempts: number; readonly useCumulativeLogger: boolean; }" ], "path": "src/core/packages/saved-objects/base-server-internal/src/saved_objects_config.ts", "deprecated": false, @@ -3404,7 +3404,15 @@ "section": "def-common.Type", "text": "Type" }, - "; }>; }>" + "; }>; useCumulativeLogger: ", + { + "pluginId": "@kbn/config-schema", + "scope": "common", + "docId": "kibKbnConfigSchemaPluginApi", + "section": "def-common.Type", + "text": "Type" + }, + "; }>" ], "path": "src/core/packages/saved-objects/base-server-internal/src/saved_objects_config.ts", "deprecated": false, diff --git a/api_docs/kbn_core_saved_objects_base_server_internal.mdx b/api_docs/kbn_core_saved_objects_base_server_internal.mdx index db9a34bdff108..160506a5d0a61 100644 --- a/api_docs/kbn_core_saved_objects_base_server_internal.mdx +++ b/api_docs/kbn_core_saved_objects_base_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-base-server-internal title: "@kbn/core-saved-objects-base-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-base-server-internal plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-base-server-internal'] --- import kbnCoreSavedObjectsBaseServerInternalObj from './kbn_core_saved_objects_base_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_base_server_mocks.mdx b/api_docs/kbn_core_saved_objects_base_server_mocks.mdx index 9500fe35d2ae6..6f80c3a44b8cd 100644 --- a/api_docs/kbn_core_saved_objects_base_server_mocks.mdx +++ b/api_docs/kbn_core_saved_objects_base_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-base-server-mocks title: "@kbn/core-saved-objects-base-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-base-server-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-base-server-mocks'] --- import kbnCoreSavedObjectsBaseServerMocksObj from './kbn_core_saved_objects_base_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_common.mdx b/api_docs/kbn_core_saved_objects_common.mdx index 481a79ed13348..eef16aee1b167 100644 --- a/api_docs/kbn_core_saved_objects_common.mdx +++ b/api_docs/kbn_core_saved_objects_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-common title: "@kbn/core-saved-objects-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-common plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-common'] --- import kbnCoreSavedObjectsCommonObj from './kbn_core_saved_objects_common.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_import_export_server_internal.mdx b/api_docs/kbn_core_saved_objects_import_export_server_internal.mdx index 47df103d8225f..40df9eebc5391 100644 --- a/api_docs/kbn_core_saved_objects_import_export_server_internal.mdx +++ b/api_docs/kbn_core_saved_objects_import_export_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-import-export-server-internal title: "@kbn/core-saved-objects-import-export-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-import-export-server-internal plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-import-export-server-internal'] --- import kbnCoreSavedObjectsImportExportServerInternalObj from './kbn_core_saved_objects_import_export_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_import_export_server_mocks.mdx b/api_docs/kbn_core_saved_objects_import_export_server_mocks.mdx index 63801d9baf6e9..c8590891f3840 100644 --- a/api_docs/kbn_core_saved_objects_import_export_server_mocks.mdx +++ b/api_docs/kbn_core_saved_objects_import_export_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-import-export-server-mocks title: "@kbn/core-saved-objects-import-export-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-import-export-server-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-import-export-server-mocks'] --- import kbnCoreSavedObjectsImportExportServerMocksObj from './kbn_core_saved_objects_import_export_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_migration_server_internal.devdocs.json b/api_docs/kbn_core_saved_objects_migration_server_internal.devdocs.json index 1561efd90d446..dd7225eec6969 100644 --- a/api_docs/kbn_core_saved_objects_migration_server_internal.devdocs.json +++ b/api_docs/kbn_core_saved_objects_migration_server_internal.devdocs.json @@ -3277,7 +3277,7 @@ "section": "def-common.ByteSizeValue", "text": "ByteSizeValue" }, - "; readonly scrollDuration: string; readonly retryAttempts: number; }" + "; readonly scrollDuration: string; readonly retryAttempts: number; readonly useCumulativeLogger: boolean; }" ], "path": "src/core/packages/saved-objects/migration-server-internal/src/kibana_migrator.ts", "deprecated": false, diff --git a/api_docs/kbn_core_saved_objects_migration_server_internal.mdx b/api_docs/kbn_core_saved_objects_migration_server_internal.mdx index ee3e1ba61e60d..1ce78a38146d2 100644 --- a/api_docs/kbn_core_saved_objects_migration_server_internal.mdx +++ b/api_docs/kbn_core_saved_objects_migration_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-migration-server-internal title: "@kbn/core-saved-objects-migration-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-migration-server-internal plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-migration-server-internal'] --- import kbnCoreSavedObjectsMigrationServerInternalObj from './kbn_core_saved_objects_migration_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_migration_server_mocks.mdx b/api_docs/kbn_core_saved_objects_migration_server_mocks.mdx index 51a73f6f03bdc..e4d627caf4006 100644 --- a/api_docs/kbn_core_saved_objects_migration_server_mocks.mdx +++ b/api_docs/kbn_core_saved_objects_migration_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-migration-server-mocks title: "@kbn/core-saved-objects-migration-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-migration-server-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-migration-server-mocks'] --- import kbnCoreSavedObjectsMigrationServerMocksObj from './kbn_core_saved_objects_migration_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_server.devdocs.json b/api_docs/kbn_core_saved_objects_server.devdocs.json index bd584d8cd1084..56618629661f1 100644 --- a/api_docs/kbn_core_saved_objects_server.devdocs.json +++ b/api_docs/kbn_core_saved_objects_server.devdocs.json @@ -5198,71 +5198,71 @@ }, { "plugin": "actions", - "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/update/types/types.ts" + "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/create/types/types.ts" }, { "plugin": "actions", - "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/update/types/types.ts" + "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/create/types/types.ts" }, { "plugin": "actions", - "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/update/types/types.ts" + "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/create/types/types.ts" }, { "plugin": "actions", - "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/update/update.ts" + "path": "x-pack/platform/plugins/shared/actions/server/types.ts" }, { "plugin": "actions", - "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/update/update.ts" + "path": "x-pack/platform/plugins/shared/actions/server/types.ts" }, { "plugin": "actions", - "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/update/update.ts" + "path": "x-pack/platform/plugins/shared/actions/server/types.ts" }, { "plugin": "actions", - "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/create/types/types.ts" + "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/update/types/types.ts" }, { "plugin": "actions", - "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/create/types/types.ts" + "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/update/types/types.ts" }, { "plugin": "actions", - "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/create/types/types.ts" + "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/update/types/types.ts" }, { "plugin": "actions", - "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/create/create.ts" + "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/update/update.ts" }, { "plugin": "actions", - "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/create/create.ts" + "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/update/update.ts" }, { "plugin": "actions", - "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/create/create.ts" + "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/update/update.ts" }, { "plugin": "actions", - "path": "x-pack/platform/plugins/shared/actions/server/types.ts" + "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/create/create.ts" }, { "plugin": "actions", - "path": "x-pack/platform/plugins/shared/actions/server/types.ts" + "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/create/create.ts" }, { "plugin": "actions", - "path": "x-pack/platform/plugins/shared/actions/server/types.ts" + "path": "x-pack/platform/plugins/shared/actions/server/application/connector/methods/create/create.ts" }, { - "plugin": "savedSearch", - "path": "src/platform/plugins/shared/saved_search/server/saved_objects/search_migrations.ts" + "plugin": "alerting", + "path": "x-pack/platform/plugins/shared/alerting/server/saved_objects/geo_containment/migrations.ts" }, { - "plugin": "savedSearch", - "path": "src/platform/plugins/shared/saved_search/server/saved_objects/search_migrations.ts" + "plugin": "alerting", + "path": "x-pack/platform/plugins/shared/alerting/server/saved_objects/geo_containment/migrations.ts" }, { "plugin": "alerting", @@ -5281,12 +5281,12 @@ "path": "x-pack/platform/plugins/shared/alerting/server/types.ts" }, { - "plugin": "alerting", - "path": "x-pack/platform/plugins/shared/alerting/server/saved_objects/geo_containment/migrations.ts" + "plugin": "savedSearch", + "path": "src/platform/plugins/shared/saved_search/server/saved_objects/search_migrations.ts" }, { - "plugin": "alerting", - "path": "x-pack/platform/plugins/shared/alerting/server/saved_objects/geo_containment/migrations.ts" + "plugin": "savedSearch", + "path": "src/platform/plugins/shared/saved_search/server/saved_objects/search_migrations.ts" }, { "plugin": "canvas", @@ -9022,16 +9022,20 @@ "path": "src/platform/plugins/shared/data/server/search/saved_objects/search_session.ts" }, { - "plugin": "fleet", - "path": "x-pack/platform/plugins/shared/fleet/server/saved_objects/index.ts" + "plugin": "actions", + "path": "x-pack/platform/plugins/shared/actions/server/saved_objects/index.ts" }, { - "plugin": "fleet", - "path": "x-pack/platform/plugins/shared/fleet/server/saved_objects/index.ts" + "plugin": "actions", + "path": "x-pack/platform/plugins/shared/actions/server/saved_objects/index.ts" }, { - "plugin": "fleet", - "path": "x-pack/platform/plugins/shared/fleet/server/saved_objects/index.ts" + "plugin": "share", + "path": "src/platform/plugins/shared/share/server/url_service/saved_objects/register_url_service_saved_object_type.ts" + }, + { + "plugin": "alerting", + "path": "x-pack/platform/plugins/shared/alerting/server/saved_objects/index.ts" }, { "plugin": "fleet", @@ -9042,16 +9046,16 @@ "path": "x-pack/platform/plugins/shared/fleet/server/saved_objects/index.ts" }, { - "plugin": "actions", - "path": "x-pack/platform/plugins/shared/actions/server/saved_objects/index.ts" + "plugin": "fleet", + "path": "x-pack/platform/plugins/shared/fleet/server/saved_objects/index.ts" }, { - "plugin": "actions", - "path": "x-pack/platform/plugins/shared/actions/server/saved_objects/index.ts" + "plugin": "fleet", + "path": "x-pack/platform/plugins/shared/fleet/server/saved_objects/index.ts" }, { - "plugin": "share", - "path": "src/platform/plugins/shared/share/server/url_service/saved_objects/register_url_service_saved_object_type.ts" + "plugin": "fleet", + "path": "x-pack/platform/plugins/shared/fleet/server/saved_objects/index.ts" }, { "plugin": "apmSourcesAccess", @@ -9065,10 +9069,6 @@ "plugin": "lens", "path": "x-pack/platform/plugins/shared/lens/server/saved_objects.ts" }, - { - "plugin": "alerting", - "path": "x-pack/platform/plugins/shared/alerting/server/saved_objects/index.ts" - }, { "plugin": "maps", "path": "x-pack/platform/plugins/shared/maps/server/saved_objects/setup_saved_objects.ts" @@ -9852,6 +9852,10 @@ "plugin": "actions", "path": "x-pack/platform/plugins/shared/actions/server/saved_objects/index.ts" }, + { + "plugin": "alerting", + "path": "x-pack/platform/plugins/shared/alerting/server/saved_objects/index.ts" + }, { "plugin": "savedSearch", "path": "src/platform/plugins/shared/saved_search/server/saved_objects/search.ts" @@ -9860,10 +9864,6 @@ "plugin": "lens", "path": "x-pack/platform/plugins/shared/lens/server/saved_objects.ts" }, - { - "plugin": "alerting", - "path": "x-pack/platform/plugins/shared/alerting/server/saved_objects/index.ts" - }, { "plugin": "maps", "path": "x-pack/platform/plugins/shared/maps/server/saved_objects/setup_saved_objects.ts" diff --git a/api_docs/kbn_core_saved_objects_server.mdx b/api_docs/kbn_core_saved_objects_server.mdx index 4bf1583155ba6..2994507f98e36 100644 --- a/api_docs/kbn_core_saved_objects_server.mdx +++ b/api_docs/kbn_core_saved_objects_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-server title: "@kbn/core-saved-objects-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-server plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-server'] --- import kbnCoreSavedObjectsServerObj from './kbn_core_saved_objects_server.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_server_internal.mdx b/api_docs/kbn_core_saved_objects_server_internal.mdx index 98acdfb1ef4b4..4a1e0a9e0c3a2 100644 --- a/api_docs/kbn_core_saved_objects_server_internal.mdx +++ b/api_docs/kbn_core_saved_objects_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-server-internal title: "@kbn/core-saved-objects-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-server-internal plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-server-internal'] --- import kbnCoreSavedObjectsServerInternalObj from './kbn_core_saved_objects_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_server_mocks.mdx b/api_docs/kbn_core_saved_objects_server_mocks.mdx index d5f5ac73b9316..fe9d6304dbc08 100644 --- a/api_docs/kbn_core_saved_objects_server_mocks.mdx +++ b/api_docs/kbn_core_saved_objects_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-server-mocks title: "@kbn/core-saved-objects-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-server-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-server-mocks'] --- import kbnCoreSavedObjectsServerMocksObj from './kbn_core_saved_objects_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_utils_server.mdx b/api_docs/kbn_core_saved_objects_utils_server.mdx index 6c6e0e09f50a2..bdb008708d97f 100644 --- a/api_docs/kbn_core_saved_objects_utils_server.mdx +++ b/api_docs/kbn_core_saved_objects_utils_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-utils-server title: "@kbn/core-saved-objects-utils-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-utils-server plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-utils-server'] --- import kbnCoreSavedObjectsUtilsServerObj from './kbn_core_saved_objects_utils_server.devdocs.json'; diff --git a/api_docs/kbn_core_security_browser.mdx b/api_docs/kbn_core_security_browser.mdx index 4a6a19616e0aa..8d93c47754ef9 100644 --- a/api_docs/kbn_core_security_browser.mdx +++ b/api_docs/kbn_core_security_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-security-browser title: "@kbn/core-security-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-security-browser plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-security-browser'] --- import kbnCoreSecurityBrowserObj from './kbn_core_security_browser.devdocs.json'; diff --git a/api_docs/kbn_core_security_browser_internal.mdx b/api_docs/kbn_core_security_browser_internal.mdx index 28d699a10c2f1..570a270ba99da 100644 --- a/api_docs/kbn_core_security_browser_internal.mdx +++ b/api_docs/kbn_core_security_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-security-browser-internal title: "@kbn/core-security-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-security-browser-internal plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-security-browser-internal'] --- import kbnCoreSecurityBrowserInternalObj from './kbn_core_security_browser_internal.devdocs.json'; diff --git a/api_docs/kbn_core_security_browser_mocks.mdx b/api_docs/kbn_core_security_browser_mocks.mdx index 33532a89cd543..79d97dce98f73 100644 --- a/api_docs/kbn_core_security_browser_mocks.mdx +++ b/api_docs/kbn_core_security_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-security-browser-mocks title: "@kbn/core-security-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-security-browser-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-security-browser-mocks'] --- import kbnCoreSecurityBrowserMocksObj from './kbn_core_security_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_security_common.mdx b/api_docs/kbn_core_security_common.mdx index c54419072adcf..85f95c7ee2e87 100644 --- a/api_docs/kbn_core_security_common.mdx +++ b/api_docs/kbn_core_security_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-security-common title: "@kbn/core-security-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-security-common plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-security-common'] --- import kbnCoreSecurityCommonObj from './kbn_core_security_common.devdocs.json'; diff --git a/api_docs/kbn_core_security_server.mdx b/api_docs/kbn_core_security_server.mdx index 005d0642d0c29..53f7c061226b6 100644 --- a/api_docs/kbn_core_security_server.mdx +++ b/api_docs/kbn_core_security_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-security-server title: "@kbn/core-security-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-security-server plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-security-server'] --- import kbnCoreSecurityServerObj from './kbn_core_security_server.devdocs.json'; diff --git a/api_docs/kbn_core_security_server_internal.mdx b/api_docs/kbn_core_security_server_internal.mdx index 94fd86935c547..c7b3e83b72fc7 100644 --- a/api_docs/kbn_core_security_server_internal.mdx +++ b/api_docs/kbn_core_security_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-security-server-internal title: "@kbn/core-security-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-security-server-internal plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-security-server-internal'] --- import kbnCoreSecurityServerInternalObj from './kbn_core_security_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_security_server_mocks.mdx b/api_docs/kbn_core_security_server_mocks.mdx index f87d121a41693..1e75e208ed81d 100644 --- a/api_docs/kbn_core_security_server_mocks.mdx +++ b/api_docs/kbn_core_security_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-security-server-mocks title: "@kbn/core-security-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-security-server-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-security-server-mocks'] --- import kbnCoreSecurityServerMocksObj from './kbn_core_security_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_status_common.mdx b/api_docs/kbn_core_status_common.mdx index 9bab4337989dc..b2dce0eef7c1b 100644 --- a/api_docs/kbn_core_status_common.mdx +++ b/api_docs/kbn_core_status_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-status-common title: "@kbn/core-status-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-status-common plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-status-common'] --- import kbnCoreStatusCommonObj from './kbn_core_status_common.devdocs.json'; diff --git a/api_docs/kbn_core_status_server.mdx b/api_docs/kbn_core_status_server.mdx index 9c8f3fb552364..7ab43018dcb88 100644 --- a/api_docs/kbn_core_status_server.mdx +++ b/api_docs/kbn_core_status_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-status-server title: "@kbn/core-status-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-status-server plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-status-server'] --- import kbnCoreStatusServerObj from './kbn_core_status_server.devdocs.json'; diff --git a/api_docs/kbn_core_status_server_internal.mdx b/api_docs/kbn_core_status_server_internal.mdx index 6dd2e08746e6c..198057c6ce6c3 100644 --- a/api_docs/kbn_core_status_server_internal.mdx +++ b/api_docs/kbn_core_status_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-status-server-internal title: "@kbn/core-status-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-status-server-internal plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-status-server-internal'] --- import kbnCoreStatusServerInternalObj from './kbn_core_status_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_status_server_mocks.mdx b/api_docs/kbn_core_status_server_mocks.mdx index 2fe302b25148a..6b66621660534 100644 --- a/api_docs/kbn_core_status_server_mocks.mdx +++ b/api_docs/kbn_core_status_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-status-server-mocks title: "@kbn/core-status-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-status-server-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-status-server-mocks'] --- import kbnCoreStatusServerMocksObj from './kbn_core_status_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_test_helpers_deprecations_getters.mdx b/api_docs/kbn_core_test_helpers_deprecations_getters.mdx index 2ce5a20e6c041..f6b73813471fa 100644 --- a/api_docs/kbn_core_test_helpers_deprecations_getters.mdx +++ b/api_docs/kbn_core_test_helpers_deprecations_getters.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-test-helpers-deprecations-getters title: "@kbn/core-test-helpers-deprecations-getters" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-test-helpers-deprecations-getters plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-test-helpers-deprecations-getters'] --- import kbnCoreTestHelpersDeprecationsGettersObj from './kbn_core_test_helpers_deprecations_getters.devdocs.json'; diff --git a/api_docs/kbn_core_test_helpers_http_setup_browser.mdx b/api_docs/kbn_core_test_helpers_http_setup_browser.mdx index 62a7d3fd4d27f..4f1b5dca4b25b 100644 --- a/api_docs/kbn_core_test_helpers_http_setup_browser.mdx +++ b/api_docs/kbn_core_test_helpers_http_setup_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-test-helpers-http-setup-browser title: "@kbn/core-test-helpers-http-setup-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-test-helpers-http-setup-browser plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-test-helpers-http-setup-browser'] --- import kbnCoreTestHelpersHttpSetupBrowserObj from './kbn_core_test_helpers_http_setup_browser.devdocs.json'; diff --git a/api_docs/kbn_core_test_helpers_kbn_server.mdx b/api_docs/kbn_core_test_helpers_kbn_server.mdx index aabb837855a9a..8d8a536449616 100644 --- a/api_docs/kbn_core_test_helpers_kbn_server.mdx +++ b/api_docs/kbn_core_test_helpers_kbn_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-test-helpers-kbn-server title: "@kbn/core-test-helpers-kbn-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-test-helpers-kbn-server plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-test-helpers-kbn-server'] --- import kbnCoreTestHelpersKbnServerObj from './kbn_core_test_helpers_kbn_server.devdocs.json'; diff --git a/api_docs/kbn_core_test_helpers_model_versions.mdx b/api_docs/kbn_core_test_helpers_model_versions.mdx index eb11ef1b849d8..baefc2ad057ea 100644 --- a/api_docs/kbn_core_test_helpers_model_versions.mdx +++ b/api_docs/kbn_core_test_helpers_model_versions.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-test-helpers-model-versions title: "@kbn/core-test-helpers-model-versions" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-test-helpers-model-versions plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-test-helpers-model-versions'] --- import kbnCoreTestHelpersModelVersionsObj from './kbn_core_test_helpers_model_versions.devdocs.json'; diff --git a/api_docs/kbn_core_test_helpers_so_type_serializer.mdx b/api_docs/kbn_core_test_helpers_so_type_serializer.mdx index 85d35cff5ada3..fec972bd8ab28 100644 --- a/api_docs/kbn_core_test_helpers_so_type_serializer.mdx +++ b/api_docs/kbn_core_test_helpers_so_type_serializer.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-test-helpers-so-type-serializer title: "@kbn/core-test-helpers-so-type-serializer" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-test-helpers-so-type-serializer plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-test-helpers-so-type-serializer'] --- import kbnCoreTestHelpersSoTypeSerializerObj from './kbn_core_test_helpers_so_type_serializer.devdocs.json'; diff --git a/api_docs/kbn_core_test_helpers_test_utils.mdx b/api_docs/kbn_core_test_helpers_test_utils.mdx index dbcadb0fe71da..5a10b0c51cbb7 100644 --- a/api_docs/kbn_core_test_helpers_test_utils.mdx +++ b/api_docs/kbn_core_test_helpers_test_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-test-helpers-test-utils title: "@kbn/core-test-helpers-test-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-test-helpers-test-utils plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-test-helpers-test-utils'] --- import kbnCoreTestHelpersTestUtilsObj from './kbn_core_test_helpers_test_utils.devdocs.json'; diff --git a/api_docs/kbn_core_theme_browser.mdx b/api_docs/kbn_core_theme_browser.mdx index 42330d180d16a..799d5ef1b08ea 100644 --- a/api_docs/kbn_core_theme_browser.mdx +++ b/api_docs/kbn_core_theme_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-theme-browser title: "@kbn/core-theme-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-theme-browser plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-theme-browser'] --- import kbnCoreThemeBrowserObj from './kbn_core_theme_browser.devdocs.json'; diff --git a/api_docs/kbn_core_theme_browser_internal.mdx b/api_docs/kbn_core_theme_browser_internal.mdx index 54bbf923580c6..7a28d7e560856 100644 --- a/api_docs/kbn_core_theme_browser_internal.mdx +++ b/api_docs/kbn_core_theme_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-theme-browser-internal title: "@kbn/core-theme-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-theme-browser-internal plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-theme-browser-internal'] --- import kbnCoreThemeBrowserInternalObj from './kbn_core_theme_browser_internal.devdocs.json'; diff --git a/api_docs/kbn_core_theme_browser_mocks.mdx b/api_docs/kbn_core_theme_browser_mocks.mdx index 9723452b22a87..94beca843d898 100644 --- a/api_docs/kbn_core_theme_browser_mocks.mdx +++ b/api_docs/kbn_core_theme_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-theme-browser-mocks title: "@kbn/core-theme-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-theme-browser-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-theme-browser-mocks'] --- import kbnCoreThemeBrowserMocksObj from './kbn_core_theme_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_ui_settings_browser.mdx b/api_docs/kbn_core_ui_settings_browser.mdx index 19ff9b90e5432..8fb610a293b74 100644 --- a/api_docs/kbn_core_ui_settings_browser.mdx +++ b/api_docs/kbn_core_ui_settings_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-ui-settings-browser title: "@kbn/core-ui-settings-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-ui-settings-browser plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-ui-settings-browser'] --- import kbnCoreUiSettingsBrowserObj from './kbn_core_ui_settings_browser.devdocs.json'; diff --git a/api_docs/kbn_core_ui_settings_browser_internal.mdx b/api_docs/kbn_core_ui_settings_browser_internal.mdx index f1e889b8c3f7d..562843b75eda4 100644 --- a/api_docs/kbn_core_ui_settings_browser_internal.mdx +++ b/api_docs/kbn_core_ui_settings_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-ui-settings-browser-internal title: "@kbn/core-ui-settings-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-ui-settings-browser-internal plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-ui-settings-browser-internal'] --- import kbnCoreUiSettingsBrowserInternalObj from './kbn_core_ui_settings_browser_internal.devdocs.json'; diff --git a/api_docs/kbn_core_ui_settings_browser_mocks.mdx b/api_docs/kbn_core_ui_settings_browser_mocks.mdx index 46112e16f9af9..af8f6a6c67a41 100644 --- a/api_docs/kbn_core_ui_settings_browser_mocks.mdx +++ b/api_docs/kbn_core_ui_settings_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-ui-settings-browser-mocks title: "@kbn/core-ui-settings-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-ui-settings-browser-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-ui-settings-browser-mocks'] --- import kbnCoreUiSettingsBrowserMocksObj from './kbn_core_ui_settings_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_ui_settings_common.mdx b/api_docs/kbn_core_ui_settings_common.mdx index fef162d498ca4..2f6864ba83b90 100644 --- a/api_docs/kbn_core_ui_settings_common.mdx +++ b/api_docs/kbn_core_ui_settings_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-ui-settings-common title: "@kbn/core-ui-settings-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-ui-settings-common plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-ui-settings-common'] --- import kbnCoreUiSettingsCommonObj from './kbn_core_ui_settings_common.devdocs.json'; diff --git a/api_docs/kbn_core_ui_settings_server.mdx b/api_docs/kbn_core_ui_settings_server.mdx index da5f6d820d99c..64ca9123726a0 100644 --- a/api_docs/kbn_core_ui_settings_server.mdx +++ b/api_docs/kbn_core_ui_settings_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-ui-settings-server title: "@kbn/core-ui-settings-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-ui-settings-server plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-ui-settings-server'] --- import kbnCoreUiSettingsServerObj from './kbn_core_ui_settings_server.devdocs.json'; diff --git a/api_docs/kbn_core_ui_settings_server_internal.mdx b/api_docs/kbn_core_ui_settings_server_internal.mdx index 40dcb4c9ebd2f..e274acca3642b 100644 --- a/api_docs/kbn_core_ui_settings_server_internal.mdx +++ b/api_docs/kbn_core_ui_settings_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-ui-settings-server-internal title: "@kbn/core-ui-settings-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-ui-settings-server-internal plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-ui-settings-server-internal'] --- import kbnCoreUiSettingsServerInternalObj from './kbn_core_ui_settings_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_ui_settings_server_mocks.mdx b/api_docs/kbn_core_ui_settings_server_mocks.mdx index 0ed9cafdc2fdd..c1dba93315f14 100644 --- a/api_docs/kbn_core_ui_settings_server_mocks.mdx +++ b/api_docs/kbn_core_ui_settings_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-ui-settings-server-mocks title: "@kbn/core-ui-settings-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-ui-settings-server-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-ui-settings-server-mocks'] --- import kbnCoreUiSettingsServerMocksObj from './kbn_core_ui_settings_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_usage_data_server.mdx b/api_docs/kbn_core_usage_data_server.mdx index 97099d65db247..603f1e7321fee 100644 --- a/api_docs/kbn_core_usage_data_server.mdx +++ b/api_docs/kbn_core_usage_data_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-usage-data-server title: "@kbn/core-usage-data-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-usage-data-server plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-usage-data-server'] --- import kbnCoreUsageDataServerObj from './kbn_core_usage_data_server.devdocs.json'; diff --git a/api_docs/kbn_core_usage_data_server_internal.mdx b/api_docs/kbn_core_usage_data_server_internal.mdx index 918bec40c0852..f67e1cd1c86ae 100644 --- a/api_docs/kbn_core_usage_data_server_internal.mdx +++ b/api_docs/kbn_core_usage_data_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-usage-data-server-internal title: "@kbn/core-usage-data-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-usage-data-server-internal plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-usage-data-server-internal'] --- import kbnCoreUsageDataServerInternalObj from './kbn_core_usage_data_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_usage_data_server_mocks.mdx b/api_docs/kbn_core_usage_data_server_mocks.mdx index d898dc46a9d1e..d3269d855c162 100644 --- a/api_docs/kbn_core_usage_data_server_mocks.mdx +++ b/api_docs/kbn_core_usage_data_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-usage-data-server-mocks title: "@kbn/core-usage-data-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-usage-data-server-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-usage-data-server-mocks'] --- import kbnCoreUsageDataServerMocksObj from './kbn_core_usage_data_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_user_profile_browser.mdx b/api_docs/kbn_core_user_profile_browser.mdx index d88bd8ca2919c..bf81a0fee7e45 100644 --- a/api_docs/kbn_core_user_profile_browser.mdx +++ b/api_docs/kbn_core_user_profile_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-user-profile-browser title: "@kbn/core-user-profile-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-user-profile-browser plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-user-profile-browser'] --- import kbnCoreUserProfileBrowserObj from './kbn_core_user_profile_browser.devdocs.json'; diff --git a/api_docs/kbn_core_user_profile_browser_internal.mdx b/api_docs/kbn_core_user_profile_browser_internal.mdx index 4e0d555fb5607..60811bda9b8cc 100644 --- a/api_docs/kbn_core_user_profile_browser_internal.mdx +++ b/api_docs/kbn_core_user_profile_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-user-profile-browser-internal title: "@kbn/core-user-profile-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-user-profile-browser-internal plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-user-profile-browser-internal'] --- import kbnCoreUserProfileBrowserInternalObj from './kbn_core_user_profile_browser_internal.devdocs.json'; diff --git a/api_docs/kbn_core_user_profile_browser_mocks.mdx b/api_docs/kbn_core_user_profile_browser_mocks.mdx index a4982d55cd9bc..3246a9cc86d48 100644 --- a/api_docs/kbn_core_user_profile_browser_mocks.mdx +++ b/api_docs/kbn_core_user_profile_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-user-profile-browser-mocks title: "@kbn/core-user-profile-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-user-profile-browser-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-user-profile-browser-mocks'] --- import kbnCoreUserProfileBrowserMocksObj from './kbn_core_user_profile_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_user_profile_common.mdx b/api_docs/kbn_core_user_profile_common.mdx index 07d87fb58cd0b..26732e3ad286c 100644 --- a/api_docs/kbn_core_user_profile_common.mdx +++ b/api_docs/kbn_core_user_profile_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-user-profile-common title: "@kbn/core-user-profile-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-user-profile-common plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-user-profile-common'] --- import kbnCoreUserProfileCommonObj from './kbn_core_user_profile_common.devdocs.json'; diff --git a/api_docs/kbn_core_user_profile_server.mdx b/api_docs/kbn_core_user_profile_server.mdx index b3542f0323bc4..a8b8c4bfbe253 100644 --- a/api_docs/kbn_core_user_profile_server.mdx +++ b/api_docs/kbn_core_user_profile_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-user-profile-server title: "@kbn/core-user-profile-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-user-profile-server plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-user-profile-server'] --- import kbnCoreUserProfileServerObj from './kbn_core_user_profile_server.devdocs.json'; diff --git a/api_docs/kbn_core_user_profile_server_internal.mdx b/api_docs/kbn_core_user_profile_server_internal.mdx index dafc78b7cb4ec..f549dc79b7cb9 100644 --- a/api_docs/kbn_core_user_profile_server_internal.mdx +++ b/api_docs/kbn_core_user_profile_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-user-profile-server-internal title: "@kbn/core-user-profile-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-user-profile-server-internal plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-user-profile-server-internal'] --- import kbnCoreUserProfileServerInternalObj from './kbn_core_user_profile_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_user_profile_server_mocks.mdx b/api_docs/kbn_core_user_profile_server_mocks.mdx index 27c41a5d727c2..deffa461b6344 100644 --- a/api_docs/kbn_core_user_profile_server_mocks.mdx +++ b/api_docs/kbn_core_user_profile_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-user-profile-server-mocks title: "@kbn/core-user-profile-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-user-profile-server-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-user-profile-server-mocks'] --- import kbnCoreUserProfileServerMocksObj from './kbn_core_user_profile_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_user_settings_server.mdx b/api_docs/kbn_core_user_settings_server.mdx index 0a09d97b09013..c7bf6e8fab412 100644 --- a/api_docs/kbn_core_user_settings_server.mdx +++ b/api_docs/kbn_core_user_settings_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-user-settings-server title: "@kbn/core-user-settings-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-user-settings-server plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-user-settings-server'] --- import kbnCoreUserSettingsServerObj from './kbn_core_user_settings_server.devdocs.json'; diff --git a/api_docs/kbn_core_user_settings_server_mocks.mdx b/api_docs/kbn_core_user_settings_server_mocks.mdx index 16ec90f42b742..c61ea7aa6d943 100644 --- a/api_docs/kbn_core_user_settings_server_mocks.mdx +++ b/api_docs/kbn_core_user_settings_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-user-settings-server-mocks title: "@kbn/core-user-settings-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-user-settings-server-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-user-settings-server-mocks'] --- import kbnCoreUserSettingsServerMocksObj from './kbn_core_user_settings_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_crypto.mdx b/api_docs/kbn_crypto.mdx index d33b6252fdf98..183bb5b75d7f8 100644 --- a/api_docs/kbn_crypto.mdx +++ b/api_docs/kbn_crypto.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-crypto title: "@kbn/crypto" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/crypto plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/crypto'] --- import kbnCryptoObj from './kbn_crypto.devdocs.json'; diff --git a/api_docs/kbn_crypto_browser.mdx b/api_docs/kbn_crypto_browser.mdx index 53e219685a1c0..c5be6e1a74c4c 100644 --- a/api_docs/kbn_crypto_browser.mdx +++ b/api_docs/kbn_crypto_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-crypto-browser title: "@kbn/crypto-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/crypto-browser plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/crypto-browser'] --- import kbnCryptoBrowserObj from './kbn_crypto_browser.devdocs.json'; diff --git a/api_docs/kbn_custom_icons.mdx b/api_docs/kbn_custom_icons.mdx index 755d59c16906f..665dc012ea2e2 100644 --- a/api_docs/kbn_custom_icons.mdx +++ b/api_docs/kbn_custom_icons.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-custom-icons title: "@kbn/custom-icons" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/custom-icons plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/custom-icons'] --- import kbnCustomIconsObj from './kbn_custom_icons.devdocs.json'; diff --git a/api_docs/kbn_cypress_config.mdx b/api_docs/kbn_cypress_config.mdx index 17937a5cc9f86..85b946016d1a1 100644 --- a/api_docs/kbn_cypress_config.mdx +++ b/api_docs/kbn_cypress_config.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-cypress-config title: "@kbn/cypress-config" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/cypress-config plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cypress-config'] --- import kbnCypressConfigObj from './kbn_cypress_config.devdocs.json'; diff --git a/api_docs/kbn_cypress_test_helper.mdx b/api_docs/kbn_cypress_test_helper.mdx index 89e98f7527ddc..9308254a1c632 100644 --- a/api_docs/kbn_cypress_test_helper.mdx +++ b/api_docs/kbn_cypress_test_helper.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-cypress-test-helper title: "@kbn/cypress-test-helper" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/cypress-test-helper plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cypress-test-helper'] --- import kbnCypressTestHelperObj from './kbn_cypress_test_helper.devdocs.json'; diff --git a/api_docs/kbn_dashboards_selector.mdx b/api_docs/kbn_dashboards_selector.mdx index 79037976404d9..702a143ca6dcc 100644 --- a/api_docs/kbn_dashboards_selector.mdx +++ b/api_docs/kbn_dashboards_selector.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-dashboards-selector title: "@kbn/dashboards-selector" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/dashboards-selector plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/dashboards-selector'] --- import kbnDashboardsSelectorObj from './kbn_dashboards_selector.devdocs.json'; diff --git a/api_docs/kbn_data_forge.mdx b/api_docs/kbn_data_forge.mdx index 53f3f998f21eb..a93bdb0b63c07 100644 --- a/api_docs/kbn_data_forge.mdx +++ b/api_docs/kbn_data_forge.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-data-forge title: "@kbn/data-forge" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/data-forge plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/data-forge'] --- import kbnDataForgeObj from './kbn_data_forge.devdocs.json'; diff --git a/api_docs/kbn_data_grid_in_table_search.mdx b/api_docs/kbn_data_grid_in_table_search.mdx index 41ecdb98bebab..ac886daea661b 100644 --- a/api_docs/kbn_data_grid_in_table_search.mdx +++ b/api_docs/kbn_data_grid_in_table_search.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-data-grid-in-table-search title: "@kbn/data-grid-in-table-search" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/data-grid-in-table-search plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/data-grid-in-table-search'] --- import kbnDataGridInTableSearchObj from './kbn_data_grid_in_table_search.devdocs.json'; diff --git a/api_docs/kbn_data_service.mdx b/api_docs/kbn_data_service.mdx index d8762ad58b423..338eabc9bc5ae 100644 --- a/api_docs/kbn_data_service.mdx +++ b/api_docs/kbn_data_service.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-data-service title: "@kbn/data-service" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/data-service plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/data-service'] --- import kbnDataServiceObj from './kbn_data_service.devdocs.json'; diff --git a/api_docs/kbn_data_service_server.mdx b/api_docs/kbn_data_service_server.mdx index 4f23bf8437ee5..3255195c5f985 100644 --- a/api_docs/kbn_data_service_server.mdx +++ b/api_docs/kbn_data_service_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-data-service-server title: "@kbn/data-service-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/data-service-server plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/data-service-server'] --- import kbnDataServiceServerObj from './kbn_data_service_server.devdocs.json'; diff --git a/api_docs/kbn_data_stream_adapter.mdx b/api_docs/kbn_data_stream_adapter.mdx index ee1b381299ec7..20b673b0d0887 100644 --- a/api_docs/kbn_data_stream_adapter.mdx +++ b/api_docs/kbn_data_stream_adapter.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-data-stream-adapter title: "@kbn/data-stream-adapter" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/data-stream-adapter plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/data-stream-adapter'] --- import kbnDataStreamAdapterObj from './kbn_data_stream_adapter.devdocs.json'; diff --git a/api_docs/kbn_data_streams.mdx b/api_docs/kbn_data_streams.mdx index e330ea3b79b7c..6427e765d920e 100644 --- a/api_docs/kbn_data_streams.mdx +++ b/api_docs/kbn_data_streams.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-data-streams title: "@kbn/data-streams" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/data-streams plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/data-streams'] --- import kbnDataStreamsObj from './kbn_data_streams.devdocs.json'; diff --git a/api_docs/kbn_data_view_utils.mdx b/api_docs/kbn_data_view_utils.mdx index 3f3726b55473d..9e55fc84f42f2 100644 --- a/api_docs/kbn_data_view_utils.mdx +++ b/api_docs/kbn_data_view_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-data-view-utils title: "@kbn/data-view-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/data-view-utils plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/data-view-utils'] --- import kbnDataViewUtilsObj from './kbn_data_view_utils.devdocs.json'; diff --git a/api_docs/kbn_data_view_validation.mdx b/api_docs/kbn_data_view_validation.mdx index bec2312521d36..bf868e20ece33 100644 --- a/api_docs/kbn_data_view_validation.mdx +++ b/api_docs/kbn_data_view_validation.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-data-view-validation title: "@kbn/data-view-validation" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/data-view-validation plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/data-view-validation'] --- import kbnDataViewValidationObj from './kbn_data_view_validation.devdocs.json'; diff --git a/api_docs/kbn_datemath.mdx b/api_docs/kbn_datemath.mdx index f55ce1acae733..374a4688cff37 100644 --- a/api_docs/kbn_datemath.mdx +++ b/api_docs/kbn_datemath.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-datemath title: "@kbn/datemath" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/datemath plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/datemath'] --- import kbnDatemathObj from './kbn_datemath.devdocs.json'; diff --git a/api_docs/kbn_deeplinks_analytics.mdx b/api_docs/kbn_deeplinks_analytics.mdx index f84950fb2c7f8..2cf1de5eced22 100644 --- a/api_docs/kbn_deeplinks_analytics.mdx +++ b/api_docs/kbn_deeplinks_analytics.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-deeplinks-analytics title: "@kbn/deeplinks-analytics" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/deeplinks-analytics plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-analytics'] --- import kbnDeeplinksAnalyticsObj from './kbn_deeplinks_analytics.devdocs.json'; diff --git a/api_docs/kbn_deeplinks_chat.mdx b/api_docs/kbn_deeplinks_chat.mdx index 589df51b84a11..65015f064d92f 100644 --- a/api_docs/kbn_deeplinks_chat.mdx +++ b/api_docs/kbn_deeplinks_chat.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-deeplinks-chat title: "@kbn/deeplinks-chat" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/deeplinks-chat plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-chat'] --- import kbnDeeplinksChatObj from './kbn_deeplinks_chat.devdocs.json'; diff --git a/api_docs/kbn_deeplinks_devtools.mdx b/api_docs/kbn_deeplinks_devtools.mdx index 0f17c2c3cf3a9..36a97b875f990 100644 --- a/api_docs/kbn_deeplinks_devtools.mdx +++ b/api_docs/kbn_deeplinks_devtools.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-deeplinks-devtools title: "@kbn/deeplinks-devtools" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/deeplinks-devtools plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-devtools'] --- import kbnDeeplinksDevtoolsObj from './kbn_deeplinks_devtools.devdocs.json'; diff --git a/api_docs/kbn_deeplinks_fleet.mdx b/api_docs/kbn_deeplinks_fleet.mdx index fe827b612a94f..c00117252ad65 100644 --- a/api_docs/kbn_deeplinks_fleet.mdx +++ b/api_docs/kbn_deeplinks_fleet.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-deeplinks-fleet title: "@kbn/deeplinks-fleet" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/deeplinks-fleet plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-fleet'] --- import kbnDeeplinksFleetObj from './kbn_deeplinks_fleet.devdocs.json'; diff --git a/api_docs/kbn_deeplinks_management.devdocs.json b/api_docs/kbn_deeplinks_management.devdocs.json index 1bcd5c456f7a1..a42704183d6a6 100644 --- a/api_docs/kbn_deeplinks_management.devdocs.json +++ b/api_docs/kbn_deeplinks_management.devdocs.json @@ -39,30 +39,30 @@ }, { "parentPluginId": "@kbn/deeplinks-management", - "id": "def-common.DeepLinkId", - "type": "Type", + "id": "def-common.DATA_MANAGEMENT_NAV_ID", + "type": "string", "tags": [], - "label": "DeepLinkId", + "label": "DATA_MANAGEMENT_NAV_ID", "description": [], "signature": [ - "\"fleet\" | \"monitoring\" | \"management\" | \"integrations\" | \"osquery\" | \"management:transform\" | \"management:watcher\" | \"management:tags\" | \"management:cases\" | \"management:maintenanceWindows\" | \"management:overview\" | \"management:cross_cluster_replication\" | \"management:settings\" | \"management:dataViews\" | \"management:spaces\" | \"management:analytics\" | \"management:users\" | \"management:migrate_data\" | \"management:search_sessions\" | \"management:data_quality\" | \"management:data_usage\" | \"management:filesManagement\" | \"management:trained_models\" | \"management:pipelines\" | \"management:anomaly_detection\" | \"management:roles\" | \"management:reporting\" | \"management:ad_settings\" | \"management:aiAssistantManagementSelection\" | \"management:securityAiAssistantManagement\" | \"management:observabilityAiAssistantManagement\" | \"management:api_keys\" | \"management:content_connectors\" | \"management:license_management\" | \"management:index_lifecycle_management\" | \"management:index_management\" | \"management:ingest_pipelines\" | \"management:jobsListLink\" | \"management:objects\" | \"management:remote_clusters\" | \"management:role_mappings\" | \"management:rollup_jobs\" | \"management:snapshot_restore\" | \"management:supplied_configurations\" | \"management:triggersActions\" | \"management:triggersActionsAlerts\" | \"management:triggersActionsConnectors\" | \"management:upgrade_assistant\" | \"management:genAiSettings\" | \"management:agentBuilder\"" + "\"data_management\"" ], - "path": "src/platform/packages/shared/deeplinks/management/deep_links.ts", + "path": "src/platform/packages/shared/deeplinks/management/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "@kbn/deeplinks-management", - "id": "def-common.INGEST_AND_MANAGE_DATA_NAV_ID", - "type": "string", + "id": "def-common.DeepLinkId", + "type": "Type", "tags": [], - "label": "INGEST_AND_MANAGE_DATA_NAV_ID", + "label": "DeepLinkId", "description": [], "signature": [ - "\"ingest_and_data\"" + "\"fleet\" | \"monitoring\" | \"management\" | \"integrations\" | \"osquery\" | \"management:transform\" | \"management:watcher\" | \"management:tags\" | \"management:cases\" | \"management:maintenanceWindows\" | \"management:overview\" | \"management:cross_cluster_replication\" | \"management:settings\" | \"management:dataViews\" | \"management:spaces\" | \"management:analytics\" | \"management:users\" | \"management:migrate_data\" | \"management:search_sessions\" | \"management:data_quality\" | \"management:data_usage\" | \"management:filesManagement\" | \"management:trained_models\" | \"management:pipelines\" | \"management:anomaly_detection\" | \"management:roles\" | \"management:reporting\" | \"management:ad_settings\" | \"management:aiAssistantManagementSelection\" | \"management:securityAiAssistantManagement\" | \"management:observabilityAiAssistantManagement\" | \"management:api_keys\" | \"management:content_connectors\" | \"management:license_management\" | \"management:index_lifecycle_management\" | \"management:index_management\" | \"management:ingest_pipelines\" | \"management:jobsListLink\" | \"management:objects\" | \"management:remote_clusters\" | \"management:role_mappings\" | \"management:rollup_jobs\" | \"management:snapshot_restore\" | \"management:supplied_configurations\" | \"management:triggersActions\" | \"management:triggersActionsAlerts\" | \"management:triggersActionsConnectors\" | \"management:upgrade_assistant\" | \"management:genAiSettings\" | \"management:agentBuilder\"" ], - "path": "src/platform/packages/shared/deeplinks/management/constants.ts", + "path": "src/platform/packages/shared/deeplinks/management/deep_links.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_deeplinks_management.mdx b/api_docs/kbn_deeplinks_management.mdx index 56fc743c94304..9b58607c6e94c 100644 --- a/api_docs/kbn_deeplinks_management.mdx +++ b/api_docs/kbn_deeplinks_management.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-deeplinks-management title: "@kbn/deeplinks-management" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/deeplinks-management plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-management'] --- import kbnDeeplinksManagementObj from './kbn_deeplinks_management.devdocs.json'; diff --git a/api_docs/kbn_deeplinks_ml.mdx b/api_docs/kbn_deeplinks_ml.mdx index 3322efaf72614..e392db84f8921 100644 --- a/api_docs/kbn_deeplinks_ml.mdx +++ b/api_docs/kbn_deeplinks_ml.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-deeplinks-ml title: "@kbn/deeplinks-ml" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/deeplinks-ml plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-ml'] --- import kbnDeeplinksMlObj from './kbn_deeplinks_ml.devdocs.json'; diff --git a/api_docs/kbn_deeplinks_observability.mdx b/api_docs/kbn_deeplinks_observability.mdx index b77bcf03dbabe..91fe8119758a8 100644 --- a/api_docs/kbn_deeplinks_observability.mdx +++ b/api_docs/kbn_deeplinks_observability.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-deeplinks-observability title: "@kbn/deeplinks-observability" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/deeplinks-observability plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-observability'] --- import kbnDeeplinksObservabilityObj from './kbn_deeplinks_observability.devdocs.json'; diff --git a/api_docs/kbn_deeplinks_search.devdocs.json b/api_docs/kbn_deeplinks_search.devdocs.json index ae5857dc12ea1..88bd5b9945e76 100644 --- a/api_docs/kbn_deeplinks_search.devdocs.json +++ b/api_docs/kbn_deeplinks_search.devdocs.json @@ -30,7 +30,7 @@ "label": "DeepLinkId", "description": [], "signature": [ - "\"enterpriseSearch\" | \"enterpriseSearchContent\" | \"enterpriseSearchApplications\" | \"enterpriseSearchAnalytics\" | \"serverlessElasticsearch\" | \"serverlessConnectors\" | \"serverlessWebCrawlers\" | \"searchPlayground\" | \"searchInferenceEndpoints\" | \"searchSynonyms\" | \"searchQueryRules\" | \"searchHomepage\" | \"enterpriseSearchContent:connectors\" | \"enterpriseSearchContent:webCrawlers\" | \"enterpriseSearchApplications:searchApplications\" | \"searchInferenceEndpoints:inferenceEndpoints\" | \"searchSynonyms:synonyms\" | \"elasticsearchStart\" | \"elasticsearchIndices\" | \"elasticsearchIndexManagement\" | \"elasticsearchIndices:createIndex\"" + "\"enterpriseSearch\" | \"enterpriseSearchContent\" | \"enterpriseSearchApplications\" | \"enterpriseSearchAnalytics\" | \"serverlessConnectors\" | \"serverlessWebCrawlers\" | \"searchPlayground\" | \"searchInferenceEndpoints\" | \"searchSynonyms\" | \"searchQueryRules\" | \"searchHomepage\" | \"enterpriseSearchContent:connectors\" | \"enterpriseSearchContent:webCrawlers\" | \"enterpriseSearchApplications:searchApplications\" | \"searchInferenceEndpoints:inferenceEndpoints\" | \"searchSynonyms:synonyms\" | \"elasticsearchStart\" | \"elasticsearchIndices\" | \"elasticsearchIndexManagement\" | \"elasticsearchIndices:createIndex\"" ], "path": "src/platform/packages/shared/deeplinks/search/deep_links.ts", "deprecated": false, @@ -286,21 +286,6 @@ "trackAdoption": false, "initialIsOpen": false }, - { - "parentPluginId": "@kbn/deeplinks-search", - "id": "def-common.SERVERLESS_ES_APP_ID", - "type": "string", - "tags": [], - "label": "SERVERLESS_ES_APP_ID", - "description": [], - "signature": [ - "\"serverlessElasticsearch\"" - ], - "path": "src/platform/packages/shared/deeplinks/search/constants.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, { "parentPluginId": "@kbn/deeplinks-search", "id": "def-common.SERVERLESS_ES_CONNECTORS_ID", @@ -345,21 +330,6 @@ "deprecated": false, "trackAdoption": false, "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/deeplinks-search", - "id": "def-common.ServerlessSearchApp", - "type": "Type", - "tags": [], - "label": "ServerlessSearchApp", - "description": [], - "signature": [ - "\"serverlessElasticsearch\"" - ], - "path": "src/platform/packages/shared/deeplinks/search/deep_links.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false } ], "objects": [] diff --git a/api_docs/kbn_deeplinks_search.mdx b/api_docs/kbn_deeplinks_search.mdx index dbafdc868d448..1b7f0f5166706 100644 --- a/api_docs/kbn_deeplinks_search.mdx +++ b/api_docs/kbn_deeplinks_search.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-deeplinks-search title: "@kbn/deeplinks-search" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/deeplinks-search plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-search'] --- import kbnDeeplinksSearchObj from './kbn_deeplinks_search.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-ki | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 23 | 0 | 23 | 0 | +| 21 | 0 | 21 | 0 | ## Common diff --git a/api_docs/kbn_deeplinks_security.mdx b/api_docs/kbn_deeplinks_security.mdx index 6d9f5fa666ed7..97ce80bab60fd 100644 --- a/api_docs/kbn_deeplinks_security.mdx +++ b/api_docs/kbn_deeplinks_security.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-deeplinks-security title: "@kbn/deeplinks-security" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/deeplinks-security plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-security'] --- import kbnDeeplinksSecurityObj from './kbn_deeplinks_security.devdocs.json'; diff --git a/api_docs/kbn_deeplinks_shared.mdx b/api_docs/kbn_deeplinks_shared.mdx index 9bb8ca8d1cbcd..4be8c37d614ff 100644 --- a/api_docs/kbn_deeplinks_shared.mdx +++ b/api_docs/kbn_deeplinks_shared.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-deeplinks-shared title: "@kbn/deeplinks-shared" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/deeplinks-shared plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-shared'] --- import kbnDeeplinksSharedObj from './kbn_deeplinks_shared.devdocs.json'; diff --git a/api_docs/kbn_deeplinks_workflows.mdx b/api_docs/kbn_deeplinks_workflows.mdx index 279e0c1711497..582feedccd6cd 100644 --- a/api_docs/kbn_deeplinks_workflows.mdx +++ b/api_docs/kbn_deeplinks_workflows.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-deeplinks-workflows title: "@kbn/deeplinks-workflows" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/deeplinks-workflows plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-workflows'] --- import kbnDeeplinksWorkflowsObj from './kbn_deeplinks_workflows.devdocs.json'; diff --git a/api_docs/kbn_default_nav_analytics.mdx b/api_docs/kbn_default_nav_analytics.mdx index 35954a4704ebf..5af9c8f64ad18 100644 --- a/api_docs/kbn_default_nav_analytics.mdx +++ b/api_docs/kbn_default_nav_analytics.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-default-nav-analytics title: "@kbn/default-nav-analytics" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/default-nav-analytics plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/default-nav-analytics'] --- import kbnDefaultNavAnalyticsObj from './kbn_default_nav_analytics.devdocs.json'; diff --git a/api_docs/kbn_default_nav_devtools.mdx b/api_docs/kbn_default_nav_devtools.mdx index 38e38282726e2..c4dfa0f218716 100644 --- a/api_docs/kbn_default_nav_devtools.mdx +++ b/api_docs/kbn_default_nav_devtools.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-default-nav-devtools title: "@kbn/default-nav-devtools" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/default-nav-devtools plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/default-nav-devtools'] --- import kbnDefaultNavDevtoolsObj from './kbn_default_nav_devtools.devdocs.json'; diff --git a/api_docs/kbn_default_nav_management.mdx b/api_docs/kbn_default_nav_management.mdx index 8adbe97ad571e..71352eeb88410 100644 --- a/api_docs/kbn_default_nav_management.mdx +++ b/api_docs/kbn_default_nav_management.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-default-nav-management title: "@kbn/default-nav-management" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/default-nav-management plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/default-nav-management'] --- import kbnDefaultNavManagementObj from './kbn_default_nav_management.devdocs.json'; diff --git a/api_docs/kbn_default_nav_ml.mdx b/api_docs/kbn_default_nav_ml.mdx index 71586cae17514..e93aebbc45519 100644 --- a/api_docs/kbn_default_nav_ml.mdx +++ b/api_docs/kbn_default_nav_ml.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-default-nav-ml title: "@kbn/default-nav-ml" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/default-nav-ml plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/default-nav-ml'] --- import kbnDefaultNavMlObj from './kbn_default_nav_ml.devdocs.json'; diff --git a/api_docs/kbn_default_tracer.mdx b/api_docs/kbn_default_tracer.mdx index 805c5bc6ac977..36bfdde4eabbc 100644 --- a/api_docs/kbn_default_tracer.mdx +++ b/api_docs/kbn_default_tracer.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-default-tracer title: "@kbn/default-tracer" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/default-tracer plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/default-tracer'] --- import kbnDefaultTracerObj from './kbn_default_tracer.devdocs.json'; diff --git a/api_docs/kbn_delete_managed_asset_callout.mdx b/api_docs/kbn_delete_managed_asset_callout.mdx index b45089c59687e..def809621fd61 100644 --- a/api_docs/kbn_delete_managed_asset_callout.mdx +++ b/api_docs/kbn_delete_managed_asset_callout.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-delete-managed-asset-callout title: "@kbn/delete-managed-asset-callout" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/delete-managed-asset-callout plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/delete-managed-asset-callout'] --- import kbnDeleteManagedAssetCalloutObj from './kbn_delete_managed_asset_callout.devdocs.json'; diff --git a/api_docs/kbn_dev_cli_errors.mdx b/api_docs/kbn_dev_cli_errors.mdx index c32db026848ab..ed4ee66bf8c5c 100644 --- a/api_docs/kbn_dev_cli_errors.mdx +++ b/api_docs/kbn_dev_cli_errors.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-dev-cli-errors title: "@kbn/dev-cli-errors" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/dev-cli-errors plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/dev-cli-errors'] --- import kbnDevCliErrorsObj from './kbn_dev_cli_errors.devdocs.json'; diff --git a/api_docs/kbn_dev_cli_runner.mdx b/api_docs/kbn_dev_cli_runner.mdx index ec8375ffa989a..d5ccbd2ba3f33 100644 --- a/api_docs/kbn_dev_cli_runner.mdx +++ b/api_docs/kbn_dev_cli_runner.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-dev-cli-runner title: "@kbn/dev-cli-runner" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/dev-cli-runner plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/dev-cli-runner'] --- import kbnDevCliRunnerObj from './kbn_dev_cli_runner.devdocs.json'; diff --git a/api_docs/kbn_dev_proc_runner.mdx b/api_docs/kbn_dev_proc_runner.mdx index 537b269c7af1b..142ca221efba7 100644 --- a/api_docs/kbn_dev_proc_runner.mdx +++ b/api_docs/kbn_dev_proc_runner.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-dev-proc-runner title: "@kbn/dev-proc-runner" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/dev-proc-runner plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/dev-proc-runner'] --- import kbnDevProcRunnerObj from './kbn_dev_proc_runner.devdocs.json'; diff --git a/api_docs/kbn_dev_utils.mdx b/api_docs/kbn_dev_utils.mdx index 2002282164d82..c10b5173ff5a1 100644 --- a/api_docs/kbn_dev_utils.mdx +++ b/api_docs/kbn_dev_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-dev-utils title: "@kbn/dev-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/dev-utils plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/dev-utils'] --- import kbnDevUtilsObj from './kbn_dev_utils.devdocs.json'; diff --git a/api_docs/kbn_discover_contextual_components.mdx b/api_docs/kbn_discover_contextual_components.mdx index c98a0d7abb4dc..2631f290567a6 100644 --- a/api_docs/kbn_discover_contextual_components.mdx +++ b/api_docs/kbn_discover_contextual_components.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-discover-contextual-components title: "@kbn/discover-contextual-components" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/discover-contextual-components plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/discover-contextual-components'] --- import kbnDiscoverContextualComponentsObj from './kbn_discover_contextual_components.devdocs.json'; diff --git a/api_docs/kbn_discover_utils.devdocs.json b/api_docs/kbn_discover_utils.devdocs.json index 6b37562d33942..8fcd06c5a8399 100644 --- a/api_docs/kbn_discover_utils.devdocs.json +++ b/api_docs/kbn_discover_utils.devdocs.json @@ -3622,7 +3622,9 @@ "section": "def-common.AppMenuControlOnClickParams", "text": "AppMenuControlOnClickParams" }, - ") => void | React.ReactNode) | undefined; } & { iconType: \"string\" | \"number\" | \"function\" | \"key\" | \"namespace\" | \"error\" | \"filter\" | \"search\" | \"link\" | \"at\" | \"nested\" | \"ip\" | \"push\" | \"list\" | \"cluster\" | \"eql\" | \"index\" | \"info\" | \"unlink\" | \"alert\" | \"color\" | \"grid\" | \"aggregate\" | \"warning\" | \"code\" | \"annotation\" | \"stats\" | \"mobile\" | \"article\" | \"menu\" | \"section\" | \"image\" | \"stop\" | \"download\" | \"document\" | \"email\" | \"copy\" | \"move\" | \"merge\" | \"partial\" | \"container\" | \"user\" | \"share\" | \"home\" | \"spaces\" | \"package\" | \"endpoint\" | \"comment\" | \"tag\" | \"beta\" | \"users\" | \"accessibility\" | \"addDataApp\" | \"advancedSettingsApp\" | \"agentApp\" | \"analyzeEvent\" | \"anomalyChart\" | \"anomalySwimLane\" | \"apmApp\" | \"apmTrace\" | \"appSearchApp\" | \"apps\" | \"arrowDown\" | \"arrowLeft\" | \"arrowRight\" | \"arrowUp\" | \"arrowStart\" | \"arrowEnd\" | \"asterisk\" | \"auditbeatApp\" | \"beaker\" | \"bell\" | \"bellSlash\" | \"bolt\" | \"boxesHorizontal\" | \"boxesVertical\" | \"branch\" | \"branchUser\" | \"broom\" | \"brush\" | \"bug\" | \"bullseye\" | \"calendar\" | \"canvasApp\" | \"casesApp\" | \"changePointDetection\" | \"check\" | \"checkCircle\" | \"checkInCircleFilled\" | \"cheer\" | \"classificationJob\" | \"clickLeft\" | \"clickRight\" | \"clock\" | \"clockCounter\" | \"cloudDrizzle\" | \"cloudStormy\" | \"cloudSunny\" | \"codeApp\" | \"compute\" | \"console\" | \"consoleApp\" | \"continuityAbove\" | \"continuityAboveBelow\" | \"continuityBelow\" | \"continuityWithin\" | \"contrast\" | \"contrastHigh\" | \"controls\" | \"controlsHorizontal\" | \"controlsVertical\" | \"copyClipboard\" | \"createAdvancedJob\" | \"createGenericJob\" | \"createGeoJob\" | \"createMultiMetricJob\" | \"createPopulationJob\" | \"createSingleMetricJob\" | \"cross\" | \"crossClusterReplicationApp\" | \"crossInCircle\" | \"crosshairs\" | \"currency\" | \"cut\" | \"dashboardApp\" | \"dataVisualizer\" | \"database\" | \"desktop\" | \"devToolsApp\" | \"diff\" | \"discoverApp\" | \"discuss\" | \"documentEdit\" | \"documentation\" | \"documents\" | \"dot\" | \"dotInCircle\" | \"doubleArrowLeft\" | \"doubleArrowRight\" | \"editorAlignCenter\" | \"editorAlignLeft\" | \"editorAlignRight\" | \"editorBold\" | \"editorChecklist\" | \"editorCodeBlock\" | \"editorComment\" | \"editorDistributeHorizontal\" | \"editorDistributeVertical\" | \"editorHeading\" | \"editorItalic\" | \"editorItemAlignBottom\" | \"editorItemAlignCenter\" | \"editorItemAlignLeft\" | \"editorItemAlignMiddle\" | \"editorItemAlignRight\" | \"editorItemAlignTop\" | \"editorLink\" | \"editorOrderedList\" | \"editorPositionBottomLeft\" | \"editorPositionBottomRight\" | \"editorPositionTopLeft\" | \"editorPositionTopRight\" | \"editorRedo\" | \"editorStrike\" | \"editorTable\" | \"editorUnderline\" | \"editorUndo\" | \"editorUnorderedList\" | \"empty\" | \"emsApp\" | \"eraser\" | \"errorFilled\" | \"esqlVis\" | \"exit\" | \"expand\" | \"expandMini\" | \"export\" | \"exportAction\" | \"eye\" | \"eyeClosed\" | \"faceHappy\" | \"faceNeutral\" | \"faceSad\" | \"fieldStatistics\" | \"filebeatApp\" | \"filterExclude\" | \"filterIgnore\" | \"filterInclude\" | \"filterInCircle\" | \"flask\" | \"flag\" | \"fleetApp\" | \"fold\" | \"folderCheck\" | \"folderClosed\" | \"folderExclamation\" | \"folderOpen\" | \"frameNext\" | \"framePrevious\" | \"fullScreen\" | \"fullScreenExit\" | \"gear\" | \"gisApp\" | \"glasses\" | \"globe\" | \"grab\" | \"grabHorizontal\" | \"grabOmnidirectional\" | \"gradient\" | \"graphApp\" | \"grokApp\" | \"heart\" | \"heartbeatApp\" | \"heatmap\" | \"help\" | \"importAction\" | \"indexClose\" | \"indexEdit\" | \"indexFlush\" | \"indexManagementApp\" | \"indexMapping\" | \"indexOpen\" | \"indexPatternApp\" | \"indexRollupApp\" | \"indexRuntime\" | \"indexSettings\" | \"indexTemporary\" | \"infinity\" | \"inputOutput\" | \"inspect\" | \"invert\" | \"keyboard\" | \"kqlField\" | \"kqlFunction\" | \"kqlOperand\" | \"kqlSelector\" | \"kqlValue\" | \"kubernetesNode\" | \"kubernetesPod\" | \"launch\" | \"layers\" | \"lensApp\" | \"lettering\" | \"lineDashed\" | \"lineDotted\" | \"lineSolid\" | \"listAdd\" | \"lock\" | \"lockOpen\" | \"logPatternAnalysis\" | \"logRateAnalysis\" | \"logoAWS\" | \"logoAWSMono\" | \"logoAerospike\" | \"logoApache\" | \"logoAppSearch\" | \"logoAzure\" | \"logoAzureMono\" | \"logoBeats\" | \"logoBusinessAnalytics\" | \"logoCeph\" | \"logoCloud\" | \"logoCloudEnterprise\" | \"logoCode\" | \"logoCodesandbox\" | \"logoCouchbase\" | \"logoDocker\" | \"logoDropwizard\" | \"logoElastic\" | \"logoElasticStack\" | \"logoElasticsearch\" | \"logoEnterpriseSearch\" | \"logoEtcd\" | \"logoGCP\" | \"logoGCPMono\" | \"logoGithub\" | \"logoGmail\" | \"logoGolang\" | \"logoGoogleG\" | \"logoHAproxy\" | \"logoIBM\" | \"logoIBMMono\" | \"logoKafka\" | \"logoKibana\" | \"logoKubernetes\" | \"logoLogging\" | \"logoLogstash\" | \"logoMaps\" | \"logoMemcached\" | \"logoMetrics\" | \"logoMongodb\" | \"logoMySQL\" | \"logoNginx\" | \"logoObservability\" | \"logoOsquery\" | \"logoPhp\" | \"logoPostgres\" | \"logoPrometheus\" | \"logoRabbitmq\" | \"logoRedis\" | \"logoSecurity\" | \"logoSiteSearch\" | \"logoSketch\" | \"logoSlack\" | \"logoUptime\" | \"logoVulnerabilityManagement\" | \"logoWebhook\" | \"logoWindows\" | \"logoWorkplaceSearch\" | \"logsApp\" | \"logstashFilter\" | \"logstashIf\" | \"logstashInput\" | \"logstashOutput\" | \"logstashQueue\" | \"machineLearningApp\" | \"magnet\" | \"magnifyWithExclamation\" | \"magnifyWithMinus\" | \"magnifyWithPlus\" | \"managementApp\" | \"mapMarker\" | \"memory\" | \"menuDown\" | \"menuLeft\" | \"menuRight\" | \"menuUp\" | \"metricbeatApp\" | \"metricsApp\" | \"minimize\" | \"minus\" | \"minusInCircle\" | \"minusInCircleFilled\" | \"minusInSquare\" | \"monitoringApp\" | \"moon\" | \"newChat\" | \"node\" | \"notebookApp\" | \"offline\" | \"online\" | \"outlierDetectionJob\" | \"packetbeatApp\" | \"pageSelect\" | \"pagesSelect\" | \"palette\" | \"paperClip\" | \"pause\" | \"payment\" | \"pencil\" | \"percent\" | \"pin\" | \"pinFilled\" | \"pipeBreaks\" | \"pipelineApp\" | \"pipeNoBreaks\" | \"pivot\" | \"play\" | \"playFilled\" | \"plugs\" | \"plus\" | \"plusInCircle\" | \"plusInCircleFilled\" | \"plusInSquare\" | \"popout\" | \"question\" | \"quote\" | \"readOnly\" | \"recentlyViewedApp\" | \"refresh\" | \"regressionJob\" | \"reporter\" | \"reportingApp\" | \"returnKey\" | \"save\" | \"savedObjectsApp\" | \"scale\" | \"searchProfilerApp\" | \"securityAnalyticsApp\" | \"securityApp\" | \"securitySignal\" | \"securitySignalDetected\" | \"securitySignalResolved\" | \"sessionViewer\" | \"shard\" | \"singleMetricViewer\" | \"snowflake\" | \"sortAscending\" | \"sortDescending\" | \"sortDown\" | \"sortLeft\" | \"sortRight\" | \"sortUp\" | \"sortable\" | \"spacesApp\" | \"sparkles\" | \"sqlApp\" | \"starEmpty\" | \"starEmptySpace\" | \"starFilled\" | \"starFilledSpace\" | \"starMinusEmpty\" | \"starMinusFilled\" | \"starPlusEmpty\" | \"starPlusFilled\" | \"stopFilled\" | \"stopSlash\" | \"storage\" | \"submodule\" | \"sun\" | \"swatchInput\" | \"symlink\" | \"tableDensityCompact\" | \"tableDensityExpanded\" | \"tableDensityNormal\" | \"tableOfContents\" | \"tear\" | \"temperature\" | \"thumbDown\" | \"thumbUp\" | \"timeline\" | \"timelineWithArrow\" | \"timelionApp\" | \"timeRefresh\" | \"timeslider\" | \"training\" | \"transitionLeftIn\" | \"transitionLeftOut\" | \"transitionTopIn\" | \"transitionTopOut\" | \"trash\" | \"unfold\" | \"upgradeAssistantApp\" | \"uptimeApp\" | \"userAvatar\" | \"usersRolesApp\" | \"vector\" | \"videoPlayer\" | \"visArea\" | \"visAreaStacked\" | \"visBarHorizontal\" | \"visBarHorizontalStacked\" | \"visBarVertical\" | \"visBarVerticalStacked\" | \"visGauge\" | \"visGoal\" | \"visLine\" | \"visMapCoordinate\" | \"visMapRegion\" | \"visMetric\" | \"visPie\" | \"visTable\" | \"visTagCloud\" | \"visText\" | \"visTimelion\" | \"visVega\" | \"visVisualBuilder\" | \"visualizeApp\" | \"vulnerabilityManagementApp\" | \"warningFilled\" | \"watchesApp\" | \"web\" | \"wordWrap\" | \"wordWrapDisabled\" | \"workplaceSearchApp\" | \"wrench\" | \"tokenAlias\" | \"tokenAnnotation\" | \"tokenArray\" | \"tokenBinary\" | \"tokenBoolean\" | \"tokenClass\" | \"tokenCompletionSuggester\" | \"tokenConstant\" | \"tokenDate\" | \"tokenDimension\" | \"tokenElement\" | \"tokenEnum\" | \"tokenEnumMember\" | \"tokenEvent\" | \"tokenException\" | \"tokenField\" | \"tokenFile\" | \"tokenFlattened\" | \"tokenFunction\" | \"tokenGeo\" | \"tokenHistogram\" | \"tokenInterface\" | \"tokenIP\" | \"tokenJoin\" | \"tokenKey\" | \"tokenKeyword\" | \"tokenMethod\" | \"tokenMetricCounter\" | \"tokenMetricGauge\" | \"tokenModule\" | \"tokenNamespace\" | \"tokenNested\" | \"tokenNull\" | \"tokenNumber\" | \"tokenObject\" | \"tokenOperator\" | \"tokenPackage\" | \"tokenParameter\" | \"tokenPercolator\" | \"tokenProperty\" | \"tokenRange\" | \"tokenRankFeature\" | \"tokenRankFeatures\" | \"tokenRepo\" | \"tokenSearchType\" | \"tokenSemanticText\" | \"tokenShape\" | \"tokenString\" | \"tokenStruct\" | \"tokenSymbol\" | \"tokenTag\" | \"tokenText\" | \"tokenTokenCount\" | \"tokenVariable\" | \"tokenVectorDense\" | \"tokenDenseVector\" | \"tokenVectorSparse\"; }" + ") => void | React.ReactNode) | undefined; } & { iconType: ", + "IconType", + "; }" ], "path": "src/platform/packages/shared/kbn-discover-utils/src/components/app_menu/types.ts", "deprecated": false, @@ -6191,7 +6193,9 @@ "section": "def-common.AppMenuControlOnClickParams", "text": "AppMenuControlOnClickParams" }, - ") => void | React.ReactNode) | undefined; } & { iconType: \"string\" | \"number\" | \"function\" | \"key\" | \"namespace\" | \"error\" | \"filter\" | \"search\" | \"link\" | \"at\" | \"nested\" | \"ip\" | \"push\" | \"list\" | \"cluster\" | \"eql\" | \"index\" | \"info\" | \"unlink\" | \"alert\" | \"color\" | \"grid\" | \"aggregate\" | \"warning\" | \"code\" | \"annotation\" | \"stats\" | \"mobile\" | \"article\" | \"menu\" | \"section\" | \"image\" | \"stop\" | \"download\" | \"document\" | \"email\" | \"copy\" | \"move\" | \"merge\" | \"partial\" | \"container\" | \"user\" | \"share\" | \"home\" | \"spaces\" | \"package\" | \"endpoint\" | \"comment\" | \"tag\" | \"beta\" | \"users\" | \"accessibility\" | \"addDataApp\" | \"advancedSettingsApp\" | \"agentApp\" | \"analyzeEvent\" | \"anomalyChart\" | \"anomalySwimLane\" | \"apmApp\" | \"apmTrace\" | \"appSearchApp\" | \"apps\" | \"arrowDown\" | \"arrowLeft\" | \"arrowRight\" | \"arrowUp\" | \"arrowStart\" | \"arrowEnd\" | \"asterisk\" | \"auditbeatApp\" | \"beaker\" | \"bell\" | \"bellSlash\" | \"bolt\" | \"boxesHorizontal\" | \"boxesVertical\" | \"branch\" | \"branchUser\" | \"broom\" | \"brush\" | \"bug\" | \"bullseye\" | \"calendar\" | \"canvasApp\" | \"casesApp\" | \"changePointDetection\" | \"check\" | \"checkCircle\" | \"checkInCircleFilled\" | \"cheer\" | \"classificationJob\" | \"clickLeft\" | \"clickRight\" | \"clock\" | \"clockCounter\" | \"cloudDrizzle\" | \"cloudStormy\" | \"cloudSunny\" | \"codeApp\" | \"compute\" | \"console\" | \"consoleApp\" | \"continuityAbove\" | \"continuityAboveBelow\" | \"continuityBelow\" | \"continuityWithin\" | \"contrast\" | \"contrastHigh\" | \"controls\" | \"controlsHorizontal\" | \"controlsVertical\" | \"copyClipboard\" | \"createAdvancedJob\" | \"createGenericJob\" | \"createGeoJob\" | \"createMultiMetricJob\" | \"createPopulationJob\" | \"createSingleMetricJob\" | \"cross\" | \"crossClusterReplicationApp\" | \"crossInCircle\" | \"crosshairs\" | \"currency\" | \"cut\" | \"dashboardApp\" | \"dataVisualizer\" | \"database\" | \"desktop\" | \"devToolsApp\" | \"diff\" | \"discoverApp\" | \"discuss\" | \"documentEdit\" | \"documentation\" | \"documents\" | \"dot\" | \"dotInCircle\" | \"doubleArrowLeft\" | \"doubleArrowRight\" | \"editorAlignCenter\" | \"editorAlignLeft\" | \"editorAlignRight\" | \"editorBold\" | \"editorChecklist\" | \"editorCodeBlock\" | \"editorComment\" | \"editorDistributeHorizontal\" | \"editorDistributeVertical\" | \"editorHeading\" | \"editorItalic\" | \"editorItemAlignBottom\" | \"editorItemAlignCenter\" | \"editorItemAlignLeft\" | \"editorItemAlignMiddle\" | \"editorItemAlignRight\" | \"editorItemAlignTop\" | \"editorLink\" | \"editorOrderedList\" | \"editorPositionBottomLeft\" | \"editorPositionBottomRight\" | \"editorPositionTopLeft\" | \"editorPositionTopRight\" | \"editorRedo\" | \"editorStrike\" | \"editorTable\" | \"editorUnderline\" | \"editorUndo\" | \"editorUnorderedList\" | \"empty\" | \"emsApp\" | \"eraser\" | \"errorFilled\" | \"esqlVis\" | \"exit\" | \"expand\" | \"expandMini\" | \"export\" | \"exportAction\" | \"eye\" | \"eyeClosed\" | \"faceHappy\" | \"faceNeutral\" | \"faceSad\" | \"fieldStatistics\" | \"filebeatApp\" | \"filterExclude\" | \"filterIgnore\" | \"filterInclude\" | \"filterInCircle\" | \"flask\" | \"flag\" | \"fleetApp\" | \"fold\" | \"folderCheck\" | \"folderClosed\" | \"folderExclamation\" | \"folderOpen\" | \"frameNext\" | \"framePrevious\" | \"fullScreen\" | \"fullScreenExit\" | \"gear\" | \"gisApp\" | \"glasses\" | \"globe\" | \"grab\" | \"grabHorizontal\" | \"grabOmnidirectional\" | \"gradient\" | \"graphApp\" | \"grokApp\" | \"heart\" | \"heartbeatApp\" | \"heatmap\" | \"help\" | \"importAction\" | \"indexClose\" | \"indexEdit\" | \"indexFlush\" | \"indexManagementApp\" | \"indexMapping\" | \"indexOpen\" | \"indexPatternApp\" | \"indexRollupApp\" | \"indexRuntime\" | \"indexSettings\" | \"indexTemporary\" | \"infinity\" | \"inputOutput\" | \"inspect\" | \"invert\" | \"keyboard\" | \"kqlField\" | \"kqlFunction\" | \"kqlOperand\" | \"kqlSelector\" | \"kqlValue\" | \"kubernetesNode\" | \"kubernetesPod\" | \"launch\" | \"layers\" | \"lensApp\" | \"lettering\" | \"lineDashed\" | \"lineDotted\" | \"lineSolid\" | \"listAdd\" | \"lock\" | \"lockOpen\" | \"logPatternAnalysis\" | \"logRateAnalysis\" | \"logoAWS\" | \"logoAWSMono\" | \"logoAerospike\" | \"logoApache\" | \"logoAppSearch\" | \"logoAzure\" | \"logoAzureMono\" | \"logoBeats\" | \"logoBusinessAnalytics\" | \"logoCeph\" | \"logoCloud\" | \"logoCloudEnterprise\" | \"logoCode\" | \"logoCodesandbox\" | \"logoCouchbase\" | \"logoDocker\" | \"logoDropwizard\" | \"logoElastic\" | \"logoElasticStack\" | \"logoElasticsearch\" | \"logoEnterpriseSearch\" | \"logoEtcd\" | \"logoGCP\" | \"logoGCPMono\" | \"logoGithub\" | \"logoGmail\" | \"logoGolang\" | \"logoGoogleG\" | \"logoHAproxy\" | \"logoIBM\" | \"logoIBMMono\" | \"logoKafka\" | \"logoKibana\" | \"logoKubernetes\" | \"logoLogging\" | \"logoLogstash\" | \"logoMaps\" | \"logoMemcached\" | \"logoMetrics\" | \"logoMongodb\" | \"logoMySQL\" | \"logoNginx\" | \"logoObservability\" | \"logoOsquery\" | \"logoPhp\" | \"logoPostgres\" | \"logoPrometheus\" | \"logoRabbitmq\" | \"logoRedis\" | \"logoSecurity\" | \"logoSiteSearch\" | \"logoSketch\" | \"logoSlack\" | \"logoUptime\" | \"logoVulnerabilityManagement\" | \"logoWebhook\" | \"logoWindows\" | \"logoWorkplaceSearch\" | \"logsApp\" | \"logstashFilter\" | \"logstashIf\" | \"logstashInput\" | \"logstashOutput\" | \"logstashQueue\" | \"machineLearningApp\" | \"magnet\" | \"magnifyWithExclamation\" | \"magnifyWithMinus\" | \"magnifyWithPlus\" | \"managementApp\" | \"mapMarker\" | \"memory\" | \"menuDown\" | \"menuLeft\" | \"menuRight\" | \"menuUp\" | \"metricbeatApp\" | \"metricsApp\" | \"minimize\" | \"minus\" | \"minusInCircle\" | \"minusInCircleFilled\" | \"minusInSquare\" | \"monitoringApp\" | \"moon\" | \"newChat\" | \"node\" | \"notebookApp\" | \"offline\" | \"online\" | \"outlierDetectionJob\" | \"packetbeatApp\" | \"pageSelect\" | \"pagesSelect\" | \"palette\" | \"paperClip\" | \"pause\" | \"payment\" | \"pencil\" | \"percent\" | \"pin\" | \"pinFilled\" | \"pipeBreaks\" | \"pipelineApp\" | \"pipeNoBreaks\" | \"pivot\" | \"play\" | \"playFilled\" | \"plugs\" | \"plus\" | \"plusInCircle\" | \"plusInCircleFilled\" | \"plusInSquare\" | \"popout\" | \"question\" | \"quote\" | \"readOnly\" | \"recentlyViewedApp\" | \"refresh\" | \"regressionJob\" | \"reporter\" | \"reportingApp\" | \"returnKey\" | \"save\" | \"savedObjectsApp\" | \"scale\" | \"searchProfilerApp\" | \"securityAnalyticsApp\" | \"securityApp\" | \"securitySignal\" | \"securitySignalDetected\" | \"securitySignalResolved\" | \"sessionViewer\" | \"shard\" | \"singleMetricViewer\" | \"snowflake\" | \"sortAscending\" | \"sortDescending\" | \"sortDown\" | \"sortLeft\" | \"sortRight\" | \"sortUp\" | \"sortable\" | \"spacesApp\" | \"sparkles\" | \"sqlApp\" | \"starEmpty\" | \"starEmptySpace\" | \"starFilled\" | \"starFilledSpace\" | \"starMinusEmpty\" | \"starMinusFilled\" | \"starPlusEmpty\" | \"starPlusFilled\" | \"stopFilled\" | \"stopSlash\" | \"storage\" | \"submodule\" | \"sun\" | \"swatchInput\" | \"symlink\" | \"tableDensityCompact\" | \"tableDensityExpanded\" | \"tableDensityNormal\" | \"tableOfContents\" | \"tear\" | \"temperature\" | \"thumbDown\" | \"thumbUp\" | \"timeline\" | \"timelineWithArrow\" | \"timelionApp\" | \"timeRefresh\" | \"timeslider\" | \"training\" | \"transitionLeftIn\" | \"transitionLeftOut\" | \"transitionTopIn\" | \"transitionTopOut\" | \"trash\" | \"unfold\" | \"upgradeAssistantApp\" | \"uptimeApp\" | \"userAvatar\" | \"usersRolesApp\" | \"vector\" | \"videoPlayer\" | \"visArea\" | \"visAreaStacked\" | \"visBarHorizontal\" | \"visBarHorizontalStacked\" | \"visBarVertical\" | \"visBarVerticalStacked\" | \"visGauge\" | \"visGoal\" | \"visLine\" | \"visMapCoordinate\" | \"visMapRegion\" | \"visMetric\" | \"visPie\" | \"visTable\" | \"visTagCloud\" | \"visText\" | \"visTimelion\" | \"visVega\" | \"visVisualBuilder\" | \"visualizeApp\" | \"vulnerabilityManagementApp\" | \"warningFilled\" | \"watchesApp\" | \"web\" | \"wordWrap\" | \"wordWrapDisabled\" | \"workplaceSearchApp\" | \"wrench\" | \"tokenAlias\" | \"tokenAnnotation\" | \"tokenArray\" | \"tokenBinary\" | \"tokenBoolean\" | \"tokenClass\" | \"tokenCompletionSuggester\" | \"tokenConstant\" | \"tokenDate\" | \"tokenDimension\" | \"tokenElement\" | \"tokenEnum\" | \"tokenEnumMember\" | \"tokenEvent\" | \"tokenException\" | \"tokenField\" | \"tokenFile\" | \"tokenFlattened\" | \"tokenFunction\" | \"tokenGeo\" | \"tokenHistogram\" | \"tokenInterface\" | \"tokenIP\" | \"tokenJoin\" | \"tokenKey\" | \"tokenKeyword\" | \"tokenMethod\" | \"tokenMetricCounter\" | \"tokenMetricGauge\" | \"tokenModule\" | \"tokenNamespace\" | \"tokenNested\" | \"tokenNull\" | \"tokenNumber\" | \"tokenObject\" | \"tokenOperator\" | \"tokenPackage\" | \"tokenParameter\" | \"tokenPercolator\" | \"tokenProperty\" | \"tokenRange\" | \"tokenRankFeature\" | \"tokenRankFeatures\" | \"tokenRepo\" | \"tokenSearchType\" | \"tokenSemanticText\" | \"tokenShape\" | \"tokenString\" | \"tokenStruct\" | \"tokenSymbol\" | \"tokenTag\" | \"tokenText\" | \"tokenTokenCount\" | \"tokenVariable\" | \"tokenVectorDense\" | \"tokenDenseVector\" | \"tokenVectorSparse\"; }" + ") => void | React.ReactNode) | undefined; } & { iconType: ", + "IconType", + "; }" ], "path": "src/platform/packages/shared/kbn-discover-utils/src/components/app_menu/types.ts", "deprecated": false, diff --git a/api_docs/kbn_discover_utils.mdx b/api_docs/kbn_discover_utils.mdx index cc41ad1a6b961..98d46af0474e7 100644 --- a/api_docs/kbn_discover_utils.mdx +++ b/api_docs/kbn_discover_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-discover-utils title: "@kbn/discover-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/discover-utils plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/discover-utils'] --- import kbnDiscoverUtilsObj from './kbn_discover_utils.devdocs.json'; diff --git a/api_docs/kbn_doc_links.devdocs.json b/api_docs/kbn_doc_links.devdocs.json index f3ed281e33d49..dc13617b29e0c 100644 --- a/api_docs/kbn_doc_links.devdocs.json +++ b/api_docs/kbn_doc_links.devdocs.json @@ -568,7 +568,7 @@ "label": "securitySolution", "description": [], "signature": [ - "{ readonly aiAssistant: { home: string; knowledgeBaseIndexEntries: string; }; readonly cloudSecurityPosture: string; readonly installElasticDefend: string; readonly artifactControl: string; readonly avcResults: string; readonly bidirectionalIntegrations: string; readonly thirdPartyLlmProviders: string; readonly trustedApps: string; readonly trustedDevices: string; readonly elasticAiFeatures: string; readonly eventFilters: string; readonly eventMerging: string; readonly blocklist: string; readonly endpointArtifacts: string; readonly policyResponseTroubleshooting: { full_disk_access: string; macos_system_ext: string; linux_deadlock: string; }; readonly packageActionTroubleshooting: { es_connection: string; }; readonly threatIntelInt: string; readonly responseActions: string; readonly configureEndpointIntegrationPolicy: string; readonly exceptions: { value_lists: string; }; readonly privileges: string; readonly manageDetectionRules: string; readonly createDetectionRules: string; readonly updatePrebuiltDetectionRules: string; readonly prebuiltRuleCustomizationPromoBlog: string; readonly resolvePrebuiltRuleConflicts: string; readonly createEsqlRuleType: string; readonly ruleUiAdvancedParams: string; readonly entityAnalytics: { readonly riskScorePrerequisites: string; readonly entityRiskScoring: string; readonly assetCriticality: string; readonly privilegedUserMonitoring: string; readonly mlAnomalyDetection: string; }; readonly detectionEngineOverview: string; readonly signalsMigrationApi: string; readonly siemMigrations: string; readonly llmPerformanceMatrix: string; }" + "{ readonly aiAssistant: { home: string; knowledgeBaseHome: string; knowledgeBaseIndexEntries: string; }; readonly cloudSecurityPosture: string; readonly installElasticDefend: string; readonly artifactControl: string; readonly avcResults: string; readonly bidirectionalIntegrations: string; readonly thirdPartyLlmProviders: string; readonly trustedApps: string; readonly trustedDevices: string; readonly elasticAiFeatures: string; readonly eventFilters: string; readonly eventMerging: string; readonly blocklist: string; readonly endpointArtifacts: string; readonly policyResponseTroubleshooting: { full_disk_access: string; macos_system_ext: string; linux_deadlock: string; }; readonly packageActionTroubleshooting: { es_connection: string; }; readonly threatIntelInt: string; readonly responseActions: string; readonly configureEndpointIntegrationPolicy: string; readonly exceptions: { value_lists: string; }; readonly privileges: string; readonly manageDetectionRules: string; readonly createDetectionRules: string; readonly updatePrebuiltDetectionRules: string; readonly prebuiltRuleCustomizationPromoBlog: string; readonly resolvePrebuiltRuleConflicts: string; readonly createEsqlRuleType: string; readonly ruleUiAdvancedParams: string; readonly entityAnalytics: { readonly riskScorePrerequisites: string; readonly entityRiskScoring: string; readonly assetCriticality: string; readonly privilegedUserMonitoring: string; readonly mlAnomalyDetection: string; }; readonly detectionEngineOverview: string; readonly signalsMigrationApi: string; readonly siemMigrations: string; readonly llmPerformanceMatrix: string; }" ], "path": "src/platform/packages/shared/kbn-doc-links/src/types.ts", "deprecated": false, diff --git a/api_docs/kbn_doc_links.mdx b/api_docs/kbn_doc_links.mdx index b44f3ecd69e3f..629e65b0eb8d2 100644 --- a/api_docs/kbn_doc_links.mdx +++ b/api_docs/kbn_doc_links.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-doc-links title: "@kbn/doc-links" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/doc-links plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/doc-links'] --- import kbnDocLinksObj from './kbn_doc_links.devdocs.json'; diff --git a/api_docs/kbn_docs_utils.mdx b/api_docs/kbn_docs_utils.mdx index d9d2777b31363..0732826b10c01 100644 --- a/api_docs/kbn_docs_utils.mdx +++ b/api_docs/kbn_docs_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-docs-utils title: "@kbn/docs-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/docs-utils plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/docs-utils'] --- import kbnDocsUtilsObj from './kbn_docs_utils.devdocs.json'; diff --git a/api_docs/kbn_dom_drag_drop.mdx b/api_docs/kbn_dom_drag_drop.mdx index 68902a98dc293..dcdfc3eb411e2 100644 --- a/api_docs/kbn_dom_drag_drop.mdx +++ b/api_docs/kbn_dom_drag_drop.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-dom-drag-drop title: "@kbn/dom-drag-drop" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/dom-drag-drop plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/dom-drag-drop'] --- import kbnDomDragDropObj from './kbn_dom_drag_drop.devdocs.json'; diff --git a/api_docs/kbn_ebt_tools.mdx b/api_docs/kbn_ebt_tools.mdx index 554af7e5828d6..c2e29c7a6d207 100644 --- a/api_docs/kbn_ebt_tools.mdx +++ b/api_docs/kbn_ebt_tools.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ebt-tools title: "@kbn/ebt-tools" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ebt-tools plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ebt-tools'] --- import kbnEbtToolsObj from './kbn_ebt_tools.devdocs.json'; diff --git a/api_docs/kbn_ecs_data_quality_dashboard.mdx b/api_docs/kbn_ecs_data_quality_dashboard.mdx index 15ab197b9f134..87b7a8fd2ef9d 100644 --- a/api_docs/kbn_ecs_data_quality_dashboard.mdx +++ b/api_docs/kbn_ecs_data_quality_dashboard.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ecs-data-quality-dashboard title: "@kbn/ecs-data-quality-dashboard" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ecs-data-quality-dashboard plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ecs-data-quality-dashboard'] --- import kbnEcsDataQualityDashboardObj from './kbn_ecs_data_quality_dashboard.devdocs.json'; diff --git a/api_docs/kbn_elastic_agent_utils.mdx b/api_docs/kbn_elastic_agent_utils.mdx index eda55ed0d9000..1e3021fedc029 100644 --- a/api_docs/kbn_elastic_agent_utils.mdx +++ b/api_docs/kbn_elastic_agent_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-elastic-agent-utils title: "@kbn/elastic-agent-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/elastic-agent-utils plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/elastic-agent-utils'] --- import kbnElasticAgentUtilsObj from './kbn_elastic_agent_utils.devdocs.json'; diff --git a/api_docs/kbn_elastic_assistant.mdx b/api_docs/kbn_elastic_assistant.mdx index 091dde79a0354..d6ed4a78cd0f6 100644 --- a/api_docs/kbn_elastic_assistant.mdx +++ b/api_docs/kbn_elastic_assistant.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-elastic-assistant title: "@kbn/elastic-assistant" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/elastic-assistant plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/elastic-assistant'] --- import kbnElasticAssistantObj from './kbn_elastic_assistant.devdocs.json'; diff --git a/api_docs/kbn_elastic_assistant_common.devdocs.json b/api_docs/kbn_elastic_assistant_common.devdocs.json index 47342794af047..3e2faf50c33e7 100644 --- a/api_docs/kbn_elastic_assistant_common.devdocs.json +++ b/api_docs/kbn_elastic_assistant_common.devdocs.json @@ -1939,6 +1939,270 @@ "returnComment": [], "initialIsOpen": false }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.transformAttackDiscoveryAlertFromApi", + "type": "Function", + "tags": [], + "label": "transformAttackDiscoveryAlertFromApi", + "description": [], + "signature": [ + "(api: { id: string; timestamp: string; title: string; connector_id: string; connector_name: string; alert_ids: string[]; details_markdown: string; generation_uuid: string; summary_markdown: string; risk_score?: number | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; replacements?: Zod.objectOutputType<{}, Zod.ZodString, \"strip\"> | undefined; alert_rule_uuid?: string | undefined; alert_workflow_status?: string | undefined; alert_start?: string | undefined; alert_updated_at?: string | undefined; alert_updated_by_user_id?: string | undefined; alert_updated_by_user_name?: string | undefined; alert_workflow_status_updated_at?: string | undefined; entity_summary_markdown?: string | undefined; mitre_attack_tactics?: string[] | undefined; user_id?: string | undefined; user_name?: string | undefined; }) => { id: string; connectorId: string; timestamp: string; title: string; connectorName: string; alertIds: string[]; detailsMarkdown: string; summaryMarkdown: string; generationUuid: string; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; userId?: string | undefined; replacements?: Zod.objectOutputType<{}, Zod.ZodString, \"strip\"> | undefined; userName?: string | undefined; entitySummaryMarkdown?: string | undefined; mitreAttackTactics?: string[] | undefined; alertRuleUuid?: string | undefined; alertWorkflowStatus?: string | undefined; alertStart?: string | undefined; alertUpdatedAt?: string | undefined; alertUpdatedByUserId?: string | undefined; alertUpdatedByUserName?: string | undefined; alertWorkflowStatusUpdatedAt?: string | undefined; riskScore?: number | undefined; }" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/utils/transform_attack_discovery_alert_from_api/index.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.transformAttackDiscoveryAlertFromApi.$1", + "type": "Object", + "tags": [], + "label": "api", + "description": [], + "signature": [ + "{ id: string; timestamp: string; title: string; connector_id: string; connector_name: string; alert_ids: string[]; details_markdown: string; generation_uuid: string; summary_markdown: string; risk_score?: number | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; replacements?: Zod.objectOutputType<{}, Zod.ZodString, \"strip\"> | undefined; alert_rule_uuid?: string | undefined; alert_workflow_status?: string | undefined; alert_start?: string | undefined; alert_updated_at?: string | undefined; alert_updated_by_user_id?: string | undefined; alert_updated_by_user_name?: string | undefined; alert_workflow_status_updated_at?: string | undefined; entity_summary_markdown?: string | undefined; mitre_attack_tactics?: string[] | undefined; user_id?: string | undefined; user_name?: string | undefined; }" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/utils/transform_attack_discovery_alert_from_api/index.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.transformAttackDiscoveryAlertToApi", + "type": "Function", + "tags": [], + "label": "transformAttackDiscoveryAlertToApi", + "description": [], + "signature": [ + "(attackDiscoveryAlert: { id: string; connectorId: string; timestamp: string; title: string; connectorName: string; alertIds: string[]; detailsMarkdown: string; summaryMarkdown: string; generationUuid: string; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; userId?: string | undefined; replacements?: Zod.objectOutputType<{}, Zod.ZodString, \"strip\"> | undefined; userName?: string | undefined; entitySummaryMarkdown?: string | undefined; mitreAttackTactics?: string[] | undefined; alertRuleUuid?: string | undefined; alertWorkflowStatus?: string | undefined; alertStart?: string | undefined; alertUpdatedAt?: string | undefined; alertUpdatedByUserId?: string | undefined; alertUpdatedByUserName?: string | undefined; alertWorkflowStatusUpdatedAt?: string | undefined; riskScore?: number | undefined; }) => { id: string; timestamp: string; title: string; connector_id: string; connector_name: string; alert_ids: string[]; details_markdown: string; generation_uuid: string; summary_markdown: string; risk_score?: number | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; replacements?: Zod.objectOutputType<{}, Zod.ZodString, \"strip\"> | undefined; alert_rule_uuid?: string | undefined; alert_workflow_status?: string | undefined; alert_start?: string | undefined; alert_updated_at?: string | undefined; alert_updated_by_user_id?: string | undefined; alert_updated_by_user_name?: string | undefined; alert_workflow_status_updated_at?: string | undefined; entity_summary_markdown?: string | undefined; mitre_attack_tactics?: string[] | undefined; user_id?: string | undefined; user_name?: string | undefined; }" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/utils/transform_attack_discovery_alert_to_api/index.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.transformAttackDiscoveryAlertToApi.$1", + "type": "Object", + "tags": [], + "label": "attackDiscoveryAlert", + "description": [], + "signature": [ + "{ id: string; connectorId: string; timestamp: string; title: string; connectorName: string; alertIds: string[]; detailsMarkdown: string; summaryMarkdown: string; generationUuid: string; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; userId?: string | undefined; replacements?: Zod.objectOutputType<{}, Zod.ZodString, \"strip\"> | undefined; userName?: string | undefined; entitySummaryMarkdown?: string | undefined; mitreAttackTactics?: string[] | undefined; alertRuleUuid?: string | undefined; alertWorkflowStatus?: string | undefined; alertStart?: string | undefined; alertUpdatedAt?: string | undefined; alertUpdatedByUserId?: string | undefined; alertUpdatedByUserName?: string | undefined; alertWorkflowStatusUpdatedAt?: string | undefined; riskScore?: number | undefined; }" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/utils/transform_attack_discovery_alert_to_api/index.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.transformAttackDiscoveryScheduleCreatePropsFromApi", + "type": "Function", + "tags": [], + "label": "transformAttackDiscoveryScheduleCreatePropsFromApi", + "description": [], + "signature": [ + "(apiCreateProps: { params: { size: number; alerts_index_pattern: string; api_config: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combined_filter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; name: string; schedule: { interval: string; }; actions?: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; summary: boolean; notify_when: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }[] | undefined; enabled?: boolean | undefined; }) => { params: { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; name: string; schedule: { interval: string; }; actions?: { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }[] | undefined; enabled?: boolean | undefined; }" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/utils/transform_attack_discovery_schedule_create_props_from_api/index.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.transformAttackDiscoveryScheduleCreatePropsFromApi.$1", + "type": "Object", + "tags": [], + "label": "apiCreateProps", + "description": [], + "signature": [ + "{ params: { size: number; alerts_index_pattern: string; api_config: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combined_filter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; name: string; schedule: { interval: string; }; actions?: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; summary: boolean; notify_when: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }[] | undefined; enabled?: boolean | undefined; }" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/utils/transform_attack_discovery_schedule_create_props_from_api/index.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.transformAttackDiscoveryScheduleCreatePropsToApi", + "type": "Function", + "tags": [], + "label": "transformAttackDiscoveryScheduleCreatePropsToApi", + "description": [], + "signature": [ + "(createProps: { params: { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; name: string; schedule: { interval: string; }; actions?: { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }[] | undefined; enabled?: boolean | undefined; }) => { params: { size: number; alerts_index_pattern: string; api_config: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combined_filter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; name: string; schedule: { interval: string; }; actions?: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; summary: boolean; notify_when: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }[] | undefined; enabled?: boolean | undefined; }" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/utils/transform_attack_discovery_schedule_create_props_to_api/index.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.transformAttackDiscoveryScheduleCreatePropsToApi.$1", + "type": "Object", + "tags": [], + "label": "createProps", + "description": [], + "signature": [ + "{ params: { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; name: string; schedule: { interval: string; }; actions?: { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }[] | undefined; enabled?: boolean | undefined; }" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/utils/transform_attack_discovery_schedule_create_props_to_api/index.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.transformAttackDiscoveryScheduleFromApi", + "type": "Function", + "tags": [], + "label": "transformAttackDiscoveryScheduleFromApi", + "description": [], + "signature": [ + "(api: { params: { size: number; alerts_index_pattern: string; api_config: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combined_filter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; id: string; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; summary: boolean; notify_when: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }[]; enabled: boolean; schedule: { interval: string; }; created_at: string; created_by: string; updated_at: string; updated_by: string; last_execution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }) => { params: { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; id: string; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }[]; enabled: boolean; schedule: { interval: string; }; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; lastExecution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/utils/transform_attack_discovery_schedule_from_api/index.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.transformAttackDiscoveryScheduleFromApi.$1", + "type": "Object", + "tags": [], + "label": "api", + "description": [], + "signature": [ + "{ params: { size: number; alerts_index_pattern: string; api_config: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combined_filter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; id: string; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; summary: boolean; notify_when: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }[]; enabled: boolean; schedule: { interval: string; }; created_at: string; created_by: string; updated_at: string; updated_by: string; last_execution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/utils/transform_attack_discovery_schedule_from_api/index.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.transformAttackDiscoveryScheduleToApi", + "type": "Function", + "tags": [], + "label": "transformAttackDiscoveryScheduleToApi", + "description": [], + "signature": [ + "(attackDiscoverySchedule: { params: { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; id: string; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }[]; enabled: boolean; schedule: { interval: string; }; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; lastExecution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }) => { params: { size: number; alerts_index_pattern: string; api_config: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combined_filter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; id: string; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; summary: boolean; notify_when: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }[]; enabled: boolean; schedule: { interval: string; }; created_at: string; created_by: string; updated_at: string; updated_by: string; last_execution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/utils/transform_attack_discovery_schedule_to_api/index.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.transformAttackDiscoveryScheduleToApi.$1", + "type": "Object", + "tags": [], + "label": "attackDiscoverySchedule", + "description": [], + "signature": [ + "{ params: { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; id: string; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }[]; enabled: boolean; schedule: { interval: string; }; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; lastExecution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/utils/transform_attack_discovery_schedule_to_api/index.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.transformAttackDiscoveryScheduleUpdatePropsFromApi", + "type": "Function", + "tags": [], + "label": "transformAttackDiscoveryScheduleUpdatePropsFromApi", + "description": [], + "signature": [ + "(apiUpdateProps: { params: { size: number; alerts_index_pattern: string; api_config: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combined_filter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; summary: boolean; notify_when: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }[]; schedule: { interval: string; }; }) => { params: { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }[]; schedule: { interval: string; }; }" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/utils/transform_attack_discovery_schedule_update_props_from_api/index.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.transformAttackDiscoveryScheduleUpdatePropsFromApi.$1", + "type": "Object", + "tags": [], + "label": "apiUpdateProps", + "description": [], + "signature": [ + "{ params: { size: number; alerts_index_pattern: string; api_config: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combined_filter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; summary: boolean; notify_when: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }[]; schedule: { interval: string; }; }" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/utils/transform_attack_discovery_schedule_update_props_from_api/index.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.transformAttackDiscoveryScheduleUpdatePropsToApi", + "type": "Function", + "tags": [], + "label": "transformAttackDiscoveryScheduleUpdatePropsToApi", + "description": [], + "signature": [ + "(updateProps: { params: { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }[]; schedule: { interval: string; }; }) => { params: { size: number; alerts_index_pattern: string; api_config: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combined_filter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; summary: boolean; notify_when: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }[]; schedule: { interval: string; }; }" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/utils/transform_attack_discovery_schedule_update_props_to_api/index.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.transformAttackDiscoveryScheduleUpdatePropsToApi.$1", + "type": "Object", + "tags": [], + "label": "updateProps", + "description": [], + "signature": [ + "{ params: { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }[]; schedule: { interval: string; }; }" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/utils/transform_attack_discovery_schedule_update_props_to_api/index.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, { "parentPluginId": "@kbn/elastic-assistant-common", "id": "def-common.transformInternalReplacements", @@ -2596,7 +2860,7 @@ "label": "ATTACK_DISCOVERY", "description": [], "signature": [ - "\"/internal/elastic_assistant/attack_discovery\"" + "\"/api/attack_discovery\"" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/constants.ts", "deprecated": false, @@ -2662,7 +2926,7 @@ "label": "ATTACK_DISCOVERY_BULK", "description": [], "signature": [ - "\"/internal/elastic_assistant/attack_discovery/_bulk\"" + "\"/api/attack_discovery/_bulk\"" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/constants.ts", "deprecated": false, @@ -2671,13 +2935,13 @@ }, { "parentPluginId": "@kbn/elastic-assistant-common", - "id": "def-common.ATTACK_DISCOVERY_BY_CONNECTOR_ID", + "id": "def-common.ATTACK_DISCOVERY_FIND", "type": "string", "tags": [], - "label": "ATTACK_DISCOVERY_BY_CONNECTOR_ID", + "label": "ATTACK_DISCOVERY_FIND", "description": [], "signature": [ - "\"/internal/elastic_assistant/attack_discovery/{connectorId}\"" + "\"/api/attack_discovery/_find\"" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/constants.ts", "deprecated": false, @@ -2686,13 +2950,13 @@ }, { "parentPluginId": "@kbn/elastic-assistant-common", - "id": "def-common.ATTACK_DISCOVERY_CANCEL_BY_CONNECTOR_ID", + "id": "def-common.ATTACK_DISCOVERY_GENERATE", "type": "string", "tags": [], - "label": "ATTACK_DISCOVERY_CANCEL_BY_CONNECTOR_ID", + "label": "ATTACK_DISCOVERY_GENERATE", "description": [], "signature": [ - "\"/internal/elastic_assistant/attack_discovery/cancel/{connectorId}\"" + "\"/api/attack_discovery/_generate\"" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/constants.ts", "deprecated": false, @@ -2701,13 +2965,13 @@ }, { "parentPluginId": "@kbn/elastic-assistant-common", - "id": "def-common.ATTACK_DISCOVERY_FIND", + "id": "def-common.ATTACK_DISCOVERY_GENERATIONS", "type": "string", "tags": [], - "label": "ATTACK_DISCOVERY_FIND", + "label": "ATTACK_DISCOVERY_GENERATIONS", "description": [], "signature": [ - "\"/internal/elastic_assistant/attack_discovery/_find\"" + "\"/api/attack_discovery/generations\"" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/constants.ts", "deprecated": false, @@ -2716,10 +2980,40 @@ }, { "parentPluginId": "@kbn/elastic-assistant-common", - "id": "def-common.ATTACK_DISCOVERY_GENERATIONS", + "id": "def-common.ATTACK_DISCOVERY_GENERATIONS_BY_ID", "type": "string", "tags": [], - "label": "ATTACK_DISCOVERY_GENERATIONS", + "label": "ATTACK_DISCOVERY_GENERATIONS_BY_ID", + "description": [], + "signature": [ + "\"/api/attack_discovery/generations/{execution_uuid}\"" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/constants.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.ATTACK_DISCOVERY_GENERATIONS_BY_ID_DISMISS", + "type": "string", + "tags": [], + "label": "ATTACK_DISCOVERY_GENERATIONS_BY_ID_DISMISS", + "description": [], + "signature": [ + "\"/api/attack_discovery/generations/{execution_uuid}/_dismiss\"" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/constants.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.ATTACK_DISCOVERY_GENERATIONS_INTERNAL", + "type": "string", + "tags": [], + "label": "ATTACK_DISCOVERY_GENERATIONS_INTERNAL", "description": [], "signature": [ "\"/internal/elastic_assistant/attack_discovery/generations\"" @@ -2731,10 +3025,55 @@ }, { "parentPluginId": "@kbn/elastic-assistant-common", - "id": "def-common.ATTACK_DISCOVERY_GENERATIONS_BY_ID", + "id": "def-common.ATTACK_DISCOVERY_INTERNAL", "type": "string", "tags": [], - "label": "ATTACK_DISCOVERY_GENERATIONS_BY_ID", + "label": "ATTACK_DISCOVERY_INTERNAL", + "description": [], + "signature": [ + "\"/internal/elastic_assistant/attack_discovery\"" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/constants.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.ATTACK_DISCOVERY_INTERNAL_BULK", + "type": "string", + "tags": [], + "label": "ATTACK_DISCOVERY_INTERNAL_BULK", + "description": [], + "signature": [ + "\"/internal/elastic_assistant/attack_discovery/_bulk\"" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/constants.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.ATTACK_DISCOVERY_INTERNAL_FIND", + "type": "string", + "tags": [], + "label": "ATTACK_DISCOVERY_INTERNAL_FIND", + "description": [], + "signature": [ + "\"/internal/elastic_assistant/attack_discovery/_find\"" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/constants.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.ATTACK_DISCOVERY_INTERNAL_GENERATIONS_BY_ID", + "type": "string", + "tags": [], + "label": "ATTACK_DISCOVERY_INTERNAL_GENERATIONS_BY_ID", "description": [], "signature": [ "\"/internal/elastic_assistant/attack_discovery/generations/{execution_uuid}\"" @@ -2746,10 +3085,10 @@ }, { "parentPluginId": "@kbn/elastic-assistant-common", - "id": "def-common.ATTACK_DISCOVERY_GENERATIONS_BY_ID_DISMISS", + "id": "def-common.ATTACK_DISCOVERY_INTERNAL_GENERATIONS_BY_ID_DISMISS", "type": "string", "tags": [], - "label": "ATTACK_DISCOVERY_GENERATIONS_BY_ID_DISMISS", + "label": "ATTACK_DISCOVERY_INTERNAL_GENERATIONS_BY_ID_DISMISS", "description": [], "signature": [ "\"/internal/elastic_assistant/attack_discovery/generations/{execution_uuid}/_dismiss\"" @@ -2759,6 +3098,98 @@ "trackAdoption": false, "initialIsOpen": false }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.ATTACK_DISCOVERY_INTERNAL_SCHEDULES", + "type": "string", + "tags": [], + "label": "ATTACK_DISCOVERY_INTERNAL_SCHEDULES", + "description": [], + "signature": [ + "\"/internal/elastic_assistant/attack_discovery/schedules\"" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/constants.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.ATTACK_DISCOVERY_INTERNAL_SCHEDULES_BY_ID", + "type": "string", + "tags": [], + "label": "ATTACK_DISCOVERY_INTERNAL_SCHEDULES_BY_ID", + "description": [], + "signature": [ + "\"/internal/elastic_assistant/attack_discovery/schedules/{id}\"" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/constants.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.ATTACK_DISCOVERY_INTERNAL_SCHEDULES_BY_ID_DISABLE", + "type": "string", + "tags": [], + "label": "ATTACK_DISCOVERY_INTERNAL_SCHEDULES_BY_ID_DISABLE", + "description": [], + "signature": [ + "\"/internal/elastic_assistant/attack_discovery/schedules/{id}/_disable\"" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/constants.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.ATTACK_DISCOVERY_INTERNAL_SCHEDULES_BY_ID_ENABLE", + "type": "string", + "tags": [], + "label": "ATTACK_DISCOVERY_INTERNAL_SCHEDULES_BY_ID_ENABLE", + "description": [], + "signature": [ + "\"/internal/elastic_assistant/attack_discovery/schedules/{id}/_enable\"" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/constants.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.ATTACK_DISCOVERY_INTERNAL_SCHEDULES_FIND", + "type": "string", + "tags": [], + "label": "ATTACK_DISCOVERY_INTERNAL_SCHEDULES_FIND", + "description": [], + "signature": [ + "\"/internal/elastic_assistant/attack_discovery/schedules/_find\"" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/constants.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.ATTACK_DISCOVERY_PUBLIC_API_ENABLED_FEATURE_FLAG", + "type": "string", + "tags": [], + "label": "ATTACK_DISCOVERY_PUBLIC_API_ENABLED_FEATURE_FLAG", + "description": [ + "\nThis feature flag enables the Attack discoveries public API feature.\n\nIt may be overridden via the following setting in `kibana.yml` or `kibana.dev.yml`:\n```\nfeature_flags.overrides:\n securitySolution.attackDiscoveryPublicApiEnabled: true\n```" + ], + "signature": [ + "\"securitySolution.attackDiscoveryPublicApiEnabled\"" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/constants.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, { "parentPluginId": "@kbn/elastic-assistant-common", "id": "def-common.ATTACK_DISCOVERY_SCHEDULES", @@ -2767,7 +3198,7 @@ "label": "ATTACK_DISCOVERY_SCHEDULES", "description": [], "signature": [ - "\"/internal/elastic_assistant/attack_discovery/schedules\"" + "\"/api/attack_discovery/schedules\"" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/constants.ts", "deprecated": false, @@ -2797,7 +3228,7 @@ "label": "ATTACK_DISCOVERY_SCHEDULES_BY_ID", "description": [], "signature": [ - "\"/internal/elastic_assistant/attack_discovery/schedules/{id}\"" + "\"/api/attack_discovery/schedules/{id}\"" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/constants.ts", "deprecated": false, @@ -2812,7 +3243,7 @@ "label": "ATTACK_DISCOVERY_SCHEDULES_BY_ID_DISABLE", "description": [], "signature": [ - "\"/internal/elastic_assistant/attack_discovery/schedules/{id}/_disable\"" + "\"/api/attack_discovery/schedules/{id}/_disable\"" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/constants.ts", "deprecated": false, @@ -2827,7 +3258,7 @@ "label": "ATTACK_DISCOVERY_SCHEDULES_BY_ID_ENABLE", "description": [], "signature": [ - "\"/internal/elastic_assistant/attack_discovery/schedules/{id}/_enable\"" + "\"/api/attack_discovery/schedules/{id}/_enable\"" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/constants.ts", "deprecated": false, @@ -2857,7 +3288,7 @@ "label": "ATTACK_DISCOVERY_SCHEDULES_FIND", "description": [], "signature": [ - "\"/internal/elastic_assistant/attack_discovery/schedules/_find\"" + "\"/api/attack_discovery/schedules/_find\"" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/constants.ts", "deprecated": false, @@ -2917,90 +3348,94 @@ }, { "parentPluginId": "@kbn/elastic-assistant-common", - "id": "def-common.AttackDiscoveryCancelRequestParams", + "id": "def-common.AttackDiscoveryApiAlert", "type": "Type", "tags": [], - "label": "AttackDiscoveryCancelRequestParams", - "description": [], + "label": "AttackDiscoveryApiAlert", + "description": [ + "\nAn attack discovery that's also an alert (Public API with snake_case)" + ], "signature": [ - "{ connectorId: string; }" + "{ id: string; timestamp: string; title: string; connector_id: string; connector_name: string; alert_ids: string[]; details_markdown: string; generation_uuid: string; summary_markdown: string; risk_score?: number | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; replacements?: Zod.objectOutputType<{}, Zod.ZodString, \"strip\"> | undefined; alert_rule_uuid?: string | undefined; alert_workflow_status?: string | undefined; alert_start?: string | undefined; alert_updated_at?: string | undefined; alert_updated_by_user_id?: string | undefined; alert_updated_by_user_name?: string | undefined; alert_workflow_status_updated_at?: string | undefined; entity_summary_markdown?: string | undefined; mitre_attack_tactics?: string[] | undefined; user_id?: string | undefined; user_name?: string | undefined; }" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/cancel_attack_discovery_route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/attack_discovery_api_alert.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "@kbn/elastic-assistant-common", - "id": "def-common.AttackDiscoveryCancelRequestParamsInput", + "id": "def-common.AttackDiscoveryApiSchedule", "type": "Type", "tags": [], - "label": "AttackDiscoveryCancelRequestParamsInput", - "description": [], + "label": "AttackDiscoveryApiSchedule", + "description": [ + "\nAn attack discovery schedule" + ], "signature": [ - "{ connectorId: string; }" + "{ params: { size: number; alerts_index_pattern: string; api_config: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combined_filter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; id: string; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; summary: boolean; notify_when: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }[]; enabled: boolean; schedule: { interval: string; }; created_at: string; created_by: string; updated_at: string; updated_by: string; last_execution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/cancel_attack_discovery_route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/schedules/schedules_api.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "@kbn/elastic-assistant-common", - "id": "def-common.AttackDiscoveryCancelResponse", + "id": "def-common.AttackDiscoveryFindInternalRequestQuery", "type": "Type", "tags": [], - "label": "AttackDiscoveryCancelResponse", + "label": "AttackDiscoveryFindInternalRequestQuery", "description": [], "signature": [ - "{ id: string; namespace: string; createdAt: string; updatedAt: string; status: \"running\" | \"succeeded\" | \"failed\" | \"canceled\"; users: { id?: string | undefined; name?: string | undefined; }[]; apiConfig: { connectorId: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; lastViewedAt: string; attackDiscoveries: { title: string; alertIds: string[]; detailsMarkdown: string; summaryMarkdown: string; id?: string | undefined; timestamp?: string | undefined; entitySummaryMarkdown?: string | undefined; mitreAttackTactics?: string[] | undefined; }[]; backingIndex: string; generationIntervals: { date: string; durationMs: number; }[]; averageIntervalMs: number; timestamp?: string | undefined; failureReason?: string | undefined; replacements?: Zod.objectOutputType<{}, Zod.ZodString, \"strip\"> | undefined; alertsContextCount?: number | undefined; }" + "{ per_page: number; page: number; sort_field: \"@timestamp\"; sort_order: \"asc\" | \"desc\"; start?: string | undefined; end?: string | undefined; search?: string | undefined; ids?: string[] | undefined; status?: (\"open\" | \"closed\" | \"acknowledged\")[] | undefined; alert_ids?: string[] | undefined; connector_names?: string[] | undefined; include_unique_alert_ids?: any; shared?: any; }" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/cancel_attack_discovery_route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/get/find_attack_discoveries_route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "@kbn/elastic-assistant-common", - "id": "def-common.AttackDiscoveryCreateProps", + "id": "def-common.AttackDiscoveryFindInternalRequestQueryInput", "type": "Type", "tags": [], - "label": "AttackDiscoveryCreateProps", + "label": "AttackDiscoveryFindInternalRequestQueryInput", "description": [], "signature": [ - "{ status: \"running\" | \"succeeded\" | \"failed\" | \"canceled\"; apiConfig: { connectorId: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; attackDiscoveries: { title: string; alertIds: string[]; detailsMarkdown: string; summaryMarkdown: string; id?: string | undefined; timestamp?: string | undefined; entitySummaryMarkdown?: string | undefined; mitreAttackTactics?: string[] | undefined; }[]; id?: string | undefined; replacements?: Zod.objectOutputType<{}, Zod.ZodString, \"strip\"> | undefined; alertsContextCount?: number | undefined; }" + "{ per_page?: number | undefined; page?: number | undefined; start?: string | undefined; end?: string | undefined; sort_field?: \"@timestamp\" | undefined; sort_order?: \"asc\" | \"desc\" | undefined; search?: string | undefined; ids?: unknown; status?: unknown; alert_ids?: unknown; connector_names?: unknown; include_unique_alert_ids?: any; shared?: any; }" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/common_attributes.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/get/find_attack_discoveries_route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "@kbn/elastic-assistant-common", - "id": "def-common.AttackDiscoveryFindRequestQuery", + "id": "def-common.AttackDiscoveryFindInternalResponse", "type": "Type", "tags": [], - "label": "AttackDiscoveryFindRequestQuery", + "label": "AttackDiscoveryFindInternalResponse", "description": [], "signature": [ - "{ per_page: number; page: number; sort_field: \"@timestamp\"; sort_order: \"asc\" | \"desc\"; start?: string | undefined; end?: string | undefined; search?: string | undefined; ids?: string[] | undefined; status?: (\"open\" | \"closed\" | \"acknowledged\")[] | undefined; alert_ids?: string[] | undefined; shared?: any; connector_names?: string[] | undefined; include_unique_alert_ids?: any; }" + "{ page: number; data: { id: string; connectorId: string; timestamp: string; title: string; connectorName: string; alertIds: string[]; detailsMarkdown: string; summaryMarkdown: string; generationUuid: string; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; userId?: string | undefined; replacements?: Zod.objectOutputType<{}, Zod.ZodString, \"strip\"> | undefined; userName?: string | undefined; entitySummaryMarkdown?: string | undefined; mitreAttackTactics?: string[] | undefined; alertRuleUuid?: string | undefined; alertWorkflowStatus?: string | undefined; alertStart?: string | undefined; alertUpdatedAt?: string | undefined; alertUpdatedByUserId?: string | undefined; alertUpdatedByUserName?: string | undefined; alertWorkflowStatusUpdatedAt?: string | undefined; riskScore?: number | undefined; }[]; total: number; connector_names: string[]; unique_alert_ids_count: number; per_page?: number | undefined; unique_alert_ids?: string[] | undefined; }" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/find_attack_discoveries_route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/get/find_attack_discoveries_route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "@kbn/elastic-assistant-common", - "id": "def-common.AttackDiscoveryFindRequestQueryInput", + "id": "def-common.AttackDiscoveryFindRequestQuery", "type": "Type", "tags": [], - "label": "AttackDiscoveryFindRequestQueryInput", + "label": "AttackDiscoveryFindRequestQuery", "description": [], "signature": [ - "{ per_page?: number | undefined; page?: number | undefined; start?: string | undefined; end?: string | undefined; sort_field?: \"@timestamp\" | undefined; sort_order?: \"asc\" | \"desc\" | undefined; search?: string | undefined; ids?: unknown; status?: unknown; alert_ids?: unknown; shared?: any; connector_names?: unknown; include_unique_alert_ids?: any; }" + "{ per_page: number; page: number; sort_field: \"@timestamp\"; sort_order: \"asc\" | \"desc\"; start?: string | undefined; end?: string | undefined; search?: string | undefined; ids?: string[] | undefined; status?: (\"open\" | \"closed\" | \"acknowledged\")[] | undefined; alert_ids?: string[] | undefined; connector_names?: string[] | undefined; enable_field_rendering?: any; include_unique_alert_ids?: any; shared?: any; with_replacements?: any; }" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/find_attack_discoveries_route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/get/find_attack_discoveries_route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3013,9 +3448,9 @@ "label": "AttackDiscoveryFindResponse", "description": [], "signature": [ - "{ page: number; data: { id: string; connectorId: string; timestamp: string; title: string; connectorName: string; alertIds: string[]; detailsMarkdown: string; summaryMarkdown: string; generationUuid: string; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; userId?: string | undefined; replacements?: Zod.objectOutputType<{}, Zod.ZodString, \"strip\"> | undefined; userName?: string | undefined; entitySummaryMarkdown?: string | undefined; mitreAttackTactics?: string[] | undefined; alertRuleUuid?: string | undefined; alertWorkflowStatus?: string | undefined; alertStart?: string | undefined; alertUpdatedAt?: string | undefined; alertUpdatedByUserId?: string | undefined; alertUpdatedByUserName?: string | undefined; alertWorkflowStatusUpdatedAt?: string | undefined; riskScore?: number | undefined; }[]; total: number; connector_names: string[]; unique_alert_ids_count: number; per_page?: number | undefined; unique_alert_ids?: string[] | undefined; }" + "{ per_page: number; page: number; data: { id: string; timestamp: string; title: string; connector_id: string; connector_name: string; alert_ids: string[]; details_markdown: string; generation_uuid: string; summary_markdown: string; risk_score?: number | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; replacements?: Zod.objectOutputType<{}, Zod.ZodString, \"strip\"> | undefined; alert_rule_uuid?: string | undefined; alert_workflow_status?: string | undefined; alert_start?: string | undefined; alert_updated_at?: string | undefined; alert_updated_by_user_id?: string | undefined; alert_updated_by_user_name?: string | undefined; alert_workflow_status_updated_at?: string | undefined; entity_summary_markdown?: string | undefined; mitre_attack_tactics?: string[] | undefined; user_id?: string | undefined; user_name?: string | undefined; }[]; total: number; connector_names: string[]; unique_alert_ids_count: number; unique_alert_ids?: string[] | undefined; }" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/find_attack_discoveries_route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/get/find_attack_discoveries_route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3030,7 +3465,7 @@ "signature": [ "\"@timestamp\"" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/find_attack_discoveries_route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/get/find_attack_discoveries_route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3043,133 +3478,88 @@ "label": "AttackDiscoveryGenerationConfig", "description": [], "signature": [ - "{ size: number; subAction: \"invokeAI\" | \"invokeStream\"; alertsIndexPattern: string; anonymizationFields: { id: string; field: string; namespace?: string | undefined; timestamp?: string | undefined; createdBy?: string | undefined; updatedBy?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; allowed?: boolean | undefined; anonymized?: boolean | undefined; }[]; apiConfig: { connectorId: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; filter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; connectorName?: string | undefined; model?: string | undefined; replacements?: Zod.objectOutputType<{}, Zod.ZodString, \"strip\"> | undefined; langSmithProject?: string | undefined; langSmithApiKey?: string | undefined; }" - ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/common_attributes.gen.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/elastic-assistant-common", - "id": "def-common.AttackDiscoveryGenericError", - "type": "Type", - "tags": [], - "label": "AttackDiscoveryGenericError", - "description": [ - "\nAn attack discovery generic error" - ], - "signature": [ - "{ error?: string | undefined; message?: string | undefined; statusCode?: number | undefined; }" - ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/crud_attack_discovery_schedules_route.gen.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/elastic-assistant-common", - "id": "def-common.AttackDiscoveryGenericResponse", - "type": "Type", - "tags": [], - "label": "AttackDiscoveryGenericResponse", - "description": [ - "\nObject containing Attack Discovery schedule." - ], - "signature": [ - "{} & { [k: string]: unknown; }" - ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/crud_attack_discovery_schedules_route.gen.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/elastic-assistant-common", - "id": "def-common.AttackDiscoveryGetRequestParams", - "type": "Type", - "tags": [], - "label": "AttackDiscoveryGetRequestParams", - "description": [], - "signature": [ - "{ connectorId: string; }" + "{ size: number; subAction: \"invokeAI\" | \"invokeStream\"; alertsIndexPattern: string; anonymizationFields: { id: string; field: string; namespace?: string | undefined; timestamp?: string | undefined; createdBy?: string | undefined; updatedBy?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; allowed?: boolean | undefined; anonymized?: boolean | undefined; }[]; apiConfig: { connectorId: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; filter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; connectorName?: string | undefined; model?: string | undefined; replacements?: Zod.objectOutputType<{}, Zod.ZodString, \"strip\"> | undefined; langSmithProject?: string | undefined; langSmithApiKey?: string | undefined; }" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/get_attack_discovery_route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/common_attributes.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "@kbn/elastic-assistant-common", - "id": "def-common.AttackDiscoveryGetRequestParamsInput", + "id": "def-common.AttackDiscoveryGenericError", "type": "Type", "tags": [], - "label": "AttackDiscoveryGetRequestParamsInput", - "description": [], + "label": "AttackDiscoveryGenericError", + "description": [ + "\nAn attack discovery generic error" + ], "signature": [ - "{ connectorId: string; }" + "{ error?: string | undefined; message?: string | undefined; statusCode?: number | undefined; }" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/get_attack_discovery_route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/crud_attack_discovery_schedules_route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "@kbn/elastic-assistant-common", - "id": "def-common.AttackDiscoveryGetResponse", + "id": "def-common.AttackDiscoveryGenericResponse", "type": "Type", "tags": [], - "label": "AttackDiscoveryGetResponse", - "description": [], + "label": "AttackDiscoveryGenericResponse", + "description": [ + "\nObject containing Attack Discovery schedule." + ], "signature": [ - "{ stats: { connectorId: string; count: number; status: \"running\" | \"succeeded\" | \"failed\" | \"canceled\"; hasViewed: boolean; }[]; data?: { id: string; namespace: string; createdAt: string; updatedAt: string; status: \"running\" | \"succeeded\" | \"failed\" | \"canceled\"; users: { id?: string | undefined; name?: string | undefined; }[]; apiConfig: { connectorId: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; lastViewedAt: string; attackDiscoveries: { title: string; alertIds: string[]; detailsMarkdown: string; summaryMarkdown: string; id?: string | undefined; timestamp?: string | undefined; entitySummaryMarkdown?: string | undefined; mitreAttackTactics?: string[] | undefined; }[]; backingIndex: string; generationIntervals: { date: string; durationMs: number; }[]; averageIntervalMs: number; timestamp?: string | undefined; failureReason?: string | undefined; replacements?: Zod.objectOutputType<{}, Zod.ZodString, \"strip\"> | undefined; alertsContextCount?: number | undefined; } | undefined; }" + "{} & { [k: string]: unknown; }" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/get_attack_discovery_route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/crud_attack_discovery_schedules_route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "@kbn/elastic-assistant-common", - "id": "def-common.AttackDiscoveryPostRequestBody", + "id": "def-common.AttackDiscoveryPostInternalRequestBody", "type": "Type", "tags": [], - "label": "AttackDiscoveryPostRequestBody", + "label": "AttackDiscoveryPostInternalRequestBody", "description": [], "signature": [ "{ size: number; subAction: \"invokeAI\" | \"invokeStream\"; alertsIndexPattern: string; anonymizationFields: { id: string; field: string; namespace?: string | undefined; timestamp?: string | undefined; createdBy?: string | undefined; updatedBy?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; allowed?: boolean | undefined; anonymized?: boolean | undefined; }[]; apiConfig: { connectorId: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; filter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; connectorName?: string | undefined; model?: string | undefined; replacements?: Zod.objectOutputType<{}, Zod.ZodString, \"strip\"> | undefined; langSmithProject?: string | undefined; langSmithApiKey?: string | undefined; }" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/post_attack_discovery_route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/post/post_attack_discovery_route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "@kbn/elastic-assistant-common", - "id": "def-common.AttackDiscoveryPostRequestBodyInput", + "id": "def-common.AttackDiscoveryPostInternalRequestBodyInput", "type": "Type", "tags": [], - "label": "AttackDiscoveryPostRequestBodyInput", + "label": "AttackDiscoveryPostInternalRequestBodyInput", "description": [], "signature": [ "{ size: number; subAction: \"invokeAI\" | \"invokeStream\"; alertsIndexPattern: string; anonymizationFields: { id: string; field: string; namespace?: string | undefined; timestamp?: string | undefined; createdBy?: string | undefined; updatedBy?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; allowed?: boolean | undefined; anonymized?: boolean | undefined; }[]; apiConfig: { connectorId: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; filter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; connectorName?: string | undefined; model?: string | undefined; replacements?: Zod.objectInputType<{}, Zod.ZodString, \"strip\"> | undefined; langSmithProject?: string | undefined; langSmithApiKey?: string | undefined; }" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/post_attack_discovery_route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/post/post_attack_discovery_route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "@kbn/elastic-assistant-common", - "id": "def-common.AttackDiscoveryPostResponse", + "id": "def-common.AttackDiscoveryPostInternalResponse", "type": "Type", "tags": [], - "label": "AttackDiscoveryPostResponse", + "label": "AttackDiscoveryPostInternalResponse", "description": [], "signature": [ "{ id: string; namespace: string; createdAt: string; updatedAt: string; status: \"running\" | \"succeeded\" | \"failed\" | \"canceled\"; users: { id?: string | undefined; name?: string | undefined; }[]; apiConfig: { connectorId: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; lastViewedAt: string; attackDiscoveries: { title: string; alertIds: string[]; detailsMarkdown: string; summaryMarkdown: string; id?: string | undefined; timestamp?: string | undefined; entitySummaryMarkdown?: string | undefined; mitreAttackTactics?: string[] | undefined; }[]; backingIndex: string; generationIntervals: { date: string; durationMs: number; }[]; averageIntervalMs: number; timestamp?: string | undefined; failureReason?: string | undefined; replacements?: Zod.objectOutputType<{}, Zod.ZodString, \"strip\"> | undefined; alertsContextCount?: number | undefined; }" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/post_attack_discovery_route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/post/post_attack_discovery_route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3201,7 +3591,7 @@ "signature": [ "{ params: { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; id: string; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }[]; enabled: boolean; schedule: { interval: string; }; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; lastExecution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/schedules.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/schedules.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3216,7 +3606,7 @@ "signature": [ "{ params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/schedules.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/schedules.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3231,7 +3621,7 @@ "signature": [ "{} & { [k: string]: unknown; }" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/schedules.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/schedules.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3248,7 +3638,7 @@ "signature": [ "{ throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; }" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/schedules.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/schedules.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3265,7 +3655,7 @@ "signature": [ "string" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/schedules.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/schedules.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3282,7 +3672,7 @@ "signature": [ "string" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/schedules.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/schedules.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3299,7 +3689,7 @@ "signature": [ "\"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/schedules.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/schedules.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3314,7 +3704,7 @@ "signature": [ "{ onActionGroupChange: \"onActionGroupChange\"; onActiveAlert: \"onActiveAlert\"; onThrottleInterval: \"onThrottleInterval\"; }" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/schedules.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/schedules.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3331,7 +3721,7 @@ "signature": [ "{} & { [k: string]: unknown; }" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/schedules.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/schedules.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3348,7 +3738,7 @@ "signature": [ "string" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/schedules.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/schedules.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3365,7 +3755,7 @@ "signature": [ "{ params: { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; name: string; schedule: { interval: string; }; actions?: { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }[] | undefined; enabled?: boolean | undefined; }" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/schedules.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/schedules.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3382,7 +3772,7 @@ "signature": [ "{ date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; }" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/schedules.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/schedules.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3399,7 +3789,7 @@ "signature": [ "\"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/schedules.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/schedules.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3414,7 +3804,7 @@ "signature": [ "{ unknown: \"unknown\"; ok: \"ok\"; error: \"error\"; active: \"active\"; warning: \"warning\"; }" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/schedules.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/schedules.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3431,7 +3821,7 @@ "signature": [ "{ size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/schedules.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/schedules.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3448,7 +3838,7 @@ "signature": [ "{ params: { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }[]; schedule: { interval: string; }; }" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/schedules.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/schedules.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3519,21 +3909,6 @@ "trackAdoption": false, "initialIsOpen": false }, - { - "parentPluginId": "@kbn/elastic-assistant-common", - "id": "def-common.AttackDiscoveryUpdateProps", - "type": "Type", - "tags": [], - "label": "AttackDiscoveryUpdateProps", - "description": [], - "signature": [ - "{ id: string; backingIndex: string; status?: \"running\" | \"succeeded\" | \"failed\" | \"canceled\" | undefined; failureReason?: string | undefined; replacements?: Zod.objectOutputType<{}, Zod.ZodString, \"strip\"> | undefined; apiConfig?: { connectorId: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; } | undefined; lastViewedAt?: string | undefined; alertsContextCount?: number | undefined; attackDiscoveries?: { title: string; alertIds: string[]; detailsMarkdown: string; summaryMarkdown: string; id?: string | undefined; timestamp?: string | undefined; entitySummaryMarkdown?: string | undefined; mitreAttackTactics?: string[] | undefined; }[] | undefined; generationIntervals?: { date: string; durationMs: number; }[] | undefined; }" - ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/common_attributes.gen.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, { "parentPluginId": "@kbn/elastic-assistant-common", "id": "def-common.BaseContentReference", @@ -4006,7 +4381,7 @@ "label": "CreateAttackDiscoveryAlertsParams", "description": [], "signature": [ - "{ connectorName: string; apiConfig: { connectorId: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; generationUuid: string; alertsContextCount: number; attackDiscoveries: { title: string; alertIds: string[]; detailsMarkdown: string; summaryMarkdown: string; id?: string | undefined; timestamp?: string | undefined; entitySummaryMarkdown?: string | undefined; mitreAttackTactics?: string[] | undefined; }[]; anonymizedAlerts: { metadata: {}; pageContent: string; id?: string | undefined; }[]; replacements?: Zod.objectOutputType<{}, Zod.ZodString, \"strip\"> | undefined; }" + "{ connectorName: string; apiConfig: { connectorId: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; generationUuid: string; alertsContextCount: number; attackDiscoveries: { title: string; alertIds: string[]; detailsMarkdown: string; summaryMarkdown: string; id?: string | undefined; timestamp?: string | undefined; entitySummaryMarkdown?: string | undefined; mitreAttackTactics?: string[] | undefined; }[]; anonymizedAlerts: { metadata: {}; pageContent: string; id?: string | undefined; }[]; enableFieldRendering: boolean; withReplacements: boolean; replacements?: Zod.objectOutputType<{}, Zod.ZodString, \"strip\"> | undefined; }" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/common_attributes.gen.ts", "deprecated": false, @@ -4015,30 +4390,60 @@ }, { "parentPluginId": "@kbn/elastic-assistant-common", - "id": "def-common.CreateAttackDiscoverySchedulesRequestBody", + "id": "def-common.CreateAttackDiscoverySchedulesInternalRequestBody", "type": "Type", "tags": [], - "label": "CreateAttackDiscoverySchedulesRequestBody", + "label": "CreateAttackDiscoverySchedulesInternalRequestBody", "description": [], "signature": [ "{ params: { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; name: string; schedule: { interval: string; }; actions?: { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }[] | undefined; enabled?: boolean | undefined; }" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/crud_attack_discovery_schedules_route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/crud_attack_discovery_schedules_route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "@kbn/elastic-assistant-common", - "id": "def-common.CreateAttackDiscoverySchedulesRequestBodyInput", + "id": "def-common.CreateAttackDiscoverySchedulesInternalRequestBodyInput", "type": "Type", "tags": [], - "label": "CreateAttackDiscoverySchedulesRequestBodyInput", + "label": "CreateAttackDiscoverySchedulesInternalRequestBodyInput", "description": [], "signature": [ "{ params: { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; name: string; schedule: { interval: string; }; actions?: { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }[] | undefined; enabled?: boolean | undefined; }" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/crud_attack_discovery_schedules_route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/crud_attack_discovery_schedules_route.gen.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.CreateAttackDiscoverySchedulesInternalResponse", + "type": "Type", + "tags": [], + "label": "CreateAttackDiscoverySchedulesInternalResponse", + "description": [], + "signature": [ + "{ params: { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; id: string; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }[]; enabled: boolean; schedule: { interval: string; }; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; lastExecution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/crud_attack_discovery_schedules_route.gen.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.CreateAttackDiscoverySchedulesRequestBody", + "type": "Type", + "tags": [], + "label": "CreateAttackDiscoverySchedulesRequestBody", + "description": [], + "signature": [ + "{ params: { size: number; alerts_index_pattern: string; api_config: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combined_filter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; name: string; schedule: { interval: string; }; actions?: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; summary: boolean; notify_when: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }[] | undefined; enabled?: boolean | undefined; }" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/schedules/crud_attack_discovery_schedules_route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4051,9 +4456,9 @@ "label": "CreateAttackDiscoverySchedulesResponse", "description": [], "signature": [ - "{ params: { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; id: string; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }[]; enabled: boolean; schedule: { interval: string; }; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; lastExecution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }" + "{ params: { size: number; alerts_index_pattern: string; api_config: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combined_filter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; id: string; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; summary: boolean; notify_when: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }[]; enabled: boolean; schedule: { interval: string; }; created_at: string; created_by: string; updated_at: string; updated_by: string; last_execution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/crud_attack_discovery_schedules_route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/schedules/crud_attack_discovery_schedules_route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4666,30 +5071,60 @@ }, { "parentPluginId": "@kbn/elastic-assistant-common", - "id": "def-common.DeleteAttackDiscoverySchedulesRequestParams", + "id": "def-common.DeleteAttackDiscoverySchedulesInternalRequestParams", "type": "Type", "tags": [], - "label": "DeleteAttackDiscoverySchedulesRequestParams", + "label": "DeleteAttackDiscoverySchedulesInternalRequestParams", + "description": [], + "signature": [ + "{ id: string; }" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/crud_attack_discovery_schedules_route.gen.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.DeleteAttackDiscoverySchedulesInternalRequestParamsInput", + "type": "Type", + "tags": [], + "label": "DeleteAttackDiscoverySchedulesInternalRequestParamsInput", + "description": [], + "signature": [ + "{ id: string; }" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/crud_attack_discovery_schedules_route.gen.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.DeleteAttackDiscoverySchedulesInternalResponse", + "type": "Type", + "tags": [], + "label": "DeleteAttackDiscoverySchedulesInternalResponse", "description": [], "signature": [ "{ id: string; }" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/crud_attack_discovery_schedules_route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/crud_attack_discovery_schedules_route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "@kbn/elastic-assistant-common", - "id": "def-common.DeleteAttackDiscoverySchedulesRequestParamsInput", + "id": "def-common.DeleteAttackDiscoverySchedulesRequestParams", "type": "Type", "tags": [], - "label": "DeleteAttackDiscoverySchedulesRequestParamsInput", + "label": "DeleteAttackDiscoverySchedulesRequestParams", "description": [], "signature": [ "{ id: string; }" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/crud_attack_discovery_schedules_route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/schedules/crud_attack_discovery_schedules_route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4704,7 +5139,7 @@ "signature": [ "{ id: string; }" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/crud_attack_discovery_schedules_route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/schedules/crud_attack_discovery_schedules_route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4816,30 +5251,60 @@ }, { "parentPluginId": "@kbn/elastic-assistant-common", - "id": "def-common.DisableAttackDiscoverySchedulesRequestParams", + "id": "def-common.DisableAttackDiscoverySchedulesInternalRequestParams", "type": "Type", "tags": [], - "label": "DisableAttackDiscoverySchedulesRequestParams", + "label": "DisableAttackDiscoverySchedulesInternalRequestParams", + "description": [], + "signature": [ + "{ id: string; }" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/crud_attack_discovery_schedules_route.gen.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.DisableAttackDiscoverySchedulesInternalRequestParamsInput", + "type": "Type", + "tags": [], + "label": "DisableAttackDiscoverySchedulesInternalRequestParamsInput", + "description": [], + "signature": [ + "{ id: string; }" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/crud_attack_discovery_schedules_route.gen.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.DisableAttackDiscoverySchedulesInternalResponse", + "type": "Type", + "tags": [], + "label": "DisableAttackDiscoverySchedulesInternalResponse", "description": [], "signature": [ "{ id: string; }" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/crud_attack_discovery_schedules_route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/crud_attack_discovery_schedules_route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "@kbn/elastic-assistant-common", - "id": "def-common.DisableAttackDiscoverySchedulesRequestParamsInput", + "id": "def-common.DisableAttackDiscoverySchedulesRequestParams", "type": "Type", "tags": [], - "label": "DisableAttackDiscoverySchedulesRequestParamsInput", + "label": "DisableAttackDiscoverySchedulesRequestParams", "description": [], "signature": [ "{ id: string; }" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/crud_attack_discovery_schedules_route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/schedules/crud_attack_discovery_schedules_route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4854,7 +5319,7 @@ "signature": [ "{ id: string; }" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/crud_attack_discovery_schedules_route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/schedules/crud_attack_discovery_schedules_route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5386,30 +5851,60 @@ }, { "parentPluginId": "@kbn/elastic-assistant-common", - "id": "def-common.EnableAttackDiscoverySchedulesRequestParams", + "id": "def-common.EnableAttackDiscoverySchedulesInternalRequestParams", "type": "Type", "tags": [], - "label": "EnableAttackDiscoverySchedulesRequestParams", + "label": "EnableAttackDiscoverySchedulesInternalRequestParams", + "description": [], + "signature": [ + "{ id: string; }" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/crud_attack_discovery_schedules_route.gen.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.EnableAttackDiscoverySchedulesInternalRequestParamsInput", + "type": "Type", + "tags": [], + "label": "EnableAttackDiscoverySchedulesInternalRequestParamsInput", + "description": [], + "signature": [ + "{ id: string; }" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/crud_attack_discovery_schedules_route.gen.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.EnableAttackDiscoverySchedulesInternalResponse", + "type": "Type", + "tags": [], + "label": "EnableAttackDiscoverySchedulesInternalResponse", "description": [], "signature": [ "{ id: string; }" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/crud_attack_discovery_schedules_route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/crud_attack_discovery_schedules_route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "@kbn/elastic-assistant-common", - "id": "def-common.EnableAttackDiscoverySchedulesRequestParamsInput", + "id": "def-common.EnableAttackDiscoverySchedulesRequestParams", "type": "Type", "tags": [], - "label": "EnableAttackDiscoverySchedulesRequestParamsInput", + "label": "EnableAttackDiscoverySchedulesRequestParams", "description": [], "signature": [ "{ id: string; }" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/crud_attack_discovery_schedules_route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/schedules/crud_attack_discovery_schedules_route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5424,7 +5919,7 @@ "signature": [ "{ id: string; }" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/crud_attack_discovery_schedules_route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/schedules/crud_attack_discovery_schedules_route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5578,7 +6073,7 @@ "signature": [ "unknown[]" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/schedules.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/schedules.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5741,7 +6236,7 @@ "label": "FindAttackDiscoveryAlertsParams", "description": [], "signature": [ - "{ page: number; perPage: number; sortField: string; start?: string | undefined; end?: string | undefined; search?: string | undefined; sortOrder?: string | undefined; ids?: string[] | undefined; status?: string[] | undefined; alertIds?: string[] | undefined; shared?: boolean | undefined; connectorNames?: string[] | undefined; includeUniqueAlertIds?: boolean | undefined; }" + "{ page: number; perPage: number; sortField: string; enableFieldRendering: boolean; withReplacements: boolean; start?: string | undefined; end?: string | undefined; search?: string | undefined; executionUuid?: string | undefined; sortOrder?: string | undefined; ids?: string[] | undefined; status?: string[] | undefined; alertIds?: string[] | undefined; shared?: boolean | undefined; connectorNames?: string[] | undefined; includeUniqueAlertIds?: boolean | undefined; }" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/common_attributes.gen.ts", "deprecated": false, @@ -5750,30 +6245,60 @@ }, { "parentPluginId": "@kbn/elastic-assistant-common", - "id": "def-common.FindAttackDiscoverySchedulesRequestQuery", + "id": "def-common.FindAttackDiscoverySchedulesInternalRequestQuery", "type": "Type", "tags": [], - "label": "FindAttackDiscoverySchedulesRequestQuery", + "label": "FindAttackDiscoverySchedulesInternalRequestQuery", "description": [], "signature": [ "{ page?: number | undefined; perPage?: number | undefined; sortField?: string | undefined; sortDirection?: \"asc\" | \"desc\" | undefined; }" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/find_attack_discovery_schedules_route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/find_attack_discovery_schedules_route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "@kbn/elastic-assistant-common", - "id": "def-common.FindAttackDiscoverySchedulesRequestQueryInput", + "id": "def-common.FindAttackDiscoverySchedulesInternalRequestQueryInput", "type": "Type", "tags": [], - "label": "FindAttackDiscoverySchedulesRequestQueryInput", + "label": "FindAttackDiscoverySchedulesInternalRequestQueryInput", "description": [], "signature": [ "{ page?: number | undefined; perPage?: number | undefined; sortField?: string | undefined; sortDirection?: \"asc\" | \"desc\" | undefined; }" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/find_attack_discovery_schedules_route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/find_attack_discovery_schedules_route.gen.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.FindAttackDiscoverySchedulesInternalResponse", + "type": "Type", + "tags": [], + "label": "FindAttackDiscoverySchedulesInternalResponse", + "description": [], + "signature": [ + "{ data: { params: { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; id: string; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }[]; enabled: boolean; schedule: { interval: string; }; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; lastExecution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }[]; total: number; }" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/find_attack_discovery_schedules_route.gen.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.FindAttackDiscoverySchedulesRequestQuery", + "type": "Type", + "tags": [], + "label": "FindAttackDiscoverySchedulesRequestQuery", + "description": [], + "signature": [ + "{ per_page?: number | undefined; page?: number | undefined; sort_field?: string | undefined; sort_direction?: \"asc\" | \"desc\" | undefined; }" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/schedules/get/find_attack_discovery_schedules_route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5786,9 +6311,9 @@ "label": "FindAttackDiscoverySchedulesResponse", "description": [], "signature": [ - "{ data: { params: { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; id: string; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }[]; enabled: boolean; schedule: { interval: string; }; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; lastExecution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }[]; total: number; }" + "{ per_page: number; page: number; data: { params: { size: number; alerts_index_pattern: string; api_config: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combined_filter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; id: string; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; summary: boolean; notify_when: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }[]; enabled: boolean; schedule: { interval: string; }; created_at: string; created_by: string; updated_at: string; updated_by: string; last_execution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }[]; total: number; }" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/find_attack_discovery_schedules_route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/schedules/get/find_attack_discovery_schedules_route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6088,30 +6613,105 @@ }, { "parentPluginId": "@kbn/elastic-assistant-common", - "id": "def-common.GetAttackDiscoveryGenerationsRequestQuery", + "id": "def-common.GetAttackDiscoveryGenerationRequestParams", "type": "Type", "tags": [], - "label": "GetAttackDiscoveryGenerationsRequestQuery", + "label": "GetAttackDiscoveryGenerationRequestParams", + "description": [], + "signature": [ + "{ execution_uuid: string; }" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/get/get_attack_discovery_generation_route.gen.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.GetAttackDiscoveryGenerationRequestQuery", + "type": "Type", + "tags": [], + "label": "GetAttackDiscoveryGenerationRequestQuery", + "description": [], + "signature": [ + "{ enable_field_rendering?: any; with_replacements?: any; }" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/get/get_attack_discovery_generation_route.gen.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.GetAttackDiscoveryGenerationResponse", + "type": "Type", + "tags": [], + "label": "GetAttackDiscoveryGenerationResponse", + "description": [], + "signature": [ + "{ data: { id: string; timestamp: string; title: string; connector_id: string; connector_name: string; alert_ids: string[]; details_markdown: string; generation_uuid: string; summary_markdown: string; risk_score?: number | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; replacements?: Zod.objectOutputType<{}, Zod.ZodString, \"strip\"> | undefined; alert_rule_uuid?: string | undefined; alert_workflow_status?: string | undefined; alert_start?: string | undefined; alert_updated_at?: string | undefined; alert_updated_by_user_id?: string | undefined; alert_updated_by_user_name?: string | undefined; alert_workflow_status_updated_at?: string | undefined; entity_summary_markdown?: string | undefined; mitre_attack_tactics?: string[] | undefined; user_id?: string | undefined; user_name?: string | undefined; }[]; generation?: { start: string; status: \"succeeded\" | \"failed\" | \"started\" | \"canceled\" | \"dismissed\"; connector_id: string; execution_uuid: string; discoveries: number; loading_message: string; reason?: string | undefined; end?: string | undefined; alerts_context_count?: number | undefined; connector_stats?: { average_successful_duration_nanoseconds?: number | undefined; successful_generations?: number | undefined; } | undefined; } | undefined; }" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/get/get_attack_discovery_generation_route.gen.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.GetAttackDiscoveryGenerationsInternalRequestQuery", + "type": "Type", + "tags": [], + "label": "GetAttackDiscoveryGenerationsInternalRequestQuery", + "description": [], + "signature": [ + "{ size: number; start?: string | undefined; end?: string | undefined; }" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/get/get_attack_discovery_generations.route.gen.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.GetAttackDiscoveryGenerationsInternalRequestQueryInput", + "type": "Type", + "tags": [], + "label": "GetAttackDiscoveryGenerationsInternalRequestQueryInput", "description": [], "signature": [ "{ size: number; start?: string | undefined; end?: string | undefined; }" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/get_attack_discovery_generations.route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/get/get_attack_discovery_generations.route.gen.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.GetAttackDiscoveryGenerationsInternalResponse", + "type": "Type", + "tags": [], + "label": "GetAttackDiscoveryGenerationsInternalResponse", + "description": [], + "signature": [ + "{ generations: { start: string; status: \"succeeded\" | \"failed\" | \"started\" | \"canceled\" | \"dismissed\"; connector_id: string; execution_uuid: string; discoveries: number; loading_message: string; reason?: string | undefined; end?: string | undefined; alerts_context_count?: number | undefined; connector_stats?: { average_successful_duration_nanoseconds?: number | undefined; successful_generations?: number | undefined; } | undefined; }[]; }" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/get/get_attack_discovery_generations.route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "@kbn/elastic-assistant-common", - "id": "def-common.GetAttackDiscoveryGenerationsRequestQueryInput", + "id": "def-common.GetAttackDiscoveryGenerationsRequestQuery", "type": "Type", "tags": [], - "label": "GetAttackDiscoveryGenerationsRequestQueryInput", + "label": "GetAttackDiscoveryGenerationsRequestQuery", "description": [], "signature": [ "{ size: number; start?: string | undefined; end?: string | undefined; }" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/get_attack_discovery_generations.route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/get/get_attack_discovery_generations_route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6124,39 +6724,69 @@ "label": "GetAttackDiscoveryGenerationsResponse", "description": [], "signature": [ - "{ generations: { start: string; status: \"succeeded\" | \"failed\" | \"started\" | \"canceled\" | \"dismissed\"; connector_id: string; discoveries: number; execution_uuid: string; loading_message: string; reason?: string | undefined; end?: string | undefined; alerts_context_count?: number | undefined; connector_stats?: { average_successful_duration_nanoseconds?: number | undefined; successful_generations?: number | undefined; } | undefined; }[]; }" + "{ generations: { start: string; status: \"succeeded\" | \"failed\" | \"started\" | \"canceled\" | \"dismissed\"; connector_id: string; execution_uuid: string; discoveries: number; loading_message: string; reason?: string | undefined; end?: string | undefined; alerts_context_count?: number | undefined; connector_stats?: { average_successful_duration_nanoseconds?: number | undefined; successful_generations?: number | undefined; } | undefined; }[]; }" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/get_attack_discovery_generations.route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/get/get_attack_discovery_generations_route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "@kbn/elastic-assistant-common", - "id": "def-common.GetAttackDiscoverySchedulesRequestParams", + "id": "def-common.GetAttackDiscoverySchedulesInternalRequestParams", "type": "Type", "tags": [], - "label": "GetAttackDiscoverySchedulesRequestParams", + "label": "GetAttackDiscoverySchedulesInternalRequestParams", + "description": [], + "signature": [ + "{ id: string; }" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/crud_attack_discovery_schedules_route.gen.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.GetAttackDiscoverySchedulesInternalRequestParamsInput", + "type": "Type", + "tags": [], + "label": "GetAttackDiscoverySchedulesInternalRequestParamsInput", + "description": [], + "signature": [ + "{ id: string; }" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/crud_attack_discovery_schedules_route.gen.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.GetAttackDiscoverySchedulesInternalResponse", + "type": "Type", + "tags": [], + "label": "GetAttackDiscoverySchedulesInternalResponse", "description": [], "signature": [ - "{ id: string; }" + "{ params: { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; id: string; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }[]; enabled: boolean; schedule: { interval: string; }; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; lastExecution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/crud_attack_discovery_schedules_route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/crud_attack_discovery_schedules_route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "@kbn/elastic-assistant-common", - "id": "def-common.GetAttackDiscoverySchedulesRequestParamsInput", + "id": "def-common.GetAttackDiscoverySchedulesRequestParams", "type": "Type", "tags": [], - "label": "GetAttackDiscoverySchedulesRequestParamsInput", + "label": "GetAttackDiscoverySchedulesRequestParams", "description": [], "signature": [ "{ id: string; }" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/crud_attack_discovery_schedules_route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/schedules/crud_attack_discovery_schedules_route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6169,9 +6799,9 @@ "label": "GetAttackDiscoverySchedulesResponse", "description": [], "signature": [ - "{ params: { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; id: string; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }[]; enabled: boolean; schedule: { interval: string; }; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; lastExecution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }" + "{ params: { size: number; alerts_index_pattern: string; api_config: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combined_filter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; id: string; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; summary: boolean; notify_when: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }[]; enabled: boolean; schedule: { interval: string; }; created_at: string; created_by: string; updated_at: string; updated_by: string; last_execution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/crud_attack_discovery_schedules_route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/schedules/crud_attack_discovery_schedules_route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -6387,7 +7017,7 @@ "signature": [ "{ interval: string; }" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/schedules.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/schedules.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -7123,30 +7753,60 @@ }, { "parentPluginId": "@kbn/elastic-assistant-common", - "id": "def-common.PostAttackDiscoveryBulkRequestBody", + "id": "def-common.PostAttackDiscoveryBulkInternalRequestBody", "type": "Type", "tags": [], - "label": "PostAttackDiscoveryBulkRequestBody", + "label": "PostAttackDiscoveryBulkInternalRequestBody", + "description": [], + "signature": [ + "{ update?: { ids: string[]; visibility?: \"shared\" | \"not_shared\" | undefined; kibana_alert_workflow_status?: \"open\" | \"closed\" | \"acknowledged\" | undefined; } | undefined; }" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/post/post_attack_discovery_bulk.route.gen.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.PostAttackDiscoveryBulkInternalRequestBodyInput", + "type": "Type", + "tags": [], + "label": "PostAttackDiscoveryBulkInternalRequestBodyInput", + "description": [], + "signature": [ + "{ update?: { ids: string[]; visibility?: \"shared\" | \"not_shared\" | undefined; kibana_alert_workflow_status?: \"open\" | \"closed\" | \"acknowledged\" | undefined; } | undefined; }" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/post/post_attack_discovery_bulk.route.gen.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.PostAttackDiscoveryBulkInternalResponse", + "type": "Type", + "tags": [], + "label": "PostAttackDiscoveryBulkInternalResponse", "description": [], "signature": [ - "{ update?: { ids: string[]; visibility?: \"not_shared\" | \"shared\" | undefined; kibana_alert_workflow_status?: \"open\" | \"closed\" | \"acknowledged\" | undefined; } | undefined; }" + "{ data: { id: string; connectorId: string; timestamp: string; title: string; connectorName: string; alertIds: string[]; detailsMarkdown: string; summaryMarkdown: string; generationUuid: string; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; userId?: string | undefined; replacements?: Zod.objectOutputType<{}, Zod.ZodString, \"strip\"> | undefined; userName?: string | undefined; entitySummaryMarkdown?: string | undefined; mitreAttackTactics?: string[] | undefined; alertRuleUuid?: string | undefined; alertWorkflowStatus?: string | undefined; alertStart?: string | undefined; alertUpdatedAt?: string | undefined; alertUpdatedByUserId?: string | undefined; alertUpdatedByUserName?: string | undefined; alertWorkflowStatusUpdatedAt?: string | undefined; riskScore?: number | undefined; }[]; }" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/post_attack_discovery_bulk.route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/post/post_attack_discovery_bulk.route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "@kbn/elastic-assistant-common", - "id": "def-common.PostAttackDiscoveryBulkRequestBodyInput", + "id": "def-common.PostAttackDiscoveryBulkRequestBody", "type": "Type", "tags": [], - "label": "PostAttackDiscoveryBulkRequestBodyInput", + "label": "PostAttackDiscoveryBulkRequestBody", "description": [], "signature": [ - "{ update?: { ids: string[]; visibility?: \"not_shared\" | \"shared\" | undefined; kibana_alert_workflow_status?: \"open\" | \"closed\" | \"acknowledged\" | undefined; } | undefined; }" + "{ update: { ids: string[]; enable_field_rendering: boolean; with_replacements: boolean; visibility?: \"shared\" | \"not_shared\" | undefined; kibana_alert_workflow_status?: \"open\" | \"closed\" | \"acknowledged\" | undefined; }; }" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/post_attack_discovery_bulk.route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/post/post_attack_discovery_bulk_route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -7159,39 +7819,99 @@ "label": "PostAttackDiscoveryBulkResponse", "description": [], "signature": [ - "{ data: { id: string; connectorId: string; timestamp: string; title: string; connectorName: string; alertIds: string[]; detailsMarkdown: string; summaryMarkdown: string; generationUuid: string; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; userId?: string | undefined; replacements?: Zod.objectOutputType<{}, Zod.ZodString, \"strip\"> | undefined; userName?: string | undefined; entitySummaryMarkdown?: string | undefined; mitreAttackTactics?: string[] | undefined; alertRuleUuid?: string | undefined; alertWorkflowStatus?: string | undefined; alertStart?: string | undefined; alertUpdatedAt?: string | undefined; alertUpdatedByUserId?: string | undefined; alertUpdatedByUserName?: string | undefined; alertWorkflowStatusUpdatedAt?: string | undefined; riskScore?: number | undefined; }[]; }" + "{ data: { id: string; timestamp: string; title: string; connector_id: string; connector_name: string; alert_ids: string[]; details_markdown: string; generation_uuid: string; summary_markdown: string; risk_score?: number | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; replacements?: Zod.objectOutputType<{}, Zod.ZodString, \"strip\"> | undefined; alert_rule_uuid?: string | undefined; alert_workflow_status?: string | undefined; alert_start?: string | undefined; alert_updated_at?: string | undefined; alert_updated_by_user_id?: string | undefined; alert_updated_by_user_name?: string | undefined; alert_workflow_status_updated_at?: string | undefined; entity_summary_markdown?: string | undefined; mitre_attack_tactics?: string[] | undefined; user_id?: string | undefined; user_name?: string | undefined; }[]; }" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/post_attack_discovery_bulk.route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/post/post_attack_discovery_bulk_route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "@kbn/elastic-assistant-common", - "id": "def-common.PostAttackDiscoveryGenerationsDismissRequestParams", + "id": "def-common.PostAttackDiscoveryGenerateRequestBody", "type": "Type", "tags": [], - "label": "PostAttackDiscoveryGenerationsDismissRequestParams", + "label": "PostAttackDiscoveryGenerateRequestBody", + "description": [], + "signature": [ + "{ size: number; subAction: \"invokeAI\" | \"invokeStream\"; alertsIndexPattern: string; anonymizationFields: { id: string; field: string; namespace?: string | undefined; timestamp?: string | undefined; createdBy?: string | undefined; updatedBy?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; allowed?: boolean | undefined; anonymized?: boolean | undefined; }[]; apiConfig: { connectorId: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; filter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; connectorName?: string | undefined; model?: string | undefined; replacements?: Zod.objectOutputType<{}, Zod.ZodString, \"strip\"> | undefined; langSmithProject?: string | undefined; langSmithApiKey?: string | undefined; }" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/post/post_attack_discovery_generate.gen.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.PostAttackDiscoveryGenerateResponse", + "type": "Type", + "tags": [], + "label": "PostAttackDiscoveryGenerateResponse", + "description": [], + "signature": [ + "{ execution_uuid: string; }" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/post/post_attack_discovery_generate.gen.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.PostAttackDiscoveryGenerationsDismissInternalRequestParams", + "type": "Type", + "tags": [], + "label": "PostAttackDiscoveryGenerationsDismissInternalRequestParams", + "description": [], + "signature": [ + "{ execution_uuid: string; }" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/post/post_attack_discovery_generations_dismiss.route.gen.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.PostAttackDiscoveryGenerationsDismissInternalRequestParamsInput", + "type": "Type", + "tags": [], + "label": "PostAttackDiscoveryGenerationsDismissInternalRequestParamsInput", "description": [], "signature": [ "{ execution_uuid: string; }" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/post_attack_discovery_generations_dismiss.route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/post/post_attack_discovery_generations_dismiss.route.gen.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.PostAttackDiscoveryGenerationsDismissInternalResponse", + "type": "Type", + "tags": [], + "label": "PostAttackDiscoveryGenerationsDismissInternalResponse", + "description": [], + "signature": [ + "{ start: string; status: \"succeeded\" | \"failed\" | \"started\" | \"canceled\" | \"dismissed\"; connector_id: string; execution_uuid: string; discoveries: number; loading_message: string; reason?: string | undefined; end?: string | undefined; alerts_context_count?: number | undefined; connector_stats?: { average_successful_duration_nanoseconds?: number | undefined; successful_generations?: number | undefined; } | undefined; }" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/post/post_attack_discovery_generations_dismiss.route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "@kbn/elastic-assistant-common", - "id": "def-common.PostAttackDiscoveryGenerationsDismissRequestParamsInput", + "id": "def-common.PostAttackDiscoveryGenerationsDismissRequestParams", "type": "Type", "tags": [], - "label": "PostAttackDiscoveryGenerationsDismissRequestParamsInput", + "label": "PostAttackDiscoveryGenerationsDismissRequestParams", "description": [], "signature": [ "{ execution_uuid: string; }" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/post_attack_discovery_generations_dismiss.route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/post/post_attack_discovery_generations_dismiss.route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -7204,9 +7924,9 @@ "label": "PostAttackDiscoveryGenerationsDismissResponse", "description": [], "signature": [ - "{ start: string; status: \"succeeded\" | \"failed\" | \"started\" | \"canceled\" | \"dismissed\"; connector_id: string; discoveries: number; execution_uuid: string; loading_message: string; reason?: string | undefined; end?: string | undefined; alerts_context_count?: number | undefined; connector_stats?: { average_successful_duration_nanoseconds?: number | undefined; successful_generations?: number | undefined; } | undefined; }" + "{ start: string; status: \"succeeded\" | \"failed\" | \"started\" | \"canceled\" | \"dismissed\"; connector_id: string; execution_uuid: string; discoveries: number; loading_message: string; reason?: string | undefined; end?: string | undefined; alerts_context_count?: number | undefined; connector_stats?: { average_successful_duration_nanoseconds?: number | undefined; successful_generations?: number | undefined; } | undefined; }" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/post_attack_discovery_generations_dismiss.route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/post/post_attack_discovery_generations_dismiss.route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -7518,7 +8238,7 @@ "signature": [ "{ query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; }" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/schedules.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/schedules.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -7666,7 +8386,7 @@ "label": "ReadKnowledgeBaseResponse", "description": [], "signature": [ - "{ elser_exists?: boolean | undefined; is_setup_available?: boolean | undefined; is_setup_in_progress?: boolean | undefined; security_labs_exists?: boolean | undefined; user_data_exists?: boolean | undefined; product_documentation_status?: string | undefined; }" + "{ elser_exists?: boolean | undefined; is_setup_available?: boolean | undefined; is_setup_in_progress?: boolean | undefined; security_labs_exists?: boolean | undefined; defend_insights_exists?: boolean | undefined; user_data_exists?: boolean | undefined; product_documentation_status?: string | undefined; }" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/knowledge_base/crud_kb_route.gen.ts", "deprecated": false, @@ -7886,60 +8606,105 @@ }, { "parentPluginId": "@kbn/elastic-assistant-common", - "id": "def-common.UpdateAttackDiscoverySchedulesRequestBody", + "id": "def-common.UpdateAttackDiscoverySchedulesInternalRequestBody", "type": "Type", "tags": [], - "label": "UpdateAttackDiscoverySchedulesRequestBody", + "label": "UpdateAttackDiscoverySchedulesInternalRequestBody", "description": [], "signature": [ "{ params: { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }[]; schedule: { interval: string; }; }" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/crud_attack_discovery_schedules_route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/crud_attack_discovery_schedules_route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "@kbn/elastic-assistant-common", - "id": "def-common.UpdateAttackDiscoverySchedulesRequestBodyInput", + "id": "def-common.UpdateAttackDiscoverySchedulesInternalRequestBodyInput", "type": "Type", "tags": [], - "label": "UpdateAttackDiscoverySchedulesRequestBodyInput", + "label": "UpdateAttackDiscoverySchedulesInternalRequestBodyInput", "description": [], "signature": [ "{ params: { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }[]; schedule: { interval: string; }; }" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/crud_attack_discovery_schedules_route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/crud_attack_discovery_schedules_route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "@kbn/elastic-assistant-common", - "id": "def-common.UpdateAttackDiscoverySchedulesRequestParams", + "id": "def-common.UpdateAttackDiscoverySchedulesInternalRequestParams", "type": "Type", "tags": [], - "label": "UpdateAttackDiscoverySchedulesRequestParams", + "label": "UpdateAttackDiscoverySchedulesInternalRequestParams", + "description": [], + "signature": [ + "{ id: string; }" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/crud_attack_discovery_schedules_route.gen.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.UpdateAttackDiscoverySchedulesInternalRequestParamsInput", + "type": "Type", + "tags": [], + "label": "UpdateAttackDiscoverySchedulesInternalRequestParamsInput", "description": [], "signature": [ "{ id: string; }" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/crud_attack_discovery_schedules_route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/crud_attack_discovery_schedules_route.gen.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.UpdateAttackDiscoverySchedulesInternalResponse", + "type": "Type", + "tags": [], + "label": "UpdateAttackDiscoverySchedulesInternalResponse", + "description": [], + "signature": [ + "{ params: { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; id: string; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }[]; enabled: boolean; schedule: { interval: string; }; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; lastExecution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/crud_attack_discovery_schedules_route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "@kbn/elastic-assistant-common", - "id": "def-common.UpdateAttackDiscoverySchedulesRequestParamsInput", + "id": "def-common.UpdateAttackDiscoverySchedulesRequestBody", + "type": "Type", + "tags": [], + "label": "UpdateAttackDiscoverySchedulesRequestBody", + "description": [], + "signature": [ + "{ params: { size: number; alerts_index_pattern: string; api_config: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combined_filter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; summary: boolean; notify_when: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }[]; schedule: { interval: string; }; }" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/schedules/crud_attack_discovery_schedules_route.gen.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.UpdateAttackDiscoverySchedulesRequestParams", "type": "Type", "tags": [], - "label": "UpdateAttackDiscoverySchedulesRequestParamsInput", + "label": "UpdateAttackDiscoverySchedulesRequestParams", "description": [], "signature": [ "{ id: string; }" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/crud_attack_discovery_schedules_route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/schedules/crud_attack_discovery_schedules_route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -7952,9 +8717,9 @@ "label": "UpdateAttackDiscoverySchedulesResponse", "description": [], "signature": [ - "{ params: { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; id: string; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }[]; enabled: boolean; schedule: { interval: string; }; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; lastExecution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }" + "{ params: { size: number; alerts_index_pattern: string; api_config: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combined_filter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; id: string; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; summary: boolean; notify_when: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }[]; enabled: boolean; schedule: { interval: string; }; created_at: string; created_by: string; updated_at: string; updated_by: string; last_execution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/crud_attack_discovery_schedules_route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/schedules/crud_attack_discovery_schedules_route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -8524,45 +9289,60 @@ }, { "parentPluginId": "@kbn/elastic-assistant-common", - "id": "def-common.AttackDiscoveryCancelRequestParams", + "id": "def-common.AttackDiscoveryApiAlert", "type": "Object", "tags": [], - "label": "AttackDiscoveryCancelRequestParams", + "label": "AttackDiscoveryApiAlert", "description": [], "signature": [ - "Zod.ZodObject<{ connectorId: Zod.ZodEffects; }, \"strip\", Zod.ZodTypeAny, { connectorId: string; }, { connectorId: string; }>" + "Zod.ZodObject<{ alert_ids: Zod.ZodArray; alert_rule_uuid: Zod.ZodOptional; alert_workflow_status: Zod.ZodOptional; connector_id: Zod.ZodString; connector_name: Zod.ZodString; alert_start: Zod.ZodOptional; alert_updated_at: Zod.ZodOptional; alert_updated_by_user_id: Zod.ZodOptional; alert_updated_by_user_name: Zod.ZodOptional; alert_workflow_status_updated_at: Zod.ZodOptional; details_markdown: Zod.ZodString; entity_summary_markdown: Zod.ZodOptional; generation_uuid: Zod.ZodString; id: Zod.ZodString; mitre_attack_tactics: Zod.ZodOptional>; replacements: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodString, \"strip\">>>; risk_score: Zod.ZodOptional; summary_markdown: Zod.ZodString; timestamp: Zod.ZodEffects; title: Zod.ZodString; user_id: Zod.ZodOptional; user_name: Zod.ZodOptional; users: Zod.ZodOptional; name: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { id?: string | undefined; name?: string | undefined; }, { id?: string | undefined; name?: string | undefined; }>, \"many\">>; }, \"strip\", Zod.ZodTypeAny, { id: string; timestamp: string; title: string; connector_id: string; connector_name: string; alert_ids: string[]; details_markdown: string; generation_uuid: string; summary_markdown: string; risk_score?: number | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; replacements?: Zod.objectOutputType<{}, Zod.ZodString, \"strip\"> | undefined; alert_rule_uuid?: string | undefined; alert_workflow_status?: string | undefined; alert_start?: string | undefined; alert_updated_at?: string | undefined; alert_updated_by_user_id?: string | undefined; alert_updated_by_user_name?: string | undefined; alert_workflow_status_updated_at?: string | undefined; entity_summary_markdown?: string | undefined; mitre_attack_tactics?: string[] | undefined; user_id?: string | undefined; user_name?: string | undefined; }, { id: string; timestamp: string; title: string; connector_id: string; connector_name: string; alert_ids: string[]; details_markdown: string; generation_uuid: string; summary_markdown: string; risk_score?: number | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; replacements?: Zod.objectInputType<{}, Zod.ZodString, \"strip\"> | undefined; alert_rule_uuid?: string | undefined; alert_workflow_status?: string | undefined; alert_start?: string | undefined; alert_updated_at?: string | undefined; alert_updated_by_user_id?: string | undefined; alert_updated_by_user_name?: string | undefined; alert_workflow_status_updated_at?: string | undefined; entity_summary_markdown?: string | undefined; mitre_attack_tactics?: string[] | undefined; user_id?: string | undefined; user_name?: string | undefined; }>" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/cancel_attack_discovery_route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/attack_discovery_api_alert.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "@kbn/elastic-assistant-common", - "id": "def-common.AttackDiscoveryCancelResponse", + "id": "def-common.AttackDiscoveryApiSchedule", "type": "Object", "tags": [], - "label": "AttackDiscoveryCancelResponse", + "label": "AttackDiscoveryApiSchedule", "description": [], "signature": [ - "Zod.ZodObject<{ id: Zod.ZodEffects; timestamp: Zod.ZodOptional>; updatedAt: Zod.ZodString; lastViewedAt: Zod.ZodString; alertsContextCount: Zod.ZodOptional; createdAt: Zod.ZodString; replacements: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodString, \"strip\">>>; users: Zod.ZodArray; name: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { id?: string | undefined; name?: string | undefined; }, { id?: string | undefined; name?: string | undefined; }>, \"many\">; status: Zod.ZodEnum<[\"running\", \"succeeded\", \"failed\", \"canceled\"]>; attackDiscoveries: Zod.ZodArray; id: Zod.ZodOptional; detailsMarkdown: Zod.ZodString; entitySummaryMarkdown: Zod.ZodOptional; mitreAttackTactics: Zod.ZodOptional>; summaryMarkdown: Zod.ZodString; title: Zod.ZodString; timestamp: Zod.ZodOptional>; }, \"strip\", Zod.ZodTypeAny, { title: string; alertIds: string[]; detailsMarkdown: string; summaryMarkdown: string; id?: string | undefined; timestamp?: string | undefined; entitySummaryMarkdown?: string | undefined; mitreAttackTactics?: string[] | undefined; }, { title: string; alertIds: string[]; detailsMarkdown: string; summaryMarkdown: string; id?: string | undefined; timestamp?: string | undefined; entitySummaryMarkdown?: string | undefined; mitreAttackTactics?: string[] | undefined; }>, \"many\">; apiConfig: Zod.ZodObject<{ connectorId: Zod.ZodString; actionTypeId: Zod.ZodString; defaultSystemPromptId: Zod.ZodOptional; provider: Zod.ZodOptional>; model: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { connectorId: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }, { connectorId: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }>; namespace: Zod.ZodString; backingIndex: Zod.ZodString; generationIntervals: Zod.ZodArray, \"many\">; averageIntervalMs: Zod.ZodNumber; failureReason: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { id: string; namespace: string; createdAt: string; updatedAt: string; status: \"running\" | \"succeeded\" | \"failed\" | \"canceled\"; users: { id?: string | undefined; name?: string | undefined; }[]; apiConfig: { connectorId: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; lastViewedAt: string; attackDiscoveries: { title: string; alertIds: string[]; detailsMarkdown: string; summaryMarkdown: string; id?: string | undefined; timestamp?: string | undefined; entitySummaryMarkdown?: string | undefined; mitreAttackTactics?: string[] | undefined; }[]; backingIndex: string; generationIntervals: { date: string; durationMs: number; }[]; averageIntervalMs: number; timestamp?: string | undefined; failureReason?: string | undefined; replacements?: Zod.objectOutputType<{}, Zod.ZodString, \"strip\"> | undefined; alertsContextCount?: number | undefined; }, { id: string; namespace: string; createdAt: string; updatedAt: string; status: \"running\" | \"succeeded\" | \"failed\" | \"canceled\"; users: { id?: string | undefined; name?: string | undefined; }[]; apiConfig: { connectorId: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; lastViewedAt: string; attackDiscoveries: { title: string; alertIds: string[]; detailsMarkdown: string; summaryMarkdown: string; id?: string | undefined; timestamp?: string | undefined; entitySummaryMarkdown?: string | undefined; mitreAttackTactics?: string[] | undefined; }[]; backingIndex: string; generationIntervals: { date: string; durationMs: number; }[]; averageIntervalMs: number; timestamp?: string | undefined; failureReason?: string | undefined; replacements?: Zod.objectInputType<{}, Zod.ZodString, \"strip\"> | undefined; alertsContextCount?: number | undefined; }>" + "Zod.ZodObject<{ id: Zod.ZodString; name: Zod.ZodString; created_by: Zod.ZodString; updated_by: Zod.ZodString; created_at: Zod.ZodString; updated_at: Zod.ZodString; enabled: Zod.ZodBoolean; params: Zod.ZodObject<{ alerts_index_pattern: Zod.ZodString; api_config: Zod.ZodObject; provider: Zod.ZodOptional>; model: Zod.ZodOptional; }, { name: Zod.ZodString; }>, \"strip\", Zod.ZodTypeAny, { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }, { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }>; end: Zod.ZodOptional; query: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>]>; language: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; }, { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; }>>; filters: Zod.ZodOptional>; combined_filter: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>>; size: Zod.ZodNumber; start: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { size: number; alerts_index_pattern: string; api_config: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combined_filter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }, { size: number; alerts_index_pattern: string; api_config: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combined_filter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }>; schedule: Zod.ZodObject<{ interval: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { interval: string; }, { interval: string; }>; actions: Zod.ZodArray; id: Zod.ZodString; params: Zod.ZodObject<{}, \"strip\", Zod.ZodUnknown, Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>; uuid: Zod.ZodOptional>; alerts_filter: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>>; frequency: Zod.ZodOptional; throttle: Zod.ZodNullable; }, \"strip\", Zod.ZodTypeAny, { throttle: string | null; summary: boolean; notify_when: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; }, { throttle: string | null; summary: boolean; notify_when: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; }>>; }, \"strip\", Zod.ZodTypeAny, { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; summary: boolean; notify_when: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }, { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; summary: boolean; notify_when: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }>, \"many\">; last_execution: Zod.ZodOptional; status: Zod.ZodEnum<[\"ok\", \"active\", \"error\", \"unknown\", \"warning\"]>; message: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; }, { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; }>>; }, \"strip\", Zod.ZodTypeAny, { params: { size: number; alerts_index_pattern: string; api_config: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combined_filter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; id: string; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; summary: boolean; notify_when: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }[]; enabled: boolean; schedule: { interval: string; }; created_at: string; created_by: string; updated_at: string; updated_by: string; last_execution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }, { params: { size: number; alerts_index_pattern: string; api_config: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combined_filter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; id: string; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; summary: boolean; notify_when: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }[]; enabled: boolean; schedule: { interval: string; }; created_at: string; created_by: string; updated_at: string; updated_by: string; last_execution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }>" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/cancel_attack_discovery_route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/schedules/schedules_api.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "@kbn/elastic-assistant-common", - "id": "def-common.AttackDiscoveryCreateProps", + "id": "def-common.AttackDiscoveryFindInternalRequestQuery", "type": "Object", "tags": [], - "label": "AttackDiscoveryCreateProps", + "label": "AttackDiscoveryFindInternalRequestQuery", "description": [], "signature": [ - "Zod.ZodObject<{ id: Zod.ZodOptional; status: Zod.ZodEnum<[\"running\", \"succeeded\", \"failed\", \"canceled\"]>; alertsContextCount: Zod.ZodOptional; attackDiscoveries: Zod.ZodArray; id: Zod.ZodOptional; detailsMarkdown: Zod.ZodString; entitySummaryMarkdown: Zod.ZodOptional; mitreAttackTactics: Zod.ZodOptional>; summaryMarkdown: Zod.ZodString; title: Zod.ZodString; timestamp: Zod.ZodOptional>; }, \"strip\", Zod.ZodTypeAny, { title: string; alertIds: string[]; detailsMarkdown: string; summaryMarkdown: string; id?: string | undefined; timestamp?: string | undefined; entitySummaryMarkdown?: string | undefined; mitreAttackTactics?: string[] | undefined; }, { title: string; alertIds: string[]; detailsMarkdown: string; summaryMarkdown: string; id?: string | undefined; timestamp?: string | undefined; entitySummaryMarkdown?: string | undefined; mitreAttackTactics?: string[] | undefined; }>, \"many\">; apiConfig: Zod.ZodObject<{ connectorId: Zod.ZodString; actionTypeId: Zod.ZodString; defaultSystemPromptId: Zod.ZodOptional; provider: Zod.ZodOptional>; model: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { connectorId: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }, { connectorId: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }>; replacements: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodString, \"strip\">>>; }, \"strip\", Zod.ZodTypeAny, { status: \"running\" | \"succeeded\" | \"failed\" | \"canceled\"; apiConfig: { connectorId: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; attackDiscoveries: { title: string; alertIds: string[]; detailsMarkdown: string; summaryMarkdown: string; id?: string | undefined; timestamp?: string | undefined; entitySummaryMarkdown?: string | undefined; mitreAttackTactics?: string[] | undefined; }[]; id?: string | undefined; replacements?: Zod.objectOutputType<{}, Zod.ZodString, \"strip\"> | undefined; alertsContextCount?: number | undefined; }, { status: \"running\" | \"succeeded\" | \"failed\" | \"canceled\"; apiConfig: { connectorId: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; attackDiscoveries: { title: string; alertIds: string[]; detailsMarkdown: string; summaryMarkdown: string; id?: string | undefined; timestamp?: string | undefined; entitySummaryMarkdown?: string | undefined; mitreAttackTactics?: string[] | undefined; }[]; id?: string | undefined; replacements?: Zod.objectInputType<{}, Zod.ZodString, \"strip\"> | undefined; alertsContextCount?: number | undefined; }>" + "Zod.ZodObject<{ alert_ids: Zod.ZodOptional, string[], unknown>>; connector_names: Zod.ZodOptional, string[], unknown>>; end: Zod.ZodOptional; ids: Zod.ZodOptional, string[], unknown>>; page: Zod.ZodDefault>; per_page: Zod.ZodDefault>; search: Zod.ZodOptional; shared: Zod.ZodOptional; sort_field: Zod.ZodDefault>>; sort_order: Zod.ZodDefault>>; start: Zod.ZodOptional; status: Zod.ZodOptional, \"many\">, (\"open\" | \"closed\" | \"acknowledged\")[], unknown>>; include_unique_alert_ids: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { per_page: number; page: number; sort_field: \"@timestamp\"; sort_order: \"asc\" | \"desc\"; start?: string | undefined; end?: string | undefined; search?: string | undefined; ids?: string[] | undefined; status?: (\"open\" | \"closed\" | \"acknowledged\")[] | undefined; alert_ids?: string[] | undefined; connector_names?: string[] | undefined; include_unique_alert_ids?: any; shared?: any; }, { per_page?: number | undefined; page?: number | undefined; start?: string | undefined; end?: string | undefined; sort_field?: \"@timestamp\" | undefined; sort_order?: \"asc\" | \"desc\" | undefined; search?: string | undefined; ids?: unknown; status?: unknown; alert_ids?: unknown; connector_names?: unknown; include_unique_alert_ids?: any; shared?: any; }>" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/common_attributes.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/get/find_attack_discoveries_route.gen.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.AttackDiscoveryFindInternalResponse", + "type": "Object", + "tags": [], + "label": "AttackDiscoveryFindInternalResponse", + "description": [], + "signature": [ + "Zod.ZodObject<{ connector_names: Zod.ZodArray; data: Zod.ZodArray; alertRuleUuid: Zod.ZodOptional; alertWorkflowStatus: Zod.ZodOptional; connectorId: Zod.ZodString; connectorName: Zod.ZodString; alertStart: Zod.ZodOptional; alertUpdatedAt: Zod.ZodOptional; alertUpdatedByUserId: Zod.ZodOptional; alertUpdatedByUserName: Zod.ZodOptional; alertWorkflowStatusUpdatedAt: Zod.ZodOptional; detailsMarkdown: Zod.ZodString; entitySummaryMarkdown: Zod.ZodOptional; generationUuid: Zod.ZodString; id: Zod.ZodString; mitreAttackTactics: Zod.ZodOptional>; replacements: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodString, \"strip\">>>; riskScore: Zod.ZodOptional; summaryMarkdown: Zod.ZodString; timestamp: Zod.ZodEffects; title: Zod.ZodString; userId: Zod.ZodOptional; userName: Zod.ZodOptional; users: Zod.ZodOptional; name: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { id?: string | undefined; name?: string | undefined; }, { id?: string | undefined; name?: string | undefined; }>, \"many\">>; }, \"strip\", Zod.ZodTypeAny, { id: string; connectorId: string; timestamp: string; title: string; connectorName: string; alertIds: string[]; detailsMarkdown: string; summaryMarkdown: string; generationUuid: string; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; userId?: string | undefined; replacements?: Zod.objectOutputType<{}, Zod.ZodString, \"strip\"> | undefined; userName?: string | undefined; entitySummaryMarkdown?: string | undefined; mitreAttackTactics?: string[] | undefined; alertRuleUuid?: string | undefined; alertWorkflowStatus?: string | undefined; alertStart?: string | undefined; alertUpdatedAt?: string | undefined; alertUpdatedByUserId?: string | undefined; alertUpdatedByUserName?: string | undefined; alertWorkflowStatusUpdatedAt?: string | undefined; riskScore?: number | undefined; }, { id: string; connectorId: string; timestamp: string; title: string; connectorName: string; alertIds: string[]; detailsMarkdown: string; summaryMarkdown: string; generationUuid: string; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; userId?: string | undefined; replacements?: Zod.objectInputType<{}, Zod.ZodString, \"strip\"> | undefined; userName?: string | undefined; entitySummaryMarkdown?: string | undefined; mitreAttackTactics?: string[] | undefined; alertRuleUuid?: string | undefined; alertWorkflowStatus?: string | undefined; alertStart?: string | undefined; alertUpdatedAt?: string | undefined; alertUpdatedByUserId?: string | undefined; alertUpdatedByUserName?: string | undefined; alertWorkflowStatusUpdatedAt?: string | undefined; riskScore?: number | undefined; }>, \"many\">; page: Zod.ZodNumber; per_page: Zod.ZodOptional; total: Zod.ZodNumber; unique_alert_ids_count: Zod.ZodNumber; unique_alert_ids: Zod.ZodOptional>; }, \"strip\", Zod.ZodTypeAny, { page: number; data: { id: string; connectorId: string; timestamp: string; title: string; connectorName: string; alertIds: string[]; detailsMarkdown: string; summaryMarkdown: string; generationUuid: string; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; userId?: string | undefined; replacements?: Zod.objectOutputType<{}, Zod.ZodString, \"strip\"> | undefined; userName?: string | undefined; entitySummaryMarkdown?: string | undefined; mitreAttackTactics?: string[] | undefined; alertRuleUuid?: string | undefined; alertWorkflowStatus?: string | undefined; alertStart?: string | undefined; alertUpdatedAt?: string | undefined; alertUpdatedByUserId?: string | undefined; alertUpdatedByUserName?: string | undefined; alertWorkflowStatusUpdatedAt?: string | undefined; riskScore?: number | undefined; }[]; total: number; connector_names: string[]; unique_alert_ids_count: number; per_page?: number | undefined; unique_alert_ids?: string[] | undefined; }, { page: number; data: { id: string; connectorId: string; timestamp: string; title: string; connectorName: string; alertIds: string[]; detailsMarkdown: string; summaryMarkdown: string; generationUuid: string; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; userId?: string | undefined; replacements?: Zod.objectInputType<{}, Zod.ZodString, \"strip\"> | undefined; userName?: string | undefined; entitySummaryMarkdown?: string | undefined; mitreAttackTactics?: string[] | undefined; alertRuleUuid?: string | undefined; alertWorkflowStatus?: string | undefined; alertStart?: string | undefined; alertUpdatedAt?: string | undefined; alertUpdatedByUserId?: string | undefined; alertUpdatedByUserName?: string | undefined; alertWorkflowStatusUpdatedAt?: string | undefined; riskScore?: number | undefined; }[]; total: number; connector_names: string[]; unique_alert_ids_count: number; per_page?: number | undefined; unique_alert_ids?: string[] | undefined; }>" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/get/find_attack_discoveries_route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -8575,9 +9355,9 @@ "label": "AttackDiscoveryFindRequestQuery", "description": [], "signature": [ - "Zod.ZodObject<{ alert_ids: Zod.ZodOptional, string[], unknown>>; connector_names: Zod.ZodOptional, string[], unknown>>; end: Zod.ZodOptional; ids: Zod.ZodOptional, string[], unknown>>; page: Zod.ZodDefault>; per_page: Zod.ZodDefault>; search: Zod.ZodOptional; shared: Zod.ZodOptional; sort_field: Zod.ZodDefault>>; sort_order: Zod.ZodDefault>>; start: Zod.ZodOptional; status: Zod.ZodOptional, \"many\">, (\"open\" | \"closed\" | \"acknowledged\")[], unknown>>; include_unique_alert_ids: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { per_page: number; page: number; sort_field: \"@timestamp\"; sort_order: \"asc\" | \"desc\"; start?: string | undefined; end?: string | undefined; search?: string | undefined; ids?: string[] | undefined; status?: (\"open\" | \"closed\" | \"acknowledged\")[] | undefined; alert_ids?: string[] | undefined; shared?: any; connector_names?: string[] | undefined; include_unique_alert_ids?: any; }, { per_page?: number | undefined; page?: number | undefined; start?: string | undefined; end?: string | undefined; sort_field?: \"@timestamp\" | undefined; sort_order?: \"asc\" | \"desc\" | undefined; search?: string | undefined; ids?: unknown; status?: unknown; alert_ids?: unknown; shared?: any; connector_names?: unknown; include_unique_alert_ids?: any; }>" + "Zod.ZodObject<{ alert_ids: Zod.ZodOptional, string[], unknown>>; connector_names: Zod.ZodOptional, string[], unknown>>; enable_field_rendering: Zod.ZodDefault>; end: Zod.ZodOptional; ids: Zod.ZodOptional, string[], unknown>>; include_unique_alert_ids: Zod.ZodOptional; page: Zod.ZodDefault>; per_page: Zod.ZodDefault>; search: Zod.ZodOptional; shared: Zod.ZodOptional; sort_field: Zod.ZodDefault>>; sort_order: Zod.ZodDefault>>; start: Zod.ZodOptional; status: Zod.ZodOptional, \"many\">, (\"open\" | \"closed\" | \"acknowledged\")[], unknown>>; with_replacements: Zod.ZodDefault>; }, \"strip\", Zod.ZodTypeAny, { per_page: number; page: number; sort_field: \"@timestamp\"; sort_order: \"asc\" | \"desc\"; start?: string | undefined; end?: string | undefined; search?: string | undefined; ids?: string[] | undefined; status?: (\"open\" | \"closed\" | \"acknowledged\")[] | undefined; alert_ids?: string[] | undefined; connector_names?: string[] | undefined; enable_field_rendering?: any; include_unique_alert_ids?: any; shared?: any; with_replacements?: any; }, { per_page?: number | undefined; page?: number | undefined; start?: string | undefined; end?: string | undefined; sort_field?: \"@timestamp\" | undefined; sort_order?: \"asc\" | \"desc\" | undefined; search?: string | undefined; ids?: unknown; status?: unknown; alert_ids?: unknown; connector_names?: unknown; enable_field_rendering?: any; include_unique_alert_ids?: any; shared?: any; with_replacements?: any; }>" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/find_attack_discoveries_route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/get/find_attack_discoveries_route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -8590,9 +9370,9 @@ "label": "AttackDiscoveryFindResponse", "description": [], "signature": [ - "Zod.ZodObject<{ connector_names: Zod.ZodArray; data: Zod.ZodArray; alertRuleUuid: Zod.ZodOptional; alertWorkflowStatus: Zod.ZodOptional; connectorId: Zod.ZodString; connectorName: Zod.ZodString; alertStart: Zod.ZodOptional; alertUpdatedAt: Zod.ZodOptional; alertUpdatedByUserId: Zod.ZodOptional; alertUpdatedByUserName: Zod.ZodOptional; alertWorkflowStatusUpdatedAt: Zod.ZodOptional; detailsMarkdown: Zod.ZodString; entitySummaryMarkdown: Zod.ZodOptional; generationUuid: Zod.ZodString; id: Zod.ZodString; mitreAttackTactics: Zod.ZodOptional>; replacements: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodString, \"strip\">>>; riskScore: Zod.ZodOptional; summaryMarkdown: Zod.ZodString; timestamp: Zod.ZodEffects; title: Zod.ZodString; userId: Zod.ZodOptional; userName: Zod.ZodOptional; users: Zod.ZodOptional; name: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { id?: string | undefined; name?: string | undefined; }, { id?: string | undefined; name?: string | undefined; }>, \"many\">>; }, \"strip\", Zod.ZodTypeAny, { id: string; connectorId: string; timestamp: string; title: string; connectorName: string; alertIds: string[]; detailsMarkdown: string; summaryMarkdown: string; generationUuid: string; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; userId?: string | undefined; replacements?: Zod.objectOutputType<{}, Zod.ZodString, \"strip\"> | undefined; userName?: string | undefined; entitySummaryMarkdown?: string | undefined; mitreAttackTactics?: string[] | undefined; alertRuleUuid?: string | undefined; alertWorkflowStatus?: string | undefined; alertStart?: string | undefined; alertUpdatedAt?: string | undefined; alertUpdatedByUserId?: string | undefined; alertUpdatedByUserName?: string | undefined; alertWorkflowStatusUpdatedAt?: string | undefined; riskScore?: number | undefined; }, { id: string; connectorId: string; timestamp: string; title: string; connectorName: string; alertIds: string[]; detailsMarkdown: string; summaryMarkdown: string; generationUuid: string; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; userId?: string | undefined; replacements?: Zod.objectInputType<{}, Zod.ZodString, \"strip\"> | undefined; userName?: string | undefined; entitySummaryMarkdown?: string | undefined; mitreAttackTactics?: string[] | undefined; alertRuleUuid?: string | undefined; alertWorkflowStatus?: string | undefined; alertStart?: string | undefined; alertUpdatedAt?: string | undefined; alertUpdatedByUserId?: string | undefined; alertUpdatedByUserName?: string | undefined; alertWorkflowStatusUpdatedAt?: string | undefined; riskScore?: number | undefined; }>, \"many\">; page: Zod.ZodNumber; per_page: Zod.ZodOptional; total: Zod.ZodNumber; unique_alert_ids_count: Zod.ZodNumber; unique_alert_ids: Zod.ZodOptional>; }, \"strip\", Zod.ZodTypeAny, { page: number; data: { id: string; connectorId: string; timestamp: string; title: string; connectorName: string; alertIds: string[]; detailsMarkdown: string; summaryMarkdown: string; generationUuid: string; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; userId?: string | undefined; replacements?: Zod.objectOutputType<{}, Zod.ZodString, \"strip\"> | undefined; userName?: string | undefined; entitySummaryMarkdown?: string | undefined; mitreAttackTactics?: string[] | undefined; alertRuleUuid?: string | undefined; alertWorkflowStatus?: string | undefined; alertStart?: string | undefined; alertUpdatedAt?: string | undefined; alertUpdatedByUserId?: string | undefined; alertUpdatedByUserName?: string | undefined; alertWorkflowStatusUpdatedAt?: string | undefined; riskScore?: number | undefined; }[]; total: number; connector_names: string[]; unique_alert_ids_count: number; per_page?: number | undefined; unique_alert_ids?: string[] | undefined; }, { page: number; data: { id: string; connectorId: string; timestamp: string; title: string; connectorName: string; alertIds: string[]; detailsMarkdown: string; summaryMarkdown: string; generationUuid: string; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; userId?: string | undefined; replacements?: Zod.objectInputType<{}, Zod.ZodString, \"strip\"> | undefined; userName?: string | undefined; entitySummaryMarkdown?: string | undefined; mitreAttackTactics?: string[] | undefined; alertRuleUuid?: string | undefined; alertWorkflowStatus?: string | undefined; alertStart?: string | undefined; alertUpdatedAt?: string | undefined; alertUpdatedByUserId?: string | undefined; alertUpdatedByUserName?: string | undefined; alertWorkflowStatusUpdatedAt?: string | undefined; riskScore?: number | undefined; }[]; total: number; connector_names: string[]; unique_alert_ids_count: number; per_page?: number | undefined; unique_alert_ids?: string[] | undefined; }>" + "Zod.ZodObject<{ connector_names: Zod.ZodArray; data: Zod.ZodArray; alert_rule_uuid: Zod.ZodOptional; alert_workflow_status: Zod.ZodOptional; connector_id: Zod.ZodString; connector_name: Zod.ZodString; alert_start: Zod.ZodOptional; alert_updated_at: Zod.ZodOptional; alert_updated_by_user_id: Zod.ZodOptional; alert_updated_by_user_name: Zod.ZodOptional; alert_workflow_status_updated_at: Zod.ZodOptional; details_markdown: Zod.ZodString; entity_summary_markdown: Zod.ZodOptional; generation_uuid: Zod.ZodString; id: Zod.ZodString; mitre_attack_tactics: Zod.ZodOptional>; replacements: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodString, \"strip\">>>; risk_score: Zod.ZodOptional; summary_markdown: Zod.ZodString; timestamp: Zod.ZodEffects; title: Zod.ZodString; user_id: Zod.ZodOptional; user_name: Zod.ZodOptional; users: Zod.ZodOptional; name: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { id?: string | undefined; name?: string | undefined; }, { id?: string | undefined; name?: string | undefined; }>, \"many\">>; }, \"strip\", Zod.ZodTypeAny, { id: string; timestamp: string; title: string; connector_id: string; connector_name: string; alert_ids: string[]; details_markdown: string; generation_uuid: string; summary_markdown: string; risk_score?: number | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; replacements?: Zod.objectOutputType<{}, Zod.ZodString, \"strip\"> | undefined; alert_rule_uuid?: string | undefined; alert_workflow_status?: string | undefined; alert_start?: string | undefined; alert_updated_at?: string | undefined; alert_updated_by_user_id?: string | undefined; alert_updated_by_user_name?: string | undefined; alert_workflow_status_updated_at?: string | undefined; entity_summary_markdown?: string | undefined; mitre_attack_tactics?: string[] | undefined; user_id?: string | undefined; user_name?: string | undefined; }, { id: string; timestamp: string; title: string; connector_id: string; connector_name: string; alert_ids: string[]; details_markdown: string; generation_uuid: string; summary_markdown: string; risk_score?: number | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; replacements?: Zod.objectInputType<{}, Zod.ZodString, \"strip\"> | undefined; alert_rule_uuid?: string | undefined; alert_workflow_status?: string | undefined; alert_start?: string | undefined; alert_updated_at?: string | undefined; alert_updated_by_user_id?: string | undefined; alert_updated_by_user_name?: string | undefined; alert_workflow_status_updated_at?: string | undefined; entity_summary_markdown?: string | undefined; mitre_attack_tactics?: string[] | undefined; user_id?: string | undefined; user_name?: string | undefined; }>, \"many\">; page: Zod.ZodNumber; per_page: Zod.ZodNumber; total: Zod.ZodNumber; unique_alert_ids: Zod.ZodOptional>; unique_alert_ids_count: Zod.ZodNumber; }, \"strip\", Zod.ZodTypeAny, { per_page: number; page: number; data: { id: string; timestamp: string; title: string; connector_id: string; connector_name: string; alert_ids: string[]; details_markdown: string; generation_uuid: string; summary_markdown: string; risk_score?: number | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; replacements?: Zod.objectOutputType<{}, Zod.ZodString, \"strip\"> | undefined; alert_rule_uuid?: string | undefined; alert_workflow_status?: string | undefined; alert_start?: string | undefined; alert_updated_at?: string | undefined; alert_updated_by_user_id?: string | undefined; alert_updated_by_user_name?: string | undefined; alert_workflow_status_updated_at?: string | undefined; entity_summary_markdown?: string | undefined; mitre_attack_tactics?: string[] | undefined; user_id?: string | undefined; user_name?: string | undefined; }[]; total: number; connector_names: string[]; unique_alert_ids_count: number; unique_alert_ids?: string[] | undefined; }, { per_page: number; page: number; data: { id: string; timestamp: string; title: string; connector_id: string; connector_name: string; alert_ids: string[]; details_markdown: string; generation_uuid: string; summary_markdown: string; risk_score?: number | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; replacements?: Zod.objectInputType<{}, Zod.ZodString, \"strip\"> | undefined; alert_rule_uuid?: string | undefined; alert_workflow_status?: string | undefined; alert_start?: string | undefined; alert_updated_at?: string | undefined; alert_updated_by_user_id?: string | undefined; alert_updated_by_user_name?: string | undefined; alert_workflow_status_updated_at?: string | undefined; entity_summary_markdown?: string | undefined; mitre_attack_tactics?: string[] | undefined; user_id?: string | undefined; user_name?: string | undefined; }[]; total: number; connector_names: string[]; unique_alert_ids_count: number; unique_alert_ids?: string[] | undefined; }>" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/find_attack_discoveries_route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/get/find_attack_discoveries_route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -8607,7 +9387,7 @@ "signature": [ "Zod.ZodLiteral<\"@timestamp\">" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/find_attack_discoveries_route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/get/find_attack_discoveries_route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -8637,7 +9417,7 @@ "signature": [ "Zod.ZodObject<{ statusCode: Zod.ZodOptional; error: Zod.ZodOptional; message: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { error?: string | undefined; message?: string | undefined; statusCode?: number | undefined; }, { error?: string | undefined; message?: string | undefined; statusCode?: number | undefined; }>" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/crud_attack_discovery_schedules_route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/crud_attack_discovery_schedules_route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -8652,67 +9432,37 @@ "signature": [ "Zod.ZodObject<{}, \"strip\", Zod.ZodUnknown, Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/crud_attack_discovery_schedules_route.gen.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/elastic-assistant-common", - "id": "def-common.AttackDiscoveryGetRequestParams", - "type": "Object", - "tags": [], - "label": "AttackDiscoveryGetRequestParams", - "description": [], - "signature": [ - "Zod.ZodObject<{ connectorId: Zod.ZodEffects; }, \"strip\", Zod.ZodTypeAny, { connectorId: string; }, { connectorId: string; }>" - ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/get_attack_discovery_route.gen.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/elastic-assistant-common", - "id": "def-common.AttackDiscoveryGetResponse", - "type": "Object", - "tags": [], - "label": "AttackDiscoveryGetResponse", - "description": [], - "signature": [ - "Zod.ZodObject<{ data: Zod.ZodOptional; timestamp: Zod.ZodOptional>; updatedAt: Zod.ZodString; lastViewedAt: Zod.ZodString; alertsContextCount: Zod.ZodOptional; createdAt: Zod.ZodString; replacements: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodString, \"strip\">>>; users: Zod.ZodArray; name: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { id?: string | undefined; name?: string | undefined; }, { id?: string | undefined; name?: string | undefined; }>, \"many\">; status: Zod.ZodEnum<[\"running\", \"succeeded\", \"failed\", \"canceled\"]>; attackDiscoveries: Zod.ZodArray; id: Zod.ZodOptional; detailsMarkdown: Zod.ZodString; entitySummaryMarkdown: Zod.ZodOptional; mitreAttackTactics: Zod.ZodOptional>; summaryMarkdown: Zod.ZodString; title: Zod.ZodString; timestamp: Zod.ZodOptional>; }, \"strip\", Zod.ZodTypeAny, { title: string; alertIds: string[]; detailsMarkdown: string; summaryMarkdown: string; id?: string | undefined; timestamp?: string | undefined; entitySummaryMarkdown?: string | undefined; mitreAttackTactics?: string[] | undefined; }, { title: string; alertIds: string[]; detailsMarkdown: string; summaryMarkdown: string; id?: string | undefined; timestamp?: string | undefined; entitySummaryMarkdown?: string | undefined; mitreAttackTactics?: string[] | undefined; }>, \"many\">; apiConfig: Zod.ZodObject<{ connectorId: Zod.ZodString; actionTypeId: Zod.ZodString; defaultSystemPromptId: Zod.ZodOptional; provider: Zod.ZodOptional>; model: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { connectorId: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }, { connectorId: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }>; namespace: Zod.ZodString; backingIndex: Zod.ZodString; generationIntervals: Zod.ZodArray, \"many\">; averageIntervalMs: Zod.ZodNumber; failureReason: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { id: string; namespace: string; createdAt: string; updatedAt: string; status: \"running\" | \"succeeded\" | \"failed\" | \"canceled\"; users: { id?: string | undefined; name?: string | undefined; }[]; apiConfig: { connectorId: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; lastViewedAt: string; attackDiscoveries: { title: string; alertIds: string[]; detailsMarkdown: string; summaryMarkdown: string; id?: string | undefined; timestamp?: string | undefined; entitySummaryMarkdown?: string | undefined; mitreAttackTactics?: string[] | undefined; }[]; backingIndex: string; generationIntervals: { date: string; durationMs: number; }[]; averageIntervalMs: number; timestamp?: string | undefined; failureReason?: string | undefined; replacements?: Zod.objectOutputType<{}, Zod.ZodString, \"strip\"> | undefined; alertsContextCount?: number | undefined; }, { id: string; namespace: string; createdAt: string; updatedAt: string; status: \"running\" | \"succeeded\" | \"failed\" | \"canceled\"; users: { id?: string | undefined; name?: string | undefined; }[]; apiConfig: { connectorId: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; lastViewedAt: string; attackDiscoveries: { title: string; alertIds: string[]; detailsMarkdown: string; summaryMarkdown: string; id?: string | undefined; timestamp?: string | undefined; entitySummaryMarkdown?: string | undefined; mitreAttackTactics?: string[] | undefined; }[]; backingIndex: string; generationIntervals: { date: string; durationMs: number; }[]; averageIntervalMs: number; timestamp?: string | undefined; failureReason?: string | undefined; replacements?: Zod.objectInputType<{}, Zod.ZodString, \"strip\"> | undefined; alertsContextCount?: number | undefined; }>>; stats: Zod.ZodArray; }, \"strip\", Zod.ZodTypeAny, { connectorId: string; count: number; status: \"running\" | \"succeeded\" | \"failed\" | \"canceled\"; hasViewed: boolean; }, { connectorId: string; count: number; status: \"running\" | \"succeeded\" | \"failed\" | \"canceled\"; hasViewed: boolean; }>, \"many\">; }, \"strip\", Zod.ZodTypeAny, { stats: { connectorId: string; count: number; status: \"running\" | \"succeeded\" | \"failed\" | \"canceled\"; hasViewed: boolean; }[]; data?: { id: string; namespace: string; createdAt: string; updatedAt: string; status: \"running\" | \"succeeded\" | \"failed\" | \"canceled\"; users: { id?: string | undefined; name?: string | undefined; }[]; apiConfig: { connectorId: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; lastViewedAt: string; attackDiscoveries: { title: string; alertIds: string[]; detailsMarkdown: string; summaryMarkdown: string; id?: string | undefined; timestamp?: string | undefined; entitySummaryMarkdown?: string | undefined; mitreAttackTactics?: string[] | undefined; }[]; backingIndex: string; generationIntervals: { date: string; durationMs: number; }[]; averageIntervalMs: number; timestamp?: string | undefined; failureReason?: string | undefined; replacements?: Zod.objectOutputType<{}, Zod.ZodString, \"strip\"> | undefined; alertsContextCount?: number | undefined; } | undefined; }, { stats: { connectorId: string; count: number; status: \"running\" | \"succeeded\" | \"failed\" | \"canceled\"; hasViewed: boolean; }[]; data?: { id: string; namespace: string; createdAt: string; updatedAt: string; status: \"running\" | \"succeeded\" | \"failed\" | \"canceled\"; users: { id?: string | undefined; name?: string | undefined; }[]; apiConfig: { connectorId: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; lastViewedAt: string; attackDiscoveries: { title: string; alertIds: string[]; detailsMarkdown: string; summaryMarkdown: string; id?: string | undefined; timestamp?: string | undefined; entitySummaryMarkdown?: string | undefined; mitreAttackTactics?: string[] | undefined; }[]; backingIndex: string; generationIntervals: { date: string; durationMs: number; }[]; averageIntervalMs: number; timestamp?: string | undefined; failureReason?: string | undefined; replacements?: Zod.objectInputType<{}, Zod.ZodString, \"strip\"> | undefined; alertsContextCount?: number | undefined; } | undefined; }>" - ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/get_attack_discovery_route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/crud_attack_discovery_schedules_route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "@kbn/elastic-assistant-common", - "id": "def-common.AttackDiscoveryPostRequestBody", + "id": "def-common.AttackDiscoveryPostInternalRequestBody", "type": "Object", "tags": [], - "label": "AttackDiscoveryPostRequestBody", + "label": "AttackDiscoveryPostInternalRequestBody", "description": [], "signature": [ "Zod.ZodObject<{ alertsIndexPattern: Zod.ZodString; anonymizationFields: Zod.ZodArray; timestamp: Zod.ZodOptional>; field: Zod.ZodString; allowed: Zod.ZodOptional; anonymized: Zod.ZodOptional; updatedAt: Zod.ZodOptional; updatedBy: Zod.ZodOptional; createdAt: Zod.ZodOptional; createdBy: Zod.ZodOptional; namespace: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { id: string; field: string; namespace?: string | undefined; timestamp?: string | undefined; createdBy?: string | undefined; updatedBy?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; allowed?: boolean | undefined; anonymized?: boolean | undefined; }, { id: string; field: string; namespace?: string | undefined; timestamp?: string | undefined; createdBy?: string | undefined; updatedBy?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; allowed?: boolean | undefined; anonymized?: boolean | undefined; }>, \"many\">; apiConfig: Zod.ZodObject<{ connectorId: Zod.ZodString; actionTypeId: Zod.ZodString; defaultSystemPromptId: Zod.ZodOptional; provider: Zod.ZodOptional>; model: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { connectorId: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }, { connectorId: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }>; connectorName: Zod.ZodOptional; end: Zod.ZodOptional; filter: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>>; langSmithProject: Zod.ZodOptional; langSmithApiKey: Zod.ZodOptional; model: Zod.ZodOptional; replacements: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodString, \"strip\">>>; size: Zod.ZodNumber; start: Zod.ZodOptional; subAction: Zod.ZodEnum<[\"invokeAI\", \"invokeStream\"]>; }, \"strip\", Zod.ZodTypeAny, { size: number; subAction: \"invokeAI\" | \"invokeStream\"; alertsIndexPattern: string; anonymizationFields: { id: string; field: string; namespace?: string | undefined; timestamp?: string | undefined; createdBy?: string | undefined; updatedBy?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; allowed?: boolean | undefined; anonymized?: boolean | undefined; }[]; apiConfig: { connectorId: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; filter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; connectorName?: string | undefined; model?: string | undefined; replacements?: Zod.objectOutputType<{}, Zod.ZodString, \"strip\"> | undefined; langSmithProject?: string | undefined; langSmithApiKey?: string | undefined; }, { size: number; subAction: \"invokeAI\" | \"invokeStream\"; alertsIndexPattern: string; anonymizationFields: { id: string; field: string; namespace?: string | undefined; timestamp?: string | undefined; createdBy?: string | undefined; updatedBy?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; allowed?: boolean | undefined; anonymized?: boolean | undefined; }[]; apiConfig: { connectorId: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; filter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; connectorName?: string | undefined; model?: string | undefined; replacements?: Zod.objectInputType<{}, Zod.ZodString, \"strip\"> | undefined; langSmithProject?: string | undefined; langSmithApiKey?: string | undefined; }>" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/post_attack_discovery_route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/post/post_attack_discovery_route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "@kbn/elastic-assistant-common", - "id": "def-common.AttackDiscoveryPostResponse", + "id": "def-common.AttackDiscoveryPostInternalResponse", "type": "Object", "tags": [], - "label": "AttackDiscoveryPostResponse", + "label": "AttackDiscoveryPostInternalResponse", "description": [], "signature": [ "Zod.ZodObject<{ id: Zod.ZodEffects; timestamp: Zod.ZodOptional>; updatedAt: Zod.ZodString; lastViewedAt: Zod.ZodString; alertsContextCount: Zod.ZodOptional; createdAt: Zod.ZodString; replacements: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodString, \"strip\">>>; users: Zod.ZodArray; name: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { id?: string | undefined; name?: string | undefined; }, { id?: string | undefined; name?: string | undefined; }>, \"many\">; status: Zod.ZodEnum<[\"running\", \"succeeded\", \"failed\", \"canceled\"]>; attackDiscoveries: Zod.ZodArray; id: Zod.ZodOptional; detailsMarkdown: Zod.ZodString; entitySummaryMarkdown: Zod.ZodOptional; mitreAttackTactics: Zod.ZodOptional>; summaryMarkdown: Zod.ZodString; title: Zod.ZodString; timestamp: Zod.ZodOptional>; }, \"strip\", Zod.ZodTypeAny, { title: string; alertIds: string[]; detailsMarkdown: string; summaryMarkdown: string; id?: string | undefined; timestamp?: string | undefined; entitySummaryMarkdown?: string | undefined; mitreAttackTactics?: string[] | undefined; }, { title: string; alertIds: string[]; detailsMarkdown: string; summaryMarkdown: string; id?: string | undefined; timestamp?: string | undefined; entitySummaryMarkdown?: string | undefined; mitreAttackTactics?: string[] | undefined; }>, \"many\">; apiConfig: Zod.ZodObject<{ connectorId: Zod.ZodString; actionTypeId: Zod.ZodString; defaultSystemPromptId: Zod.ZodOptional; provider: Zod.ZodOptional>; model: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { connectorId: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }, { connectorId: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }>; namespace: Zod.ZodString; backingIndex: Zod.ZodString; generationIntervals: Zod.ZodArray, \"many\">; averageIntervalMs: Zod.ZodNumber; failureReason: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { id: string; namespace: string; createdAt: string; updatedAt: string; status: \"running\" | \"succeeded\" | \"failed\" | \"canceled\"; users: { id?: string | undefined; name?: string | undefined; }[]; apiConfig: { connectorId: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; lastViewedAt: string; attackDiscoveries: { title: string; alertIds: string[]; detailsMarkdown: string; summaryMarkdown: string; id?: string | undefined; timestamp?: string | undefined; entitySummaryMarkdown?: string | undefined; mitreAttackTactics?: string[] | undefined; }[]; backingIndex: string; generationIntervals: { date: string; durationMs: number; }[]; averageIntervalMs: number; timestamp?: string | undefined; failureReason?: string | undefined; replacements?: Zod.objectOutputType<{}, Zod.ZodString, \"strip\"> | undefined; alertsContextCount?: number | undefined; }, { id: string; namespace: string; createdAt: string; updatedAt: string; status: \"running\" | \"succeeded\" | \"failed\" | \"canceled\"; users: { id?: string | undefined; name?: string | undefined; }[]; apiConfig: { connectorId: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; lastViewedAt: string; attackDiscoveries: { title: string; alertIds: string[]; detailsMarkdown: string; summaryMarkdown: string; id?: string | undefined; timestamp?: string | undefined; entitySummaryMarkdown?: string | undefined; mitreAttackTactics?: string[] | undefined; }[]; backingIndex: string; generationIntervals: { date: string; durationMs: number; }[]; averageIntervalMs: number; timestamp?: string | undefined; failureReason?: string | undefined; replacements?: Zod.objectInputType<{}, Zod.ZodString, \"strip\"> | undefined; alertsContextCount?: number | undefined; }>" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/post_attack_discovery_route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/post/post_attack_discovery_route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -8742,7 +9492,7 @@ "signature": [ "Zod.ZodObject<{ id: Zod.ZodString; name: Zod.ZodString; createdBy: Zod.ZodString; updatedBy: Zod.ZodString; createdAt: Zod.ZodString; updatedAt: Zod.ZodString; enabled: Zod.ZodBoolean; params: Zod.ZodObject<{ alertsIndexPattern: Zod.ZodString; apiConfig: Zod.ZodObject; provider: Zod.ZodOptional>; model: Zod.ZodOptional; }, { name: Zod.ZodString; }>, \"strip\", Zod.ZodTypeAny, { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }, { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }>; end: Zod.ZodOptional; query: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>]>; language: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; }, { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; }>>; filters: Zod.ZodOptional>; combinedFilter: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>>; size: Zod.ZodNumber; start: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }, { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }>; schedule: Zod.ZodObject<{ interval: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { interval: string; }, { interval: string; }>; actions: Zod.ZodArray; id: Zod.ZodString; params: Zod.ZodObject<{}, \"strip\", Zod.ZodUnknown, Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>; uuid: Zod.ZodOptional>; alertsFilter: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>>; frequency: Zod.ZodOptional; throttle: Zod.ZodNullable; }, \"strip\", Zod.ZodTypeAny, { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; }, { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; }>>; }, \"strip\", Zod.ZodTypeAny, { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }, { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }>, \"many\">; lastExecution: Zod.ZodOptional; status: Zod.ZodEnum<[\"ok\", \"active\", \"error\", \"unknown\", \"warning\"]>; message: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; }, { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; }>>; }, \"strip\", Zod.ZodTypeAny, { params: { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; id: string; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }[]; enabled: boolean; schedule: { interval: string; }; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; lastExecution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }, { params: { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; id: string; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }[]; enabled: boolean; schedule: { interval: string; }; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; lastExecution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }>" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/schedules.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/schedules.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -8757,7 +9507,7 @@ "signature": [ "Zod.ZodObject<{ actionTypeId: Zod.ZodString; group: Zod.ZodOptional; id: Zod.ZodString; params: Zod.ZodObject<{}, \"strip\", Zod.ZodUnknown, Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>; uuid: Zod.ZodOptional>; alertsFilter: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>>; frequency: Zod.ZodOptional; throttle: Zod.ZodNullable; }, \"strip\", Zod.ZodTypeAny, { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; }, { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; }>>; }, \"strip\", Zod.ZodTypeAny, { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }, { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }>" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/schedules.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/schedules.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -8772,7 +9522,7 @@ "signature": [ "Zod.ZodObject<{}, \"strip\", Zod.ZodUnknown, Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/schedules.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/schedules.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -8787,7 +9537,7 @@ "signature": [ "Zod.ZodObject<{ summary: Zod.ZodBoolean; notifyWhen: Zod.ZodEnum<[\"onActiveAlert\", \"onThrottleInterval\", \"onActionGroupChange\"]>; throttle: Zod.ZodNullable; }, \"strip\", Zod.ZodTypeAny, { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; }, { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; }>" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/schedules.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/schedules.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -8802,7 +9552,7 @@ "signature": [ "Zod.ZodString" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/schedules.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/schedules.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -8817,7 +9567,7 @@ "signature": [ "Zod.ZodString" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/schedules.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/schedules.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -8832,7 +9582,7 @@ "signature": [ "Zod.ZodEnum<[\"onActiveAlert\", \"onThrottleInterval\", \"onActionGroupChange\"]>" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/schedules.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/schedules.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -8847,7 +9597,7 @@ "signature": [ "{ onActionGroupChange: \"onActionGroupChange\"; onActiveAlert: \"onActiveAlert\"; onThrottleInterval: \"onThrottleInterval\"; }" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/schedules.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/schedules.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -8862,7 +9612,7 @@ "signature": [ "Zod.ZodObject<{}, \"strip\", Zod.ZodUnknown, Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/schedules.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/schedules.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -8877,7 +9627,7 @@ "signature": [ "Zod.ZodString" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/schedules.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/schedules.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -8892,7 +9642,7 @@ "signature": [ "Zod.ZodObject<{ name: Zod.ZodString; enabled: Zod.ZodOptional; params: Zod.ZodObject<{ alertsIndexPattern: Zod.ZodString; apiConfig: Zod.ZodObject; provider: Zod.ZodOptional>; model: Zod.ZodOptional; }, { name: Zod.ZodString; }>, \"strip\", Zod.ZodTypeAny, { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }, { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }>; end: Zod.ZodOptional; query: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>]>; language: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; }, { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; }>>; filters: Zod.ZodOptional>; combinedFilter: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>>; size: Zod.ZodNumber; start: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }, { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }>; schedule: Zod.ZodObject<{ interval: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { interval: string; }, { interval: string; }>; actions: Zod.ZodOptional; id: Zod.ZodString; params: Zod.ZodObject<{}, \"strip\", Zod.ZodUnknown, Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>; uuid: Zod.ZodOptional>; alertsFilter: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>>; frequency: Zod.ZodOptional; throttle: Zod.ZodNullable; }, \"strip\", Zod.ZodTypeAny, { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; }, { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; }>>; }, \"strip\", Zod.ZodTypeAny, { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }, { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }>, \"many\">>; }, \"strip\", Zod.ZodTypeAny, { params: { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; name: string; schedule: { interval: string; }; actions?: { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }[] | undefined; enabled?: boolean | undefined; }, { params: { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; name: string; schedule: { interval: string; }; actions?: { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }[] | undefined; enabled?: boolean | undefined; }>" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/schedules.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/schedules.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -8907,7 +9657,7 @@ "signature": [ "Zod.ZodObject<{ date: Zod.ZodString; duration: Zod.ZodOptional; status: Zod.ZodEnum<[\"ok\", \"active\", \"error\", \"unknown\", \"warning\"]>; message: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; }, { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; }>" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/schedules.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/schedules.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -8922,7 +9672,7 @@ "signature": [ "Zod.ZodEnum<[\"ok\", \"active\", \"error\", \"unknown\", \"warning\"]>" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/schedules.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/schedules.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -8937,7 +9687,7 @@ "signature": [ "{ unknown: \"unknown\"; ok: \"ok\"; error: \"error\"; active: \"active\"; warning: \"warning\"; }" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/schedules.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/schedules.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -8952,7 +9702,7 @@ "signature": [ "Zod.ZodObject<{ alertsIndexPattern: Zod.ZodString; apiConfig: Zod.ZodObject; provider: Zod.ZodOptional>; model: Zod.ZodOptional; }, { name: Zod.ZodString; }>, \"strip\", Zod.ZodTypeAny, { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }, { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }>; end: Zod.ZodOptional; query: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>]>; language: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; }, { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; }>>; filters: Zod.ZodOptional>; combinedFilter: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>>; size: Zod.ZodNumber; start: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }, { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }>" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/schedules.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/schedules.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -8967,7 +9717,7 @@ "signature": [ "Zod.ZodObject<{ name: Zod.ZodString; params: Zod.ZodObject<{ alertsIndexPattern: Zod.ZodString; apiConfig: Zod.ZodObject; provider: Zod.ZodOptional>; model: Zod.ZodOptional; }, { name: Zod.ZodString; }>, \"strip\", Zod.ZodTypeAny, { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }, { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }>; end: Zod.ZodOptional; query: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>]>; language: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; }, { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; }>>; filters: Zod.ZodOptional>; combinedFilter: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>>; size: Zod.ZodNumber; start: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }, { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }>; schedule: Zod.ZodObject<{ interval: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { interval: string; }, { interval: string; }>; actions: Zod.ZodArray; id: Zod.ZodString; params: Zod.ZodObject<{}, \"strip\", Zod.ZodUnknown, Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>; uuid: Zod.ZodOptional>; alertsFilter: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>>; frequency: Zod.ZodOptional; throttle: Zod.ZodNullable; }, \"strip\", Zod.ZodTypeAny, { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; }, { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; }>>; }, \"strip\", Zod.ZodTypeAny, { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }, { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }>, \"many\">; }, \"strip\", Zod.ZodTypeAny, { params: { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }[]; schedule: { interval: string; }; }, { params: { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }[]; schedule: { interval: string; }; }>" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/schedules.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/schedules.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -9032,21 +9782,6 @@ "trackAdoption": false, "initialIsOpen": false }, - { - "parentPluginId": "@kbn/elastic-assistant-common", - "id": "def-common.AttackDiscoveryUpdateProps", - "type": "Object", - "tags": [], - "label": "AttackDiscoveryUpdateProps", - "description": [], - "signature": [ - "Zod.ZodObject<{ id: Zod.ZodEffects; apiConfig: Zod.ZodOptional; provider: Zod.ZodOptional>; model: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { connectorId: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }, { connectorId: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }>>; alertsContextCount: Zod.ZodOptional; attackDiscoveries: Zod.ZodOptional; id: Zod.ZodOptional; detailsMarkdown: Zod.ZodString; entitySummaryMarkdown: Zod.ZodOptional; mitreAttackTactics: Zod.ZodOptional>; summaryMarkdown: Zod.ZodString; title: Zod.ZodString; timestamp: Zod.ZodOptional>; }, \"strip\", Zod.ZodTypeAny, { title: string; alertIds: string[]; detailsMarkdown: string; summaryMarkdown: string; id?: string | undefined; timestamp?: string | undefined; entitySummaryMarkdown?: string | undefined; mitreAttackTactics?: string[] | undefined; }, { title: string; alertIds: string[]; detailsMarkdown: string; summaryMarkdown: string; id?: string | undefined; timestamp?: string | undefined; entitySummaryMarkdown?: string | undefined; mitreAttackTactics?: string[] | undefined; }>, \"many\">>; status: Zod.ZodOptional>; replacements: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodString, \"strip\">>>; generationIntervals: Zod.ZodOptional, \"many\">>; backingIndex: Zod.ZodString; failureReason: Zod.ZodOptional; lastViewedAt: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { id: string; backingIndex: string; status?: \"running\" | \"succeeded\" | \"failed\" | \"canceled\" | undefined; failureReason?: string | undefined; replacements?: Zod.objectOutputType<{}, Zod.ZodString, \"strip\"> | undefined; apiConfig?: { connectorId: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; } | undefined; lastViewedAt?: string | undefined; alertsContextCount?: number | undefined; attackDiscoveries?: { title: string; alertIds: string[]; detailsMarkdown: string; summaryMarkdown: string; id?: string | undefined; timestamp?: string | undefined; entitySummaryMarkdown?: string | undefined; mitreAttackTactics?: string[] | undefined; }[] | undefined; generationIntervals?: { date: string; durationMs: number; }[] | undefined; }, { id: string; backingIndex: string; status?: \"running\" | \"succeeded\" | \"failed\" | \"canceled\" | undefined; failureReason?: string | undefined; replacements?: Zod.objectInputType<{}, Zod.ZodString, \"strip\"> | undefined; apiConfig?: { connectorId: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; } | undefined; lastViewedAt?: string | undefined; alertsContextCount?: number | undefined; attackDiscoveries?: { title: string; alertIds: string[]; detailsMarkdown: string; summaryMarkdown: string; id?: string | undefined; timestamp?: string | undefined; entitySummaryMarkdown?: string | undefined; mitreAttackTactics?: string[] | undefined; }[] | undefined; generationIntervals?: { date: string; durationMs: number; }[] | undefined; }>" - ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/common_attributes.gen.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, { "parentPluginId": "@kbn/elastic-assistant-common", "id": "def-common.BaseContentReference", @@ -9477,13 +10212,43 @@ "label": "CreateAttackDiscoveryAlertsParams", "description": [], "signature": [ - "Zod.ZodObject<{ alertsContextCount: Zod.ZodNumber; anonymizedAlerts: Zod.ZodArray; metadata: Zod.ZodObject<{}, \"strip\", Zod.ZodTypeAny, {}, {}>; pageContent: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { metadata: {}; pageContent: string; id?: string | undefined; }, { metadata: {}; pageContent: string; id?: string | undefined; }>, \"many\">; apiConfig: Zod.ZodObject<{ connectorId: Zod.ZodString; actionTypeId: Zod.ZodString; defaultSystemPromptId: Zod.ZodOptional; provider: Zod.ZodOptional>; model: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { connectorId: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }, { connectorId: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }>; attackDiscoveries: Zod.ZodArray; id: Zod.ZodOptional; detailsMarkdown: Zod.ZodString; entitySummaryMarkdown: Zod.ZodOptional; mitreAttackTactics: Zod.ZodOptional>; summaryMarkdown: Zod.ZodString; title: Zod.ZodString; timestamp: Zod.ZodOptional>; }, \"strip\", Zod.ZodTypeAny, { title: string; alertIds: string[]; detailsMarkdown: string; summaryMarkdown: string; id?: string | undefined; timestamp?: string | undefined; entitySummaryMarkdown?: string | undefined; mitreAttackTactics?: string[] | undefined; }, { title: string; alertIds: string[]; detailsMarkdown: string; summaryMarkdown: string; id?: string | undefined; timestamp?: string | undefined; entitySummaryMarkdown?: string | undefined; mitreAttackTactics?: string[] | undefined; }>, \"many\">; connectorName: Zod.ZodString; generationUuid: Zod.ZodString; replacements: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodString, \"strip\">>>; }, \"strip\", Zod.ZodTypeAny, { connectorName: string; apiConfig: { connectorId: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; generationUuid: string; alertsContextCount: number; attackDiscoveries: { title: string; alertIds: string[]; detailsMarkdown: string; summaryMarkdown: string; id?: string | undefined; timestamp?: string | undefined; entitySummaryMarkdown?: string | undefined; mitreAttackTactics?: string[] | undefined; }[]; anonymizedAlerts: { metadata: {}; pageContent: string; id?: string | undefined; }[]; replacements?: Zod.objectOutputType<{}, Zod.ZodString, \"strip\"> | undefined; }, { connectorName: string; apiConfig: { connectorId: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; generationUuid: string; alertsContextCount: number; attackDiscoveries: { title: string; alertIds: string[]; detailsMarkdown: string; summaryMarkdown: string; id?: string | undefined; timestamp?: string | undefined; entitySummaryMarkdown?: string | undefined; mitreAttackTactics?: string[] | undefined; }[]; anonymizedAlerts: { metadata: {}; pageContent: string; id?: string | undefined; }[]; replacements?: Zod.objectInputType<{}, Zod.ZodString, \"strip\"> | undefined; }>" + "Zod.ZodObject<{ alertsContextCount: Zod.ZodNumber; anonymizedAlerts: Zod.ZodArray; metadata: Zod.ZodObject<{}, \"strip\", Zod.ZodTypeAny, {}, {}>; pageContent: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { metadata: {}; pageContent: string; id?: string | undefined; }, { metadata: {}; pageContent: string; id?: string | undefined; }>, \"many\">; apiConfig: Zod.ZodObject<{ connectorId: Zod.ZodString; actionTypeId: Zod.ZodString; defaultSystemPromptId: Zod.ZodOptional; provider: Zod.ZodOptional>; model: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { connectorId: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }, { connectorId: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }>; attackDiscoveries: Zod.ZodArray; id: Zod.ZodOptional; detailsMarkdown: Zod.ZodString; entitySummaryMarkdown: Zod.ZodOptional; mitreAttackTactics: Zod.ZodOptional>; summaryMarkdown: Zod.ZodString; title: Zod.ZodString; timestamp: Zod.ZodOptional>; }, \"strip\", Zod.ZodTypeAny, { title: string; alertIds: string[]; detailsMarkdown: string; summaryMarkdown: string; id?: string | undefined; timestamp?: string | undefined; entitySummaryMarkdown?: string | undefined; mitreAttackTactics?: string[] | undefined; }, { title: string; alertIds: string[]; detailsMarkdown: string; summaryMarkdown: string; id?: string | undefined; timestamp?: string | undefined; entitySummaryMarkdown?: string | undefined; mitreAttackTactics?: string[] | undefined; }>, \"many\">; connectorName: Zod.ZodString; enableFieldRendering: Zod.ZodBoolean; generationUuid: Zod.ZodString; replacements: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodString, \"strip\">>>; withReplacements: Zod.ZodBoolean; }, \"strip\", Zod.ZodTypeAny, { connectorName: string; apiConfig: { connectorId: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; generationUuid: string; alertsContextCount: number; attackDiscoveries: { title: string; alertIds: string[]; detailsMarkdown: string; summaryMarkdown: string; id?: string | undefined; timestamp?: string | undefined; entitySummaryMarkdown?: string | undefined; mitreAttackTactics?: string[] | undefined; }[]; anonymizedAlerts: { metadata: {}; pageContent: string; id?: string | undefined; }[]; enableFieldRendering: boolean; withReplacements: boolean; replacements?: Zod.objectOutputType<{}, Zod.ZodString, \"strip\"> | undefined; }, { connectorName: string; apiConfig: { connectorId: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; generationUuid: string; alertsContextCount: number; attackDiscoveries: { title: string; alertIds: string[]; detailsMarkdown: string; summaryMarkdown: string; id?: string | undefined; timestamp?: string | undefined; entitySummaryMarkdown?: string | undefined; mitreAttackTactics?: string[] | undefined; }[]; anonymizedAlerts: { metadata: {}; pageContent: string; id?: string | undefined; }[]; enableFieldRendering: boolean; withReplacements: boolean; replacements?: Zod.objectInputType<{}, Zod.ZodString, \"strip\"> | undefined; }>" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/common_attributes.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.CreateAttackDiscoverySchedulesInternalRequestBody", + "type": "Object", + "tags": [], + "label": "CreateAttackDiscoverySchedulesInternalRequestBody", + "description": [], + "signature": [ + "Zod.ZodObject<{ name: Zod.ZodString; enabled: Zod.ZodOptional; params: Zod.ZodObject<{ alertsIndexPattern: Zod.ZodString; apiConfig: Zod.ZodObject; provider: Zod.ZodOptional>; model: Zod.ZodOptional; }, { name: Zod.ZodString; }>, \"strip\", Zod.ZodTypeAny, { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }, { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }>; end: Zod.ZodOptional; query: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>]>; language: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; }, { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; }>>; filters: Zod.ZodOptional>; combinedFilter: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>>; size: Zod.ZodNumber; start: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }, { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }>; schedule: Zod.ZodObject<{ interval: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { interval: string; }, { interval: string; }>; actions: Zod.ZodOptional; id: Zod.ZodString; params: Zod.ZodObject<{}, \"strip\", Zod.ZodUnknown, Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>; uuid: Zod.ZodOptional>; alertsFilter: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>>; frequency: Zod.ZodOptional; throttle: Zod.ZodNullable; }, \"strip\", Zod.ZodTypeAny, { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; }, { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; }>>; }, \"strip\", Zod.ZodTypeAny, { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }, { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }>, \"many\">>; }, \"strip\", Zod.ZodTypeAny, { params: { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; name: string; schedule: { interval: string; }; actions?: { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }[] | undefined; enabled?: boolean | undefined; }, { params: { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; name: string; schedule: { interval: string; }; actions?: { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }[] | undefined; enabled?: boolean | undefined; }>" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/crud_attack_discovery_schedules_route.gen.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.CreateAttackDiscoverySchedulesInternalResponse", + "type": "Object", + "tags": [], + "label": "CreateAttackDiscoverySchedulesInternalResponse", + "description": [], + "signature": [ + "Zod.ZodObject<{ id: Zod.ZodString; name: Zod.ZodString; createdBy: Zod.ZodString; updatedBy: Zod.ZodString; createdAt: Zod.ZodString; updatedAt: Zod.ZodString; enabled: Zod.ZodBoolean; params: Zod.ZodObject<{ alertsIndexPattern: Zod.ZodString; apiConfig: Zod.ZodObject; provider: Zod.ZodOptional>; model: Zod.ZodOptional; }, { name: Zod.ZodString; }>, \"strip\", Zod.ZodTypeAny, { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }, { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }>; end: Zod.ZodOptional; query: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>]>; language: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; }, { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; }>>; filters: Zod.ZodOptional>; combinedFilter: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>>; size: Zod.ZodNumber; start: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }, { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }>; schedule: Zod.ZodObject<{ interval: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { interval: string; }, { interval: string; }>; actions: Zod.ZodArray; id: Zod.ZodString; params: Zod.ZodObject<{}, \"strip\", Zod.ZodUnknown, Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>; uuid: Zod.ZodOptional>; alertsFilter: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>>; frequency: Zod.ZodOptional; throttle: Zod.ZodNullable; }, \"strip\", Zod.ZodTypeAny, { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; }, { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; }>>; }, \"strip\", Zod.ZodTypeAny, { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }, { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }>, \"many\">; lastExecution: Zod.ZodOptional; status: Zod.ZodEnum<[\"ok\", \"active\", \"error\", \"unknown\", \"warning\"]>; message: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; }, { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; }>>; }, \"strip\", Zod.ZodTypeAny, { params: { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; id: string; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }[]; enabled: boolean; schedule: { interval: string; }; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; lastExecution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }, { params: { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; id: string; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }[]; enabled: boolean; schedule: { interval: string; }; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; lastExecution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }>" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/crud_attack_discovery_schedules_route.gen.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, { "parentPluginId": "@kbn/elastic-assistant-common", "id": "def-common.CreateAttackDiscoverySchedulesRequestBody", @@ -9492,9 +10257,9 @@ "label": "CreateAttackDiscoverySchedulesRequestBody", "description": [], "signature": [ - "Zod.ZodObject<{ name: Zod.ZodString; enabled: Zod.ZodOptional; params: Zod.ZodObject<{ alertsIndexPattern: Zod.ZodString; apiConfig: Zod.ZodObject; provider: Zod.ZodOptional>; model: Zod.ZodOptional; }, { name: Zod.ZodString; }>, \"strip\", Zod.ZodTypeAny, { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }, { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }>; end: Zod.ZodOptional; query: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>]>; language: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; }, { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; }>>; filters: Zod.ZodOptional>; combinedFilter: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>>; size: Zod.ZodNumber; start: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }, { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }>; schedule: Zod.ZodObject<{ interval: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { interval: string; }, { interval: string; }>; actions: Zod.ZodOptional; id: Zod.ZodString; params: Zod.ZodObject<{}, \"strip\", Zod.ZodUnknown, Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>; uuid: Zod.ZodOptional>; alertsFilter: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>>; frequency: Zod.ZodOptional; throttle: Zod.ZodNullable; }, \"strip\", Zod.ZodTypeAny, { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; }, { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; }>>; }, \"strip\", Zod.ZodTypeAny, { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }, { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }>, \"many\">>; }, \"strip\", Zod.ZodTypeAny, { params: { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; name: string; schedule: { interval: string; }; actions?: { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }[] | undefined; enabled?: boolean | undefined; }, { params: { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; name: string; schedule: { interval: string; }; actions?: { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }[] | undefined; enabled?: boolean | undefined; }>" + "Zod.ZodObject<{ name: Zod.ZodString; enabled: Zod.ZodOptional; params: Zod.ZodObject<{ alerts_index_pattern: Zod.ZodString; api_config: Zod.ZodObject; provider: Zod.ZodOptional>; model: Zod.ZodOptional; }, { name: Zod.ZodString; }>, \"strip\", Zod.ZodTypeAny, { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }, { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }>; end: Zod.ZodOptional; query: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>]>; language: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; }, { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; }>>; filters: Zod.ZodOptional>; combined_filter: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>>; size: Zod.ZodNumber; start: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { size: number; alerts_index_pattern: string; api_config: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combined_filter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }, { size: number; alerts_index_pattern: string; api_config: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combined_filter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }>; schedule: Zod.ZodObject<{ interval: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { interval: string; }, { interval: string; }>; actions: Zod.ZodOptional; id: Zod.ZodString; params: Zod.ZodObject<{}, \"strip\", Zod.ZodUnknown, Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>; uuid: Zod.ZodOptional>; alerts_filter: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>>; frequency: Zod.ZodOptional; throttle: Zod.ZodNullable; }, \"strip\", Zod.ZodTypeAny, { throttle: string | null; summary: boolean; notify_when: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; }, { throttle: string | null; summary: boolean; notify_when: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; }>>; }, \"strip\", Zod.ZodTypeAny, { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; summary: boolean; notify_when: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }, { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; summary: boolean; notify_when: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }>, \"many\">>; }, \"strip\", Zod.ZodTypeAny, { params: { size: number; alerts_index_pattern: string; api_config: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combined_filter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; name: string; schedule: { interval: string; }; actions?: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; summary: boolean; notify_when: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }[] | undefined; enabled?: boolean | undefined; }, { params: { size: number; alerts_index_pattern: string; api_config: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combined_filter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; name: string; schedule: { interval: string; }; actions?: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; summary: boolean; notify_when: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }[] | undefined; enabled?: boolean | undefined; }>" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/crud_attack_discovery_schedules_route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/schedules/crud_attack_discovery_schedules_route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -9507,9 +10272,9 @@ "label": "CreateAttackDiscoverySchedulesResponse", "description": [], "signature": [ - "Zod.ZodObject<{ id: Zod.ZodString; name: Zod.ZodString; createdBy: Zod.ZodString; updatedBy: Zod.ZodString; createdAt: Zod.ZodString; updatedAt: Zod.ZodString; enabled: Zod.ZodBoolean; params: Zod.ZodObject<{ alertsIndexPattern: Zod.ZodString; apiConfig: Zod.ZodObject; provider: Zod.ZodOptional>; model: Zod.ZodOptional; }, { name: Zod.ZodString; }>, \"strip\", Zod.ZodTypeAny, { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }, { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }>; end: Zod.ZodOptional; query: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>]>; language: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; }, { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; }>>; filters: Zod.ZodOptional>; combinedFilter: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>>; size: Zod.ZodNumber; start: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }, { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }>; schedule: Zod.ZodObject<{ interval: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { interval: string; }, { interval: string; }>; actions: Zod.ZodArray; id: Zod.ZodString; params: Zod.ZodObject<{}, \"strip\", Zod.ZodUnknown, Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>; uuid: Zod.ZodOptional>; alertsFilter: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>>; frequency: Zod.ZodOptional; throttle: Zod.ZodNullable; }, \"strip\", Zod.ZodTypeAny, { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; }, { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; }>>; }, \"strip\", Zod.ZodTypeAny, { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }, { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }>, \"many\">; lastExecution: Zod.ZodOptional; status: Zod.ZodEnum<[\"ok\", \"active\", \"error\", \"unknown\", \"warning\"]>; message: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; }, { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; }>>; }, \"strip\", Zod.ZodTypeAny, { params: { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; id: string; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }[]; enabled: boolean; schedule: { interval: string; }; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; lastExecution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }, { params: { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; id: string; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }[]; enabled: boolean; schedule: { interval: string; }; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; lastExecution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }>" + "Zod.ZodObject<{ id: Zod.ZodString; name: Zod.ZodString; created_by: Zod.ZodString; updated_by: Zod.ZodString; created_at: Zod.ZodString; updated_at: Zod.ZodString; enabled: Zod.ZodBoolean; params: Zod.ZodObject<{ alerts_index_pattern: Zod.ZodString; api_config: Zod.ZodObject; provider: Zod.ZodOptional>; model: Zod.ZodOptional; }, { name: Zod.ZodString; }>, \"strip\", Zod.ZodTypeAny, { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }, { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }>; end: Zod.ZodOptional; query: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>]>; language: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; }, { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; }>>; filters: Zod.ZodOptional>; combined_filter: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>>; size: Zod.ZodNumber; start: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { size: number; alerts_index_pattern: string; api_config: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combined_filter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }, { size: number; alerts_index_pattern: string; api_config: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combined_filter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }>; schedule: Zod.ZodObject<{ interval: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { interval: string; }, { interval: string; }>; actions: Zod.ZodArray; id: Zod.ZodString; params: Zod.ZodObject<{}, \"strip\", Zod.ZodUnknown, Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>; uuid: Zod.ZodOptional>; alerts_filter: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>>; frequency: Zod.ZodOptional; throttle: Zod.ZodNullable; }, \"strip\", Zod.ZodTypeAny, { throttle: string | null; summary: boolean; notify_when: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; }, { throttle: string | null; summary: boolean; notify_when: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; }>>; }, \"strip\", Zod.ZodTypeAny, { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; summary: boolean; notify_when: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }, { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; summary: boolean; notify_when: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }>, \"many\">; last_execution: Zod.ZodOptional; status: Zod.ZodEnum<[\"ok\", \"active\", \"error\", \"unknown\", \"warning\"]>; message: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; }, { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; }>>; }, \"strip\", Zod.ZodTypeAny, { params: { size: number; alerts_index_pattern: string; api_config: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combined_filter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; id: string; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; summary: boolean; notify_when: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }[]; enabled: boolean; schedule: { interval: string; }; created_at: string; created_by: string; updated_at: string; updated_by: string; last_execution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }, { params: { size: number; alerts_index_pattern: string; api_config: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combined_filter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; id: string; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; summary: boolean; notify_when: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }[]; enabled: boolean; schedule: { interval: string; }; created_at: string; created_by: string; updated_at: string; updated_by: string; last_execution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }>" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/crud_attack_discovery_schedules_route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/schedules/crud_attack_discovery_schedules_route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -9629,7 +10394,7 @@ "\nDefault features available to the elastic assistant" ], "signature": [ - "{ readonly assistantModelEvaluation: false; readonly defendInsightsPolicyResponseFailure: false; }" + "{ readonly assistantModelEvaluation: false; readonly defendInsightsPolicyResponseFailure: true; }" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/capabilities/index.ts", "deprecated": false, @@ -9936,6 +10701,36 @@ "trackAdoption": false, "initialIsOpen": false }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.DeleteAttackDiscoverySchedulesInternalRequestParams", + "type": "Object", + "tags": [], + "label": "DeleteAttackDiscoverySchedulesInternalRequestParams", + "description": [], + "signature": [ + "Zod.ZodObject<{ id: Zod.ZodEffects; }, \"strip\", Zod.ZodTypeAny, { id: string; }, { id: string; }>" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/crud_attack_discovery_schedules_route.gen.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.DeleteAttackDiscoverySchedulesInternalResponse", + "type": "Object", + "tags": [], + "label": "DeleteAttackDiscoverySchedulesInternalResponse", + "description": [], + "signature": [ + "Zod.ZodObject<{ id: Zod.ZodEffects; }, \"strip\", Zod.ZodTypeAny, { id: string; }, { id: string; }>" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/crud_attack_discovery_schedules_route.gen.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, { "parentPluginId": "@kbn/elastic-assistant-common", "id": "def-common.DeleteAttackDiscoverySchedulesRequestParams", @@ -9946,7 +10741,7 @@ "signature": [ "Zod.ZodObject<{ id: Zod.ZodEffects; }, \"strip\", Zod.ZodTypeAny, { id: string; }, { id: string; }>" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/crud_attack_discovery_schedules_route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/schedules/crud_attack_discovery_schedules_route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -9961,7 +10756,7 @@ "signature": [ "Zod.ZodObject<{ id: Zod.ZodEffects; }, \"strip\", Zod.ZodTypeAny, { id: string; }, { id: string; }>" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/crud_attack_discovery_schedules_route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/schedules/crud_attack_discovery_schedules_route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -9991,52 +10786,82 @@ "signature": [ "Zod.ZodObject<{ id: Zod.ZodEffects; title: Zod.ZodString; category: Zod.ZodEnum<[\"assistant\", \"insights\"]>; timestamp: Zod.ZodOptional>; updatedAt: Zod.ZodOptional; createdAt: Zod.ZodString; replacements: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodString, \"strip\">>>; createdBy: Zod.ZodObject<{ id: Zod.ZodOptional; name: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { id?: string | undefined; name?: string | undefined; }, { id?: string | undefined; name?: string | undefined; }>; users: Zod.ZodArray; name: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { id?: string | undefined; name?: string | undefined; }, { id?: string | undefined; name?: string | undefined; }>, \"many\">; messages: Zod.ZodOptional>; content: Zod.ZodString; reader: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>>; role: Zod.ZodEnum<[\"system\", \"user\", \"assistant\"]>; user: Zod.ZodOptional; name: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { id?: string | undefined; name?: string | undefined; }, { id?: string | undefined; name?: string | undefined; }>>; timestamp: Zod.ZodEffects; isError: Zod.ZodOptional; traceData: Zod.ZodOptional; traceId: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { transactionId?: string | undefined; traceId?: string | undefined; }, { transactionId?: string | undefined; traceId?: string | undefined; }>>; metadata: Zod.ZodOptional; knowledgeBaseEntryId: Zod.ZodString; knowledgeBaseEntryName: Zod.ZodString; }>, \"strip\", Zod.ZodTypeAny, { id: string; type: \"KnowledgeBaseEntry\"; knowledgeBaseEntryId: string; knowledgeBaseEntryName: string; }, { id: string; type: \"KnowledgeBaseEntry\"; knowledgeBaseEntryId: string; knowledgeBaseEntryName: string; }>, Zod.ZodObject; alertId: Zod.ZodString; }>, \"strip\", Zod.ZodTypeAny, { id: string; type: \"SecurityAlert\"; alertId: string; }, { id: string; type: \"SecurityAlert\"; alertId: string; }>, Zod.ZodObject; }>, \"strip\", Zod.ZodTypeAny, { id: string; type: \"SecurityAlertsPage\"; }, { id: string; type: \"SecurityAlertsPage\"; }>, Zod.ZodObject; title: Zod.ZodString; url: Zod.ZodString; }>, \"strip\", Zod.ZodTypeAny, { id: string; type: \"ProductDocumentation\"; title: string; url: string; }, { id: string; type: \"ProductDocumentation\"; title: string; url: string; }>, Zod.ZodObject; query: Zod.ZodString; label: Zod.ZodString; timerange: Zod.ZodOptional>; }>, \"strip\", Zod.ZodTypeAny, { id: string; type: \"EsqlQuery\"; label: string; query: string; timerange?: { from: string; to: string; } | undefined; }, { id: string; type: \"EsqlQuery\"; label: string; query: string; timerange?: { from: string; to: string; } | undefined; }>, Zod.ZodObject; label: Zod.ZodOptional; href: Zod.ZodString; }>, \"strip\", Zod.ZodTypeAny, { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, Zod.objectOutputType<{}, Zod.ZodUnion<[Zod.ZodObject; knowledgeBaseEntryId: Zod.ZodString; knowledgeBaseEntryName: Zod.ZodString; }>, \"strip\", Zod.ZodTypeAny, { id: string; type: \"KnowledgeBaseEntry\"; knowledgeBaseEntryId: string; knowledgeBaseEntryName: string; }, { id: string; type: \"KnowledgeBaseEntry\"; knowledgeBaseEntryId: string; knowledgeBaseEntryName: string; }>, Zod.ZodObject; alertId: Zod.ZodString; }>, \"strip\", Zod.ZodTypeAny, { id: string; type: \"SecurityAlert\"; alertId: string; }, { id: string; type: \"SecurityAlert\"; alertId: string; }>, Zod.ZodObject; }>, \"strip\", Zod.ZodTypeAny, { id: string; type: \"SecurityAlertsPage\"; }, { id: string; type: \"SecurityAlertsPage\"; }>, Zod.ZodObject; title: Zod.ZodString; url: Zod.ZodString; }>, \"strip\", Zod.ZodTypeAny, { id: string; type: \"ProductDocumentation\"; title: string; url: string; }, { id: string; type: \"ProductDocumentation\"; title: string; url: string; }>, Zod.ZodObject; query: Zod.ZodString; label: Zod.ZodString; timerange: Zod.ZodOptional>; }>, \"strip\", Zod.ZodTypeAny, { id: string; type: \"EsqlQuery\"; label: string; query: string; timerange?: { from: string; to: string; } | undefined; }, { id: string; type: \"EsqlQuery\"; label: string; query: string; timerange?: { from: string; to: string; } | undefined; }>, Zod.ZodObject; label: Zod.ZodOptional; href: Zod.ZodString; }>, \"strip\", Zod.ZodTypeAny, { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\">, Zod.objectInputType<{}, Zod.ZodUnion<[Zod.ZodObject; knowledgeBaseEntryId: Zod.ZodString; knowledgeBaseEntryName: Zod.ZodString; }>, \"strip\", Zod.ZodTypeAny, { id: string; type: \"KnowledgeBaseEntry\"; knowledgeBaseEntryId: string; knowledgeBaseEntryName: string; }, { id: string; type: \"KnowledgeBaseEntry\"; knowledgeBaseEntryId: string; knowledgeBaseEntryName: string; }>, Zod.ZodObject; alertId: Zod.ZodString; }>, \"strip\", Zod.ZodTypeAny, { id: string; type: \"SecurityAlert\"; alertId: string; }, { id: string; type: \"SecurityAlert\"; alertId: string; }>, Zod.ZodObject; }>, \"strip\", Zod.ZodTypeAny, { id: string; type: \"SecurityAlertsPage\"; }, { id: string; type: \"SecurityAlertsPage\"; }>, Zod.ZodObject; title: Zod.ZodString; url: Zod.ZodString; }>, \"strip\", Zod.ZodTypeAny, { id: string; type: \"ProductDocumentation\"; title: string; url: string; }, { id: string; type: \"ProductDocumentation\"; title: string; url: string; }>, Zod.ZodObject; query: Zod.ZodString; label: Zod.ZodString; timerange: Zod.ZodOptional>; }>, \"strip\", Zod.ZodTypeAny, { id: string; type: \"EsqlQuery\"; label: string; query: string; timerange?: { from: string; to: string; } | undefined; }, { id: string; type: \"EsqlQuery\"; label: string; query: string; timerange?: { from: string; to: string; } | undefined; }>, Zod.ZodObject; label: Zod.ZodOptional; href: Zod.ZodString; }>, \"strip\", Zod.ZodTypeAny, { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\">>>; }, \"strip\", Zod.ZodTypeAny, { contentReferences?: Zod.objectOutputType<{}, Zod.ZodUnion<[Zod.ZodObject; knowledgeBaseEntryId: Zod.ZodString; knowledgeBaseEntryName: Zod.ZodString; }>, \"strip\", Zod.ZodTypeAny, { id: string; type: \"KnowledgeBaseEntry\"; knowledgeBaseEntryId: string; knowledgeBaseEntryName: string; }, { id: string; type: \"KnowledgeBaseEntry\"; knowledgeBaseEntryId: string; knowledgeBaseEntryName: string; }>, Zod.ZodObject; alertId: Zod.ZodString; }>, \"strip\", Zod.ZodTypeAny, { id: string; type: \"SecurityAlert\"; alertId: string; }, { id: string; type: \"SecurityAlert\"; alertId: string; }>, Zod.ZodObject; }>, \"strip\", Zod.ZodTypeAny, { id: string; type: \"SecurityAlertsPage\"; }, { id: string; type: \"SecurityAlertsPage\"; }>, Zod.ZodObject; title: Zod.ZodString; url: Zod.ZodString; }>, \"strip\", Zod.ZodTypeAny, { id: string; type: \"ProductDocumentation\"; title: string; url: string; }, { id: string; type: \"ProductDocumentation\"; title: string; url: string; }>, Zod.ZodObject; query: Zod.ZodString; label: Zod.ZodString; timerange: Zod.ZodOptional>; }>, \"strip\", Zod.ZodTypeAny, { id: string; type: \"EsqlQuery\"; label: string; query: string; timerange?: { from: string; to: string; } | undefined; }, { id: string; type: \"EsqlQuery\"; label: string; query: string; timerange?: { from: string; to: string; } | undefined; }>, Zod.ZodObject; label: Zod.ZodOptional; href: Zod.ZodString; }>, \"strip\", Zod.ZodTypeAny, { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; }, { contentReferences?: Zod.objectInputType<{}, Zod.ZodUnion<[Zod.ZodObject; knowledgeBaseEntryId: Zod.ZodString; knowledgeBaseEntryName: Zod.ZodString; }>, \"strip\", Zod.ZodTypeAny, { id: string; type: \"KnowledgeBaseEntry\"; knowledgeBaseEntryId: string; knowledgeBaseEntryName: string; }, { id: string; type: \"KnowledgeBaseEntry\"; knowledgeBaseEntryId: string; knowledgeBaseEntryName: string; }>, Zod.ZodObject; alertId: Zod.ZodString; }>, \"strip\", Zod.ZodTypeAny, { id: string; type: \"SecurityAlert\"; alertId: string; }, { id: string; type: \"SecurityAlert\"; alertId: string; }>, Zod.ZodObject; }>, \"strip\", Zod.ZodTypeAny, { id: string; type: \"SecurityAlertsPage\"; }, { id: string; type: \"SecurityAlertsPage\"; }>, Zod.ZodObject; title: Zod.ZodString; url: Zod.ZodString; }>, \"strip\", Zod.ZodTypeAny, { id: string; type: \"ProductDocumentation\"; title: string; url: string; }, { id: string; type: \"ProductDocumentation\"; title: string; url: string; }>, Zod.ZodObject; query: Zod.ZodString; label: Zod.ZodString; timerange: Zod.ZodOptional>; }>, \"strip\", Zod.ZodTypeAny, { id: string; type: \"EsqlQuery\"; label: string; query: string; timerange?: { from: string; to: string; } | undefined; }, { id: string; type: \"EsqlQuery\"; label: string; query: string; timerange?: { from: string; to: string; } | undefined; }>, Zod.ZodObject; label: Zod.ZodOptional; href: Zod.ZodString; }>, \"strip\", Zod.ZodTypeAny, { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; }>>; }, \"strip\", Zod.ZodTypeAny, { timestamp: string; role: \"user\" | \"system\" | \"assistant\"; content: string; id?: string | undefined; metadata?: { contentReferences?: Zod.objectOutputType<{}, Zod.ZodUnion<[Zod.ZodObject; knowledgeBaseEntryId: Zod.ZodString; knowledgeBaseEntryName: Zod.ZodString; }>, \"strip\", Zod.ZodTypeAny, { id: string; type: \"KnowledgeBaseEntry\"; knowledgeBaseEntryId: string; knowledgeBaseEntryName: string; }, { id: string; type: \"KnowledgeBaseEntry\"; knowledgeBaseEntryId: string; knowledgeBaseEntryName: string; }>, Zod.ZodObject; alertId: Zod.ZodString; }>, \"strip\", Zod.ZodTypeAny, { id: string; type: \"SecurityAlert\"; alertId: string; }, { id: string; type: \"SecurityAlert\"; alertId: string; }>, Zod.ZodObject; }>, \"strip\", Zod.ZodTypeAny, { id: string; type: \"SecurityAlertsPage\"; }, { id: string; type: \"SecurityAlertsPage\"; }>, Zod.ZodObject; title: Zod.ZodString; url: Zod.ZodString; }>, \"strip\", Zod.ZodTypeAny, { id: string; type: \"ProductDocumentation\"; title: string; url: string; }, { id: string; type: \"ProductDocumentation\"; title: string; url: string; }>, Zod.ZodObject; query: Zod.ZodString; label: Zod.ZodString; timerange: Zod.ZodOptional>; }>, \"strip\", Zod.ZodTypeAny, { id: string; type: \"EsqlQuery\"; label: string; query: string; timerange?: { from: string; to: string; } | undefined; }, { id: string; type: \"EsqlQuery\"; label: string; query: string; timerange?: { from: string; to: string; } | undefined; }>, Zod.ZodObject; label: Zod.ZodOptional; href: Zod.ZodString; }>, \"strip\", Zod.ZodTypeAny, { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; } | undefined; user?: { id?: string | undefined; name?: string | undefined; } | undefined; isError?: boolean | undefined; reader?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; traceData?: { transactionId?: string | undefined; traceId?: string | undefined; } | undefined; }, { timestamp: string; role: \"user\" | \"system\" | \"assistant\"; content: string; id?: string | undefined; metadata?: { contentReferences?: Zod.objectInputType<{}, Zod.ZodUnion<[Zod.ZodObject; knowledgeBaseEntryId: Zod.ZodString; knowledgeBaseEntryName: Zod.ZodString; }>, \"strip\", Zod.ZodTypeAny, { id: string; type: \"KnowledgeBaseEntry\"; knowledgeBaseEntryId: string; knowledgeBaseEntryName: string; }, { id: string; type: \"KnowledgeBaseEntry\"; knowledgeBaseEntryId: string; knowledgeBaseEntryName: string; }>, Zod.ZodObject; alertId: Zod.ZodString; }>, \"strip\", Zod.ZodTypeAny, { id: string; type: \"SecurityAlert\"; alertId: string; }, { id: string; type: \"SecurityAlert\"; alertId: string; }>, Zod.ZodObject; }>, \"strip\", Zod.ZodTypeAny, { id: string; type: \"SecurityAlertsPage\"; }, { id: string; type: \"SecurityAlertsPage\"; }>, Zod.ZodObject; title: Zod.ZodString; url: Zod.ZodString; }>, \"strip\", Zod.ZodTypeAny, { id: string; type: \"ProductDocumentation\"; title: string; url: string; }, { id: string; type: \"ProductDocumentation\"; title: string; url: string; }>, Zod.ZodObject; query: Zod.ZodString; label: Zod.ZodString; timerange: Zod.ZodOptional>; }>, \"strip\", Zod.ZodTypeAny, { id: string; type: \"EsqlQuery\"; label: string; query: string; timerange?: { from: string; to: string; } | undefined; }, { id: string; type: \"EsqlQuery\"; label: string; query: string; timerange?: { from: string; to: string; } | undefined; }>, Zod.ZodObject; label: Zod.ZodOptional; href: Zod.ZodString; }>, \"strip\", Zod.ZodTypeAny, { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; } | undefined; user?: { id?: string | undefined; name?: string | undefined; } | undefined; isError?: boolean | undefined; reader?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; traceData?: { transactionId?: string | undefined; traceId?: string | undefined; } | undefined; }>, \"many\">>; apiConfig: Zod.ZodOptional; provider: Zod.ZodOptional>; model: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { connectorId: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }, { connectorId: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }>>; excludeFromLastConversationStorage: Zod.ZodOptional; namespace: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { id: string; namespace: string; title: string; createdBy: { id?: string | undefined; name?: string | undefined; }; createdAt: string; category: \"assistant\" | \"insights\"; users: { id?: string | undefined; name?: string | undefined; }[]; timestamp?: string | undefined; updatedAt?: string | undefined; replacements?: Zod.objectOutputType<{}, Zod.ZodString, \"strip\"> | undefined; apiConfig?: { connectorId: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; } | undefined; messages?: { timestamp: string; role: \"user\" | \"system\" | \"assistant\"; content: string; id?: string | undefined; metadata?: { contentReferences?: Zod.objectOutputType<{}, Zod.ZodUnion<[Zod.ZodObject; knowledgeBaseEntryId: Zod.ZodString; knowledgeBaseEntryName: Zod.ZodString; }>, \"strip\", Zod.ZodTypeAny, { id: string; type: \"KnowledgeBaseEntry\"; knowledgeBaseEntryId: string; knowledgeBaseEntryName: string; }, { id: string; type: \"KnowledgeBaseEntry\"; knowledgeBaseEntryId: string; knowledgeBaseEntryName: string; }>, Zod.ZodObject; alertId: Zod.ZodString; }>, \"strip\", Zod.ZodTypeAny, { id: string; type: \"SecurityAlert\"; alertId: string; }, { id: string; type: \"SecurityAlert\"; alertId: string; }>, Zod.ZodObject; }>, \"strip\", Zod.ZodTypeAny, { id: string; type: \"SecurityAlertsPage\"; }, { id: string; type: \"SecurityAlertsPage\"; }>, Zod.ZodObject; title: Zod.ZodString; url: Zod.ZodString; }>, \"strip\", Zod.ZodTypeAny, { id: string; type: \"ProductDocumentation\"; title: string; url: string; }, { id: string; type: \"ProductDocumentation\"; title: string; url: string; }>, Zod.ZodObject; query: Zod.ZodString; label: Zod.ZodString; timerange: Zod.ZodOptional>; }>, \"strip\", Zod.ZodTypeAny, { id: string; type: \"EsqlQuery\"; label: string; query: string; timerange?: { from: string; to: string; } | undefined; }, { id: string; type: \"EsqlQuery\"; label: string; query: string; timerange?: { from: string; to: string; } | undefined; }>, Zod.ZodObject; label: Zod.ZodOptional; href: Zod.ZodString; }>, \"strip\", Zod.ZodTypeAny, { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; } | undefined; user?: { id?: string | undefined; name?: string | undefined; } | undefined; isError?: boolean | undefined; reader?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; traceData?: { transactionId?: string | undefined; traceId?: string | undefined; } | undefined; }[] | undefined; excludeFromLastConversationStorage?: boolean | undefined; }, { id: string; namespace: string; title: string; createdBy: { id?: string | undefined; name?: string | undefined; }; createdAt: string; category: \"assistant\" | \"insights\"; users: { id?: string | undefined; name?: string | undefined; }[]; timestamp?: string | undefined; updatedAt?: string | undefined; replacements?: Zod.objectInputType<{}, Zod.ZodString, \"strip\"> | undefined; apiConfig?: { connectorId: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; } | undefined; messages?: { timestamp: string; role: \"user\" | \"system\" | \"assistant\"; content: string; id?: string | undefined; metadata?: { contentReferences?: Zod.objectInputType<{}, Zod.ZodUnion<[Zod.ZodObject; knowledgeBaseEntryId: Zod.ZodString; knowledgeBaseEntryName: Zod.ZodString; }>, \"strip\", Zod.ZodTypeAny, { id: string; type: \"KnowledgeBaseEntry\"; knowledgeBaseEntryId: string; knowledgeBaseEntryName: string; }, { id: string; type: \"KnowledgeBaseEntry\"; knowledgeBaseEntryId: string; knowledgeBaseEntryName: string; }>, Zod.ZodObject; alertId: Zod.ZodString; }>, \"strip\", Zod.ZodTypeAny, { id: string; type: \"SecurityAlert\"; alertId: string; }, { id: string; type: \"SecurityAlert\"; alertId: string; }>, Zod.ZodObject; }>, \"strip\", Zod.ZodTypeAny, { id: string; type: \"SecurityAlertsPage\"; }, { id: string; type: \"SecurityAlertsPage\"; }>, Zod.ZodObject; title: Zod.ZodString; url: Zod.ZodString; }>, \"strip\", Zod.ZodTypeAny, { id: string; type: \"ProductDocumentation\"; title: string; url: string; }, { id: string; type: \"ProductDocumentation\"; title: string; url: string; }>, Zod.ZodObject; query: Zod.ZodString; label: Zod.ZodString; timerange: Zod.ZodOptional>; }>, \"strip\", Zod.ZodTypeAny, { id: string; type: \"EsqlQuery\"; label: string; query: string; timerange?: { from: string; to: string; } | undefined; }, { id: string; type: \"EsqlQuery\"; label: string; query: string; timerange?: { from: string; to: string; } | undefined; }>, Zod.ZodObject; label: Zod.ZodOptional; href: Zod.ZodString; }>, \"strip\", Zod.ZodTypeAny, { id: string; type: \"Href\"; href: string; label?: string | undefined; }, { id: string; type: \"Href\"; href: string; label?: string | undefined; }>]>, \"strip\"> | undefined; } | undefined; user?: { id?: string | undefined; name?: string | undefined; } | undefined; isError?: boolean | undefined; reader?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; traceData?: { transactionId?: string | undefined; traceId?: string | undefined; } | undefined; }[] | undefined; excludeFromLastConversationStorage?: boolean | undefined; }>" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/conversations/crud_conversation_route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/conversations/crud_conversation_route.gen.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.DeleteKnowledgeBaseEntryRequestParams", + "type": "Object", + "tags": [], + "label": "DeleteKnowledgeBaseEntryRequestParams", + "description": [], + "signature": [ + "Zod.ZodObject<{ id: Zod.ZodEffects; }, \"strip\", Zod.ZodTypeAny, { id: string; }, { id: string; }>" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/knowledge_base/entries/crud_knowledge_base_entries_route.gen.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.DeleteKnowledgeBaseEntryResponse", + "type": "Object", + "tags": [], + "label": "DeleteKnowledgeBaseEntryResponse", + "description": [], + "signature": [ + "Zod.ZodObject<{ id: Zod.ZodEffects; }, \"strip\", Zod.ZodTypeAny, { id: string; }, { id: string; }>" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/knowledge_base/entries/crud_knowledge_base_entries_route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "@kbn/elastic-assistant-common", - "id": "def-common.DeleteKnowledgeBaseEntryRequestParams", + "id": "def-common.DeleteResponseFields", "type": "Object", "tags": [], - "label": "DeleteKnowledgeBaseEntryRequestParams", + "label": "DeleteResponseFields", "description": [], "signature": [ "Zod.ZodObject<{ id: Zod.ZodEffects; }, \"strip\", Zod.ZodTypeAny, { id: string; }, { id: string; }>" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/knowledge_base/entries/crud_knowledge_base_entries_route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/knowledge_base/entries/common_attributes.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "@kbn/elastic-assistant-common", - "id": "def-common.DeleteKnowledgeBaseEntryResponse", + "id": "def-common.DisableAttackDiscoverySchedulesInternalRequestParams", "type": "Object", "tags": [], - "label": "DeleteKnowledgeBaseEntryResponse", + "label": "DisableAttackDiscoverySchedulesInternalRequestParams", "description": [], "signature": [ "Zod.ZodObject<{ id: Zod.ZodEffects; }, \"strip\", Zod.ZodTypeAny, { id: string; }, { id: string; }>" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/knowledge_base/entries/crud_knowledge_base_entries_route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/crud_attack_discovery_schedules_route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, { "parentPluginId": "@kbn/elastic-assistant-common", - "id": "def-common.DeleteResponseFields", + "id": "def-common.DisableAttackDiscoverySchedulesInternalResponse", "type": "Object", "tags": [], - "label": "DeleteResponseFields", + "label": "DisableAttackDiscoverySchedulesInternalResponse", "description": [], "signature": [ "Zod.ZodObject<{ id: Zod.ZodEffects; }, \"strip\", Zod.ZodTypeAny, { id: string; }, { id: string; }>" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/knowledge_base/entries/common_attributes.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/crud_attack_discovery_schedules_route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -10051,7 +10876,7 @@ "signature": [ "Zod.ZodObject<{ id: Zod.ZodEffects; }, \"strip\", Zod.ZodTypeAny, { id: string; }, { id: string; }>" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/crud_attack_discovery_schedules_route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/schedules/crud_attack_discovery_schedules_route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -10066,7 +10891,7 @@ "signature": [ "Zod.ZodObject<{ id: Zod.ZodEffects; }, \"strip\", Zod.ZodTypeAny, { id: string; }, { id: string; }>" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/crud_attack_discovery_schedules_route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/schedules/crud_attack_discovery_schedules_route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -10176,6 +11001,36 @@ "trackAdoption": false, "initialIsOpen": false }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.EnableAttackDiscoverySchedulesInternalRequestParams", + "type": "Object", + "tags": [], + "label": "EnableAttackDiscoverySchedulesInternalRequestParams", + "description": [], + "signature": [ + "Zod.ZodObject<{ id: Zod.ZodEffects; }, \"strip\", Zod.ZodTypeAny, { id: string; }, { id: string; }>" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/crud_attack_discovery_schedules_route.gen.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.EnableAttackDiscoverySchedulesInternalResponse", + "type": "Object", + "tags": [], + "label": "EnableAttackDiscoverySchedulesInternalResponse", + "description": [], + "signature": [ + "Zod.ZodObject<{ id: Zod.ZodEffects; }, \"strip\", Zod.ZodTypeAny, { id: string; }, { id: string; }>" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/crud_attack_discovery_schedules_route.gen.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, { "parentPluginId": "@kbn/elastic-assistant-common", "id": "def-common.EnableAttackDiscoverySchedulesRequestParams", @@ -10186,7 +11041,7 @@ "signature": [ "Zod.ZodObject<{ id: Zod.ZodEffects; }, \"strip\", Zod.ZodTypeAny, { id: string; }, { id: string; }>" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/crud_attack_discovery_schedules_route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/schedules/crud_attack_discovery_schedules_route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -10201,7 +11056,7 @@ "signature": [ "Zod.ZodObject<{ id: Zod.ZodEffects; }, \"strip\", Zod.ZodTypeAny, { id: string; }, { id: string; }>" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/crud_attack_discovery_schedules_route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/schedules/crud_attack_discovery_schedules_route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -10306,7 +11161,7 @@ "signature": [ "Zod.ZodArray" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/schedules.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/schedules.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -10439,13 +11294,43 @@ "label": "FindAttackDiscoveryAlertsParams", "description": [], "signature": [ - "Zod.ZodObject<{ alertIds: Zod.ZodOptional>; connectorNames: Zod.ZodOptional>; end: Zod.ZodOptional; includeUniqueAlertIds: Zod.ZodOptional; ids: Zod.ZodOptional>; page: Zod.ZodDefault>; perPage: Zod.ZodDefault>; search: Zod.ZodOptional; shared: Zod.ZodOptional; sortField: Zod.ZodDefault>; sortOrder: Zod.ZodOptional; start: Zod.ZodOptional; status: Zod.ZodOptional>; }, \"strip\", Zod.ZodTypeAny, { page: number; perPage: number; sortField: string; start?: string | undefined; end?: string | undefined; search?: string | undefined; sortOrder?: string | undefined; ids?: string[] | undefined; status?: string[] | undefined; alertIds?: string[] | undefined; shared?: boolean | undefined; connectorNames?: string[] | undefined; includeUniqueAlertIds?: boolean | undefined; }, { page?: number | undefined; start?: string | undefined; end?: string | undefined; search?: string | undefined; perPage?: number | undefined; sortField?: string | undefined; sortOrder?: string | undefined; ids?: string[] | undefined; status?: string[] | undefined; alertIds?: string[] | undefined; shared?: boolean | undefined; connectorNames?: string[] | undefined; includeUniqueAlertIds?: boolean | undefined; }>" + "Zod.ZodObject<{ alertIds: Zod.ZodOptional>; connectorNames: Zod.ZodOptional>; enableFieldRendering: Zod.ZodBoolean; end: Zod.ZodOptional; executionUuid: Zod.ZodOptional; includeUniqueAlertIds: Zod.ZodOptional; ids: Zod.ZodOptional>; page: Zod.ZodDefault>; perPage: Zod.ZodDefault>; search: Zod.ZodOptional; shared: Zod.ZodOptional; sortField: Zod.ZodDefault>; sortOrder: Zod.ZodOptional; start: Zod.ZodOptional; status: Zod.ZodOptional>; withReplacements: Zod.ZodBoolean; }, \"strip\", Zod.ZodTypeAny, { page: number; perPage: number; sortField: string; enableFieldRendering: boolean; withReplacements: boolean; start?: string | undefined; end?: string | undefined; search?: string | undefined; executionUuid?: string | undefined; sortOrder?: string | undefined; ids?: string[] | undefined; status?: string[] | undefined; alertIds?: string[] | undefined; shared?: boolean | undefined; connectorNames?: string[] | undefined; includeUniqueAlertIds?: boolean | undefined; }, { enableFieldRendering: boolean; withReplacements: boolean; page?: number | undefined; start?: string | undefined; end?: string | undefined; search?: string | undefined; executionUuid?: string | undefined; perPage?: number | undefined; sortField?: string | undefined; sortOrder?: string | undefined; ids?: string[] | undefined; status?: string[] | undefined; alertIds?: string[] | undefined; shared?: boolean | undefined; connectorNames?: string[] | undefined; includeUniqueAlertIds?: boolean | undefined; }>" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/common_attributes.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.FindAttackDiscoverySchedulesInternalRequestQuery", + "type": "Object", + "tags": [], + "label": "FindAttackDiscoverySchedulesInternalRequestQuery", + "description": [], + "signature": [ + "Zod.ZodObject<{ page: Zod.ZodOptional; perPage: Zod.ZodOptional; sortField: Zod.ZodOptional>; sortDirection: Zod.ZodOptional>; }, \"strip\", Zod.ZodTypeAny, { page?: number | undefined; perPage?: number | undefined; sortField?: string | undefined; sortDirection?: \"asc\" | \"desc\" | undefined; }, { page?: number | undefined; perPage?: number | undefined; sortField?: string | undefined; sortDirection?: \"asc\" | \"desc\" | undefined; }>" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/find_attack_discovery_schedules_route.gen.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.FindAttackDiscoverySchedulesInternalResponse", + "type": "Object", + "tags": [], + "label": "FindAttackDiscoverySchedulesInternalResponse", + "description": [], + "signature": [ + "Zod.ZodObject<{ total: Zod.ZodNumber; data: Zod.ZodArray; provider: Zod.ZodOptional>; model: Zod.ZodOptional; }, { name: Zod.ZodString; }>, \"strip\", Zod.ZodTypeAny, { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }, { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }>; end: Zod.ZodOptional; query: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>]>; language: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; }, { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; }>>; filters: Zod.ZodOptional>; combinedFilter: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>>; size: Zod.ZodNumber; start: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }, { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }>; schedule: Zod.ZodObject<{ interval: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { interval: string; }, { interval: string; }>; actions: Zod.ZodArray; id: Zod.ZodString; params: Zod.ZodObject<{}, \"strip\", Zod.ZodUnknown, Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>; uuid: Zod.ZodOptional>; alertsFilter: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>>; frequency: Zod.ZodOptional; throttle: Zod.ZodNullable; }, \"strip\", Zod.ZodTypeAny, { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; }, { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; }>>; }, \"strip\", Zod.ZodTypeAny, { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }, { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }>, \"many\">; lastExecution: Zod.ZodOptional; status: Zod.ZodEnum<[\"ok\", \"active\", \"error\", \"unknown\", \"warning\"]>; message: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; }, { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; }>>; }, \"strip\", Zod.ZodTypeAny, { params: { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; id: string; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }[]; enabled: boolean; schedule: { interval: string; }; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; lastExecution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }, { params: { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; id: string; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }[]; enabled: boolean; schedule: { interval: string; }; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; lastExecution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }>, \"many\">; }, \"strip\", Zod.ZodTypeAny, { data: { params: { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; id: string; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }[]; enabled: boolean; schedule: { interval: string; }; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; lastExecution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }[]; total: number; }, { data: { params: { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; id: string; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }[]; enabled: boolean; schedule: { interval: string; }; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; lastExecution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }[]; total: number; }>" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/find_attack_discovery_schedules_route.gen.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, { "parentPluginId": "@kbn/elastic-assistant-common", "id": "def-common.FindAttackDiscoverySchedulesRequestQuery", @@ -10454,9 +11339,9 @@ "label": "FindAttackDiscoverySchedulesRequestQuery", "description": [], "signature": [ - "Zod.ZodObject<{ page: Zod.ZodOptional; perPage: Zod.ZodOptional; sortField: Zod.ZodOptional>; sortDirection: Zod.ZodOptional>; }, \"strip\", Zod.ZodTypeAny, { page?: number | undefined; perPage?: number | undefined; sortField?: string | undefined; sortDirection?: \"asc\" | \"desc\" | undefined; }, { page?: number | undefined; perPage?: number | undefined; sortField?: string | undefined; sortDirection?: \"asc\" | \"desc\" | undefined; }>" + "Zod.ZodObject<{ page: Zod.ZodOptional; per_page: Zod.ZodOptional; sort_field: Zod.ZodOptional>; sort_direction: Zod.ZodOptional>; }, \"strip\", Zod.ZodTypeAny, { per_page?: number | undefined; page?: number | undefined; sort_field?: string | undefined; sort_direction?: \"asc\" | \"desc\" | undefined; }, { per_page?: number | undefined; page?: number | undefined; sort_field?: string | undefined; sort_direction?: \"asc\" | \"desc\" | undefined; }>" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/find_attack_discovery_schedules_route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/schedules/get/find_attack_discovery_schedules_route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -10469,9 +11354,9 @@ "label": "FindAttackDiscoverySchedulesResponse", "description": [], "signature": [ - "Zod.ZodObject<{ total: Zod.ZodNumber; data: Zod.ZodArray; provider: Zod.ZodOptional>; model: Zod.ZodOptional; }, { name: Zod.ZodString; }>, \"strip\", Zod.ZodTypeAny, { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }, { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }>; end: Zod.ZodOptional; query: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>]>; language: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; }, { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; }>>; filters: Zod.ZodOptional>; combinedFilter: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>>; size: Zod.ZodNumber; start: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }, { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }>; schedule: Zod.ZodObject<{ interval: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { interval: string; }, { interval: string; }>; actions: Zod.ZodArray; id: Zod.ZodString; params: Zod.ZodObject<{}, \"strip\", Zod.ZodUnknown, Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>; uuid: Zod.ZodOptional>; alertsFilter: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>>; frequency: Zod.ZodOptional; throttle: Zod.ZodNullable; }, \"strip\", Zod.ZodTypeAny, { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; }, { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; }>>; }, \"strip\", Zod.ZodTypeAny, { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }, { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }>, \"many\">; lastExecution: Zod.ZodOptional; status: Zod.ZodEnum<[\"ok\", \"active\", \"error\", \"unknown\", \"warning\"]>; message: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; }, { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; }>>; }, \"strip\", Zod.ZodTypeAny, { params: { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; id: string; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }[]; enabled: boolean; schedule: { interval: string; }; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; lastExecution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }, { params: { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; id: string; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }[]; enabled: boolean; schedule: { interval: string; }; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; lastExecution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }>, \"many\">; }, \"strip\", Zod.ZodTypeAny, { data: { params: { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; id: string; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }[]; enabled: boolean; schedule: { interval: string; }; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; lastExecution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }[]; total: number; }, { data: { params: { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; id: string; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }[]; enabled: boolean; schedule: { interval: string; }; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; lastExecution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }[]; total: number; }>" + "Zod.ZodObject<{ page: Zod.ZodNumber; per_page: Zod.ZodNumber; total: Zod.ZodNumber; data: Zod.ZodArray; provider: Zod.ZodOptional>; model: Zod.ZodOptional; }, { name: Zod.ZodString; }>, \"strip\", Zod.ZodTypeAny, { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }, { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }>; end: Zod.ZodOptional; query: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>]>; language: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; }, { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; }>>; filters: Zod.ZodOptional>; combined_filter: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>>; size: Zod.ZodNumber; start: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { size: number; alerts_index_pattern: string; api_config: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combined_filter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }, { size: number; alerts_index_pattern: string; api_config: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combined_filter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }>; schedule: Zod.ZodObject<{ interval: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { interval: string; }, { interval: string; }>; actions: Zod.ZodArray; id: Zod.ZodString; params: Zod.ZodObject<{}, \"strip\", Zod.ZodUnknown, Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>; uuid: Zod.ZodOptional>; alerts_filter: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>>; frequency: Zod.ZodOptional; throttle: Zod.ZodNullable; }, \"strip\", Zod.ZodTypeAny, { throttle: string | null; summary: boolean; notify_when: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; }, { throttle: string | null; summary: boolean; notify_when: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; }>>; }, \"strip\", Zod.ZodTypeAny, { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; summary: boolean; notify_when: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }, { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; summary: boolean; notify_when: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }>, \"many\">; last_execution: Zod.ZodOptional; status: Zod.ZodEnum<[\"ok\", \"active\", \"error\", \"unknown\", \"warning\"]>; message: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; }, { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; }>>; }, \"strip\", Zod.ZodTypeAny, { params: { size: number; alerts_index_pattern: string; api_config: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combined_filter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; id: string; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; summary: boolean; notify_when: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }[]; enabled: boolean; schedule: { interval: string; }; created_at: string; created_by: string; updated_at: string; updated_by: string; last_execution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }, { params: { size: number; alerts_index_pattern: string; api_config: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combined_filter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; id: string; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; summary: boolean; notify_when: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }[]; enabled: boolean; schedule: { interval: string; }; created_at: string; created_by: string; updated_at: string; updated_by: string; last_execution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }>, \"many\">; }, \"strip\", Zod.ZodTypeAny, { per_page: number; page: number; data: { params: { size: number; alerts_index_pattern: string; api_config: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combined_filter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; id: string; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; summary: boolean; notify_when: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }[]; enabled: boolean; schedule: { interval: string; }; created_at: string; created_by: string; updated_at: string; updated_by: string; last_execution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }[]; total: number; }, { per_page: number; page: number; data: { params: { size: number; alerts_index_pattern: string; api_config: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combined_filter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; id: string; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; summary: boolean; notify_when: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }[]; enabled: boolean; schedule: { interval: string; }; created_at: string; created_by: string; updated_at: string; updated_by: string; last_execution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }[]; total: number; }>" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/find_attack_discovery_schedules_route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/schedules/get/find_attack_discovery_schedules_route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -10701,6 +11586,81 @@ "trackAdoption": false, "initialIsOpen": false }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.GetAttackDiscoveryGenerationRequestParams", + "type": "Object", + "tags": [], + "label": "GetAttackDiscoveryGenerationRequestParams", + "description": [], + "signature": [ + "Zod.ZodObject<{ execution_uuid: Zod.ZodEffects; }, \"strip\", Zod.ZodTypeAny, { execution_uuid: string; }, { execution_uuid: string; }>" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/get/get_attack_discovery_generation_route.gen.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.GetAttackDiscoveryGenerationRequestQuery", + "type": "Object", + "tags": [], + "label": "GetAttackDiscoveryGenerationRequestQuery", + "description": [], + "signature": [ + "Zod.ZodObject<{ enable_field_rendering: Zod.ZodDefault>; with_replacements: Zod.ZodDefault>; }, \"strip\", Zod.ZodTypeAny, { enable_field_rendering?: any; with_replacements?: any; }, { enable_field_rendering?: any; with_replacements?: any; }>" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/get/get_attack_discovery_generation_route.gen.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.GetAttackDiscoveryGenerationResponse", + "type": "Object", + "tags": [], + "label": "GetAttackDiscoveryGenerationResponse", + "description": [], + "signature": [ + "Zod.ZodObject<{ data: Zod.ZodArray; alert_rule_uuid: Zod.ZodOptional; alert_workflow_status: Zod.ZodOptional; connector_id: Zod.ZodString; connector_name: Zod.ZodString; alert_start: Zod.ZodOptional; alert_updated_at: Zod.ZodOptional; alert_updated_by_user_id: Zod.ZodOptional; alert_updated_by_user_name: Zod.ZodOptional; alert_workflow_status_updated_at: Zod.ZodOptional; details_markdown: Zod.ZodString; entity_summary_markdown: Zod.ZodOptional; generation_uuid: Zod.ZodString; id: Zod.ZodString; mitre_attack_tactics: Zod.ZodOptional>; replacements: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodString, \"strip\">>>; risk_score: Zod.ZodOptional; summary_markdown: Zod.ZodString; timestamp: Zod.ZodEffects; title: Zod.ZodString; user_id: Zod.ZodOptional; user_name: Zod.ZodOptional; users: Zod.ZodOptional; name: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { id?: string | undefined; name?: string | undefined; }, { id?: string | undefined; name?: string | undefined; }>, \"many\">>; }, \"strip\", Zod.ZodTypeAny, { id: string; timestamp: string; title: string; connector_id: string; connector_name: string; alert_ids: string[]; details_markdown: string; generation_uuid: string; summary_markdown: string; risk_score?: number | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; replacements?: Zod.objectOutputType<{}, Zod.ZodString, \"strip\"> | undefined; alert_rule_uuid?: string | undefined; alert_workflow_status?: string | undefined; alert_start?: string | undefined; alert_updated_at?: string | undefined; alert_updated_by_user_id?: string | undefined; alert_updated_by_user_name?: string | undefined; alert_workflow_status_updated_at?: string | undefined; entity_summary_markdown?: string | undefined; mitre_attack_tactics?: string[] | undefined; user_id?: string | undefined; user_name?: string | undefined; }, { id: string; timestamp: string; title: string; connector_id: string; connector_name: string; alert_ids: string[]; details_markdown: string; generation_uuid: string; summary_markdown: string; risk_score?: number | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; replacements?: Zod.objectInputType<{}, Zod.ZodString, \"strip\"> | undefined; alert_rule_uuid?: string | undefined; alert_workflow_status?: string | undefined; alert_start?: string | undefined; alert_updated_at?: string | undefined; alert_updated_by_user_id?: string | undefined; alert_updated_by_user_name?: string | undefined; alert_workflow_status_updated_at?: string | undefined; entity_summary_markdown?: string | undefined; mitre_attack_tactics?: string[] | undefined; user_id?: string | undefined; user_name?: string | undefined; }>, \"many\">; generation: Zod.ZodOptional; connector_id: Zod.ZodString; connector_stats: Zod.ZodOptional; successful_generations: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { average_successful_duration_nanoseconds?: number | undefined; successful_generations?: number | undefined; }, { average_successful_duration_nanoseconds?: number | undefined; successful_generations?: number | undefined; }>>; discoveries: Zod.ZodNumber; end: Zod.ZodOptional; execution_uuid: Zod.ZodString; loading_message: Zod.ZodString; reason: Zod.ZodOptional; start: Zod.ZodString; status: Zod.ZodEnum<[\"canceled\", \"dismissed\", \"failed\", \"started\", \"succeeded\"]>; }, \"strip\", Zod.ZodTypeAny, { start: string; status: \"succeeded\" | \"failed\" | \"started\" | \"canceled\" | \"dismissed\"; connector_id: string; execution_uuid: string; discoveries: number; loading_message: string; reason?: string | undefined; end?: string | undefined; alerts_context_count?: number | undefined; connector_stats?: { average_successful_duration_nanoseconds?: number | undefined; successful_generations?: number | undefined; } | undefined; }, { start: string; status: \"succeeded\" | \"failed\" | \"started\" | \"canceled\" | \"dismissed\"; connector_id: string; execution_uuid: string; discoveries: number; loading_message: string; reason?: string | undefined; end?: string | undefined; alerts_context_count?: number | undefined; connector_stats?: { average_successful_duration_nanoseconds?: number | undefined; successful_generations?: number | undefined; } | undefined; }>>; }, \"strip\", Zod.ZodTypeAny, { data: { id: string; timestamp: string; title: string; connector_id: string; connector_name: string; alert_ids: string[]; details_markdown: string; generation_uuid: string; summary_markdown: string; risk_score?: number | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; replacements?: Zod.objectOutputType<{}, Zod.ZodString, \"strip\"> | undefined; alert_rule_uuid?: string | undefined; alert_workflow_status?: string | undefined; alert_start?: string | undefined; alert_updated_at?: string | undefined; alert_updated_by_user_id?: string | undefined; alert_updated_by_user_name?: string | undefined; alert_workflow_status_updated_at?: string | undefined; entity_summary_markdown?: string | undefined; mitre_attack_tactics?: string[] | undefined; user_id?: string | undefined; user_name?: string | undefined; }[]; generation?: { start: string; status: \"succeeded\" | \"failed\" | \"started\" | \"canceled\" | \"dismissed\"; connector_id: string; execution_uuid: string; discoveries: number; loading_message: string; reason?: string | undefined; end?: string | undefined; alerts_context_count?: number | undefined; connector_stats?: { average_successful_duration_nanoseconds?: number | undefined; successful_generations?: number | undefined; } | undefined; } | undefined; }, { data: { id: string; timestamp: string; title: string; connector_id: string; connector_name: string; alert_ids: string[]; details_markdown: string; generation_uuid: string; summary_markdown: string; risk_score?: number | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; replacements?: Zod.objectInputType<{}, Zod.ZodString, \"strip\"> | undefined; alert_rule_uuid?: string | undefined; alert_workflow_status?: string | undefined; alert_start?: string | undefined; alert_updated_at?: string | undefined; alert_updated_by_user_id?: string | undefined; alert_updated_by_user_name?: string | undefined; alert_workflow_status_updated_at?: string | undefined; entity_summary_markdown?: string | undefined; mitre_attack_tactics?: string[] | undefined; user_id?: string | undefined; user_name?: string | undefined; }[]; generation?: { start: string; status: \"succeeded\" | \"failed\" | \"started\" | \"canceled\" | \"dismissed\"; connector_id: string; execution_uuid: string; discoveries: number; loading_message: string; reason?: string | undefined; end?: string | undefined; alerts_context_count?: number | undefined; connector_stats?: { average_successful_duration_nanoseconds?: number | undefined; successful_generations?: number | undefined; } | undefined; } | undefined; }>" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/get/get_attack_discovery_generation_route.gen.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.GetAttackDiscoveryGenerationsInternalRequestQuery", + "type": "Object", + "tags": [], + "label": "GetAttackDiscoveryGenerationsInternalRequestQuery", + "description": [], + "signature": [ + "Zod.ZodObject<{ end: Zod.ZodOptional; size: Zod.ZodNumber; start: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { size: number; start?: string | undefined; end?: string | undefined; }, { size: number; start?: string | undefined; end?: string | undefined; }>" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/get/get_attack_discovery_generations.route.gen.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.GetAttackDiscoveryGenerationsInternalResponse", + "type": "Object", + "tags": [], + "label": "GetAttackDiscoveryGenerationsInternalResponse", + "description": [], + "signature": [ + "Zod.ZodObject<{ generations: Zod.ZodArray; connector_id: Zod.ZodString; connector_stats: Zod.ZodOptional; successful_generations: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { average_successful_duration_nanoseconds?: number | undefined; successful_generations?: number | undefined; }, { average_successful_duration_nanoseconds?: number | undefined; successful_generations?: number | undefined; }>>; discoveries: Zod.ZodNumber; end: Zod.ZodOptional; execution_uuid: Zod.ZodString; loading_message: Zod.ZodString; reason: Zod.ZodOptional; start: Zod.ZodString; status: Zod.ZodEnum<[\"canceled\", \"dismissed\", \"failed\", \"started\", \"succeeded\"]>; }, \"strip\", Zod.ZodTypeAny, { start: string; status: \"succeeded\" | \"failed\" | \"started\" | \"canceled\" | \"dismissed\"; connector_id: string; execution_uuid: string; discoveries: number; loading_message: string; reason?: string | undefined; end?: string | undefined; alerts_context_count?: number | undefined; connector_stats?: { average_successful_duration_nanoseconds?: number | undefined; successful_generations?: number | undefined; } | undefined; }, { start: string; status: \"succeeded\" | \"failed\" | \"started\" | \"canceled\" | \"dismissed\"; connector_id: string; execution_uuid: string; discoveries: number; loading_message: string; reason?: string | undefined; end?: string | undefined; alerts_context_count?: number | undefined; connector_stats?: { average_successful_duration_nanoseconds?: number | undefined; successful_generations?: number | undefined; } | undefined; }>, \"many\">; }, \"strip\", Zod.ZodTypeAny, { generations: { start: string; status: \"succeeded\" | \"failed\" | \"started\" | \"canceled\" | \"dismissed\"; connector_id: string; execution_uuid: string; discoveries: number; loading_message: string; reason?: string | undefined; end?: string | undefined; alerts_context_count?: number | undefined; connector_stats?: { average_successful_duration_nanoseconds?: number | undefined; successful_generations?: number | undefined; } | undefined; }[]; }, { generations: { start: string; status: \"succeeded\" | \"failed\" | \"started\" | \"canceled\" | \"dismissed\"; connector_id: string; execution_uuid: string; discoveries: number; loading_message: string; reason?: string | undefined; end?: string | undefined; alerts_context_count?: number | undefined; connector_stats?: { average_successful_duration_nanoseconds?: number | undefined; successful_generations?: number | undefined; } | undefined; }[]; }>" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/get/get_attack_discovery_generations.route.gen.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, { "parentPluginId": "@kbn/elastic-assistant-common", "id": "def-common.GetAttackDiscoveryGenerationsRequestQuery", @@ -10711,7 +11671,7 @@ "signature": [ "Zod.ZodObject<{ end: Zod.ZodOptional; size: Zod.ZodNumber; start: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { size: number; start?: string | undefined; end?: string | undefined; }, { size: number; start?: string | undefined; end?: string | undefined; }>" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/get_attack_discovery_generations.route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/get/get_attack_discovery_generations_route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -10724,9 +11684,39 @@ "label": "GetAttackDiscoveryGenerationsResponse", "description": [], "signature": [ - "Zod.ZodObject<{ generations: Zod.ZodArray; connector_id: Zod.ZodString; connector_stats: Zod.ZodOptional; successful_generations: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { average_successful_duration_nanoseconds?: number | undefined; successful_generations?: number | undefined; }, { average_successful_duration_nanoseconds?: number | undefined; successful_generations?: number | undefined; }>>; discoveries: Zod.ZodNumber; end: Zod.ZodOptional; execution_uuid: Zod.ZodString; loading_message: Zod.ZodString; reason: Zod.ZodOptional; start: Zod.ZodString; status: Zod.ZodEnum<[\"canceled\", \"dismissed\", \"failed\", \"started\", \"succeeded\"]>; }, \"strip\", Zod.ZodTypeAny, { start: string; status: \"succeeded\" | \"failed\" | \"started\" | \"canceled\" | \"dismissed\"; connector_id: string; discoveries: number; execution_uuid: string; loading_message: string; reason?: string | undefined; end?: string | undefined; alerts_context_count?: number | undefined; connector_stats?: { average_successful_duration_nanoseconds?: number | undefined; successful_generations?: number | undefined; } | undefined; }, { start: string; status: \"succeeded\" | \"failed\" | \"started\" | \"canceled\" | \"dismissed\"; connector_id: string; discoveries: number; execution_uuid: string; loading_message: string; reason?: string | undefined; end?: string | undefined; alerts_context_count?: number | undefined; connector_stats?: { average_successful_duration_nanoseconds?: number | undefined; successful_generations?: number | undefined; } | undefined; }>, \"many\">; }, \"strip\", Zod.ZodTypeAny, { generations: { start: string; status: \"succeeded\" | \"failed\" | \"started\" | \"canceled\" | \"dismissed\"; connector_id: string; discoveries: number; execution_uuid: string; loading_message: string; reason?: string | undefined; end?: string | undefined; alerts_context_count?: number | undefined; connector_stats?: { average_successful_duration_nanoseconds?: number | undefined; successful_generations?: number | undefined; } | undefined; }[]; }, { generations: { start: string; status: \"succeeded\" | \"failed\" | \"started\" | \"canceled\" | \"dismissed\"; connector_id: string; discoveries: number; execution_uuid: string; loading_message: string; reason?: string | undefined; end?: string | undefined; alerts_context_count?: number | undefined; connector_stats?: { average_successful_duration_nanoseconds?: number | undefined; successful_generations?: number | undefined; } | undefined; }[]; }>" + "Zod.ZodObject<{ generations: Zod.ZodArray; connector_id: Zod.ZodString; connector_stats: Zod.ZodOptional; successful_generations: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { average_successful_duration_nanoseconds?: number | undefined; successful_generations?: number | undefined; }, { average_successful_duration_nanoseconds?: number | undefined; successful_generations?: number | undefined; }>>; discoveries: Zod.ZodNumber; end: Zod.ZodOptional; execution_uuid: Zod.ZodString; loading_message: Zod.ZodString; reason: Zod.ZodOptional; start: Zod.ZodString; status: Zod.ZodEnum<[\"canceled\", \"dismissed\", \"failed\", \"started\", \"succeeded\"]>; }, \"strip\", Zod.ZodTypeAny, { start: string; status: \"succeeded\" | \"failed\" | \"started\" | \"canceled\" | \"dismissed\"; connector_id: string; execution_uuid: string; discoveries: number; loading_message: string; reason?: string | undefined; end?: string | undefined; alerts_context_count?: number | undefined; connector_stats?: { average_successful_duration_nanoseconds?: number | undefined; successful_generations?: number | undefined; } | undefined; }, { start: string; status: \"succeeded\" | \"failed\" | \"started\" | \"canceled\" | \"dismissed\"; connector_id: string; execution_uuid: string; discoveries: number; loading_message: string; reason?: string | undefined; end?: string | undefined; alerts_context_count?: number | undefined; connector_stats?: { average_successful_duration_nanoseconds?: number | undefined; successful_generations?: number | undefined; } | undefined; }>, \"many\">; }, \"strip\", Zod.ZodTypeAny, { generations: { start: string; status: \"succeeded\" | \"failed\" | \"started\" | \"canceled\" | \"dismissed\"; connector_id: string; execution_uuid: string; discoveries: number; loading_message: string; reason?: string | undefined; end?: string | undefined; alerts_context_count?: number | undefined; connector_stats?: { average_successful_duration_nanoseconds?: number | undefined; successful_generations?: number | undefined; } | undefined; }[]; }, { generations: { start: string; status: \"succeeded\" | \"failed\" | \"started\" | \"canceled\" | \"dismissed\"; connector_id: string; execution_uuid: string; discoveries: number; loading_message: string; reason?: string | undefined; end?: string | undefined; alerts_context_count?: number | undefined; connector_stats?: { average_successful_duration_nanoseconds?: number | undefined; successful_generations?: number | undefined; } | undefined; }[]; }>" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/get/get_attack_discovery_generations_route.gen.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.GetAttackDiscoverySchedulesInternalRequestParams", + "type": "Object", + "tags": [], + "label": "GetAttackDiscoverySchedulesInternalRequestParams", + "description": [], + "signature": [ + "Zod.ZodObject<{ id: Zod.ZodEffects; }, \"strip\", Zod.ZodTypeAny, { id: string; }, { id: string; }>" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/crud_attack_discovery_schedules_route.gen.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.GetAttackDiscoverySchedulesInternalResponse", + "type": "Object", + "tags": [], + "label": "GetAttackDiscoverySchedulesInternalResponse", + "description": [], + "signature": [ + "Zod.ZodObject<{ id: Zod.ZodString; name: Zod.ZodString; createdBy: Zod.ZodString; updatedBy: Zod.ZodString; createdAt: Zod.ZodString; updatedAt: Zod.ZodString; enabled: Zod.ZodBoolean; params: Zod.ZodObject<{ alertsIndexPattern: Zod.ZodString; apiConfig: Zod.ZodObject; provider: Zod.ZodOptional>; model: Zod.ZodOptional; }, { name: Zod.ZodString; }>, \"strip\", Zod.ZodTypeAny, { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }, { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }>; end: Zod.ZodOptional; query: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>]>; language: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; }, { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; }>>; filters: Zod.ZodOptional>; combinedFilter: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>>; size: Zod.ZodNumber; start: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }, { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }>; schedule: Zod.ZodObject<{ interval: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { interval: string; }, { interval: string; }>; actions: Zod.ZodArray; id: Zod.ZodString; params: Zod.ZodObject<{}, \"strip\", Zod.ZodUnknown, Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>; uuid: Zod.ZodOptional>; alertsFilter: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>>; frequency: Zod.ZodOptional; throttle: Zod.ZodNullable; }, \"strip\", Zod.ZodTypeAny, { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; }, { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; }>>; }, \"strip\", Zod.ZodTypeAny, { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }, { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }>, \"many\">; lastExecution: Zod.ZodOptional; status: Zod.ZodEnum<[\"ok\", \"active\", \"error\", \"unknown\", \"warning\"]>; message: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; }, { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; }>>; }, \"strip\", Zod.ZodTypeAny, { params: { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; id: string; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }[]; enabled: boolean; schedule: { interval: string; }; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; lastExecution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }, { params: { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; id: string; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }[]; enabled: boolean; schedule: { interval: string; }; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; lastExecution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }>" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/get_attack_discovery_generations.route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/crud_attack_discovery_schedules_route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -10741,7 +11731,7 @@ "signature": [ "Zod.ZodObject<{ id: Zod.ZodEffects; }, \"strip\", Zod.ZodTypeAny, { id: string; }, { id: string; }>" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/crud_attack_discovery_schedules_route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/schedules/crud_attack_discovery_schedules_route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -10754,9 +11744,9 @@ "label": "GetAttackDiscoverySchedulesResponse", "description": [], "signature": [ - "Zod.ZodObject<{ id: Zod.ZodString; name: Zod.ZodString; createdBy: Zod.ZodString; updatedBy: Zod.ZodString; createdAt: Zod.ZodString; updatedAt: Zod.ZodString; enabled: Zod.ZodBoolean; params: Zod.ZodObject<{ alertsIndexPattern: Zod.ZodString; apiConfig: Zod.ZodObject; provider: Zod.ZodOptional>; model: Zod.ZodOptional; }, { name: Zod.ZodString; }>, \"strip\", Zod.ZodTypeAny, { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }, { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }>; end: Zod.ZodOptional; query: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>]>; language: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; }, { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; }>>; filters: Zod.ZodOptional>; combinedFilter: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>>; size: Zod.ZodNumber; start: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }, { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }>; schedule: Zod.ZodObject<{ interval: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { interval: string; }, { interval: string; }>; actions: Zod.ZodArray; id: Zod.ZodString; params: Zod.ZodObject<{}, \"strip\", Zod.ZodUnknown, Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>; uuid: Zod.ZodOptional>; alertsFilter: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>>; frequency: Zod.ZodOptional; throttle: Zod.ZodNullable; }, \"strip\", Zod.ZodTypeAny, { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; }, { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; }>>; }, \"strip\", Zod.ZodTypeAny, { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }, { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }>, \"many\">; lastExecution: Zod.ZodOptional; status: Zod.ZodEnum<[\"ok\", \"active\", \"error\", \"unknown\", \"warning\"]>; message: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; }, { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; }>>; }, \"strip\", Zod.ZodTypeAny, { params: { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; id: string; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }[]; enabled: boolean; schedule: { interval: string; }; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; lastExecution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }, { params: { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; id: string; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }[]; enabled: boolean; schedule: { interval: string; }; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; lastExecution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }>" + "Zod.ZodObject<{ id: Zod.ZodString; name: Zod.ZodString; created_by: Zod.ZodString; updated_by: Zod.ZodString; created_at: Zod.ZodString; updated_at: Zod.ZodString; enabled: Zod.ZodBoolean; params: Zod.ZodObject<{ alerts_index_pattern: Zod.ZodString; api_config: Zod.ZodObject; provider: Zod.ZodOptional>; model: Zod.ZodOptional; }, { name: Zod.ZodString; }>, \"strip\", Zod.ZodTypeAny, { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }, { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }>; end: Zod.ZodOptional; query: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>]>; language: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; }, { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; }>>; filters: Zod.ZodOptional>; combined_filter: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>>; size: Zod.ZodNumber; start: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { size: number; alerts_index_pattern: string; api_config: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combined_filter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }, { size: number; alerts_index_pattern: string; api_config: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combined_filter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }>; schedule: Zod.ZodObject<{ interval: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { interval: string; }, { interval: string; }>; actions: Zod.ZodArray; id: Zod.ZodString; params: Zod.ZodObject<{}, \"strip\", Zod.ZodUnknown, Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>; uuid: Zod.ZodOptional>; alerts_filter: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>>; frequency: Zod.ZodOptional; throttle: Zod.ZodNullable; }, \"strip\", Zod.ZodTypeAny, { throttle: string | null; summary: boolean; notify_when: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; }, { throttle: string | null; summary: boolean; notify_when: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; }>>; }, \"strip\", Zod.ZodTypeAny, { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; summary: boolean; notify_when: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }, { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; summary: boolean; notify_when: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }>, \"many\">; last_execution: Zod.ZodOptional; status: Zod.ZodEnum<[\"ok\", \"active\", \"error\", \"unknown\", \"warning\"]>; message: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; }, { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; }>>; }, \"strip\", Zod.ZodTypeAny, { params: { size: number; alerts_index_pattern: string; api_config: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combined_filter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; id: string; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; summary: boolean; notify_when: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }[]; enabled: boolean; schedule: { interval: string; }; created_at: string; created_by: string; updated_at: string; updated_by: string; last_execution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }, { params: { size: number; alerts_index_pattern: string; api_config: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combined_filter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; id: string; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; summary: boolean; notify_when: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }[]; enabled: boolean; schedule: { interval: string; }; created_at: string; created_by: string; updated_at: string; updated_by: string; last_execution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }>" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/crud_attack_discovery_schedules_route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/schedules/crud_attack_discovery_schedules_route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -10936,7 +11926,7 @@ "signature": [ "Zod.ZodObject<{ interval: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { interval: string; }, { interval: string; }>" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/schedules.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/schedules.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -11541,6 +12531,36 @@ "trackAdoption": false, "initialIsOpen": false }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.PostAttackDiscoveryBulkInternalRequestBody", + "type": "Object", + "tags": [], + "label": "PostAttackDiscoveryBulkInternalRequestBody", + "description": [], + "signature": [ + "Zod.ZodObject<{ update: Zod.ZodOptional; kibana_alert_workflow_status: Zod.ZodOptional>; visibility: Zod.ZodOptional>; }, \"strip\", Zod.ZodTypeAny, { ids: string[]; visibility?: \"shared\" | \"not_shared\" | undefined; kibana_alert_workflow_status?: \"open\" | \"closed\" | \"acknowledged\" | undefined; }, { ids: string[]; visibility?: \"shared\" | \"not_shared\" | undefined; kibana_alert_workflow_status?: \"open\" | \"closed\" | \"acknowledged\" | undefined; }>>; }, \"strip\", Zod.ZodTypeAny, { update?: { ids: string[]; visibility?: \"shared\" | \"not_shared\" | undefined; kibana_alert_workflow_status?: \"open\" | \"closed\" | \"acknowledged\" | undefined; } | undefined; }, { update?: { ids: string[]; visibility?: \"shared\" | \"not_shared\" | undefined; kibana_alert_workflow_status?: \"open\" | \"closed\" | \"acknowledged\" | undefined; } | undefined; }>" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/post/post_attack_discovery_bulk.route.gen.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.PostAttackDiscoveryBulkInternalResponse", + "type": "Object", + "tags": [], + "label": "PostAttackDiscoveryBulkInternalResponse", + "description": [], + "signature": [ + "Zod.ZodObject<{ data: Zod.ZodArray; alertRuleUuid: Zod.ZodOptional; alertWorkflowStatus: Zod.ZodOptional; connectorId: Zod.ZodString; connectorName: Zod.ZodString; alertStart: Zod.ZodOptional; alertUpdatedAt: Zod.ZodOptional; alertUpdatedByUserId: Zod.ZodOptional; alertUpdatedByUserName: Zod.ZodOptional; alertWorkflowStatusUpdatedAt: Zod.ZodOptional; detailsMarkdown: Zod.ZodString; entitySummaryMarkdown: Zod.ZodOptional; generationUuid: Zod.ZodString; id: Zod.ZodString; mitreAttackTactics: Zod.ZodOptional>; replacements: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodString, \"strip\">>>; riskScore: Zod.ZodOptional; summaryMarkdown: Zod.ZodString; timestamp: Zod.ZodEffects; title: Zod.ZodString; userId: Zod.ZodOptional; userName: Zod.ZodOptional; users: Zod.ZodOptional; name: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { id?: string | undefined; name?: string | undefined; }, { id?: string | undefined; name?: string | undefined; }>, \"many\">>; }, \"strip\", Zod.ZodTypeAny, { id: string; connectorId: string; timestamp: string; title: string; connectorName: string; alertIds: string[]; detailsMarkdown: string; summaryMarkdown: string; generationUuid: string; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; userId?: string | undefined; replacements?: Zod.objectOutputType<{}, Zod.ZodString, \"strip\"> | undefined; userName?: string | undefined; entitySummaryMarkdown?: string | undefined; mitreAttackTactics?: string[] | undefined; alertRuleUuid?: string | undefined; alertWorkflowStatus?: string | undefined; alertStart?: string | undefined; alertUpdatedAt?: string | undefined; alertUpdatedByUserId?: string | undefined; alertUpdatedByUserName?: string | undefined; alertWorkflowStatusUpdatedAt?: string | undefined; riskScore?: number | undefined; }, { id: string; connectorId: string; timestamp: string; title: string; connectorName: string; alertIds: string[]; detailsMarkdown: string; summaryMarkdown: string; generationUuid: string; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; userId?: string | undefined; replacements?: Zod.objectInputType<{}, Zod.ZodString, \"strip\"> | undefined; userName?: string | undefined; entitySummaryMarkdown?: string | undefined; mitreAttackTactics?: string[] | undefined; alertRuleUuid?: string | undefined; alertWorkflowStatus?: string | undefined; alertStart?: string | undefined; alertUpdatedAt?: string | undefined; alertUpdatedByUserId?: string | undefined; alertUpdatedByUserName?: string | undefined; alertWorkflowStatusUpdatedAt?: string | undefined; riskScore?: number | undefined; }>, \"many\">; }, \"strip\", Zod.ZodTypeAny, { data: { id: string; connectorId: string; timestamp: string; title: string; connectorName: string; alertIds: string[]; detailsMarkdown: string; summaryMarkdown: string; generationUuid: string; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; userId?: string | undefined; replacements?: Zod.objectOutputType<{}, Zod.ZodString, \"strip\"> | undefined; userName?: string | undefined; entitySummaryMarkdown?: string | undefined; mitreAttackTactics?: string[] | undefined; alertRuleUuid?: string | undefined; alertWorkflowStatus?: string | undefined; alertStart?: string | undefined; alertUpdatedAt?: string | undefined; alertUpdatedByUserId?: string | undefined; alertUpdatedByUserName?: string | undefined; alertWorkflowStatusUpdatedAt?: string | undefined; riskScore?: number | undefined; }[]; }, { data: { id: string; connectorId: string; timestamp: string; title: string; connectorName: string; alertIds: string[]; detailsMarkdown: string; summaryMarkdown: string; generationUuid: string; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; userId?: string | undefined; replacements?: Zod.objectInputType<{}, Zod.ZodString, \"strip\"> | undefined; userName?: string | undefined; entitySummaryMarkdown?: string | undefined; mitreAttackTactics?: string[] | undefined; alertRuleUuid?: string | undefined; alertWorkflowStatus?: string | undefined; alertStart?: string | undefined; alertUpdatedAt?: string | undefined; alertUpdatedByUserId?: string | undefined; alertUpdatedByUserName?: string | undefined; alertWorkflowStatusUpdatedAt?: string | undefined; riskScore?: number | undefined; }[]; }>" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/post/post_attack_discovery_bulk.route.gen.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, { "parentPluginId": "@kbn/elastic-assistant-common", "id": "def-common.PostAttackDiscoveryBulkRequestBody", @@ -11549,9 +12569,9 @@ "label": "PostAttackDiscoveryBulkRequestBody", "description": [], "signature": [ - "Zod.ZodObject<{ update: Zod.ZodOptional; kibana_alert_workflow_status: Zod.ZodOptional>; visibility: Zod.ZodOptional>; }, \"strip\", Zod.ZodTypeAny, { ids: string[]; visibility?: \"not_shared\" | \"shared\" | undefined; kibana_alert_workflow_status?: \"open\" | \"closed\" | \"acknowledged\" | undefined; }, { ids: string[]; visibility?: \"not_shared\" | \"shared\" | undefined; kibana_alert_workflow_status?: \"open\" | \"closed\" | \"acknowledged\" | undefined; }>>; }, \"strip\", Zod.ZodTypeAny, { update?: { ids: string[]; visibility?: \"not_shared\" | \"shared\" | undefined; kibana_alert_workflow_status?: \"open\" | \"closed\" | \"acknowledged\" | undefined; } | undefined; }, { update?: { ids: string[]; visibility?: \"not_shared\" | \"shared\" | undefined; kibana_alert_workflow_status?: \"open\" | \"closed\" | \"acknowledged\" | undefined; } | undefined; }>" + "Zod.ZodObject<{ update: Zod.ZodObject<{ ids: Zod.ZodArray; kibana_alert_workflow_status: Zod.ZodOptional>; visibility: Zod.ZodOptional>; with_replacements: Zod.ZodDefault>; enable_field_rendering: Zod.ZodDefault>; }, \"strip\", Zod.ZodTypeAny, { ids: string[]; enable_field_rendering: boolean; with_replacements: boolean; visibility?: \"shared\" | \"not_shared\" | undefined; kibana_alert_workflow_status?: \"open\" | \"closed\" | \"acknowledged\" | undefined; }, { ids: string[]; visibility?: \"shared\" | \"not_shared\" | undefined; enable_field_rendering?: boolean | undefined; with_replacements?: boolean | undefined; kibana_alert_workflow_status?: \"open\" | \"closed\" | \"acknowledged\" | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { update: { ids: string[]; enable_field_rendering: boolean; with_replacements: boolean; visibility?: \"shared\" | \"not_shared\" | undefined; kibana_alert_workflow_status?: \"open\" | \"closed\" | \"acknowledged\" | undefined; }; }, { update: { ids: string[]; visibility?: \"shared\" | \"not_shared\" | undefined; enable_field_rendering?: boolean | undefined; with_replacements?: boolean | undefined; kibana_alert_workflow_status?: \"open\" | \"closed\" | \"acknowledged\" | undefined; }; }>" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/post_attack_discovery_bulk.route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/post/post_attack_discovery_bulk_route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -11564,9 +12584,69 @@ "label": "PostAttackDiscoveryBulkResponse", "description": [], "signature": [ - "Zod.ZodObject<{ data: Zod.ZodArray; alertRuleUuid: Zod.ZodOptional; alertWorkflowStatus: Zod.ZodOptional; connectorId: Zod.ZodString; connectorName: Zod.ZodString; alertStart: Zod.ZodOptional; alertUpdatedAt: Zod.ZodOptional; alertUpdatedByUserId: Zod.ZodOptional; alertUpdatedByUserName: Zod.ZodOptional; alertWorkflowStatusUpdatedAt: Zod.ZodOptional; detailsMarkdown: Zod.ZodString; entitySummaryMarkdown: Zod.ZodOptional; generationUuid: Zod.ZodString; id: Zod.ZodString; mitreAttackTactics: Zod.ZodOptional>; replacements: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodString, \"strip\">>>; riskScore: Zod.ZodOptional; summaryMarkdown: Zod.ZodString; timestamp: Zod.ZodEffects; title: Zod.ZodString; userId: Zod.ZodOptional; userName: Zod.ZodOptional; users: Zod.ZodOptional; name: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { id?: string | undefined; name?: string | undefined; }, { id?: string | undefined; name?: string | undefined; }>, \"many\">>; }, \"strip\", Zod.ZodTypeAny, { id: string; connectorId: string; timestamp: string; title: string; connectorName: string; alertIds: string[]; detailsMarkdown: string; summaryMarkdown: string; generationUuid: string; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; userId?: string | undefined; replacements?: Zod.objectOutputType<{}, Zod.ZodString, \"strip\"> | undefined; userName?: string | undefined; entitySummaryMarkdown?: string | undefined; mitreAttackTactics?: string[] | undefined; alertRuleUuid?: string | undefined; alertWorkflowStatus?: string | undefined; alertStart?: string | undefined; alertUpdatedAt?: string | undefined; alertUpdatedByUserId?: string | undefined; alertUpdatedByUserName?: string | undefined; alertWorkflowStatusUpdatedAt?: string | undefined; riskScore?: number | undefined; }, { id: string; connectorId: string; timestamp: string; title: string; connectorName: string; alertIds: string[]; detailsMarkdown: string; summaryMarkdown: string; generationUuid: string; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; userId?: string | undefined; replacements?: Zod.objectInputType<{}, Zod.ZodString, \"strip\"> | undefined; userName?: string | undefined; entitySummaryMarkdown?: string | undefined; mitreAttackTactics?: string[] | undefined; alertRuleUuid?: string | undefined; alertWorkflowStatus?: string | undefined; alertStart?: string | undefined; alertUpdatedAt?: string | undefined; alertUpdatedByUserId?: string | undefined; alertUpdatedByUserName?: string | undefined; alertWorkflowStatusUpdatedAt?: string | undefined; riskScore?: number | undefined; }>, \"many\">; }, \"strip\", Zod.ZodTypeAny, { data: { id: string; connectorId: string; timestamp: string; title: string; connectorName: string; alertIds: string[]; detailsMarkdown: string; summaryMarkdown: string; generationUuid: string; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; userId?: string | undefined; replacements?: Zod.objectOutputType<{}, Zod.ZodString, \"strip\"> | undefined; userName?: string | undefined; entitySummaryMarkdown?: string | undefined; mitreAttackTactics?: string[] | undefined; alertRuleUuid?: string | undefined; alertWorkflowStatus?: string | undefined; alertStart?: string | undefined; alertUpdatedAt?: string | undefined; alertUpdatedByUserId?: string | undefined; alertUpdatedByUserName?: string | undefined; alertWorkflowStatusUpdatedAt?: string | undefined; riskScore?: number | undefined; }[]; }, { data: { id: string; connectorId: string; timestamp: string; title: string; connectorName: string; alertIds: string[]; detailsMarkdown: string; summaryMarkdown: string; generationUuid: string; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; userId?: string | undefined; replacements?: Zod.objectInputType<{}, Zod.ZodString, \"strip\"> | undefined; userName?: string | undefined; entitySummaryMarkdown?: string | undefined; mitreAttackTactics?: string[] | undefined; alertRuleUuid?: string | undefined; alertWorkflowStatus?: string | undefined; alertStart?: string | undefined; alertUpdatedAt?: string | undefined; alertUpdatedByUserId?: string | undefined; alertUpdatedByUserName?: string | undefined; alertWorkflowStatusUpdatedAt?: string | undefined; riskScore?: number | undefined; }[]; }>" + "Zod.ZodObject<{ data: Zod.ZodArray; alert_rule_uuid: Zod.ZodOptional; alert_workflow_status: Zod.ZodOptional; connector_id: Zod.ZodString; connector_name: Zod.ZodString; alert_start: Zod.ZodOptional; alert_updated_at: Zod.ZodOptional; alert_updated_by_user_id: Zod.ZodOptional; alert_updated_by_user_name: Zod.ZodOptional; alert_workflow_status_updated_at: Zod.ZodOptional; details_markdown: Zod.ZodString; entity_summary_markdown: Zod.ZodOptional; generation_uuid: Zod.ZodString; id: Zod.ZodString; mitre_attack_tactics: Zod.ZodOptional>; replacements: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodString, \"strip\">>>; risk_score: Zod.ZodOptional; summary_markdown: Zod.ZodString; timestamp: Zod.ZodEffects; title: Zod.ZodString; user_id: Zod.ZodOptional; user_name: Zod.ZodOptional; users: Zod.ZodOptional; name: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { id?: string | undefined; name?: string | undefined; }, { id?: string | undefined; name?: string | undefined; }>, \"many\">>; }, \"strip\", Zod.ZodTypeAny, { id: string; timestamp: string; title: string; connector_id: string; connector_name: string; alert_ids: string[]; details_markdown: string; generation_uuid: string; summary_markdown: string; risk_score?: number | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; replacements?: Zod.objectOutputType<{}, Zod.ZodString, \"strip\"> | undefined; alert_rule_uuid?: string | undefined; alert_workflow_status?: string | undefined; alert_start?: string | undefined; alert_updated_at?: string | undefined; alert_updated_by_user_id?: string | undefined; alert_updated_by_user_name?: string | undefined; alert_workflow_status_updated_at?: string | undefined; entity_summary_markdown?: string | undefined; mitre_attack_tactics?: string[] | undefined; user_id?: string | undefined; user_name?: string | undefined; }, { id: string; timestamp: string; title: string; connector_id: string; connector_name: string; alert_ids: string[]; details_markdown: string; generation_uuid: string; summary_markdown: string; risk_score?: number | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; replacements?: Zod.objectInputType<{}, Zod.ZodString, \"strip\"> | undefined; alert_rule_uuid?: string | undefined; alert_workflow_status?: string | undefined; alert_start?: string | undefined; alert_updated_at?: string | undefined; alert_updated_by_user_id?: string | undefined; alert_updated_by_user_name?: string | undefined; alert_workflow_status_updated_at?: string | undefined; entity_summary_markdown?: string | undefined; mitre_attack_tactics?: string[] | undefined; user_id?: string | undefined; user_name?: string | undefined; }>, \"many\">; }, \"strip\", Zod.ZodTypeAny, { data: { id: string; timestamp: string; title: string; connector_id: string; connector_name: string; alert_ids: string[]; details_markdown: string; generation_uuid: string; summary_markdown: string; risk_score?: number | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; replacements?: Zod.objectOutputType<{}, Zod.ZodString, \"strip\"> | undefined; alert_rule_uuid?: string | undefined; alert_workflow_status?: string | undefined; alert_start?: string | undefined; alert_updated_at?: string | undefined; alert_updated_by_user_id?: string | undefined; alert_updated_by_user_name?: string | undefined; alert_workflow_status_updated_at?: string | undefined; entity_summary_markdown?: string | undefined; mitre_attack_tactics?: string[] | undefined; user_id?: string | undefined; user_name?: string | undefined; }[]; }, { data: { id: string; timestamp: string; title: string; connector_id: string; connector_name: string; alert_ids: string[]; details_markdown: string; generation_uuid: string; summary_markdown: string; risk_score?: number | undefined; users?: { id?: string | undefined; name?: string | undefined; }[] | undefined; replacements?: Zod.objectInputType<{}, Zod.ZodString, \"strip\"> | undefined; alert_rule_uuid?: string | undefined; alert_workflow_status?: string | undefined; alert_start?: string | undefined; alert_updated_at?: string | undefined; alert_updated_by_user_id?: string | undefined; alert_updated_by_user_name?: string | undefined; alert_workflow_status_updated_at?: string | undefined; entity_summary_markdown?: string | undefined; mitre_attack_tactics?: string[] | undefined; user_id?: string | undefined; user_name?: string | undefined; }[]; }>" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/post/post_attack_discovery_bulk_route.gen.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.PostAttackDiscoveryGenerateRequestBody", + "type": "Object", + "tags": [], + "label": "PostAttackDiscoveryGenerateRequestBody", + "description": [], + "signature": [ + "Zod.ZodObject<{ alertsIndexPattern: Zod.ZodString; anonymizationFields: Zod.ZodArray; timestamp: Zod.ZodOptional>; field: Zod.ZodString; allowed: Zod.ZodOptional; anonymized: Zod.ZodOptional; updatedAt: Zod.ZodOptional; updatedBy: Zod.ZodOptional; createdAt: Zod.ZodOptional; createdBy: Zod.ZodOptional; namespace: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { id: string; field: string; namespace?: string | undefined; timestamp?: string | undefined; createdBy?: string | undefined; updatedBy?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; allowed?: boolean | undefined; anonymized?: boolean | undefined; }, { id: string; field: string; namespace?: string | undefined; timestamp?: string | undefined; createdBy?: string | undefined; updatedBy?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; allowed?: boolean | undefined; anonymized?: boolean | undefined; }>, \"many\">; apiConfig: Zod.ZodObject<{ connectorId: Zod.ZodString; actionTypeId: Zod.ZodString; defaultSystemPromptId: Zod.ZodOptional; provider: Zod.ZodOptional>; model: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { connectorId: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }, { connectorId: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }>; connectorName: Zod.ZodOptional; end: Zod.ZodOptional; filter: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>>; langSmithProject: Zod.ZodOptional; langSmithApiKey: Zod.ZodOptional; model: Zod.ZodOptional; replacements: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodString, \"strip\">>>; size: Zod.ZodNumber; start: Zod.ZodOptional; subAction: Zod.ZodEnum<[\"invokeAI\", \"invokeStream\"]>; }, \"strip\", Zod.ZodTypeAny, { size: number; subAction: \"invokeAI\" | \"invokeStream\"; alertsIndexPattern: string; anonymizationFields: { id: string; field: string; namespace?: string | undefined; timestamp?: string | undefined; createdBy?: string | undefined; updatedBy?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; allowed?: boolean | undefined; anonymized?: boolean | undefined; }[]; apiConfig: { connectorId: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; filter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; connectorName?: string | undefined; model?: string | undefined; replacements?: Zod.objectOutputType<{}, Zod.ZodString, \"strip\"> | undefined; langSmithProject?: string | undefined; langSmithApiKey?: string | undefined; }, { size: number; subAction: \"invokeAI\" | \"invokeStream\"; alertsIndexPattern: string; anonymizationFields: { id: string; field: string; namespace?: string | undefined; timestamp?: string | undefined; createdBy?: string | undefined; updatedBy?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; allowed?: boolean | undefined; anonymized?: boolean | undefined; }[]; apiConfig: { connectorId: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; filter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; connectorName?: string | undefined; model?: string | undefined; replacements?: Zod.objectInputType<{}, Zod.ZodString, \"strip\"> | undefined; langSmithProject?: string | undefined; langSmithApiKey?: string | undefined; }>" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/post/post_attack_discovery_generate.gen.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.PostAttackDiscoveryGenerateResponse", + "type": "Object", + "tags": [], + "label": "PostAttackDiscoveryGenerateResponse", + "description": [], + "signature": [ + "Zod.ZodObject<{ execution_uuid: Zod.ZodEffects; }, \"strip\", Zod.ZodTypeAny, { execution_uuid: string; }, { execution_uuid: string; }>" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/post/post_attack_discovery_generate.gen.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.PostAttackDiscoveryGenerationsDismissInternalRequestParams", + "type": "Object", + "tags": [], + "label": "PostAttackDiscoveryGenerationsDismissInternalRequestParams", + "description": [], + "signature": [ + "Zod.ZodObject<{ execution_uuid: Zod.ZodEffects; }, \"strip\", Zod.ZodTypeAny, { execution_uuid: string; }, { execution_uuid: string; }>" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/post/post_attack_discovery_generations_dismiss.route.gen.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.PostAttackDiscoveryGenerationsDismissInternalResponse", + "type": "Object", + "tags": [], + "label": "PostAttackDiscoveryGenerationsDismissInternalResponse", + "description": [], + "signature": [ + "Zod.ZodObject<{ alerts_context_count: Zod.ZodOptional; connector_id: Zod.ZodString; connector_stats: Zod.ZodOptional; successful_generations: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { average_successful_duration_nanoseconds?: number | undefined; successful_generations?: number | undefined; }, { average_successful_duration_nanoseconds?: number | undefined; successful_generations?: number | undefined; }>>; discoveries: Zod.ZodNumber; end: Zod.ZodOptional; execution_uuid: Zod.ZodString; loading_message: Zod.ZodString; reason: Zod.ZodOptional; start: Zod.ZodString; status: Zod.ZodEnum<[\"canceled\", \"dismissed\", \"failed\", \"started\", \"succeeded\"]>; }, \"strip\", Zod.ZodTypeAny, { start: string; status: \"succeeded\" | \"failed\" | \"started\" | \"canceled\" | \"dismissed\"; connector_id: string; execution_uuid: string; discoveries: number; loading_message: string; reason?: string | undefined; end?: string | undefined; alerts_context_count?: number | undefined; connector_stats?: { average_successful_duration_nanoseconds?: number | undefined; successful_generations?: number | undefined; } | undefined; }, { start: string; status: \"succeeded\" | \"failed\" | \"started\" | \"canceled\" | \"dismissed\"; connector_id: string; execution_uuid: string; discoveries: number; loading_message: string; reason?: string | undefined; end?: string | undefined; alerts_context_count?: number | undefined; connector_stats?: { average_successful_duration_nanoseconds?: number | undefined; successful_generations?: number | undefined; } | undefined; }>" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/post_attack_discovery_bulk.route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/post/post_attack_discovery_generations_dismiss.route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -11581,7 +12661,7 @@ "signature": [ "Zod.ZodObject<{ execution_uuid: Zod.ZodEffects; }, \"strip\", Zod.ZodTypeAny, { execution_uuid: string; }, { execution_uuid: string; }>" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/post_attack_discovery_generations_dismiss.route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/post/post_attack_discovery_generations_dismiss.route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -11594,9 +12674,9 @@ "label": "PostAttackDiscoveryGenerationsDismissResponse", "description": [], "signature": [ - "Zod.ZodObject<{ alerts_context_count: Zod.ZodOptional; connector_id: Zod.ZodString; connector_stats: Zod.ZodOptional; successful_generations: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { average_successful_duration_nanoseconds?: number | undefined; successful_generations?: number | undefined; }, { average_successful_duration_nanoseconds?: number | undefined; successful_generations?: number | undefined; }>>; discoveries: Zod.ZodNumber; end: Zod.ZodOptional; execution_uuid: Zod.ZodString; loading_message: Zod.ZodString; reason: Zod.ZodOptional; start: Zod.ZodString; status: Zod.ZodEnum<[\"canceled\", \"dismissed\", \"failed\", \"started\", \"succeeded\"]>; }, \"strip\", Zod.ZodTypeAny, { start: string; status: \"succeeded\" | \"failed\" | \"started\" | \"canceled\" | \"dismissed\"; connector_id: string; discoveries: number; execution_uuid: string; loading_message: string; reason?: string | undefined; end?: string | undefined; alerts_context_count?: number | undefined; connector_stats?: { average_successful_duration_nanoseconds?: number | undefined; successful_generations?: number | undefined; } | undefined; }, { start: string; status: \"succeeded\" | \"failed\" | \"started\" | \"canceled\" | \"dismissed\"; connector_id: string; discoveries: number; execution_uuid: string; loading_message: string; reason?: string | undefined; end?: string | undefined; alerts_context_count?: number | undefined; connector_stats?: { average_successful_duration_nanoseconds?: number | undefined; successful_generations?: number | undefined; } | undefined; }>" + "Zod.ZodObject<{ alerts_context_count: Zod.ZodOptional; connector_id: Zod.ZodString; connector_stats: Zod.ZodOptional; successful_generations: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { average_successful_duration_nanoseconds?: number | undefined; successful_generations?: number | undefined; }, { average_successful_duration_nanoseconds?: number | undefined; successful_generations?: number | undefined; }>>; discoveries: Zod.ZodNumber; end: Zod.ZodOptional; execution_uuid: Zod.ZodString; loading_message: Zod.ZodString; reason: Zod.ZodOptional; start: Zod.ZodString; status: Zod.ZodEnum<[\"canceled\", \"dismissed\", \"failed\", \"started\", \"succeeded\"]>; }, \"strip\", Zod.ZodTypeAny, { start: string; status: \"succeeded\" | \"failed\" | \"started\" | \"canceled\" | \"dismissed\"; connector_id: string; execution_uuid: string; discoveries: number; loading_message: string; reason?: string | undefined; end?: string | undefined; alerts_context_count?: number | undefined; connector_stats?: { average_successful_duration_nanoseconds?: number | undefined; successful_generations?: number | undefined; } | undefined; }, { start: string; status: \"succeeded\" | \"failed\" | \"started\" | \"canceled\" | \"dismissed\"; connector_id: string; execution_uuid: string; discoveries: number; loading_message: string; reason?: string | undefined; end?: string | undefined; alerts_context_count?: number | undefined; connector_stats?: { average_successful_duration_nanoseconds?: number | undefined; successful_generations?: number | undefined; } | undefined; }>" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/post_attack_discovery_generations_dismiss.route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/post/post_attack_discovery_generations_dismiss.route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -11866,7 +12946,7 @@ "signature": [ "Zod.ZodObject<{ query: Zod.ZodUnion<[Zod.ZodString, Zod.ZodObject<{}, \"strip\", Zod.ZodUnknown, Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>]>; language: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; }, { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; }>" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/schedules.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/schedules.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -11969,7 +13049,7 @@ "label": "ReadKnowledgeBaseResponse", "description": [], "signature": [ - "Zod.ZodObject<{ elser_exists: Zod.ZodOptional; is_setup_available: Zod.ZodOptional; is_setup_in_progress: Zod.ZodOptional; security_labs_exists: Zod.ZodOptional; user_data_exists: Zod.ZodOptional; product_documentation_status: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { elser_exists?: boolean | undefined; is_setup_available?: boolean | undefined; is_setup_in_progress?: boolean | undefined; security_labs_exists?: boolean | undefined; user_data_exists?: boolean | undefined; product_documentation_status?: string | undefined; }, { elser_exists?: boolean | undefined; is_setup_available?: boolean | undefined; is_setup_in_progress?: boolean | undefined; security_labs_exists?: boolean | undefined; user_data_exists?: boolean | undefined; product_documentation_status?: string | undefined; }>" + "Zod.ZodObject<{ elser_exists: Zod.ZodOptional; is_setup_available: Zod.ZodOptional; is_setup_in_progress: Zod.ZodOptional; security_labs_exists: Zod.ZodOptional; defend_insights_exists: Zod.ZodOptional; user_data_exists: Zod.ZodOptional; product_documentation_status: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { elser_exists?: boolean | undefined; is_setup_available?: boolean | undefined; is_setup_in_progress?: boolean | undefined; security_labs_exists?: boolean | undefined; defend_insights_exists?: boolean | undefined; user_data_exists?: boolean | undefined; product_documentation_status?: string | undefined; }, { elser_exists?: boolean | undefined; is_setup_available?: boolean | undefined; is_setup_in_progress?: boolean | undefined; security_labs_exists?: boolean | undefined; defend_insights_exists?: boolean | undefined; user_data_exists?: boolean | undefined; product_documentation_status?: string | undefined; }>" ], "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/knowledge_base/crud_kb_route.gen.ts", "deprecated": false, @@ -12156,6 +13236,51 @@ "trackAdoption": false, "initialIsOpen": false }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.UpdateAttackDiscoverySchedulesInternalRequestBody", + "type": "Object", + "tags": [], + "label": "UpdateAttackDiscoverySchedulesInternalRequestBody", + "description": [], + "signature": [ + "Zod.ZodObject<{ name: Zod.ZodString; params: Zod.ZodObject<{ alertsIndexPattern: Zod.ZodString; apiConfig: Zod.ZodObject; provider: Zod.ZodOptional>; model: Zod.ZodOptional; }, { name: Zod.ZodString; }>, \"strip\", Zod.ZodTypeAny, { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }, { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }>; end: Zod.ZodOptional; query: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>]>; language: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; }, { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; }>>; filters: Zod.ZodOptional>; combinedFilter: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>>; size: Zod.ZodNumber; start: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }, { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }>; schedule: Zod.ZodObject<{ interval: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { interval: string; }, { interval: string; }>; actions: Zod.ZodArray; id: Zod.ZodString; params: Zod.ZodObject<{}, \"strip\", Zod.ZodUnknown, Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>; uuid: Zod.ZodOptional>; alertsFilter: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>>; frequency: Zod.ZodOptional; throttle: Zod.ZodNullable; }, \"strip\", Zod.ZodTypeAny, { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; }, { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; }>>; }, \"strip\", Zod.ZodTypeAny, { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }, { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }>, \"many\">; }, \"strip\", Zod.ZodTypeAny, { params: { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }[]; schedule: { interval: string; }; }, { params: { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }[]; schedule: { interval: string; }; }>" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/crud_attack_discovery_schedules_route.gen.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.UpdateAttackDiscoverySchedulesInternalRequestParams", + "type": "Object", + "tags": [], + "label": "UpdateAttackDiscoverySchedulesInternalRequestParams", + "description": [], + "signature": [ + "Zod.ZodObject<{ id: Zod.ZodEffects; }, \"strip\", Zod.ZodTypeAny, { id: string; }, { id: string; }>" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/crud_attack_discovery_schedules_route.gen.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/elastic-assistant-common", + "id": "def-common.UpdateAttackDiscoverySchedulesInternalResponse", + "type": "Object", + "tags": [], + "label": "UpdateAttackDiscoverySchedulesInternalResponse", + "description": [], + "signature": [ + "Zod.ZodObject<{ id: Zod.ZodString; name: Zod.ZodString; createdBy: Zod.ZodString; updatedBy: Zod.ZodString; createdAt: Zod.ZodString; updatedAt: Zod.ZodString; enabled: Zod.ZodBoolean; params: Zod.ZodObject<{ alertsIndexPattern: Zod.ZodString; apiConfig: Zod.ZodObject; provider: Zod.ZodOptional>; model: Zod.ZodOptional; }, { name: Zod.ZodString; }>, \"strip\", Zod.ZodTypeAny, { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }, { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }>; end: Zod.ZodOptional; query: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>]>; language: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; }, { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; }>>; filters: Zod.ZodOptional>; combinedFilter: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>>; size: Zod.ZodNumber; start: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }, { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }>; schedule: Zod.ZodObject<{ interval: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { interval: string; }, { interval: string; }>; actions: Zod.ZodArray; id: Zod.ZodString; params: Zod.ZodObject<{}, \"strip\", Zod.ZodUnknown, Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>; uuid: Zod.ZodOptional>; alertsFilter: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>>; frequency: Zod.ZodOptional; throttle: Zod.ZodNullable; }, \"strip\", Zod.ZodTypeAny, { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; }, { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; }>>; }, \"strip\", Zod.ZodTypeAny, { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }, { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }>, \"many\">; lastExecution: Zod.ZodOptional; status: Zod.ZodEnum<[\"ok\", \"active\", \"error\", \"unknown\", \"warning\"]>; message: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; }, { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; }>>; }, \"strip\", Zod.ZodTypeAny, { params: { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; id: string; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }[]; enabled: boolean; schedule: { interval: string; }; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; lastExecution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }, { params: { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; id: string; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }[]; enabled: boolean; schedule: { interval: string; }; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; lastExecution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }>" + ], + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/internal/schedules/crud_attack_discovery_schedules_route.gen.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, { "parentPluginId": "@kbn/elastic-assistant-common", "id": "def-common.UpdateAttackDiscoverySchedulesRequestBody", @@ -12164,9 +13289,9 @@ "label": "UpdateAttackDiscoverySchedulesRequestBody", "description": [], "signature": [ - "Zod.ZodObject<{ name: Zod.ZodString; params: Zod.ZodObject<{ alertsIndexPattern: Zod.ZodString; apiConfig: Zod.ZodObject; provider: Zod.ZodOptional>; model: Zod.ZodOptional; }, { name: Zod.ZodString; }>, \"strip\", Zod.ZodTypeAny, { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }, { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }>; end: Zod.ZodOptional; query: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>]>; language: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; }, { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; }>>; filters: Zod.ZodOptional>; combinedFilter: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>>; size: Zod.ZodNumber; start: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }, { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }>; schedule: Zod.ZodObject<{ interval: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { interval: string; }, { interval: string; }>; actions: Zod.ZodArray; id: Zod.ZodString; params: Zod.ZodObject<{}, \"strip\", Zod.ZodUnknown, Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>; uuid: Zod.ZodOptional>; alertsFilter: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>>; frequency: Zod.ZodOptional; throttle: Zod.ZodNullable; }, \"strip\", Zod.ZodTypeAny, { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; }, { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; }>>; }, \"strip\", Zod.ZodTypeAny, { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }, { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }>, \"many\">; }, \"strip\", Zod.ZodTypeAny, { params: { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }[]; schedule: { interval: string; }; }, { params: { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }[]; schedule: { interval: string; }; }>" + "Zod.ZodObject<{ name: Zod.ZodString; params: Zod.ZodObject<{ alerts_index_pattern: Zod.ZodString; api_config: Zod.ZodObject; provider: Zod.ZodOptional>; model: Zod.ZodOptional; }, { name: Zod.ZodString; }>, \"strip\", Zod.ZodTypeAny, { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }, { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }>; end: Zod.ZodOptional; query: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>]>; language: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; }, { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; }>>; filters: Zod.ZodOptional>; combined_filter: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>>; size: Zod.ZodNumber; start: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { size: number; alerts_index_pattern: string; api_config: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combined_filter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }, { size: number; alerts_index_pattern: string; api_config: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combined_filter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }>; schedule: Zod.ZodObject<{ interval: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { interval: string; }, { interval: string; }>; actions: Zod.ZodArray; id: Zod.ZodString; params: Zod.ZodObject<{}, \"strip\", Zod.ZodUnknown, Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>; uuid: Zod.ZodOptional>; alerts_filter: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>>; frequency: Zod.ZodOptional; throttle: Zod.ZodNullable; }, \"strip\", Zod.ZodTypeAny, { throttle: string | null; summary: boolean; notify_when: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; }, { throttle: string | null; summary: boolean; notify_when: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; }>>; }, \"strip\", Zod.ZodTypeAny, { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; summary: boolean; notify_when: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }, { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; summary: boolean; notify_when: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }>, \"many\">; }, \"strip\", Zod.ZodTypeAny, { params: { size: number; alerts_index_pattern: string; api_config: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combined_filter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; summary: boolean; notify_when: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }[]; schedule: { interval: string; }; }, { params: { size: number; alerts_index_pattern: string; api_config: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combined_filter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; summary: boolean; notify_when: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }[]; schedule: { interval: string; }; }>" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/crud_attack_discovery_schedules_route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/schedules/crud_attack_discovery_schedules_route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -12181,7 +13306,7 @@ "signature": [ "Zod.ZodObject<{ id: Zod.ZodEffects; }, \"strip\", Zod.ZodTypeAny, { id: string; }, { id: string; }>" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/crud_attack_discovery_schedules_route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/schedules/crud_attack_discovery_schedules_route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -12194,9 +13319,9 @@ "label": "UpdateAttackDiscoverySchedulesResponse", "description": [], "signature": [ - "Zod.ZodObject<{ id: Zod.ZodString; name: Zod.ZodString; createdBy: Zod.ZodString; updatedBy: Zod.ZodString; createdAt: Zod.ZodString; updatedAt: Zod.ZodString; enabled: Zod.ZodBoolean; params: Zod.ZodObject<{ alertsIndexPattern: Zod.ZodString; apiConfig: Zod.ZodObject; provider: Zod.ZodOptional>; model: Zod.ZodOptional; }, { name: Zod.ZodString; }>, \"strip\", Zod.ZodTypeAny, { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }, { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }>; end: Zod.ZodOptional; query: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>]>; language: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; }, { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; }>>; filters: Zod.ZodOptional>; combinedFilter: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>>; size: Zod.ZodNumber; start: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }, { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }>; schedule: Zod.ZodObject<{ interval: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { interval: string; }, { interval: string; }>; actions: Zod.ZodArray; id: Zod.ZodString; params: Zod.ZodObject<{}, \"strip\", Zod.ZodUnknown, Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>; uuid: Zod.ZodOptional>; alertsFilter: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>>; frequency: Zod.ZodOptional; throttle: Zod.ZodNullable; }, \"strip\", Zod.ZodTypeAny, { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; }, { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; }>>; }, \"strip\", Zod.ZodTypeAny, { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }, { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }>, \"many\">; lastExecution: Zod.ZodOptional; status: Zod.ZodEnum<[\"ok\", \"active\", \"error\", \"unknown\", \"warning\"]>; message: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; }, { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; }>>; }, \"strip\", Zod.ZodTypeAny, { params: { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; id: string; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }[]; enabled: boolean; schedule: { interval: string; }; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; lastExecution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }, { params: { size: number; alertsIndexPattern: string; apiConfig: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combinedFilter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; id: string; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; actionTypeId: string; frequency?: { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; } | undefined; alertsFilter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; uuid?: string | undefined; group?: string | undefined; }[]; enabled: boolean; schedule: { interval: string; }; createdBy: string; updatedBy: string; createdAt: string; updatedAt: string; lastExecution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }>" + "Zod.ZodObject<{ id: Zod.ZodString; name: Zod.ZodString; created_by: Zod.ZodString; updated_by: Zod.ZodString; created_at: Zod.ZodString; updated_at: Zod.ZodString; enabled: Zod.ZodBoolean; params: Zod.ZodObject<{ alerts_index_pattern: Zod.ZodString; api_config: Zod.ZodObject; provider: Zod.ZodOptional>; model: Zod.ZodOptional; }, { name: Zod.ZodString; }>, \"strip\", Zod.ZodTypeAny, { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }, { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }>; end: Zod.ZodOptional; query: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>]>; language: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; }, { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; }>>; filters: Zod.ZodOptional>; combined_filter: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>>; size: Zod.ZodNumber; start: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { size: number; alerts_index_pattern: string; api_config: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combined_filter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }, { size: number; alerts_index_pattern: string; api_config: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combined_filter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }>; schedule: Zod.ZodObject<{ interval: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { interval: string; }, { interval: string; }>; actions: Zod.ZodArray; id: Zod.ZodString; params: Zod.ZodObject<{}, \"strip\", Zod.ZodUnknown, Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>; uuid: Zod.ZodOptional>; alerts_filter: Zod.ZodOptional, Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">>>; frequency: Zod.ZodOptional; throttle: Zod.ZodNullable; }, \"strip\", Zod.ZodTypeAny, { throttle: string | null; summary: boolean; notify_when: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; }, { throttle: string | null; summary: boolean; notify_when: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; }>>; }, \"strip\", Zod.ZodTypeAny, { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; summary: boolean; notify_when: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }, { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; summary: boolean; notify_when: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }>, \"many\">; last_execution: Zod.ZodOptional; status: Zod.ZodEnum<[\"ok\", \"active\", \"error\", \"unknown\", \"warning\"]>; message: Zod.ZodOptional; }, \"strip\", Zod.ZodTypeAny, { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; }, { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; }>>; }, \"strip\", Zod.ZodTypeAny, { params: { size: number; alerts_index_pattern: string; api_config: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combined_filter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; id: string; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; summary: boolean; notify_when: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: Zod.objectOutputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }[]; enabled: boolean; schedule: { interval: string; }; created_at: string; created_by: string; updated_at: string; updated_by: string; last_execution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }, { params: { size: number; alerts_index_pattern: string; api_config: { connectorId: string; name: string; actionTypeId: string; provider?: \"Other\" | \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; start?: string | undefined; end?: string | undefined; query?: { query: string | Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\">; language: string; } | undefined; filters?: unknown[] | undefined; combined_filter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }; id: string; name: string; actions: { params: {} & { [k: string]: unknown; }; id: string; action_type_id: string; frequency?: { throttle: string | null; summary: boolean; notify_when: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; } | undefined; uuid?: string | undefined; group?: string | undefined; alerts_filter?: Zod.objectInputType<{}, Zod.ZodUnknown, \"strip\"> | undefined; }[]; enabled: boolean; schedule: { interval: string; }; created_at: string; created_by: string; updated_at: string; updated_by: string; last_execution?: { date: string; status: \"unknown\" | \"ok\" | \"error\" | \"active\" | \"warning\"; message?: string | undefined; duration?: number | undefined; } | undefined; }>" ], - "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/crud_attack_discovery_schedules_route.gen.ts", + "path": "x-pack/platform/packages/shared/kbn-elastic-assistant-common/impl/schemas/attack_discovery/routes/public/schedules/crud_attack_discovery_schedules_route.gen.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_elastic_assistant_common.mdx b/api_docs/kbn_elastic_assistant_common.mdx index dd0590de5c988..370e8c63e0677 100644 --- a/api_docs/kbn_elastic_assistant_common.mdx +++ b/api_docs/kbn_elastic_assistant_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-elastic-assistant-common title: "@kbn/elastic-assistant-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/elastic-assistant-common plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/elastic-assistant-common'] --- import kbnElasticAssistantCommonObj from './kbn_elastic_assistant_common.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/security-generative-ai](https://github.com/orgs/elastic/teams/ | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 797 | 0 | 682 | 2 | +| 870 | 0 | 752 | 2 | ## Common diff --git a/api_docs/kbn_elastic_assistant_shared_state.mdx b/api_docs/kbn_elastic_assistant_shared_state.mdx index b95179f767097..9a6859f7bd515 100644 --- a/api_docs/kbn_elastic_assistant_shared_state.mdx +++ b/api_docs/kbn_elastic_assistant_shared_state.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-elastic-assistant-shared-state title: "@kbn/elastic-assistant-shared-state" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/elastic-assistant-shared-state plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/elastic-assistant-shared-state'] --- import kbnElasticAssistantSharedStateObj from './kbn_elastic_assistant_shared_state.devdocs.json'; diff --git a/api_docs/kbn_encrypted_saved_objects_shared.mdx b/api_docs/kbn_encrypted_saved_objects_shared.mdx index a79a0159278ad..1103f94d63aed 100644 --- a/api_docs/kbn_encrypted_saved_objects_shared.mdx +++ b/api_docs/kbn_encrypted_saved_objects_shared.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-encrypted-saved-objects-shared title: "@kbn/encrypted-saved-objects-shared" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/encrypted-saved-objects-shared plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/encrypted-saved-objects-shared'] --- import kbnEncryptedSavedObjectsSharedObj from './kbn_encrypted_saved_objects_shared.devdocs.json'; diff --git a/api_docs/kbn_entities_schema.mdx b/api_docs/kbn_entities_schema.mdx index 0190db6f79a4a..78df1d3153dee 100644 --- a/api_docs/kbn_entities_schema.mdx +++ b/api_docs/kbn_entities_schema.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-entities-schema title: "@kbn/entities-schema" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/entities-schema plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/entities-schema'] --- import kbnEntitiesSchemaObj from './kbn_entities_schema.devdocs.json'; diff --git a/api_docs/kbn_es.mdx b/api_docs/kbn_es.mdx index 91c9eeefb210d..148a56e5799ee 100644 --- a/api_docs/kbn_es.mdx +++ b/api_docs/kbn_es.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-es title: "@kbn/es" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/es plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/es'] --- import kbnEsObj from './kbn_es.devdocs.json'; diff --git a/api_docs/kbn_es_archiver.mdx b/api_docs/kbn_es_archiver.mdx index 482b4abb2952c..2050144406ed7 100644 --- a/api_docs/kbn_es_archiver.mdx +++ b/api_docs/kbn_es_archiver.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-es-archiver title: "@kbn/es-archiver" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/es-archiver plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/es-archiver'] --- import kbnEsArchiverObj from './kbn_es_archiver.devdocs.json'; diff --git a/api_docs/kbn_es_errors.mdx b/api_docs/kbn_es_errors.mdx index 3159b64df06b2..9a7c31ca84b2e 100644 --- a/api_docs/kbn_es_errors.mdx +++ b/api_docs/kbn_es_errors.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-es-errors title: "@kbn/es-errors" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/es-errors plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/es-errors'] --- import kbnEsErrorsObj from './kbn_es_errors.devdocs.json'; diff --git a/api_docs/kbn_es_query.mdx b/api_docs/kbn_es_query.mdx index a7d45816f3617..2d2f36b3dd3d9 100644 --- a/api_docs/kbn_es_query.mdx +++ b/api_docs/kbn_es_query.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-es-query title: "@kbn/es-query" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/es-query plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/es-query'] --- import kbnEsQueryObj from './kbn_es_query.devdocs.json'; diff --git a/api_docs/kbn_es_query_server.mdx b/api_docs/kbn_es_query_server.mdx index d4f5e3ffd3c72..c925b40cf5226 100644 --- a/api_docs/kbn_es_query_server.mdx +++ b/api_docs/kbn_es_query_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-es-query-server title: "@kbn/es-query-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/es-query-server plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/es-query-server'] --- import kbnEsQueryServerObj from './kbn_es_query_server.devdocs.json'; diff --git a/api_docs/kbn_es_types.mdx b/api_docs/kbn_es_types.mdx index 228ea64edec65..bd3075080fc29 100644 --- a/api_docs/kbn_es_types.mdx +++ b/api_docs/kbn_es_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-es-types title: "@kbn/es-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/es-types plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/es-types'] --- import kbnEsTypesObj from './kbn_es_types.devdocs.json'; diff --git a/api_docs/kbn_eslint_plugin_imports.mdx b/api_docs/kbn_eslint_plugin_imports.mdx index bfae3cb68985a..51f856257ca36 100644 --- a/api_docs/kbn_eslint_plugin_imports.mdx +++ b/api_docs/kbn_eslint_plugin_imports.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-eslint-plugin-imports title: "@kbn/eslint-plugin-imports" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/eslint-plugin-imports plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/eslint-plugin-imports'] --- import kbnEslintPluginImportsObj from './kbn_eslint_plugin_imports.devdocs.json'; diff --git a/api_docs/kbn_esql_ast.devdocs.json b/api_docs/kbn_esql_ast.devdocs.json index 5fe507986163d..d3fe2bcaa0f28 100644 --- a/api_docs/kbn_esql_ast.devdocs.json +++ b/api_docs/kbn_esql_ast.devdocs.json @@ -6875,7 +6875,8 @@ "label": "getDateHistogramCompletionItem", "description": [], "signature": [ - "(histogramBarTarget?: number) => { label: string; text: string; asSnippet: true; kind: \"Issue\"; detail: string; sortText: string; command: { title: string; id: string; }; }" + "(histogramBarTarget?: number) => ", + "ISuggestionItem" ], "path": "src/platform/packages/shared/kbn-esql-ast/src/commands_registry/complete_items.ts", "deprecated": false, @@ -8217,12 +8218,12 @@ "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/autocomplete/autocomplete.ts" }, { - "plugin": "@kbn/monaco", - "path": "src/platform/packages/shared/kbn-monaco/src/languages/esql/lib/hover/hover.ts" + "plugin": "@kbn/esql-validation-autocomplete", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/hover/index.ts" }, { - "plugin": "@kbn/monaco", - "path": "src/platform/packages/shared/kbn-monaco/src/languages/esql/lib/hover/hover.ts" + "plugin": "@kbn/esql-validation-autocomplete", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/hover/index.ts" }, { "plugin": "@kbn/esql-utils", @@ -8966,6 +8967,44 @@ ], "initialIsOpen": false }, + { + "parentPluginId": "@kbn/esql-ast", + "id": "def-common.withAutoSuggest", + "type": "Function", + "tags": [], + "label": "withAutoSuggest", + "description": [ + "\nGiven a suggestion item, decorates it with editor.action.triggerSuggest\nthat triggers the autocomplete dialog again after accepting the suggestion.\n\nIf the suggestion item already has a custom command, it will preserve it." + ], + "signature": [ + "(suggestionItem: ", + "ISuggestionItem", + ") => ", + "ISuggestionItem" + ], + "path": "src/platform/packages/shared/kbn-esql-ast/src/definitions/utils/autocomplete/helpers.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-ast", + "id": "def-common.withAutoSuggest.$1", + "type": "Object", + "tags": [], + "label": "suggestionItem", + "description": [], + "signature": [ + "ISuggestionItem" + ], + "path": "src/platform/packages/shared/kbn-esql-ast/src/definitions/utils/autocomplete/helpers.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, { "parentPluginId": "@kbn/esql-ast", "id": "def-common.within", @@ -11064,6 +11103,20 @@ "path": "src/platform/packages/shared/kbn-esql-ast/src/definitions/types.ts", "deprecated": false, "trackAdoption": false + }, + { + "parentPluginId": "@kbn/esql-ast", + "id": "def-common.FunctionFilterPredicates.allowed", + "type": "Array", + "tags": [], + "label": "allowed", + "description": [], + "signature": [ + "string[] | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-ast/src/definitions/types.ts", + "deprecated": false, + "trackAdoption": false } ], "initialIsOpen": false @@ -15183,83 +15236,12 @@ "tags": [], "label": "assignCompletionItem", "description": [], + "signature": [ + "ISuggestionItem" + ], "path": "src/platform/packages/shared/kbn-esql-ast/src/commands_registry/complete_items.ts", "deprecated": false, "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/esql-ast", - "id": "def-common.assignCompletionItem.detail", - "type": "string", - "tags": [], - "label": "detail", - "description": [], - "path": "src/platform/packages/shared/kbn-esql-ast/src/commands_registry/complete_items.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/esql-ast", - "id": "def-common.assignCompletionItem.command", - "type": "Object", - "tags": [], - "label": "command", - "description": [], - "signature": [ - "{ title: string; id: string; }" - ], - "path": "src/platform/packages/shared/kbn-esql-ast/src/commands_registry/complete_items.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/esql-ast", - "id": "def-common.assignCompletionItem.label", - "type": "string", - "tags": [], - "label": "label", - "description": [], - "path": "src/platform/packages/shared/kbn-esql-ast/src/commands_registry/complete_items.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/esql-ast", - "id": "def-common.assignCompletionItem.kind", - "type": "string", - "tags": [], - "label": "kind", - "description": [], - "signature": [ - "\"Variable\"" - ], - "path": "src/platform/packages/shared/kbn-esql-ast/src/commands_registry/complete_items.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/esql-ast", - "id": "def-common.assignCompletionItem.sortText", - "type": "string", - "tags": [], - "label": "sortText", - "description": [], - "path": "src/platform/packages/shared/kbn-esql-ast/src/commands_registry/complete_items.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/esql-ast", - "id": "def-common.assignCompletionItem.text", - "type": "string", - "tags": [], - "label": "text", - "description": [], - "path": "src/platform/packages/shared/kbn-esql-ast/src/commands_registry/complete_items.ts", - "deprecated": false, - "trackAdoption": false - } - ], "initialIsOpen": false }, { @@ -15291,83 +15273,12 @@ "tags": [], "label": "byCompleteItem", "description": [], + "signature": [ + "ISuggestionItem" + ], "path": "src/platform/packages/shared/kbn-esql-ast/src/commands_registry/complete_items.ts", "deprecated": false, "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/esql-ast", - "id": "def-common.byCompleteItem.label", - "type": "string", - "tags": [], - "label": "label", - "description": [], - "path": "src/platform/packages/shared/kbn-esql-ast/src/commands_registry/complete_items.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/esql-ast", - "id": "def-common.byCompleteItem.text", - "type": "string", - "tags": [], - "label": "text", - "description": [], - "path": "src/platform/packages/shared/kbn-esql-ast/src/commands_registry/complete_items.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/esql-ast", - "id": "def-common.byCompleteItem.kind", - "type": "string", - "tags": [], - "label": "kind", - "description": [], - "signature": [ - "\"Reference\"" - ], - "path": "src/platform/packages/shared/kbn-esql-ast/src/commands_registry/complete_items.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/esql-ast", - "id": "def-common.byCompleteItem.detail", - "type": "string", - "tags": [], - "label": "detail", - "description": [], - "path": "src/platform/packages/shared/kbn-esql-ast/src/commands_registry/complete_items.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/esql-ast", - "id": "def-common.byCompleteItem.sortText", - "type": "string", - "tags": [], - "label": "sortText", - "description": [], - "path": "src/platform/packages/shared/kbn-esql-ast/src/commands_registry/complete_items.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/esql-ast", - "id": "def-common.byCompleteItem.command", - "type": "Object", - "tags": [], - "label": "command", - "description": [], - "signature": [ - "{ title: string; id: string; }" - ], - "path": "src/platform/packages/shared/kbn-esql-ast/src/commands_registry/complete_items.ts", - "deprecated": false, - "trackAdoption": false - } - ], "initialIsOpen": false }, { @@ -15953,97 +15864,12 @@ "tags": [], "label": "listCompleteItem", "description": [], + "signature": [ + "ISuggestionItem" + ], "path": "src/platform/packages/shared/kbn-esql-ast/src/commands_registry/complete_items.ts", "deprecated": false, "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/esql-ast", - "id": "def-common.listCompleteItem.label", - "type": "string", - "tags": [], - "label": "label", - "description": [], - "path": "src/platform/packages/shared/kbn-esql-ast/src/commands_registry/complete_items.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/esql-ast", - "id": "def-common.listCompleteItem.text", - "type": "string", - "tags": [], - "label": "text", - "description": [], - "path": "src/platform/packages/shared/kbn-esql-ast/src/commands_registry/complete_items.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/esql-ast", - "id": "def-common.listCompleteItem.asSnippet", - "type": "boolean", - "tags": [], - "label": "asSnippet", - "description": [], - "signature": [ - "true" - ], - "path": "src/platform/packages/shared/kbn-esql-ast/src/commands_registry/complete_items.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/esql-ast", - "id": "def-common.listCompleteItem.kind", - "type": "string", - "tags": [], - "label": "kind", - "description": [], - "signature": [ - "\"Operator\"" - ], - "path": "src/platform/packages/shared/kbn-esql-ast/src/commands_registry/complete_items.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/esql-ast", - "id": "def-common.listCompleteItem.detail", - "type": "string", - "tags": [], - "label": "detail", - "description": [], - "path": "src/platform/packages/shared/kbn-esql-ast/src/commands_registry/complete_items.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/esql-ast", - "id": "def-common.listCompleteItem.sortText", - "type": "string", - "tags": [], - "label": "sortText", - "description": [], - "path": "src/platform/packages/shared/kbn-esql-ast/src/commands_registry/complete_items.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/esql-ast", - "id": "def-common.listCompleteItem.command", - "type": "Object", - "tags": [], - "label": "command", - "description": [], - "signature": [ - "{ title: string; id: string; }" - ], - "path": "src/platform/packages/shared/kbn-esql-ast/src/commands_registry/complete_items.ts", - "deprecated": false, - "trackAdoption": false - } - ], "initialIsOpen": false }, { @@ -16053,83 +15879,12 @@ "tags": [], "label": "onCompleteItem", "description": [], + "signature": [ + "ISuggestionItem" + ], "path": "src/platform/packages/shared/kbn-esql-ast/src/commands_registry/complete_items.ts", "deprecated": false, "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/esql-ast", - "id": "def-common.onCompleteItem.label", - "type": "string", - "tags": [], - "label": "label", - "description": [], - "path": "src/platform/packages/shared/kbn-esql-ast/src/commands_registry/complete_items.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/esql-ast", - "id": "def-common.onCompleteItem.text", - "type": "string", - "tags": [], - "label": "text", - "description": [], - "path": "src/platform/packages/shared/kbn-esql-ast/src/commands_registry/complete_items.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/esql-ast", - "id": "def-common.onCompleteItem.kind", - "type": "string", - "tags": [], - "label": "kind", - "description": [], - "signature": [ - "\"Reference\"" - ], - "path": "src/platform/packages/shared/kbn-esql-ast/src/commands_registry/complete_items.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/esql-ast", - "id": "def-common.onCompleteItem.detail", - "type": "string", - "tags": [], - "label": "detail", - "description": [], - "path": "src/platform/packages/shared/kbn-esql-ast/src/commands_registry/complete_items.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/esql-ast", - "id": "def-common.onCompleteItem.sortText", - "type": "string", - "tags": [], - "label": "sortText", - "description": [], - "path": "src/platform/packages/shared/kbn-esql-ast/src/commands_registry/complete_items.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/esql-ast", - "id": "def-common.onCompleteItem.command", - "type": "Object", - "tags": [], - "label": "command", - "description": [], - "signature": [ - "{ title: string; id: string; }" - ], - "path": "src/platform/packages/shared/kbn-esql-ast/src/commands_registry/complete_items.ts", - "deprecated": false, - "trackAdoption": false - } - ], "initialIsOpen": false }, { @@ -16139,83 +15894,12 @@ "tags": [], "label": "pipeCompleteItem", "description": [], + "signature": [ + "ISuggestionItem" + ], "path": "src/platform/packages/shared/kbn-esql-ast/src/commands_registry/complete_items.ts", "deprecated": false, "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/esql-ast", - "id": "def-common.pipeCompleteItem.label", - "type": "string", - "tags": [], - "label": "label", - "description": [], - "path": "src/platform/packages/shared/kbn-esql-ast/src/commands_registry/complete_items.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/esql-ast", - "id": "def-common.pipeCompleteItem.text", - "type": "string", - "tags": [], - "label": "text", - "description": [], - "path": "src/platform/packages/shared/kbn-esql-ast/src/commands_registry/complete_items.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/esql-ast", - "id": "def-common.pipeCompleteItem.kind", - "type": "string", - "tags": [], - "label": "kind", - "description": [], - "signature": [ - "\"Keyword\"" - ], - "path": "src/platform/packages/shared/kbn-esql-ast/src/commands_registry/complete_items.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/esql-ast", - "id": "def-common.pipeCompleteItem.detail", - "type": "string", - "tags": [], - "label": "detail", - "description": [], - "path": "src/platform/packages/shared/kbn-esql-ast/src/commands_registry/complete_items.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/esql-ast", - "id": "def-common.pipeCompleteItem.sortText", - "type": "string", - "tags": [], - "label": "sortText", - "description": [], - "path": "src/platform/packages/shared/kbn-esql-ast/src/commands_registry/complete_items.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/esql-ast", - "id": "def-common.pipeCompleteItem.command", - "type": "Object", - "tags": [], - "label": "command", - "description": [], - "signature": [ - "{ title: string; id: string; }" - ], - "path": "src/platform/packages/shared/kbn-esql-ast/src/commands_registry/complete_items.ts", - "deprecated": false, - "trackAdoption": false - } - ], "initialIsOpen": false }, { @@ -16233,42 +15917,6 @@ "trackAdoption": false, "initialIsOpen": false }, - { - "parentPluginId": "@kbn/esql-ast", - "id": "def-common.TRIGGER_SUGGESTION_COMMAND", - "type": "Object", - "tags": [], - "label": "TRIGGER_SUGGESTION_COMMAND", - "description": [], - "path": "src/platform/packages/shared/kbn-esql-ast/src/commands_registry/constants.ts", - "deprecated": false, - "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/esql-ast", - "id": "def-common.TRIGGER_SUGGESTION_COMMAND.title", - "type": "string", - "tags": [], - "label": "title", - "description": [], - "path": "src/platform/packages/shared/kbn-esql-ast/src/commands_registry/constants.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/esql-ast", - "id": "def-common.TRIGGER_SUGGESTION_COMMAND.id", - "type": "string", - "tags": [], - "label": "id", - "description": [], - "path": "src/platform/packages/shared/kbn-esql-ast/src/commands_registry/constants.ts", - "deprecated": false, - "trackAdoption": false - } - ], - "initialIsOpen": false - }, { "parentPluginId": "@kbn/esql-ast", "id": "def-common.userDefinedTypes", @@ -16293,83 +15941,12 @@ "tags": [], "label": "whereCompleteItem", "description": [], + "signature": [ + "ISuggestionItem" + ], "path": "src/platform/packages/shared/kbn-esql-ast/src/commands_registry/complete_items.ts", "deprecated": false, "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/esql-ast", - "id": "def-common.whereCompleteItem.label", - "type": "string", - "tags": [], - "label": "label", - "description": [], - "path": "src/platform/packages/shared/kbn-esql-ast/src/commands_registry/complete_items.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/esql-ast", - "id": "def-common.whereCompleteItem.text", - "type": "string", - "tags": [], - "label": "text", - "description": [], - "path": "src/platform/packages/shared/kbn-esql-ast/src/commands_registry/complete_items.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/esql-ast", - "id": "def-common.whereCompleteItem.kind", - "type": "string", - "tags": [], - "label": "kind", - "description": [], - "signature": [ - "\"Reference\"" - ], - "path": "src/platform/packages/shared/kbn-esql-ast/src/commands_registry/complete_items.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/esql-ast", - "id": "def-common.whereCompleteItem.detail", - "type": "string", - "tags": [], - "label": "detail", - "description": [], - "path": "src/platform/packages/shared/kbn-esql-ast/src/commands_registry/complete_items.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/esql-ast", - "id": "def-common.whereCompleteItem.sortText", - "type": "string", - "tags": [], - "label": "sortText", - "description": [], - "path": "src/platform/packages/shared/kbn-esql-ast/src/commands_registry/complete_items.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/esql-ast", - "id": "def-common.whereCompleteItem.command", - "type": "Object", - "tags": [], - "label": "command", - "description": [], - "signature": [ - "{ title: string; id: string; }" - ], - "path": "src/platform/packages/shared/kbn-esql-ast/src/commands_registry/complete_items.ts", - "deprecated": false, - "trackAdoption": false - } - ], "initialIsOpen": false }, { @@ -16379,97 +15956,12 @@ "tags": [], "label": "withCompleteItem", "description": [], + "signature": [ + "ISuggestionItem" + ], "path": "src/platform/packages/shared/kbn-esql-ast/src/commands_registry/complete_items.ts", "deprecated": false, "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/esql-ast", - "id": "def-common.withCompleteItem.label", - "type": "string", - "tags": [], - "label": "label", - "description": [], - "path": "src/platform/packages/shared/kbn-esql-ast/src/commands_registry/complete_items.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/esql-ast", - "id": "def-common.withCompleteItem.text", - "type": "string", - "tags": [], - "label": "text", - "description": [], - "path": "src/platform/packages/shared/kbn-esql-ast/src/commands_registry/complete_items.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/esql-ast", - "id": "def-common.withCompleteItem.asSnippet", - "type": "boolean", - "tags": [], - "label": "asSnippet", - "description": [], - "signature": [ - "true" - ], - "path": "src/platform/packages/shared/kbn-esql-ast/src/commands_registry/complete_items.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/esql-ast", - "id": "def-common.withCompleteItem.kind", - "type": "string", - "tags": [], - "label": "kind", - "description": [], - "signature": [ - "\"Reference\"" - ], - "path": "src/platform/packages/shared/kbn-esql-ast/src/commands_registry/complete_items.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/esql-ast", - "id": "def-common.withCompleteItem.detail", - "type": "string", - "tags": [], - "label": "detail", - "description": [], - "path": "src/platform/packages/shared/kbn-esql-ast/src/commands_registry/complete_items.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/esql-ast", - "id": "def-common.withCompleteItem.sortText", - "type": "string", - "tags": [], - "label": "sortText", - "description": [], - "path": "src/platform/packages/shared/kbn-esql-ast/src/commands_registry/complete_items.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/esql-ast", - "id": "def-common.withCompleteItem.command", - "type": "Object", - "tags": [], - "label": "command", - "description": [], - "signature": [ - "{ title: string; id: string; }" - ], - "path": "src/platform/packages/shared/kbn-esql-ast/src/commands_registry/complete_items.ts", - "deprecated": false, - "trackAdoption": false - } - ], "initialIsOpen": false } ] diff --git a/api_docs/kbn_esql_ast.mdx b/api_docs/kbn_esql_ast.mdx index ed7e84da10bd6..d099f60754777 100644 --- a/api_docs/kbn_esql_ast.mdx +++ b/api_docs/kbn_esql_ast.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-esql-ast title: "@kbn/esql-ast" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/esql-ast plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/esql-ast'] --- import kbnEsqlAstObj from './kbn_esql_ast.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/kibana-esql](https://github.com/orgs/elastic/teams/kibana-esql | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 781 | 4 | 607 | 42 | +| 737 | 4 | 562 | 42 | ## Common diff --git a/api_docs/kbn_esql_composer.mdx b/api_docs/kbn_esql_composer.mdx index b610b96bf7439..0a94fdfe5d113 100644 --- a/api_docs/kbn_esql_composer.mdx +++ b/api_docs/kbn_esql_composer.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-esql-composer title: "@kbn/esql-composer" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/esql-composer plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/esql-composer'] --- import kbnEsqlComposerObj from './kbn_esql_composer.devdocs.json'; diff --git a/api_docs/kbn_esql_editor.devdocs.json b/api_docs/kbn_esql_editor.devdocs.json index 788fc98f8a71c..053c7264621e5 100644 --- a/api_docs/kbn_esql_editor.devdocs.json +++ b/api_docs/kbn_esql_editor.devdocs.json @@ -248,6 +248,58 @@ ], "returnComment": [], "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/esql-editor", + "id": "def-public.registerESQLEditorAnalyticsEvents", + "type": "Function", + "tags": [], + "label": "registerESQLEditorAnalyticsEvents", + "description": [ + "\nRegisters the esql editor analytics events.\nThis function is wrapped in `once` to ensure that the events are registered only once." + ], + "signature": [ + "(analytics: ", + "AnalyticsServiceSetup", + ") => void" + ], + "path": "src/platform/packages/private/kbn-esql-editor/src/telemetry/events_registration.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/esql-editor", + "id": "def-public.registerESQLEditorAnalyticsEvents.$1", + "type": "Object", + "tags": [], + "label": "analytics", + "description": [], + "signature": [ + "{ optIn: (optInConfig: ", + "OptInConfig", + ") => void; reportEvent: (eventType: string, eventData: EventTypeData) => void; readonly telemetryCounter$: ", + "Observable", + "<", + "TelemetryCounter", + ">; registerEventType: (eventTypeOps: ", + "EventTypeOpts", + ") => void; registerShipper: (Shipper: ", + "ShipperClassConstructor", + ", shipperConfig: ShipperConfig, opts?: ", + "RegisterShipperOpts", + " | undefined) => void; registerContextProvider: (contextProviderOpts: ", + "ContextProviderOpts", + ") => void; removeContextProvider: (contextProviderName: string) => void; }" + ], + "path": "src/platform/packages/private/kbn-esql-editor/src/telemetry/events_registration.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false } ], "interfaces": [ diff --git a/api_docs/kbn_esql_editor.mdx b/api_docs/kbn_esql_editor.mdx index 33137e9279cb2..aac8036f56fb4 100644 --- a/api_docs/kbn_esql_editor.mdx +++ b/api_docs/kbn_esql_editor.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-esql-editor title: "@kbn/esql-editor" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/esql-editor plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/esql-editor'] --- import kbnEsqlEditorObj from './kbn_esql_editor.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/kibana-esql](https://github.com/orgs/elastic/teams/kibana-esql | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 19 | 0 | 18 | 1 | +| 21 | 0 | 19 | 1 | ## Client diff --git a/api_docs/kbn_esql_types.devdocs.json b/api_docs/kbn_esql_types.devdocs.json index 6be14d22c4c74..1faefc85a217a 100644 --- a/api_docs/kbn_esql_types.devdocs.json +++ b/api_docs/kbn_esql_types.devdocs.json @@ -388,6 +388,52 @@ ], "initialIsOpen": false }, + { + "parentPluginId": "@kbn/esql-types", + "id": "def-common.ESQLTelemetryCallbacks", + "type": "Interface", + "tags": [], + "label": "ESQLTelemetryCallbacks", + "description": [], + "path": "src/platform/packages/shared/kbn-esql-types/src/esql_telemetry_types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-types", + "id": "def-common.ESQLTelemetryCallbacks.onDecorationHoverShown", + "type": "Function", + "tags": [], + "label": "onDecorationHoverShown", + "description": [], + "signature": [ + "(hoverMessage: string) => void" + ], + "path": "src/platform/packages/shared/kbn-esql-types/src/esql_telemetry_types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-types", + "id": "def-common.ESQLTelemetryCallbacks.onDecorationHoverShown.$1", + "type": "string", + "tags": [], + "label": "hoverMessage", + "description": [], + "signature": [ + "string" + ], + "path": "src/platform/packages/shared/kbn-esql-types/src/esql_telemetry_types.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + } + ], + "initialIsOpen": false + }, { "parentPluginId": "@kbn/esql-types", "id": "def-common.IndexAutocompleteItem", diff --git a/api_docs/kbn_esql_types.mdx b/api_docs/kbn_esql_types.mdx index da31bb1a7d44b..96e62f15a9221 100644 --- a/api_docs/kbn_esql_types.mdx +++ b/api_docs/kbn_esql_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-esql-types title: "@kbn/esql-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/esql-types plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/esql-types'] --- import kbnEsqlTypesObj from './kbn_esql_types.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/kibana-esql](https://github.com/orgs/elastic/teams/kibana-esql | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 55 | 0 | 54 | 0 | +| 58 | 0 | 57 | 0 | ## Common diff --git a/api_docs/kbn_esql_utils.mdx b/api_docs/kbn_esql_utils.mdx index f8b79f2bf1ea0..87f4800d51519 100644 --- a/api_docs/kbn_esql_utils.mdx +++ b/api_docs/kbn_esql_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-esql-utils title: "@kbn/esql-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/esql-utils plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/esql-utils'] --- import kbnEsqlUtilsObj from './kbn_esql_utils.devdocs.json'; diff --git a/api_docs/kbn_esql_validation_autocomplete.devdocs.json b/api_docs/kbn_esql_validation_autocomplete.devdocs.json index c948ae1fd7da1..4901d60060bab 100644 --- a/api_docs/kbn_esql_validation_autocomplete.devdocs.json +++ b/api_docs/kbn_esql_validation_autocomplete.devdocs.json @@ -19,6 +19,84 @@ "common": { "classes": [], "functions": [ + { + "parentPluginId": "@kbn/esql-validation-autocomplete", + "id": "def-common.getHoverItem", + "type": "Function", + "tags": [], + "label": "getHoverItem", + "description": [], + "signature": [ + "(fullText: string, offset: number, callbacks: ", + { + "pluginId": "@kbn/esql-validation-autocomplete", + "scope": "common", + "docId": "kibKbnEsqlValidationAutocompletePluginApi", + "section": "def-common.ESQLCallbacks", + "text": "ESQLCallbacks" + }, + " | undefined) => Promise" + ], + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/hover/index.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/esql-validation-autocomplete", + "id": "def-common.getHoverItem.$1", + "type": "string", + "tags": [], + "label": "fullText", + "description": [], + "signature": [ + "string" + ], + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/hover/index.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-validation-autocomplete", + "id": "def-common.getHoverItem.$2", + "type": "number", + "tags": [], + "label": "offset", + "description": [], + "signature": [ + "number" + ], + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/hover/index.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/esql-validation-autocomplete", + "id": "def-common.getHoverItem.$3", + "type": "Object", + "tags": [], + "label": "callbacks", + "description": [], + "signature": [ + { + "pluginId": "@kbn/esql-validation-autocomplete", + "scope": "common", + "docId": "kibKbnEsqlValidationAutocompletePluginApi", + "section": "def-common.ESQLCallbacks", + "text": "ESQLCallbacks" + }, + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/hover/index.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [], + "initialIsOpen": false + }, { "parentPluginId": "@kbn/esql-validation-autocomplete", "id": "def-common.getPolicyHelper", diff --git a/api_docs/kbn_esql_validation_autocomplete.mdx b/api_docs/kbn_esql_validation_autocomplete.mdx index f9ac300d60b3f..7cdbf89765dc8 100644 --- a/api_docs/kbn_esql_validation_autocomplete.mdx +++ b/api_docs/kbn_esql_validation_autocomplete.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-esql-validation-autocomplete title: "@kbn/esql-validation-autocomplete" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/esql-validation-autocomplete plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/esql-validation-autocomplete'] --- import kbnEsqlValidationAutocompleteObj from './kbn_esql_validation_autocomplete.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/kibana-esql](https://github.com/orgs/elastic/teams/kibana-esql | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 32 | 0 | 31 | 3 | +| 36 | 0 | 35 | 3 | ## Common diff --git a/api_docs/kbn_evals.mdx b/api_docs/kbn_evals.mdx index de7c5295c8c52..49f9cacb37387 100644 --- a/api_docs/kbn_evals.mdx +++ b/api_docs/kbn_evals.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-evals title: "@kbn/evals" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/evals plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/evals'] --- import kbnEvalsObj from './kbn_evals.devdocs.json'; diff --git a/api_docs/kbn_event_annotation_common.mdx b/api_docs/kbn_event_annotation_common.mdx index 74956b968302a..d9b41419b6edc 100644 --- a/api_docs/kbn_event_annotation_common.mdx +++ b/api_docs/kbn_event_annotation_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-event-annotation-common title: "@kbn/event-annotation-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/event-annotation-common plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/event-annotation-common'] --- import kbnEventAnnotationCommonObj from './kbn_event_annotation_common.devdocs.json'; diff --git a/api_docs/kbn_event_annotation_components.mdx b/api_docs/kbn_event_annotation_components.mdx index c04a55f911b9d..e2fdf3dcb7c24 100644 --- a/api_docs/kbn_event_annotation_components.mdx +++ b/api_docs/kbn_event_annotation_components.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-event-annotation-components title: "@kbn/event-annotation-components" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/event-annotation-components plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/event-annotation-components'] --- import kbnEventAnnotationComponentsObj from './kbn_event_annotation_components.devdocs.json'; diff --git a/api_docs/kbn_event_stacktrace.mdx b/api_docs/kbn_event_stacktrace.mdx index 917e2c5d54a1a..d91a8164cc648 100644 --- a/api_docs/kbn_event_stacktrace.mdx +++ b/api_docs/kbn_event_stacktrace.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-event-stacktrace title: "@kbn/event-stacktrace" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/event-stacktrace plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/event-stacktrace'] --- import kbnEventStacktraceObj from './kbn_event_stacktrace.devdocs.json'; diff --git a/api_docs/kbn_expandable_flyout.mdx b/api_docs/kbn_expandable_flyout.mdx index e6642379c2f09..ef96605ddb7d6 100644 --- a/api_docs/kbn_expandable_flyout.mdx +++ b/api_docs/kbn_expandable_flyout.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-expandable-flyout title: "@kbn/expandable-flyout" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/expandable-flyout plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/expandable-flyout'] --- import kbnExpandableFlyoutObj from './kbn_expandable_flyout.devdocs.json'; diff --git a/api_docs/kbn_extract_plugin_translations.mdx b/api_docs/kbn_extract_plugin_translations.mdx index 700f10aed495c..d0e41c113fd76 100644 --- a/api_docs/kbn_extract_plugin_translations.mdx +++ b/api_docs/kbn_extract_plugin_translations.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-extract-plugin-translations title: "@kbn/extract-plugin-translations" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/extract-plugin-translations plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/extract-plugin-translations'] --- import kbnExtractPluginTranslationsObj from './kbn_extract_plugin_translations.devdocs.json'; diff --git a/api_docs/kbn_failure_store_modal.mdx b/api_docs/kbn_failure_store_modal.mdx index b144eda54b8cc..8eb10a6fb2f8f 100644 --- a/api_docs/kbn_failure_store_modal.mdx +++ b/api_docs/kbn_failure_store_modal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-failure-store-modal title: "@kbn/failure-store-modal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/failure-store-modal plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/failure-store-modal'] --- import kbnFailureStoreModalObj from './kbn_failure_store_modal.devdocs.json'; diff --git a/api_docs/kbn_field_types.mdx b/api_docs/kbn_field_types.mdx index df48f9daab82e..3ec7d52a9d096 100644 --- a/api_docs/kbn_field_types.mdx +++ b/api_docs/kbn_field_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-field-types title: "@kbn/field-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/field-types plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/field-types'] --- import kbnFieldTypesObj from './kbn_field_types.devdocs.json'; diff --git a/api_docs/kbn_field_utils.mdx b/api_docs/kbn_field_utils.mdx index fd88fcba9db98..73b4bdbdf0d6a 100644 --- a/api_docs/kbn_field_utils.mdx +++ b/api_docs/kbn_field_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-field-utils title: "@kbn/field-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/field-utils plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/field-utils'] --- import kbnFieldUtilsObj from './kbn_field_utils.devdocs.json'; diff --git a/api_docs/kbn_file_upload.devdocs.json b/api_docs/kbn_file_upload.devdocs.json index 6131f161c1d84..b6269a1c212e4 100644 --- a/api_docs/kbn_file_upload.devdocs.json +++ b/api_docs/kbn_file_upload.devdocs.json @@ -531,6 +531,22 @@ "children": [], "returnComment": [] }, + { + "parentPluginId": "@kbn/file-upload", + "id": "def-common.FileUploadManager.getInitializedWithExistingIndex", + "type": "Function", + "tags": [], + "label": "getInitializedWithExistingIndex", + "description": [], + "signature": [ + "() => boolean" + ], + "path": "x-pack/platform/packages/shared/file-upload/file_upload_manager/file_manager.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, { "parentPluginId": "@kbn/file-upload", "id": "def-common.FileUploadManager.getExistingIndexName", diff --git a/api_docs/kbn_file_upload.mdx b/api_docs/kbn_file_upload.mdx index 795f7c7117513..7fa88d8960fba 100644 --- a/api_docs/kbn_file_upload.mdx +++ b/api_docs/kbn_file_upload.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-file-upload title: "@kbn/file-upload" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/file-upload plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/file-upload'] --- import kbnFileUploadObj from './kbn_file_upload.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) for questi | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 82 | 0 | 82 | 3 | +| 83 | 0 | 83 | 3 | ## Common diff --git a/api_docs/kbn_file_upload_common.devdocs.json b/api_docs/kbn_file_upload_common.devdocs.json index 483106e11523e..30a3772a31897 100644 --- a/api_docs/kbn_file_upload_common.devdocs.json +++ b/api_docs/kbn_file_upload_common.devdocs.json @@ -491,7 +491,59 @@ "initialIsOpen": false } ], - "functions": [], + "functions": [ + { + "parentPluginId": "@kbn/file-upload-common", + "id": "def-common.updatePipelineTimezone", + "type": "Function", + "tags": [], + "label": "updatePipelineTimezone", + "description": [], + "signature": [ + "(ingestPipeline: ", + { + "pluginId": "@kbn/file-upload-common", + "scope": "common", + "docId": "kibKbnFileUploadCommonPluginApi", + "section": "def-common.IngestPipeline", + "text": "IngestPipeline" + }, + " | ", + "IngestPipelineConfig", + ") => void" + ], + "path": "x-pack/platform/packages/shared/file-upload-common/src/utils.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/file-upload-common", + "id": "def-common.updatePipelineTimezone.$1", + "type": "CompoundType", + "tags": [], + "label": "ingestPipeline", + "description": [], + "signature": [ + { + "pluginId": "@kbn/file-upload-common", + "scope": "common", + "docId": "kibKbnFileUploadCommonPluginApi", + "section": "def-common.IngestPipeline", + "text": "IngestPipeline" + }, + " | ", + "IngestPipelineConfig" + ], + "path": "x-pack/platform/packages/shared/file-upload-common/src/utils.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + } + ], "interfaces": [ { "parentPluginId": "@kbn/file-upload-common", diff --git a/api_docs/kbn_file_upload_common.mdx b/api_docs/kbn_file_upload_common.mdx index f3d28babd308c..da2c1e305fc53 100644 --- a/api_docs/kbn_file_upload_common.mdx +++ b/api_docs/kbn_file_upload_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-file-upload-common title: "@kbn/file-upload-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/file-upload-common plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/file-upload-common'] --- import kbnFileUploadCommonObj from './kbn_file_upload_common.devdocs.json'; @@ -21,13 +21,16 @@ Contact [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) for questi | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 144 | 2 | 144 | 3 | +| 146 | 2 | 146 | 3 | ## Common ### Objects +### Functions + + ### Classes diff --git a/api_docs/kbn_find_used_node_modules.mdx b/api_docs/kbn_find_used_node_modules.mdx index 1cad9d45acd78..d7c38d1bc5097 100644 --- a/api_docs/kbn_find_used_node_modules.mdx +++ b/api_docs/kbn_find_used_node_modules.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-find-used-node-modules title: "@kbn/find-used-node-modules" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/find-used-node-modules plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/find-used-node-modules'] --- import kbnFindUsedNodeModulesObj from './kbn_find_used_node_modules.devdocs.json'; diff --git a/api_docs/kbn_ftr_common_functional_services.mdx b/api_docs/kbn_ftr_common_functional_services.mdx index 88d54247438dc..54f42d1098a83 100644 --- a/api_docs/kbn_ftr_common_functional_services.mdx +++ b/api_docs/kbn_ftr_common_functional_services.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ftr-common-functional-services title: "@kbn/ftr-common-functional-services" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ftr-common-functional-services plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ftr-common-functional-services'] --- import kbnFtrCommonFunctionalServicesObj from './kbn_ftr_common_functional_services.devdocs.json'; diff --git a/api_docs/kbn_ftr_common_functional_ui_services.mdx b/api_docs/kbn_ftr_common_functional_ui_services.mdx index 62038e277f127..25c63bd06edc0 100644 --- a/api_docs/kbn_ftr_common_functional_ui_services.mdx +++ b/api_docs/kbn_ftr_common_functional_ui_services.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ftr-common-functional-ui-services title: "@kbn/ftr-common-functional-ui-services" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ftr-common-functional-ui-services plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ftr-common-functional-ui-services'] --- import kbnFtrCommonFunctionalUiServicesObj from './kbn_ftr_common_functional_ui_services.devdocs.json'; diff --git a/api_docs/kbn_gen_ai_functional_testing.mdx b/api_docs/kbn_gen_ai_functional_testing.mdx index bb41f519a9614..6f6a43d438304 100644 --- a/api_docs/kbn_gen_ai_functional_testing.mdx +++ b/api_docs/kbn_gen_ai_functional_testing.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-gen-ai-functional-testing title: "@kbn/gen-ai-functional-testing" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/gen-ai-functional-testing plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/gen-ai-functional-testing'] --- import kbnGenAiFunctionalTestingObj from './kbn_gen_ai_functional_testing.devdocs.json'; diff --git a/api_docs/kbn_generate.mdx b/api_docs/kbn_generate.mdx index c8b846773a6c8..50d8dc03b942f 100644 --- a/api_docs/kbn_generate.mdx +++ b/api_docs/kbn_generate.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-generate title: "@kbn/generate" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/generate plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/generate'] --- import kbnGenerateObj from './kbn_generate.devdocs.json'; diff --git a/api_docs/kbn_generate_console_definitions.mdx b/api_docs/kbn_generate_console_definitions.mdx index 639bdb68ee978..b463c0eb96bca 100644 --- a/api_docs/kbn_generate_console_definitions.mdx +++ b/api_docs/kbn_generate_console_definitions.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-generate-console-definitions title: "@kbn/generate-console-definitions" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/generate-console-definitions plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/generate-console-definitions'] --- import kbnGenerateConsoleDefinitionsObj from './kbn_generate_console_definitions.devdocs.json'; diff --git a/api_docs/kbn_generate_csv.mdx b/api_docs/kbn_generate_csv.mdx index f4c1abb145228..32036c43fd76a 100644 --- a/api_docs/kbn_generate_csv.mdx +++ b/api_docs/kbn_generate_csv.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-generate-csv title: "@kbn/generate-csv" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/generate-csv plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/generate-csv'] --- import kbnGenerateCsvObj from './kbn_generate_csv.devdocs.json'; diff --git a/api_docs/kbn_grid_layout.mdx b/api_docs/kbn_grid_layout.mdx index b1df66cfdda76..8715b85bcd05c 100644 --- a/api_docs/kbn_grid_layout.mdx +++ b/api_docs/kbn_grid_layout.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-grid-layout title: "@kbn/grid-layout" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/grid-layout plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/grid-layout'] --- import kbnGridLayoutObj from './kbn_grid_layout.devdocs.json'; diff --git a/api_docs/kbn_grok_heuristics.mdx b/api_docs/kbn_grok_heuristics.mdx index ea7e7254fc94e..9687720cdb288 100644 --- a/api_docs/kbn_grok_heuristics.mdx +++ b/api_docs/kbn_grok_heuristics.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-grok-heuristics title: "@kbn/grok-heuristics" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/grok-heuristics plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/grok-heuristics'] --- import kbnGrokHeuristicsObj from './kbn_grok_heuristics.devdocs.json'; diff --git a/api_docs/kbn_grok_ui.mdx b/api_docs/kbn_grok_ui.mdx index e2cf36adb9ac3..40d748edf2d0f 100644 --- a/api_docs/kbn_grok_ui.mdx +++ b/api_docs/kbn_grok_ui.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-grok-ui title: "@kbn/grok-ui" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/grok-ui plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/grok-ui'] --- import kbnGrokUiObj from './kbn_grok_ui.devdocs.json'; diff --git a/api_docs/kbn_grouping.mdx b/api_docs/kbn_grouping.mdx index 72e9f5c57cdb9..bbd5f2848c2b7 100644 --- a/api_docs/kbn_grouping.mdx +++ b/api_docs/kbn_grouping.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-grouping title: "@kbn/grouping" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/grouping plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/grouping'] --- import kbnGroupingObj from './kbn_grouping.devdocs.json'; diff --git a/api_docs/kbn_handlebars.mdx b/api_docs/kbn_handlebars.mdx index fcb2d568910c5..2d525b0eb9432 100644 --- a/api_docs/kbn_handlebars.mdx +++ b/api_docs/kbn_handlebars.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-handlebars title: "@kbn/handlebars" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/handlebars plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/handlebars'] --- import kbnHandlebarsObj from './kbn_handlebars.devdocs.json'; diff --git a/api_docs/kbn_hapi_mocks.mdx b/api_docs/kbn_hapi_mocks.mdx index 613e03dd053df..a9d0431a4e414 100644 --- a/api_docs/kbn_hapi_mocks.mdx +++ b/api_docs/kbn_hapi_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-hapi-mocks title: "@kbn/hapi-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/hapi-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/hapi-mocks'] --- import kbnHapiMocksObj from './kbn_hapi_mocks.devdocs.json'; diff --git a/api_docs/kbn_health_gateway_server.mdx b/api_docs/kbn_health_gateway_server.mdx index 8900bb0b582d2..81124d3a4bf65 100644 --- a/api_docs/kbn_health_gateway_server.mdx +++ b/api_docs/kbn_health_gateway_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-health-gateway-server title: "@kbn/health-gateway-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/health-gateway-server plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/health-gateway-server'] --- import kbnHealthGatewayServerObj from './kbn_health_gateway_server.devdocs.json'; diff --git a/api_docs/kbn_home_sample_data_card.mdx b/api_docs/kbn_home_sample_data_card.mdx index 1bf42258daf8e..7cfaa73e14466 100644 --- a/api_docs/kbn_home_sample_data_card.mdx +++ b/api_docs/kbn_home_sample_data_card.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-home-sample-data-card title: "@kbn/home-sample-data-card" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/home-sample-data-card plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/home-sample-data-card'] --- import kbnHomeSampleDataCardObj from './kbn_home_sample_data_card.devdocs.json'; diff --git a/api_docs/kbn_home_sample_data_tab.mdx b/api_docs/kbn_home_sample_data_tab.mdx index f818898f623dd..491c3ba8a162b 100644 --- a/api_docs/kbn_home_sample_data_tab.mdx +++ b/api_docs/kbn_home_sample_data_tab.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-home-sample-data-tab title: "@kbn/home-sample-data-tab" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/home-sample-data-tab plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/home-sample-data-tab'] --- import kbnHomeSampleDataTabObj from './kbn_home_sample_data_tab.devdocs.json'; diff --git a/api_docs/kbn_i18n.mdx b/api_docs/kbn_i18n.mdx index 24f0cfbfed335..700f6332c608e 100644 --- a/api_docs/kbn_i18n.mdx +++ b/api_docs/kbn_i18n.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-i18n title: "@kbn/i18n" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/i18n plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/i18n'] --- import kbnI18nObj from './kbn_i18n.devdocs.json'; diff --git a/api_docs/kbn_i18n_react.mdx b/api_docs/kbn_i18n_react.mdx index 677700c1fa595..c1fe625da0883 100644 --- a/api_docs/kbn_i18n_react.mdx +++ b/api_docs/kbn_i18n_react.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-i18n-react title: "@kbn/i18n-react" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/i18n-react plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/i18n-react'] --- import kbnI18nReactObj from './kbn_i18n_react.devdocs.json'; diff --git a/api_docs/kbn_import_resolver.mdx b/api_docs/kbn_import_resolver.mdx index c060de000a0c7..06bb4e4acee4c 100644 --- a/api_docs/kbn_import_resolver.mdx +++ b/api_docs/kbn_import_resolver.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-import-resolver title: "@kbn/import-resolver" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/import-resolver plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/import-resolver'] --- import kbnImportResolverObj from './kbn_import_resolver.devdocs.json'; diff --git a/api_docs/kbn_index_adapter.mdx b/api_docs/kbn_index_adapter.mdx index a54c3ccbd4a22..5d4aae4422950 100644 --- a/api_docs/kbn_index_adapter.mdx +++ b/api_docs/kbn_index_adapter.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-index-adapter title: "@kbn/index-adapter" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/index-adapter plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/index-adapter'] --- import kbnIndexAdapterObj from './kbn_index_adapter.devdocs.json'; diff --git a/api_docs/kbn_index_editor.mdx b/api_docs/kbn_index_editor.mdx index 0d18eb9ab46ea..546e11cc8aa1f 100644 --- a/api_docs/kbn_index_editor.mdx +++ b/api_docs/kbn_index_editor.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-index-editor title: "@kbn/index-editor" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/index-editor plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/index-editor'] --- import kbnIndexEditorObj from './kbn_index_editor.devdocs.json'; diff --git a/api_docs/kbn_index_lifecycle_management_common_shared.mdx b/api_docs/kbn_index_lifecycle_management_common_shared.mdx index 258426b7040db..0221b463f4d7f 100644 --- a/api_docs/kbn_index_lifecycle_management_common_shared.mdx +++ b/api_docs/kbn_index_lifecycle_management_common_shared.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-index-lifecycle-management-common-shared title: "@kbn/index-lifecycle-management-common-shared" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/index-lifecycle-management-common-shared plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/index-lifecycle-management-common-shared'] --- import kbnIndexLifecycleManagementCommonSharedObj from './kbn_index_lifecycle_management_common_shared.devdocs.json'; diff --git a/api_docs/kbn_index_management_shared_types.mdx b/api_docs/kbn_index_management_shared_types.mdx index eb162a9ca8039..529540a6cc046 100644 --- a/api_docs/kbn_index_management_shared_types.mdx +++ b/api_docs/kbn_index_management_shared_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-index-management-shared-types title: "@kbn/index-management-shared-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/index-management-shared-types plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/index-management-shared-types'] --- import kbnIndexManagementSharedTypesObj from './kbn_index_management_shared_types.devdocs.json'; diff --git a/api_docs/kbn_inference_cli.mdx b/api_docs/kbn_inference_cli.mdx index 067d003e5de89..3a3e1ae0a0959 100644 --- a/api_docs/kbn_inference_cli.mdx +++ b/api_docs/kbn_inference_cli.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-inference-cli title: "@kbn/inference-cli" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/inference-cli plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/inference-cli'] --- import kbnInferenceCliObj from './kbn_inference_cli.devdocs.json'; diff --git a/api_docs/kbn_inference_common.mdx b/api_docs/kbn_inference_common.mdx index e336c6872393e..90cf554d710a2 100644 --- a/api_docs/kbn_inference_common.mdx +++ b/api_docs/kbn_inference_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-inference-common title: "@kbn/inference-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/inference-common plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/inference-common'] --- import kbnInferenceCommonObj from './kbn_inference_common.devdocs.json'; diff --git a/api_docs/kbn_inference_endpoint_ui_common.devdocs.json b/api_docs/kbn_inference_endpoint_ui_common.devdocs.json index 9373ef6cbf9ce..c840483da73c1 100644 --- a/api_docs/kbn_inference_endpoint_ui_common.devdocs.json +++ b/api_docs/kbn_inference_endpoint_ui_common.devdocs.json @@ -746,7 +746,7 @@ "section": "def-public.FieldsConfiguration", "text": "FieldsConfiguration" }, - "[]" + "[] | undefined" ], "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/types/dynamic_config/types.ts", "deprecated": false, @@ -1107,6 +1107,47 @@ "deprecated": false, "trackAdoption": false, "children": [ + { + "parentPluginId": "@kbn/inference-endpoint-ui-common", + "id": "def-public.INTERNAL_OVERRIDE_FIELDS.ServiceProviderKeys.openai", + "type": "Object", + "tags": [], + "label": "[ServiceProviderKeys.openai]", + "description": [], + "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/constants.tsx", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/inference-endpoint-ui-common", + "id": "def-public.INTERNAL_OVERRIDE_FIELDS.ServiceProviderKeys.openai.hidden", + "type": "Array", + "tags": [], + "label": "hidden", + "description": [], + "signature": [ + "string[]" + ], + "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/constants.tsx", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/inference-endpoint-ui-common", + "id": "def-public.INTERNAL_OVERRIDE_FIELDS.ServiceProviderKeys.openai.serverlessOnly", + "type": "boolean", + "tags": [], + "label": "serverlessOnly", + "description": [], + "signature": [ + "false" + ], + "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/constants.tsx", + "deprecated": false, + "trackAdoption": false + } + ] + }, { "parentPluginId": "@kbn/inference-endpoint-ui-common", "id": "def-public.INTERNAL_OVERRIDE_FIELDS.ServiceProviderKeys.elasticsearch", @@ -1153,6 +1194,20 @@ "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/constants.tsx", "deprecated": false, "trackAdoption": false + }, + { + "parentPluginId": "@kbn/inference-endpoint-ui-common", + "id": "def-public.INTERNAL_OVERRIDE_FIELDS.ServiceProviderKeys.elasticsearch.serverlessOnly", + "type": "boolean", + "tags": [], + "label": "serverlessOnly", + "description": [], + "signature": [ + "true" + ], + "path": "x-pack/platform/packages/shared/kbn-inference-endpoint-ui-common/src/constants.tsx", + "deprecated": false, + "trackAdoption": false } ] } diff --git a/api_docs/kbn_inference_endpoint_ui_common.mdx b/api_docs/kbn_inference_endpoint_ui_common.mdx index c7d2dc1f8fad4..e017266d10bf9 100644 --- a/api_docs/kbn_inference_endpoint_ui_common.mdx +++ b/api_docs/kbn_inference_endpoint_ui_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-inference-endpoint-ui-common title: "@kbn/inference-endpoint-ui-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/inference-endpoint-ui-common plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/inference-endpoint-ui-common'] --- import kbnInferenceEndpointUiCommonObj from './kbn_inference_endpoint_ui_common.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/appex-ai-infra](https://github.com/orgs/elastic/teams/appex-ai | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 162 | 0 | 162 | 0 | +| 166 | 0 | 166 | 0 | ## Client diff --git a/api_docs/kbn_inference_langchain.mdx b/api_docs/kbn_inference_langchain.mdx index a4d8084f802a6..fdfa09fdea716 100644 --- a/api_docs/kbn_inference_langchain.mdx +++ b/api_docs/kbn_inference_langchain.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-inference-langchain title: "@kbn/inference-langchain" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/inference-langchain plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/inference-langchain'] --- import kbnInferenceLangchainObj from './kbn_inference_langchain.devdocs.json'; diff --git a/api_docs/kbn_inference_prompt_utils.mdx b/api_docs/kbn_inference_prompt_utils.mdx index a9db1dee15ce9..72cf53c00bd66 100644 --- a/api_docs/kbn_inference_prompt_utils.mdx +++ b/api_docs/kbn_inference_prompt_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-inference-prompt-utils title: "@kbn/inference-prompt-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/inference-prompt-utils plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/inference-prompt-utils'] --- import kbnInferencePromptUtilsObj from './kbn_inference_prompt_utils.devdocs.json'; diff --git a/api_docs/kbn_inference_tracing.mdx b/api_docs/kbn_inference_tracing.mdx index 3d24232510d9d..84ee830ff6ff7 100644 --- a/api_docs/kbn_inference_tracing.mdx +++ b/api_docs/kbn_inference_tracing.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-inference-tracing title: "@kbn/inference-tracing" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/inference-tracing plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/inference-tracing'] --- import kbnInferenceTracingObj from './kbn_inference_tracing.devdocs.json'; diff --git a/api_docs/kbn_inference_tracing_config.mdx b/api_docs/kbn_inference_tracing_config.mdx index d69c2f46ec5c1..9d5848e9943ff 100644 --- a/api_docs/kbn_inference_tracing_config.mdx +++ b/api_docs/kbn_inference_tracing_config.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-inference-tracing-config title: "@kbn/inference-tracing-config" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/inference-tracing-config plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/inference-tracing-config'] --- import kbnInferenceTracingConfigObj from './kbn_inference_tracing_config.devdocs.json'; diff --git a/api_docs/kbn_infra_forge.mdx b/api_docs/kbn_infra_forge.mdx index a16c1006f7b06..c63d8f431014c 100644 --- a/api_docs/kbn_infra_forge.mdx +++ b/api_docs/kbn_infra_forge.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-infra-forge title: "@kbn/infra-forge" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/infra-forge plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/infra-forge'] --- import kbnInfraForgeObj from './kbn_infra_forge.devdocs.json'; diff --git a/api_docs/kbn_ingest_pipelines_shared.mdx b/api_docs/kbn_ingest_pipelines_shared.mdx index dae4190de0901..8150631dcb7d9 100644 --- a/api_docs/kbn_ingest_pipelines_shared.mdx +++ b/api_docs/kbn_ingest_pipelines_shared.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ingest-pipelines-shared title: "@kbn/ingest-pipelines-shared" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ingest-pipelines-shared plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ingest-pipelines-shared'] --- import kbnIngestPipelinesSharedObj from './kbn_ingest_pipelines_shared.devdocs.json'; diff --git a/api_docs/kbn_interpreter.mdx b/api_docs/kbn_interpreter.mdx index f08082b9ff65f..8ab61a805ad40 100644 --- a/api_docs/kbn_interpreter.mdx +++ b/api_docs/kbn_interpreter.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-interpreter title: "@kbn/interpreter" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/interpreter plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/interpreter'] --- import kbnInterpreterObj from './kbn_interpreter.devdocs.json'; diff --git a/api_docs/kbn_io_ts_utils.mdx b/api_docs/kbn_io_ts_utils.mdx index 87907425e447c..1653e00808861 100644 --- a/api_docs/kbn_io_ts_utils.mdx +++ b/api_docs/kbn_io_ts_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-io-ts-utils title: "@kbn/io-ts-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/io-ts-utils plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/io-ts-utils'] --- import kbnIoTsUtilsObj from './kbn_io_ts_utils.devdocs.json'; diff --git a/api_docs/kbn_ipynb.mdx b/api_docs/kbn_ipynb.mdx index b2cbc1638bcbf..6eaf7570bd389 100644 --- a/api_docs/kbn_ipynb.mdx +++ b/api_docs/kbn_ipynb.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ipynb title: "@kbn/ipynb" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ipynb plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ipynb'] --- import kbnIpynbObj from './kbn_ipynb.devdocs.json'; diff --git a/api_docs/kbn_item_buffer.mdx b/api_docs/kbn_item_buffer.mdx index 5f8ab330db06a..d11747016f1ad 100644 --- a/api_docs/kbn_item_buffer.mdx +++ b/api_docs/kbn_item_buffer.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-item-buffer title: "@kbn/item-buffer" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/item-buffer plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/item-buffer'] --- import kbnItemBufferObj from './kbn_item_buffer.devdocs.json'; diff --git a/api_docs/kbn_jest_serializers.mdx b/api_docs/kbn_jest_serializers.mdx index 89f15c995fa34..25d2b486186dd 100644 --- a/api_docs/kbn_jest_serializers.mdx +++ b/api_docs/kbn_jest_serializers.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-jest-serializers title: "@kbn/jest-serializers" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/jest-serializers plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/jest-serializers'] --- import kbnJestSerializersObj from './kbn_jest_serializers.devdocs.json'; diff --git a/api_docs/kbn_journeys.mdx b/api_docs/kbn_journeys.mdx index 83ede3ae02f91..e0071bcc50fca 100644 --- a/api_docs/kbn_journeys.mdx +++ b/api_docs/kbn_journeys.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-journeys title: "@kbn/journeys" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/journeys plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/journeys'] --- import kbnJourneysObj from './kbn_journeys.devdocs.json'; diff --git a/api_docs/kbn_json_ast.mdx b/api_docs/kbn_json_ast.mdx index 2abbf13e59977..3b470fa2af454 100644 --- a/api_docs/kbn_json_ast.mdx +++ b/api_docs/kbn_json_ast.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-json-ast title: "@kbn/json-ast" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/json-ast plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/json-ast'] --- import kbnJsonAstObj from './kbn_json_ast.devdocs.json'; diff --git a/api_docs/kbn_json_schemas.mdx b/api_docs/kbn_json_schemas.mdx index ac1f41699ea90..1859812071b52 100644 --- a/api_docs/kbn_json_schemas.mdx +++ b/api_docs/kbn_json_schemas.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-json-schemas title: "@kbn/json-schemas" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/json-schemas plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/json-schemas'] --- import kbnJsonSchemasObj from './kbn_json_schemas.devdocs.json'; diff --git a/api_docs/kbn_key_value_metadata_table.mdx b/api_docs/kbn_key_value_metadata_table.mdx index b294723d86678..40dc5ce6e26b3 100644 --- a/api_docs/kbn_key_value_metadata_table.mdx +++ b/api_docs/kbn_key_value_metadata_table.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-key-value-metadata-table title: "@kbn/key-value-metadata-table" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/key-value-metadata-table plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/key-value-metadata-table'] --- import kbnKeyValueMetadataTableObj from './kbn_key_value_metadata_table.devdocs.json'; diff --git a/api_docs/kbn_kibana_api_cli.mdx b/api_docs/kbn_kibana_api_cli.mdx index 4ce5e5c2112f7..86c6c0258fdfe 100644 --- a/api_docs/kbn_kibana_api_cli.mdx +++ b/api_docs/kbn_kibana_api_cli.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-kibana-api-cli title: "@kbn/kibana-api-cli" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/kibana-api-cli plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/kibana-api-cli'] --- import kbnKibanaApiCliObj from './kbn_kibana_api_cli.devdocs.json'; diff --git a/api_docs/kbn_kibana_manifest_schema.mdx b/api_docs/kbn_kibana_manifest_schema.mdx index cb2143526f415..c3dd6d649ef2d 100644 --- a/api_docs/kbn_kibana_manifest_schema.mdx +++ b/api_docs/kbn_kibana_manifest_schema.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-kibana-manifest-schema title: "@kbn/kibana-manifest-schema" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/kibana-manifest-schema plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/kibana-manifest-schema'] --- import kbnKibanaManifestSchemaObj from './kbn_kibana_manifest_schema.devdocs.json'; diff --git a/api_docs/kbn_language_documentation.mdx b/api_docs/kbn_language_documentation.mdx index ac4aff1fb1aa0..c512b0f5ed801 100644 --- a/api_docs/kbn_language_documentation.mdx +++ b/api_docs/kbn_language_documentation.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-language-documentation title: "@kbn/language-documentation" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/language-documentation plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/language-documentation'] --- import kbnLanguageDocumentationObj from './kbn_language_documentation.devdocs.json'; diff --git a/api_docs/kbn_lazy_object.mdx b/api_docs/kbn_lazy_object.mdx index d9eba910b46e2..456165aec14fc 100644 --- a/api_docs/kbn_lazy_object.mdx +++ b/api_docs/kbn_lazy_object.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-lazy-object title: "@kbn/lazy-object" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/lazy-object plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/lazy-object'] --- import kbnLazyObjectObj from './kbn_lazy_object.devdocs.json'; diff --git a/api_docs/kbn_lens_embeddable_utils.mdx b/api_docs/kbn_lens_embeddable_utils.mdx index a6f9d97b9f5b8..8025ef94b4bfa 100644 --- a/api_docs/kbn_lens_embeddable_utils.mdx +++ b/api_docs/kbn_lens_embeddable_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-lens-embeddable-utils title: "@kbn/lens-embeddable-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/lens-embeddable-utils plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/lens-embeddable-utils'] --- import kbnLensEmbeddableUtilsObj from './kbn_lens_embeddable_utils.devdocs.json'; diff --git a/api_docs/kbn_lens_formula_docs.mdx b/api_docs/kbn_lens_formula_docs.mdx index b1ecd5d114f83..201c7b37ded90 100644 --- a/api_docs/kbn_lens_formula_docs.mdx +++ b/api_docs/kbn_lens_formula_docs.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-lens-formula-docs title: "@kbn/lens-formula-docs" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/lens-formula-docs plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/lens-formula-docs'] --- import kbnLensFormulaDocsObj from './kbn_lens_formula_docs.devdocs.json'; diff --git a/api_docs/kbn_licensing_types.mdx b/api_docs/kbn_licensing_types.mdx index 11432f985c73f..f9ad9d524aa04 100644 --- a/api_docs/kbn_licensing_types.mdx +++ b/api_docs/kbn_licensing_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-licensing-types title: "@kbn/licensing-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/licensing-types plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/licensing-types'] --- import kbnLicensingTypesObj from './kbn_licensing_types.devdocs.json'; diff --git a/api_docs/kbn_lock_manager.devdocs.json b/api_docs/kbn_lock_manager.devdocs.json index 10be22b7edc2a..689023f11bdcf 100644 --- a/api_docs/kbn_lock_manager.devdocs.json +++ b/api_docs/kbn_lock_manager.devdocs.json @@ -27,7 +27,7 @@ }, " extends Error" ], - "path": "packages/kbn-lock-manager/src/lock_manager_client.ts", + "path": "src/platform/packages/shared/kbn-lock-manager/src/lock_manager_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -41,7 +41,7 @@ "signature": [ "any" ], - "path": "packages/kbn-lock-manager/src/lock_manager_client.ts", + "path": "src/platform/packages/shared/kbn-lock-manager/src/lock_manager_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -55,7 +55,7 @@ "signature": [ "string" ], - "path": "packages/kbn-lock-manager/src/lock_manager_client.ts", + "path": "src/platform/packages/shared/kbn-lock-manager/src/lock_manager_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -73,7 +73,7 @@ "tags": [], "label": "LockManagerService", "description": [], - "path": "packages/kbn-lock-manager/src/lock_manager_service.ts", + "path": "src/platform/packages/shared/kbn-lock-manager/src/lock_manager_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -87,7 +87,7 @@ "signature": [ "any" ], - "path": "packages/kbn-lock-manager/src/lock_manager_service.ts", + "path": "src/platform/packages/shared/kbn-lock-manager/src/lock_manager_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -102,7 +102,7 @@ "CoreSetup", "" ], - "path": "packages/kbn-lock-manager/src/lock_manager_service.ts", + "path": "src/platform/packages/shared/kbn-lock-manager/src/lock_manager_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -123,7 +123,7 @@ "text": "Logger" } ], - "path": "packages/kbn-lock-manager/src/lock_manager_service.ts", + "path": "src/platform/packages/shared/kbn-lock-manager/src/lock_manager_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -143,7 +143,7 @@ "signature": [ "(lockId: string, callback: () => Promise, { metadata, }?: { metadata?: Record | undefined; }) => Promise" ], - "path": "packages/kbn-lock-manager/src/lock_manager_service.ts", + "path": "src/platform/packages/shared/kbn-lock-manager/src/lock_manager_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -157,7 +157,7 @@ "signature": [ "string" ], - "path": "packages/kbn-lock-manager/src/lock_manager_service.ts", + "path": "src/platform/packages/shared/kbn-lock-manager/src/lock_manager_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -172,7 +172,7 @@ "signature": [ "() => Promise" ], - "path": "packages/kbn-lock-manager/src/lock_manager_service.ts", + "path": "src/platform/packages/shared/kbn-lock-manager/src/lock_manager_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -184,7 +184,7 @@ "tags": [], "label": "{\n metadata,\n }", "description": [], - "path": "packages/kbn-lock-manager/src/lock_manager_service.ts", + "path": "src/platform/packages/shared/kbn-lock-manager/src/lock_manager_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -198,7 +198,7 @@ "signature": [ "Record | undefined" ], - "path": "packages/kbn-lock-manager/src/lock_manager_service.ts", + "path": "src/platform/packages/shared/kbn-lock-manager/src/lock_manager_service.ts", "deprecated": false, "trackAdoption": false } @@ -219,7 +219,7 @@ "LockDocument", " | undefined>" ], - "path": "packages/kbn-lock-manager/src/lock_manager_service.ts", + "path": "src/platform/packages/shared/kbn-lock-manager/src/lock_manager_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -233,7 +233,7 @@ "signature": [ "string" ], - "path": "packages/kbn-lock-manager/src/lock_manager_service.ts", + "path": "src/platform/packages/shared/kbn-lock-manager/src/lock_manager_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -256,7 +256,7 @@ "signature": [ "(error: unknown) => boolean" ], - "path": "packages/kbn-lock-manager/src/lock_manager_client.ts", + "path": "src/platform/packages/shared/kbn-lock-manager/src/lock_manager_client.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -270,7 +270,7 @@ "signature": [ "unknown" ], - "path": "packages/kbn-lock-manager/src/lock_manager_client.ts", + "path": "src/platform/packages/shared/kbn-lock-manager/src/lock_manager_client.ts", "deprecated": false, "trackAdoption": false, "isRequired": true diff --git a/api_docs/kbn_lock_manager.mdx b/api_docs/kbn_lock_manager.mdx index 89f01e9a4cd6b..82f5bebe84fb2 100644 --- a/api_docs/kbn_lock_manager.mdx +++ b/api_docs/kbn_lock_manager.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-lock-manager title: "@kbn/lock-manager" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/lock-manager plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/lock-manager'] --- import kbnLockManagerObj from './kbn_lock_manager.devdocs.json'; diff --git a/api_docs/kbn_logging.mdx b/api_docs/kbn_logging.mdx index f68618a5ce81b..da6405681d56d 100644 --- a/api_docs/kbn_logging.mdx +++ b/api_docs/kbn_logging.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-logging title: "@kbn/logging" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/logging plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/logging'] --- import kbnLoggingObj from './kbn_logging.devdocs.json'; diff --git a/api_docs/kbn_logging_mocks.mdx b/api_docs/kbn_logging_mocks.mdx index 1ef85b5d4a636..3faf2924a76bf 100644 --- a/api_docs/kbn_logging_mocks.mdx +++ b/api_docs/kbn_logging_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-logging-mocks title: "@kbn/logging-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/logging-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/logging-mocks'] --- import kbnLoggingMocksObj from './kbn_logging_mocks.devdocs.json'; diff --git a/api_docs/kbn_logs_overview.mdx b/api_docs/kbn_logs_overview.mdx index 4078918a0cadf..04c15747bc9e2 100644 --- a/api_docs/kbn_logs_overview.mdx +++ b/api_docs/kbn_logs_overview.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-logs-overview title: "@kbn/logs-overview" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/logs-overview plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/logs-overview'] --- import kbnLogsOverviewObj from './kbn_logs_overview.devdocs.json'; diff --git a/api_docs/kbn_managed_content_badge.mdx b/api_docs/kbn_managed_content_badge.mdx index c3327a6cd42e1..43cb43dc31107 100644 --- a/api_docs/kbn_managed_content_badge.mdx +++ b/api_docs/kbn_managed_content_badge.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-managed-content-badge title: "@kbn/managed-content-badge" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/managed-content-badge plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/managed-content-badge'] --- import kbnManagedContentBadgeObj from './kbn_managed_content_badge.devdocs.json'; diff --git a/api_docs/kbn_managed_vscode_config.mdx b/api_docs/kbn_managed_vscode_config.mdx index 0effc5eaaa75e..f22e5504937d5 100644 --- a/api_docs/kbn_managed_vscode_config.mdx +++ b/api_docs/kbn_managed_vscode_config.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-managed-vscode-config title: "@kbn/managed-vscode-config" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/managed-vscode-config plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/managed-vscode-config'] --- import kbnManagedVscodeConfigObj from './kbn_managed_vscode_config.devdocs.json'; diff --git a/api_docs/kbn_management_cards_navigation.mdx b/api_docs/kbn_management_cards_navigation.mdx index d118ff60a5934..a6375a6c841ef 100644 --- a/api_docs/kbn_management_cards_navigation.mdx +++ b/api_docs/kbn_management_cards_navigation.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-cards-navigation title: "@kbn/management-cards-navigation" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-cards-navigation plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-cards-navigation'] --- import kbnManagementCardsNavigationObj from './kbn_management_cards_navigation.devdocs.json'; diff --git a/api_docs/kbn_management_settings_application.mdx b/api_docs/kbn_management_settings_application.mdx index 4e92ff81cf328..e75369bd9f40f 100644 --- a/api_docs/kbn_management_settings_application.mdx +++ b/api_docs/kbn_management_settings_application.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-settings-application title: "@kbn/management-settings-application" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-settings-application plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-application'] --- import kbnManagementSettingsApplicationObj from './kbn_management_settings_application.devdocs.json'; diff --git a/api_docs/kbn_management_settings_components_field_category.mdx b/api_docs/kbn_management_settings_components_field_category.mdx index c97e719415cc6..b44ea2af6f7a9 100644 --- a/api_docs/kbn_management_settings_components_field_category.mdx +++ b/api_docs/kbn_management_settings_components_field_category.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-settings-components-field-category title: "@kbn/management-settings-components-field-category" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-settings-components-field-category plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-components-field-category'] --- import kbnManagementSettingsComponentsFieldCategoryObj from './kbn_management_settings_components_field_category.devdocs.json'; diff --git a/api_docs/kbn_management_settings_components_field_input.mdx b/api_docs/kbn_management_settings_components_field_input.mdx index 8e1ef0e972426..7fcb98119f82b 100644 --- a/api_docs/kbn_management_settings_components_field_input.mdx +++ b/api_docs/kbn_management_settings_components_field_input.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-settings-components-field-input title: "@kbn/management-settings-components-field-input" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-settings-components-field-input plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-components-field-input'] --- import kbnManagementSettingsComponentsFieldInputObj from './kbn_management_settings_components_field_input.devdocs.json'; diff --git a/api_docs/kbn_management_settings_components_field_row.mdx b/api_docs/kbn_management_settings_components_field_row.mdx index 0c33f2e524fb4..e2ebfb7e528e2 100644 --- a/api_docs/kbn_management_settings_components_field_row.mdx +++ b/api_docs/kbn_management_settings_components_field_row.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-settings-components-field-row title: "@kbn/management-settings-components-field-row" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-settings-components-field-row plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-components-field-row'] --- import kbnManagementSettingsComponentsFieldRowObj from './kbn_management_settings_components_field_row.devdocs.json'; diff --git a/api_docs/kbn_management_settings_components_form.mdx b/api_docs/kbn_management_settings_components_form.mdx index 99b054f7c2734..ac3229dede94d 100644 --- a/api_docs/kbn_management_settings_components_form.mdx +++ b/api_docs/kbn_management_settings_components_form.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-settings-components-form title: "@kbn/management-settings-components-form" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-settings-components-form plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-components-form'] --- import kbnManagementSettingsComponentsFormObj from './kbn_management_settings_components_form.devdocs.json'; diff --git a/api_docs/kbn_management_settings_field_definition.mdx b/api_docs/kbn_management_settings_field_definition.mdx index 226917bd887c0..acb51d4b5929a 100644 --- a/api_docs/kbn_management_settings_field_definition.mdx +++ b/api_docs/kbn_management_settings_field_definition.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-settings-field-definition title: "@kbn/management-settings-field-definition" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-settings-field-definition plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-field-definition'] --- import kbnManagementSettingsFieldDefinitionObj from './kbn_management_settings_field_definition.devdocs.json'; diff --git a/api_docs/kbn_management_settings_ids.mdx b/api_docs/kbn_management_settings_ids.mdx index 9d1512b52fef7..2b8430fb2fd14 100644 --- a/api_docs/kbn_management_settings_ids.mdx +++ b/api_docs/kbn_management_settings_ids.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-settings-ids title: "@kbn/management-settings-ids" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-settings-ids plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-ids'] --- import kbnManagementSettingsIdsObj from './kbn_management_settings_ids.devdocs.json'; diff --git a/api_docs/kbn_management_settings_section_registry.mdx b/api_docs/kbn_management_settings_section_registry.mdx index e73ddcbdcde65..d7268984c4aaf 100644 --- a/api_docs/kbn_management_settings_section_registry.mdx +++ b/api_docs/kbn_management_settings_section_registry.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-settings-section-registry title: "@kbn/management-settings-section-registry" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-settings-section-registry plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-section-registry'] --- import kbnManagementSettingsSectionRegistryObj from './kbn_management_settings_section_registry.devdocs.json'; diff --git a/api_docs/kbn_management_settings_types.mdx b/api_docs/kbn_management_settings_types.mdx index 832ab2d6b9798..fcdcb2bf35da9 100644 --- a/api_docs/kbn_management_settings_types.mdx +++ b/api_docs/kbn_management_settings_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-settings-types title: "@kbn/management-settings-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-settings-types plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-types'] --- import kbnManagementSettingsTypesObj from './kbn_management_settings_types.devdocs.json'; diff --git a/api_docs/kbn_management_settings_utilities.mdx b/api_docs/kbn_management_settings_utilities.mdx index ff48d6cbe7985..a846dbe462dee 100644 --- a/api_docs/kbn_management_settings_utilities.mdx +++ b/api_docs/kbn_management_settings_utilities.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-settings-utilities title: "@kbn/management-settings-utilities" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-settings-utilities plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-utilities'] --- import kbnManagementSettingsUtilitiesObj from './kbn_management_settings_utilities.devdocs.json'; diff --git a/api_docs/kbn_management_storybook_config.mdx b/api_docs/kbn_management_storybook_config.mdx index 4a3fd62d5ee99..650c6e2a7f7bf 100644 --- a/api_docs/kbn_management_storybook_config.mdx +++ b/api_docs/kbn_management_storybook_config.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-storybook-config title: "@kbn/management-storybook-config" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-storybook-config plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-storybook-config'] --- import kbnManagementStorybookConfigObj from './kbn_management_storybook_config.devdocs.json'; diff --git a/api_docs/kbn_manifest.mdx b/api_docs/kbn_manifest.mdx index 1a83969e2a303..830c4c1d54d3f 100644 --- a/api_docs/kbn_manifest.mdx +++ b/api_docs/kbn_manifest.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-manifest title: "@kbn/manifest" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/manifest plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/manifest'] --- import kbnManifestObj from './kbn_manifest.devdocs.json'; diff --git a/api_docs/kbn_mapbox_gl.mdx b/api_docs/kbn_mapbox_gl.mdx index f63b51f661075..4ce5dcf852943 100644 --- a/api_docs/kbn_mapbox_gl.mdx +++ b/api_docs/kbn_mapbox_gl.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-mapbox-gl title: "@kbn/mapbox-gl" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/mapbox-gl plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/mapbox-gl'] --- import kbnMapboxGlObj from './kbn_mapbox_gl.devdocs.json'; diff --git a/api_docs/kbn_maps_vector_tile_utils.mdx b/api_docs/kbn_maps_vector_tile_utils.mdx index 993a78dcc5be8..a2da1f1098840 100644 --- a/api_docs/kbn_maps_vector_tile_utils.mdx +++ b/api_docs/kbn_maps_vector_tile_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-maps-vector-tile-utils title: "@kbn/maps-vector-tile-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/maps-vector-tile-utils plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/maps-vector-tile-utils'] --- import kbnMapsVectorTileUtilsObj from './kbn_maps_vector_tile_utils.devdocs.json'; diff --git a/api_docs/kbn_metrics.mdx b/api_docs/kbn_metrics.mdx index be17997c096bd..6987fad81fadc 100644 --- a/api_docs/kbn_metrics.mdx +++ b/api_docs/kbn_metrics.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-metrics title: "@kbn/metrics" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/metrics plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/metrics'] --- import kbnMetricsObj from './kbn_metrics.devdocs.json'; diff --git a/api_docs/kbn_metrics_config.mdx b/api_docs/kbn_metrics_config.mdx index 3ef4329d0d99f..3356c51724b62 100644 --- a/api_docs/kbn_metrics_config.mdx +++ b/api_docs/kbn_metrics_config.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-metrics-config title: "@kbn/metrics-config" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/metrics-config plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/metrics-config'] --- import kbnMetricsConfigObj from './kbn_metrics_config.devdocs.json'; diff --git a/api_docs/kbn_ml_agg_utils.mdx b/api_docs/kbn_ml_agg_utils.mdx index a13deda67e13b..705e93e9790fa 100644 --- a/api_docs/kbn_ml_agg_utils.mdx +++ b/api_docs/kbn_ml_agg_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-agg-utils title: "@kbn/ml-agg-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-agg-utils plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-agg-utils'] --- import kbnMlAggUtilsObj from './kbn_ml_agg_utils.devdocs.json'; diff --git a/api_docs/kbn_ml_anomaly_utils.mdx b/api_docs/kbn_ml_anomaly_utils.mdx index 5aa2472ba5456..3418a588aed27 100644 --- a/api_docs/kbn_ml_anomaly_utils.mdx +++ b/api_docs/kbn_ml_anomaly_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-anomaly-utils title: "@kbn/ml-anomaly-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-anomaly-utils plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-anomaly-utils'] --- import kbnMlAnomalyUtilsObj from './kbn_ml_anomaly_utils.devdocs.json'; diff --git a/api_docs/kbn_ml_cancellable_search.mdx b/api_docs/kbn_ml_cancellable_search.mdx index bd0eaa6a1b82a..45c795a92ec4b 100644 --- a/api_docs/kbn_ml_cancellable_search.mdx +++ b/api_docs/kbn_ml_cancellable_search.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-cancellable-search title: "@kbn/ml-cancellable-search" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-cancellable-search plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-cancellable-search'] --- import kbnMlCancellableSearchObj from './kbn_ml_cancellable_search.devdocs.json'; diff --git a/api_docs/kbn_ml_category_validator.mdx b/api_docs/kbn_ml_category_validator.mdx index 1f80bbf373575..a290a08f6ac6b 100644 --- a/api_docs/kbn_ml_category_validator.mdx +++ b/api_docs/kbn_ml_category_validator.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-category-validator title: "@kbn/ml-category-validator" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-category-validator plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-category-validator'] --- import kbnMlCategoryValidatorObj from './kbn_ml_category_validator.devdocs.json'; diff --git a/api_docs/kbn_ml_chi2test.mdx b/api_docs/kbn_ml_chi2test.mdx index 81dcba198733e..e88e938f984c5 100644 --- a/api_docs/kbn_ml_chi2test.mdx +++ b/api_docs/kbn_ml_chi2test.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-chi2test title: "@kbn/ml-chi2test" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-chi2test plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-chi2test'] --- import kbnMlChi2testObj from './kbn_ml_chi2test.devdocs.json'; diff --git a/api_docs/kbn_ml_data_frame_analytics_utils.mdx b/api_docs/kbn_ml_data_frame_analytics_utils.mdx index 560ea700c801c..7731b159b0040 100644 --- a/api_docs/kbn_ml_data_frame_analytics_utils.mdx +++ b/api_docs/kbn_ml_data_frame_analytics_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-data-frame-analytics-utils title: "@kbn/ml-data-frame-analytics-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-data-frame-analytics-utils plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-data-frame-analytics-utils'] --- import kbnMlDataFrameAnalyticsUtilsObj from './kbn_ml_data_frame_analytics_utils.devdocs.json'; diff --git a/api_docs/kbn_ml_data_grid.mdx b/api_docs/kbn_ml_data_grid.mdx index aa951e03a39a7..5a13e22b70fb4 100644 --- a/api_docs/kbn_ml_data_grid.mdx +++ b/api_docs/kbn_ml_data_grid.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-data-grid title: "@kbn/ml-data-grid" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-data-grid plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-data-grid'] --- import kbnMlDataGridObj from './kbn_ml_data_grid.devdocs.json'; diff --git a/api_docs/kbn_ml_date_picker.mdx b/api_docs/kbn_ml_date_picker.mdx index b6740fbde3988..6d9b4fc2bf195 100644 --- a/api_docs/kbn_ml_date_picker.mdx +++ b/api_docs/kbn_ml_date_picker.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-date-picker title: "@kbn/ml-date-picker" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-date-picker plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-date-picker'] --- import kbnMlDatePickerObj from './kbn_ml_date_picker.devdocs.json'; diff --git a/api_docs/kbn_ml_date_utils.mdx b/api_docs/kbn_ml_date_utils.mdx index e68e2a172b536..9daafecd90bd9 100644 --- a/api_docs/kbn_ml_date_utils.mdx +++ b/api_docs/kbn_ml_date_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-date-utils title: "@kbn/ml-date-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-date-utils plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-date-utils'] --- import kbnMlDateUtilsObj from './kbn_ml_date_utils.devdocs.json'; diff --git a/api_docs/kbn_ml_error_utils.mdx b/api_docs/kbn_ml_error_utils.mdx index fa11de334ab25..503fa4b257e31 100644 --- a/api_docs/kbn_ml_error_utils.mdx +++ b/api_docs/kbn_ml_error_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-error-utils title: "@kbn/ml-error-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-error-utils plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-error-utils'] --- import kbnMlErrorUtilsObj from './kbn_ml_error_utils.devdocs.json'; diff --git a/api_docs/kbn_ml_field_stats_flyout.mdx b/api_docs/kbn_ml_field_stats_flyout.mdx index e46adbb37aae3..91d4d309867fa 100644 --- a/api_docs/kbn_ml_field_stats_flyout.mdx +++ b/api_docs/kbn_ml_field_stats_flyout.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-field-stats-flyout title: "@kbn/ml-field-stats-flyout" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-field-stats-flyout plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-field-stats-flyout'] --- import kbnMlFieldStatsFlyoutObj from './kbn_ml_field_stats_flyout.devdocs.json'; diff --git a/api_docs/kbn_ml_in_memory_table.mdx b/api_docs/kbn_ml_in_memory_table.mdx index 6b02a549b2240..c511f3a57d3d4 100644 --- a/api_docs/kbn_ml_in_memory_table.mdx +++ b/api_docs/kbn_ml_in_memory_table.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-in-memory-table title: "@kbn/ml-in-memory-table" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-in-memory-table plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-in-memory-table'] --- import kbnMlInMemoryTableObj from './kbn_ml_in_memory_table.devdocs.json'; diff --git a/api_docs/kbn_ml_is_defined.mdx b/api_docs/kbn_ml_is_defined.mdx index 761311e8638f2..76089f6a0e81a 100644 --- a/api_docs/kbn_ml_is_defined.mdx +++ b/api_docs/kbn_ml_is_defined.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-is-defined title: "@kbn/ml-is-defined" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-is-defined plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-is-defined'] --- import kbnMlIsDefinedObj from './kbn_ml_is_defined.devdocs.json'; diff --git a/api_docs/kbn_ml_is_populated_object.mdx b/api_docs/kbn_ml_is_populated_object.mdx index df5fdc6a7eec4..3cbffcd3b7797 100644 --- a/api_docs/kbn_ml_is_populated_object.mdx +++ b/api_docs/kbn_ml_is_populated_object.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-is-populated-object title: "@kbn/ml-is-populated-object" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-is-populated-object plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-is-populated-object'] --- import kbnMlIsPopulatedObjectObj from './kbn_ml_is_populated_object.devdocs.json'; diff --git a/api_docs/kbn_ml_local_storage.mdx b/api_docs/kbn_ml_local_storage.mdx index ceaf390041820..41c24b43499ac 100644 --- a/api_docs/kbn_ml_local_storage.mdx +++ b/api_docs/kbn_ml_local_storage.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-local-storage title: "@kbn/ml-local-storage" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-local-storage plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-local-storage'] --- import kbnMlLocalStorageObj from './kbn_ml_local_storage.devdocs.json'; diff --git a/api_docs/kbn_ml_nested_property.mdx b/api_docs/kbn_ml_nested_property.mdx index f4a26a9b66900..e6b60cb070ab3 100644 --- a/api_docs/kbn_ml_nested_property.mdx +++ b/api_docs/kbn_ml_nested_property.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-nested-property title: "@kbn/ml-nested-property" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-nested-property plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-nested-property'] --- import kbnMlNestedPropertyObj from './kbn_ml_nested_property.devdocs.json'; diff --git a/api_docs/kbn_ml_number_utils.mdx b/api_docs/kbn_ml_number_utils.mdx index 693bbc4ed3fff..703d33471ef61 100644 --- a/api_docs/kbn_ml_number_utils.mdx +++ b/api_docs/kbn_ml_number_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-number-utils title: "@kbn/ml-number-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-number-utils plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-number-utils'] --- import kbnMlNumberUtilsObj from './kbn_ml_number_utils.devdocs.json'; diff --git a/api_docs/kbn_ml_parse_interval.mdx b/api_docs/kbn_ml_parse_interval.mdx index fd2fcadd028d1..138fabbdd0e15 100644 --- a/api_docs/kbn_ml_parse_interval.mdx +++ b/api_docs/kbn_ml_parse_interval.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-parse-interval title: "@kbn/ml-parse-interval" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-parse-interval plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-parse-interval'] --- import kbnMlParseIntervalObj from './kbn_ml_parse_interval.devdocs.json'; diff --git a/api_docs/kbn_ml_query_utils.mdx b/api_docs/kbn_ml_query_utils.mdx index fad0dccd8da1b..96c7464bf16ee 100644 --- a/api_docs/kbn_ml_query_utils.mdx +++ b/api_docs/kbn_ml_query_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-query-utils title: "@kbn/ml-query-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-query-utils plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-query-utils'] --- import kbnMlQueryUtilsObj from './kbn_ml_query_utils.devdocs.json'; diff --git a/api_docs/kbn_ml_random_sampler_utils.mdx b/api_docs/kbn_ml_random_sampler_utils.mdx index 0be6ceb385795..f88967f6ae508 100644 --- a/api_docs/kbn_ml_random_sampler_utils.mdx +++ b/api_docs/kbn_ml_random_sampler_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-random-sampler-utils title: "@kbn/ml-random-sampler-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-random-sampler-utils plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-random-sampler-utils'] --- import kbnMlRandomSamplerUtilsObj from './kbn_ml_random_sampler_utils.devdocs.json'; diff --git a/api_docs/kbn_ml_route_utils.mdx b/api_docs/kbn_ml_route_utils.mdx index 6e8e7eb4144b2..5cab034dd1854 100644 --- a/api_docs/kbn_ml_route_utils.mdx +++ b/api_docs/kbn_ml_route_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-route-utils title: "@kbn/ml-route-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-route-utils plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-route-utils'] --- import kbnMlRouteUtilsObj from './kbn_ml_route_utils.devdocs.json'; diff --git a/api_docs/kbn_ml_runtime_field_utils.mdx b/api_docs/kbn_ml_runtime_field_utils.mdx index bf8529f9a5bf9..805e8f83bc471 100644 --- a/api_docs/kbn_ml_runtime_field_utils.mdx +++ b/api_docs/kbn_ml_runtime_field_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-runtime-field-utils title: "@kbn/ml-runtime-field-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-runtime-field-utils plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-runtime-field-utils'] --- import kbnMlRuntimeFieldUtilsObj from './kbn_ml_runtime_field_utils.devdocs.json'; diff --git a/api_docs/kbn_ml_string_hash.mdx b/api_docs/kbn_ml_string_hash.mdx index fa6cc0f08d10b..245d82e24d8a4 100644 --- a/api_docs/kbn_ml_string_hash.mdx +++ b/api_docs/kbn_ml_string_hash.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-string-hash title: "@kbn/ml-string-hash" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-string-hash plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-string-hash'] --- import kbnMlStringHashObj from './kbn_ml_string_hash.devdocs.json'; diff --git a/api_docs/kbn_ml_time_buckets.mdx b/api_docs/kbn_ml_time_buckets.mdx index 628462bf24b1a..4459779045ee7 100644 --- a/api_docs/kbn_ml_time_buckets.mdx +++ b/api_docs/kbn_ml_time_buckets.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-time-buckets title: "@kbn/ml-time-buckets" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-time-buckets plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-time-buckets'] --- import kbnMlTimeBucketsObj from './kbn_ml_time_buckets.devdocs.json'; diff --git a/api_docs/kbn_ml_trained_models_utils.mdx b/api_docs/kbn_ml_trained_models_utils.mdx index 61f39353712f3..25e734be27129 100644 --- a/api_docs/kbn_ml_trained_models_utils.mdx +++ b/api_docs/kbn_ml_trained_models_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-trained-models-utils title: "@kbn/ml-trained-models-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-trained-models-utils plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-trained-models-utils'] --- import kbnMlTrainedModelsUtilsObj from './kbn_ml_trained_models_utils.devdocs.json'; diff --git a/api_docs/kbn_ml_ui_actions.mdx b/api_docs/kbn_ml_ui_actions.mdx index 3bf8b94428929..554b633a168b4 100644 --- a/api_docs/kbn_ml_ui_actions.mdx +++ b/api_docs/kbn_ml_ui_actions.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-ui-actions title: "@kbn/ml-ui-actions" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-ui-actions plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-ui-actions'] --- import kbnMlUiActionsObj from './kbn_ml_ui_actions.devdocs.json'; diff --git a/api_docs/kbn_ml_url_state.mdx b/api_docs/kbn_ml_url_state.mdx index 4f4e53280b9e5..36ffb0286360d 100644 --- a/api_docs/kbn_ml_url_state.mdx +++ b/api_docs/kbn_ml_url_state.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-url-state title: "@kbn/ml-url-state" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-url-state plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-url-state'] --- import kbnMlUrlStateObj from './kbn_ml_url_state.devdocs.json'; diff --git a/api_docs/kbn_ml_validators.mdx b/api_docs/kbn_ml_validators.mdx index 61e011fcb85b1..461f5660502ea 100644 --- a/api_docs/kbn_ml_validators.mdx +++ b/api_docs/kbn_ml_validators.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-validators title: "@kbn/ml-validators" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-validators plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-validators'] --- import kbnMlValidatorsObj from './kbn_ml_validators.devdocs.json'; diff --git a/api_docs/kbn_mock_idp_utils.mdx b/api_docs/kbn_mock_idp_utils.mdx index f0f79828b5564..eb39238ee6c07 100644 --- a/api_docs/kbn_mock_idp_utils.mdx +++ b/api_docs/kbn_mock_idp_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-mock-idp-utils title: "@kbn/mock-idp-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/mock-idp-utils plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/mock-idp-utils'] --- import kbnMockIdpUtilsObj from './kbn_mock_idp_utils.devdocs.json'; diff --git a/api_docs/kbn_monaco.devdocs.json b/api_docs/kbn_monaco.devdocs.json index dfcd3eb24f985..5817279e15dd8 100644 --- a/api_docs/kbn_monaco.devdocs.json +++ b/api_docs/kbn_monaco.devdocs.json @@ -2405,14 +2405,8 @@ "label": "getHoverProvider", "description": [], "signature": [ - "(callbacks?: ", - { - "pluginId": "@kbn/esql-validation-autocomplete", - "scope": "common", - "docId": "kibKbnEsqlValidationAutocompletePluginApi", - "section": "def-common.ESQLCallbacks", - "text": "ESQLCallbacks" - }, + "(deps?: ", + "ESQLDependencies", " | undefined) => ", "languages", ".HoverProvider" @@ -2424,18 +2418,12 @@ { "parentPluginId": "@kbn/monaco", "id": "def-common.ESQLLang.getHoverProvider.$1", - "type": "Object", + "type": "CompoundType", "tags": [], - "label": "callbacks", + "label": "deps", "description": [], "signature": [ - { - "pluginId": "@kbn/esql-validation-autocomplete", - "scope": "common", - "docId": "kibKbnEsqlValidationAutocompletePluginApi", - "section": "def-common.ESQLCallbacks", - "text": "ESQLCallbacks" - }, + "ESQLDependencies", " | undefined" ], "path": "src/platform/packages/shared/kbn-monaco/src/languages/esql/language.ts", diff --git a/api_docs/kbn_monaco.mdx b/api_docs/kbn_monaco.mdx index 20ccdbd75fe1f..d6fe314f8d29a 100644 --- a/api_docs/kbn_monaco.mdx +++ b/api_docs/kbn_monaco.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-monaco title: "@kbn/monaco" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/monaco plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/monaco'] --- import kbnMonacoObj from './kbn_monaco.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sh | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 185 | 6 | 185 | 4 | +| 185 | 6 | 185 | 5 | ## Common diff --git a/api_docs/kbn_object_utils.mdx b/api_docs/kbn_object_utils.mdx index 162b09fba5548..220d05914cac8 100644 --- a/api_docs/kbn_object_utils.mdx +++ b/api_docs/kbn_object_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-object-utils title: "@kbn/object-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/object-utils plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/object-utils'] --- import kbnObjectUtilsObj from './kbn_object_utils.devdocs.json'; diff --git a/api_docs/kbn_object_versioning.mdx b/api_docs/kbn_object_versioning.mdx index 0616818356d3a..2c18020bfb687 100644 --- a/api_docs/kbn_object_versioning.mdx +++ b/api_docs/kbn_object_versioning.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-object-versioning title: "@kbn/object-versioning" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/object-versioning plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/object-versioning'] --- import kbnObjectVersioningObj from './kbn_object_versioning.devdocs.json'; diff --git a/api_docs/kbn_object_versioning_utils.mdx b/api_docs/kbn_object_versioning_utils.mdx index 7bb2e1cab7ae7..4f54e4ad31ce3 100644 --- a/api_docs/kbn_object_versioning_utils.mdx +++ b/api_docs/kbn_object_versioning_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-object-versioning-utils title: "@kbn/object-versioning-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/object-versioning-utils plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/object-versioning-utils'] --- import kbnObjectVersioningUtilsObj from './kbn_object_versioning_utils.devdocs.json'; diff --git a/api_docs/kbn_observability_alert_details.mdx b/api_docs/kbn_observability_alert_details.mdx index 981fd2c936dfb..9574e2d43c47d 100644 --- a/api_docs/kbn_observability_alert_details.mdx +++ b/api_docs/kbn_observability_alert_details.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-observability-alert-details title: "@kbn/observability-alert-details" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/observability-alert-details plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/observability-alert-details'] --- import kbnObservabilityAlertDetailsObj from './kbn_observability_alert_details.devdocs.json'; diff --git a/api_docs/kbn_observability_alerting_test_data.mdx b/api_docs/kbn_observability_alerting_test_data.mdx index 6495443cba78f..4f5758473243c 100644 --- a/api_docs/kbn_observability_alerting_test_data.mdx +++ b/api_docs/kbn_observability_alerting_test_data.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-observability-alerting-test-data title: "@kbn/observability-alerting-test-data" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/observability-alerting-test-data plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/observability-alerting-test-data'] --- import kbnObservabilityAlertingTestDataObj from './kbn_observability_alerting_test_data.devdocs.json'; diff --git a/api_docs/kbn_observability_get_padded_alert_time_range_util.mdx b/api_docs/kbn_observability_get_padded_alert_time_range_util.mdx index d0ff07d0e3e28..365dddba55e8d 100644 --- a/api_docs/kbn_observability_get_padded_alert_time_range_util.mdx +++ b/api_docs/kbn_observability_get_padded_alert_time_range_util.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-observability-get-padded-alert-time-range-util title: "@kbn/observability-get-padded-alert-time-range-util" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/observability-get-padded-alert-time-range-util plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/observability-get-padded-alert-time-range-util'] --- import kbnObservabilityGetPaddedAlertTimeRangeUtilObj from './kbn_observability_get_padded_alert_time_range_util.devdocs.json'; diff --git a/api_docs/kbn_observability_schema.mdx b/api_docs/kbn_observability_schema.mdx index b858ed786f144..eed967f1ba3ec 100644 --- a/api_docs/kbn_observability_schema.mdx +++ b/api_docs/kbn_observability_schema.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-observability-schema title: "@kbn/observability-schema" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/observability-schema plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/observability-schema'] --- import kbnObservabilitySchemaObj from './kbn_observability_schema.devdocs.json'; diff --git a/api_docs/kbn_observability_synthetics_test_data.mdx b/api_docs/kbn_observability_synthetics_test_data.mdx index 2dce1cf55740d..31c3db58a182b 100644 --- a/api_docs/kbn_observability_synthetics_test_data.mdx +++ b/api_docs/kbn_observability_synthetics_test_data.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-observability-synthetics-test-data title: "@kbn/observability-synthetics-test-data" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/observability-synthetics-test-data plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/observability-synthetics-test-data'] --- import kbnObservabilitySyntheticsTestDataObj from './kbn_observability_synthetics_test_data.devdocs.json'; diff --git a/api_docs/kbn_onechat_browser.mdx b/api_docs/kbn_onechat_browser.mdx index baacbd9fecdce..1455bc33e44ba 100644 --- a/api_docs/kbn_onechat_browser.mdx +++ b/api_docs/kbn_onechat_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-onechat-browser title: "@kbn/onechat-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/onechat-browser plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/onechat-browser'] --- import kbnOnechatBrowserObj from './kbn_onechat_browser.devdocs.json'; diff --git a/api_docs/kbn_onechat_common.devdocs.json b/api_docs/kbn_onechat_common.devdocs.json index 6214c5320084f..14584f7062700 100644 --- a/api_docs/kbn_onechat_common.devdocs.json +++ b/api_docs/kbn_onechat_common.devdocs.json @@ -885,7 +885,7 @@ "signature": [ "(toolName: string) => boolean" ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/tools/namespaces.ts", + "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/namespaces.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -899,7 +899,7 @@ "signature": [ "string" ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/tools/namespaces.ts", + "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/namespaces.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4404,7 +4404,7 @@ "signature": [ "string[]" ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/tools/namespaces.ts", + "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/namespaces.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4826,7 +4826,7 @@ "signature": [ "{ readonly platformCore: \"platform.core\"; }" ], - "path": "x-pack/platform/packages/shared/onechat/onechat-common/tools/namespaces.ts", + "path": "x-pack/platform/packages/shared/onechat/onechat-common/base/namespaces.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_onechat_common.mdx b/api_docs/kbn_onechat_common.mdx index 10bbda75c40c8..742cfd32f362b 100644 --- a/api_docs/kbn_onechat_common.mdx +++ b/api_docs/kbn_onechat_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-onechat-common title: "@kbn/onechat-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/onechat-common plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/onechat-common'] --- import kbnOnechatCommonObj from './kbn_onechat_common.devdocs.json'; diff --git a/api_docs/kbn_onechat_genai_utils.mdx b/api_docs/kbn_onechat_genai_utils.mdx index d228cae7ffff0..eb744c0f6573e 100644 --- a/api_docs/kbn_onechat_genai_utils.mdx +++ b/api_docs/kbn_onechat_genai_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-onechat-genai-utils title: "@kbn/onechat-genai-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/onechat-genai-utils plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/onechat-genai-utils'] --- import kbnOnechatGenaiUtilsObj from './kbn_onechat_genai_utils.devdocs.json'; diff --git a/api_docs/kbn_onechat_server.mdx b/api_docs/kbn_onechat_server.mdx index 5e74203af17cd..3e9b07c9a9dcf 100644 --- a/api_docs/kbn_onechat_server.mdx +++ b/api_docs/kbn_onechat_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-onechat-server title: "@kbn/onechat-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/onechat-server plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/onechat-server'] --- import kbnOnechatServerObj from './kbn_onechat_server.devdocs.json'; diff --git a/api_docs/kbn_openapi_bundler.mdx b/api_docs/kbn_openapi_bundler.mdx index 7ec4dda5aad63..951d5fdf5ab62 100644 --- a/api_docs/kbn_openapi_bundler.mdx +++ b/api_docs/kbn_openapi_bundler.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-openapi-bundler title: "@kbn/openapi-bundler" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/openapi-bundler plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/openapi-bundler'] --- import kbnOpenapiBundlerObj from './kbn_openapi_bundler.devdocs.json'; diff --git a/api_docs/kbn_openapi_generator.mdx b/api_docs/kbn_openapi_generator.mdx index b9626c5646faf..6fbf231f3d3a7 100644 --- a/api_docs/kbn_openapi_generator.mdx +++ b/api_docs/kbn_openapi_generator.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-openapi-generator title: "@kbn/openapi-generator" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/openapi-generator plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/openapi-generator'] --- import kbnOpenapiGeneratorObj from './kbn_openapi_generator.devdocs.json'; diff --git a/api_docs/kbn_opentelemetry_attributes.mdx b/api_docs/kbn_opentelemetry_attributes.mdx index cbdcc1fcc4c42..7e114b3f82786 100644 --- a/api_docs/kbn_opentelemetry_attributes.mdx +++ b/api_docs/kbn_opentelemetry_attributes.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-opentelemetry-attributes title: "@kbn/opentelemetry-attributes" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/opentelemetry-attributes plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/opentelemetry-attributes'] --- import kbnOpentelemetryAttributesObj from './kbn_opentelemetry_attributes.devdocs.json'; diff --git a/api_docs/kbn_opentelemetry_utils.mdx b/api_docs/kbn_opentelemetry_utils.mdx index bb01493d7a658..20fbcb2703027 100644 --- a/api_docs/kbn_opentelemetry_utils.mdx +++ b/api_docs/kbn_opentelemetry_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-opentelemetry-utils title: "@kbn/opentelemetry-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/opentelemetry-utils plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/opentelemetry-utils'] --- import kbnOpentelemetryUtilsObj from './kbn_opentelemetry_utils.devdocs.json'; diff --git a/api_docs/kbn_optimizer.mdx b/api_docs/kbn_optimizer.mdx index 71fd8248a1f44..8e254c39e2a62 100644 --- a/api_docs/kbn_optimizer.mdx +++ b/api_docs/kbn_optimizer.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-optimizer title: "@kbn/optimizer" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/optimizer plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/optimizer'] --- import kbnOptimizerObj from './kbn_optimizer.devdocs.json'; diff --git a/api_docs/kbn_optimizer_webpack_helpers.mdx b/api_docs/kbn_optimizer_webpack_helpers.mdx index 47794ac2e3e86..a503452495370 100644 --- a/api_docs/kbn_optimizer_webpack_helpers.mdx +++ b/api_docs/kbn_optimizer_webpack_helpers.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-optimizer-webpack-helpers title: "@kbn/optimizer-webpack-helpers" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/optimizer-webpack-helpers plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/optimizer-webpack-helpers'] --- import kbnOptimizerWebpackHelpersObj from './kbn_optimizer_webpack_helpers.devdocs.json'; diff --git a/api_docs/kbn_osquery_io_ts_types.mdx b/api_docs/kbn_osquery_io_ts_types.mdx index 98b3e20256b91..e48d1373816d8 100644 --- a/api_docs/kbn_osquery_io_ts_types.mdx +++ b/api_docs/kbn_osquery_io_ts_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-osquery-io-ts-types title: "@kbn/osquery-io-ts-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/osquery-io-ts-types plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/osquery-io-ts-types'] --- import kbnOsqueryIoTsTypesObj from './kbn_osquery_io_ts_types.devdocs.json'; diff --git a/api_docs/kbn_otel_semantic_conventions.mdx b/api_docs/kbn_otel_semantic_conventions.mdx index 1a256651e5716..8a92157c10d25 100644 --- a/api_docs/kbn_otel_semantic_conventions.mdx +++ b/api_docs/kbn_otel_semantic_conventions.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-otel-semantic-conventions title: "@kbn/otel-semantic-conventions" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/otel-semantic-conventions plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/otel-semantic-conventions'] --- import kbnOtelSemanticConventionsObj from './kbn_otel_semantic_conventions.devdocs.json'; diff --git a/api_docs/kbn_page_attachment_schema.mdx b/api_docs/kbn_page_attachment_schema.mdx index 70111ba2ed7fa..1bca7e5b29712 100644 --- a/api_docs/kbn_page_attachment_schema.mdx +++ b/api_docs/kbn_page_attachment_schema.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-page-attachment-schema title: "@kbn/page-attachment-schema" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/page-attachment-schema plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/page-attachment-schema'] --- import kbnPageAttachmentSchemaObj from './kbn_page_attachment_schema.devdocs.json'; diff --git a/api_docs/kbn_palettes.mdx b/api_docs/kbn_palettes.mdx index e0a4e80817e65..bafe8caa23dde 100644 --- a/api_docs/kbn_palettes.mdx +++ b/api_docs/kbn_palettes.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-palettes title: "@kbn/palettes" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/palettes plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/palettes'] --- import kbnPalettesObj from './kbn_palettes.devdocs.json'; diff --git a/api_docs/kbn_panel_loader.mdx b/api_docs/kbn_panel_loader.mdx index 3541852fb1d7f..00d3beb319e37 100644 --- a/api_docs/kbn_panel_loader.mdx +++ b/api_docs/kbn_panel_loader.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-panel-loader title: "@kbn/panel-loader" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/panel-loader plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/panel-loader'] --- import kbnPanelLoaderObj from './kbn_panel_loader.devdocs.json'; diff --git a/api_docs/kbn_performance_testing_dataset_extractor.mdx b/api_docs/kbn_performance_testing_dataset_extractor.mdx index 4bde0fd606dda..e7c58b0e69e28 100644 --- a/api_docs/kbn_performance_testing_dataset_extractor.mdx +++ b/api_docs/kbn_performance_testing_dataset_extractor.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-performance-testing-dataset-extractor title: "@kbn/performance-testing-dataset-extractor" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/performance-testing-dataset-extractor plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/performance-testing-dataset-extractor'] --- import kbnPerformanceTestingDatasetExtractorObj from './kbn_performance_testing_dataset_extractor.devdocs.json'; diff --git a/api_docs/kbn_plugin_check.mdx b/api_docs/kbn_plugin_check.mdx index 60f5128864527..5fd456e6a3872 100644 --- a/api_docs/kbn_plugin_check.mdx +++ b/api_docs/kbn_plugin_check.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-plugin-check title: "@kbn/plugin-check" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/plugin-check plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/plugin-check'] --- import kbnPluginCheckObj from './kbn_plugin_check.devdocs.json'; diff --git a/api_docs/kbn_plugin_generator.mdx b/api_docs/kbn_plugin_generator.mdx index 43e8d64fb9149..3e86facbc7e32 100644 --- a/api_docs/kbn_plugin_generator.mdx +++ b/api_docs/kbn_plugin_generator.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-plugin-generator title: "@kbn/plugin-generator" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/plugin-generator plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/plugin-generator'] --- import kbnPluginGeneratorObj from './kbn_plugin_generator.devdocs.json'; diff --git a/api_docs/kbn_plugin_helpers.mdx b/api_docs/kbn_plugin_helpers.mdx index 33d5b43e49f58..8f588f3beb44a 100644 --- a/api_docs/kbn_plugin_helpers.mdx +++ b/api_docs/kbn_plugin_helpers.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-plugin-helpers title: "@kbn/plugin-helpers" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/plugin-helpers plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/plugin-helpers'] --- import kbnPluginHelpersObj from './kbn_plugin_helpers.devdocs.json'; diff --git a/api_docs/kbn_presentation_containers.mdx b/api_docs/kbn_presentation_containers.mdx index d8df22a8a48de..c73513cf90027 100644 --- a/api_docs/kbn_presentation_containers.mdx +++ b/api_docs/kbn_presentation_containers.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-presentation-containers title: "@kbn/presentation-containers" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/presentation-containers plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/presentation-containers'] --- import kbnPresentationContainersObj from './kbn_presentation_containers.devdocs.json'; diff --git a/api_docs/kbn_presentation_publishing.mdx b/api_docs/kbn_presentation_publishing.mdx index cfdf2eaee7d1f..69d0de673ffe7 100644 --- a/api_docs/kbn_presentation_publishing.mdx +++ b/api_docs/kbn_presentation_publishing.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-presentation-publishing title: "@kbn/presentation-publishing" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/presentation-publishing plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/presentation-publishing'] --- import kbnPresentationPublishingObj from './kbn_presentation_publishing.devdocs.json'; diff --git a/api_docs/kbn_presentation_util.mdx b/api_docs/kbn_presentation_util.mdx index 25926afac313e..b921438ebe126 100644 --- a/api_docs/kbn_presentation_util.mdx +++ b/api_docs/kbn_presentation_util.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-presentation-util title: "@kbn/presentation-util" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/presentation-util plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/presentation-util'] --- import kbnPresentationUtilObj from './kbn_presentation_util.devdocs.json'; diff --git a/api_docs/kbn_product_doc_artifact_builder.mdx b/api_docs/kbn_product_doc_artifact_builder.mdx index ca6cb570e0778..e0c5e4104ee33 100644 --- a/api_docs/kbn_product_doc_artifact_builder.mdx +++ b/api_docs/kbn_product_doc_artifact_builder.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-product-doc-artifact-builder title: "@kbn/product-doc-artifact-builder" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/product-doc-artifact-builder plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/product-doc-artifact-builder'] --- import kbnProductDocArtifactBuilderObj from './kbn_product_doc_artifact_builder.devdocs.json'; diff --git a/api_docs/kbn_product_doc_common.mdx b/api_docs/kbn_product_doc_common.mdx index 3003b33eabfdb..83d66e617fad5 100644 --- a/api_docs/kbn_product_doc_common.mdx +++ b/api_docs/kbn_product_doc_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-product-doc-common title: "@kbn/product-doc-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/product-doc-common plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/product-doc-common'] --- import kbnProductDocCommonObj from './kbn_product_doc_common.devdocs.json'; diff --git a/api_docs/kbn_profiler.mdx b/api_docs/kbn_profiler.mdx index 45b0026dd42e7..3ad1347ac967f 100644 --- a/api_docs/kbn_profiler.mdx +++ b/api_docs/kbn_profiler.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-profiler title: "@kbn/profiler" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/profiler plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/profiler'] --- import kbnProfilerObj from './kbn_profiler.devdocs.json'; diff --git a/api_docs/kbn_profiling_utils.mdx b/api_docs/kbn_profiling_utils.mdx index 470efc2183a7f..623b5a0e76391 100644 --- a/api_docs/kbn_profiling_utils.mdx +++ b/api_docs/kbn_profiling_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-profiling-utils title: "@kbn/profiling-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/profiling-utils plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/profiling-utils'] --- import kbnProfilingUtilsObj from './kbn_profiling_utils.devdocs.json'; diff --git a/api_docs/kbn_projects_solutions_groups.mdx b/api_docs/kbn_projects_solutions_groups.mdx index 789542ed9699b..03e0d14f4ed57 100644 --- a/api_docs/kbn_projects_solutions_groups.mdx +++ b/api_docs/kbn_projects_solutions_groups.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-projects-solutions-groups title: "@kbn/projects-solutions-groups" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/projects-solutions-groups plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/projects-solutions-groups'] --- import kbnProjectsSolutionsGroupsObj from './kbn_projects_solutions_groups.devdocs.json'; diff --git a/api_docs/kbn_random_sampling.mdx b/api_docs/kbn_random_sampling.mdx index 7bd78eaa214f6..c343c8ae2536c 100644 --- a/api_docs/kbn_random_sampling.mdx +++ b/api_docs/kbn_random_sampling.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-random-sampling title: "@kbn/random-sampling" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/random-sampling plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/random-sampling'] --- import kbnRandomSamplingObj from './kbn_random_sampling.devdocs.json'; diff --git a/api_docs/kbn_react_field.mdx b/api_docs/kbn_react_field.mdx index deafe5e92fff4..12476bed73602 100644 --- a/api_docs/kbn_react_field.mdx +++ b/api_docs/kbn_react_field.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-react-field title: "@kbn/react-field" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/react-field plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/react-field'] --- import kbnReactFieldObj from './kbn_react_field.devdocs.json'; diff --git a/api_docs/kbn_react_hooks.mdx b/api_docs/kbn_react_hooks.mdx index 323b78862b237..ea06c1516c53e 100644 --- a/api_docs/kbn_react_hooks.mdx +++ b/api_docs/kbn_react_hooks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-react-hooks title: "@kbn/react-hooks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/react-hooks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/react-hooks'] --- import kbnReactHooksObj from './kbn_react_hooks.devdocs.json'; diff --git a/api_docs/kbn_react_kibana_context_common.mdx b/api_docs/kbn_react_kibana_context_common.mdx index d9a0310cf9952..b398edf090dc1 100644 --- a/api_docs/kbn_react_kibana_context_common.mdx +++ b/api_docs/kbn_react_kibana_context_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-react-kibana-context-common title: "@kbn/react-kibana-context-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/react-kibana-context-common plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/react-kibana-context-common'] --- import kbnReactKibanaContextCommonObj from './kbn_react_kibana_context_common.devdocs.json'; diff --git a/api_docs/kbn_react_kibana_context_render.mdx b/api_docs/kbn_react_kibana_context_render.mdx index 7ec5687af77b2..ada47346c7626 100644 --- a/api_docs/kbn_react_kibana_context_render.mdx +++ b/api_docs/kbn_react_kibana_context_render.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-react-kibana-context-render title: "@kbn/react-kibana-context-render" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/react-kibana-context-render plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/react-kibana-context-render'] --- import kbnReactKibanaContextRenderObj from './kbn_react_kibana_context_render.devdocs.json'; diff --git a/api_docs/kbn_react_kibana_context_root.mdx b/api_docs/kbn_react_kibana_context_root.mdx index b6961829b50eb..e61e985e6f07b 100644 --- a/api_docs/kbn_react_kibana_context_root.mdx +++ b/api_docs/kbn_react_kibana_context_root.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-react-kibana-context-root title: "@kbn/react-kibana-context-root" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/react-kibana-context-root plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/react-kibana-context-root'] --- import kbnReactKibanaContextRootObj from './kbn_react_kibana_context_root.devdocs.json'; diff --git a/api_docs/kbn_react_kibana_context_styled.mdx b/api_docs/kbn_react_kibana_context_styled.mdx index 3e737bb4b38ad..8ec33010115e6 100644 --- a/api_docs/kbn_react_kibana_context_styled.mdx +++ b/api_docs/kbn_react_kibana_context_styled.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-react-kibana-context-styled title: "@kbn/react-kibana-context-styled" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/react-kibana-context-styled plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/react-kibana-context-styled'] --- import kbnReactKibanaContextStyledObj from './kbn_react_kibana_context_styled.devdocs.json'; diff --git a/api_docs/kbn_react_kibana_context_theme.mdx b/api_docs/kbn_react_kibana_context_theme.mdx index 5f7c422f687d9..973a8ca61822a 100644 --- a/api_docs/kbn_react_kibana_context_theme.mdx +++ b/api_docs/kbn_react_kibana_context_theme.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-react-kibana-context-theme title: "@kbn/react-kibana-context-theme" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/react-kibana-context-theme plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/react-kibana-context-theme'] --- import kbnReactKibanaContextThemeObj from './kbn_react_kibana_context_theme.devdocs.json'; diff --git a/api_docs/kbn_react_kibana_mount.mdx b/api_docs/kbn_react_kibana_mount.mdx index 2abd24ae82ee5..fb45bb241b787 100644 --- a/api_docs/kbn_react_kibana_mount.mdx +++ b/api_docs/kbn_react_kibana_mount.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-react-kibana-mount title: "@kbn/react-kibana-mount" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/react-kibana-mount plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/react-kibana-mount'] --- import kbnReactKibanaMountObj from './kbn_react_kibana_mount.devdocs.json'; diff --git a/api_docs/kbn_react_mute_legacy_root_warning.mdx b/api_docs/kbn_react_mute_legacy_root_warning.mdx index 2d092bdcad552..06cea48cb2bb9 100644 --- a/api_docs/kbn_react_mute_legacy_root_warning.mdx +++ b/api_docs/kbn_react_mute_legacy_root_warning.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-react-mute-legacy-root-warning title: "@kbn/react-mute-legacy-root-warning" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/react-mute-legacy-root-warning plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/react-mute-legacy-root-warning'] --- import kbnReactMuteLegacyRootWarningObj from './kbn_react_mute_legacy_root_warning.devdocs.json'; diff --git a/api_docs/kbn_recently_accessed.mdx b/api_docs/kbn_recently_accessed.mdx index 0fb2f85c077f9..511e4c4e9ae85 100644 --- a/api_docs/kbn_recently_accessed.mdx +++ b/api_docs/kbn_recently_accessed.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-recently-accessed title: "@kbn/recently-accessed" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/recently-accessed plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/recently-accessed'] --- import kbnRecentlyAccessedObj from './kbn_recently_accessed.devdocs.json'; diff --git a/api_docs/kbn_relocate.mdx b/api_docs/kbn_relocate.mdx index 409778b47e9aa..f2f05277a4554 100644 --- a/api_docs/kbn_relocate.mdx +++ b/api_docs/kbn_relocate.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-relocate title: "@kbn/relocate" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/relocate plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/relocate'] --- import kbnRelocateObj from './kbn_relocate.devdocs.json'; diff --git a/api_docs/kbn_repo_file_maps.mdx b/api_docs/kbn_repo_file_maps.mdx index d1d8e68f68aad..222ecb03fe290 100644 --- a/api_docs/kbn_repo_file_maps.mdx +++ b/api_docs/kbn_repo_file_maps.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-repo-file-maps title: "@kbn/repo-file-maps" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/repo-file-maps plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/repo-file-maps'] --- import kbnRepoFileMapsObj from './kbn_repo_file_maps.devdocs.json'; diff --git a/api_docs/kbn_repo_linter.mdx b/api_docs/kbn_repo_linter.mdx index 4b751bd2daf6e..8a7c9e32a6b31 100644 --- a/api_docs/kbn_repo_linter.mdx +++ b/api_docs/kbn_repo_linter.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-repo-linter title: "@kbn/repo-linter" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/repo-linter plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/repo-linter'] --- import kbnRepoLinterObj from './kbn_repo_linter.devdocs.json'; diff --git a/api_docs/kbn_repo_path.mdx b/api_docs/kbn_repo_path.mdx index d31653b18a1ed..b592a32d4df2f 100644 --- a/api_docs/kbn_repo_path.mdx +++ b/api_docs/kbn_repo_path.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-repo-path title: "@kbn/repo-path" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/repo-path plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/repo-path'] --- import kbnRepoPathObj from './kbn_repo_path.devdocs.json'; diff --git a/api_docs/kbn_repo_source_classifier.mdx b/api_docs/kbn_repo_source_classifier.mdx index b8f415b02d1b6..2f9a701f21b73 100644 --- a/api_docs/kbn_repo_source_classifier.mdx +++ b/api_docs/kbn_repo_source_classifier.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-repo-source-classifier title: "@kbn/repo-source-classifier" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/repo-source-classifier plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/repo-source-classifier'] --- import kbnRepoSourceClassifierObj from './kbn_repo_source_classifier.devdocs.json'; diff --git a/api_docs/kbn_reporting_common.mdx b/api_docs/kbn_reporting_common.mdx index 2137ed80c411d..5bc8babe9b367 100644 --- a/api_docs/kbn_reporting_common.mdx +++ b/api_docs/kbn_reporting_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-reporting-common title: "@kbn/reporting-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/reporting-common plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-common'] --- import kbnReportingCommonObj from './kbn_reporting_common.devdocs.json'; diff --git a/api_docs/kbn_reporting_csv_share_panel.mdx b/api_docs/kbn_reporting_csv_share_panel.mdx index f52c8b18bed89..0accb5e4d39df 100644 --- a/api_docs/kbn_reporting_csv_share_panel.mdx +++ b/api_docs/kbn_reporting_csv_share_panel.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-reporting-csv-share-panel title: "@kbn/reporting-csv-share-panel" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/reporting-csv-share-panel plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-csv-share-panel'] --- import kbnReportingCsvSharePanelObj from './kbn_reporting_csv_share_panel.devdocs.json'; diff --git a/api_docs/kbn_reporting_export_types_csv.mdx b/api_docs/kbn_reporting_export_types_csv.mdx index c2df778d49e3f..73bdf726a4b30 100644 --- a/api_docs/kbn_reporting_export_types_csv.mdx +++ b/api_docs/kbn_reporting_export_types_csv.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-reporting-export-types-csv title: "@kbn/reporting-export-types-csv" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/reporting-export-types-csv plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-export-types-csv'] --- import kbnReportingExportTypesCsvObj from './kbn_reporting_export_types_csv.devdocs.json'; diff --git a/api_docs/kbn_reporting_export_types_csv_common.mdx b/api_docs/kbn_reporting_export_types_csv_common.mdx index afc140809ff52..45e2e01195eaa 100644 --- a/api_docs/kbn_reporting_export_types_csv_common.mdx +++ b/api_docs/kbn_reporting_export_types_csv_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-reporting-export-types-csv-common title: "@kbn/reporting-export-types-csv-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/reporting-export-types-csv-common plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-export-types-csv-common'] --- import kbnReportingExportTypesCsvCommonObj from './kbn_reporting_export_types_csv_common.devdocs.json'; diff --git a/api_docs/kbn_reporting_export_types_pdf.mdx b/api_docs/kbn_reporting_export_types_pdf.mdx index 6a2ab6ec56747..a080a879040ea 100644 --- a/api_docs/kbn_reporting_export_types_pdf.mdx +++ b/api_docs/kbn_reporting_export_types_pdf.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-reporting-export-types-pdf title: "@kbn/reporting-export-types-pdf" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/reporting-export-types-pdf plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-export-types-pdf'] --- import kbnReportingExportTypesPdfObj from './kbn_reporting_export_types_pdf.devdocs.json'; diff --git a/api_docs/kbn_reporting_export_types_pdf_common.mdx b/api_docs/kbn_reporting_export_types_pdf_common.mdx index 7eb4dc9bf8611..c98d7bcefcb01 100644 --- a/api_docs/kbn_reporting_export_types_pdf_common.mdx +++ b/api_docs/kbn_reporting_export_types_pdf_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-reporting-export-types-pdf-common title: "@kbn/reporting-export-types-pdf-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/reporting-export-types-pdf-common plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-export-types-pdf-common'] --- import kbnReportingExportTypesPdfCommonObj from './kbn_reporting_export_types_pdf_common.devdocs.json'; diff --git a/api_docs/kbn_reporting_export_types_png.mdx b/api_docs/kbn_reporting_export_types_png.mdx index 89363e0f0102c..93cd1af1cb115 100644 --- a/api_docs/kbn_reporting_export_types_png.mdx +++ b/api_docs/kbn_reporting_export_types_png.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-reporting-export-types-png title: "@kbn/reporting-export-types-png" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/reporting-export-types-png plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-export-types-png'] --- import kbnReportingExportTypesPngObj from './kbn_reporting_export_types_png.devdocs.json'; diff --git a/api_docs/kbn_reporting_export_types_png_common.mdx b/api_docs/kbn_reporting_export_types_png_common.mdx index 1dc287f6a20f0..94c243d3c57e7 100644 --- a/api_docs/kbn_reporting_export_types_png_common.mdx +++ b/api_docs/kbn_reporting_export_types_png_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-reporting-export-types-png-common title: "@kbn/reporting-export-types-png-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/reporting-export-types-png-common plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-export-types-png-common'] --- import kbnReportingExportTypesPngCommonObj from './kbn_reporting_export_types_png_common.devdocs.json'; diff --git a/api_docs/kbn_reporting_mocks_server.mdx b/api_docs/kbn_reporting_mocks_server.mdx index 0420c8b1cea78..9b774fb900525 100644 --- a/api_docs/kbn_reporting_mocks_server.mdx +++ b/api_docs/kbn_reporting_mocks_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-reporting-mocks-server title: "@kbn/reporting-mocks-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/reporting-mocks-server plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-mocks-server'] --- import kbnReportingMocksServerObj from './kbn_reporting_mocks_server.devdocs.json'; diff --git a/api_docs/kbn_reporting_public.mdx b/api_docs/kbn_reporting_public.mdx index 0d528f7bf8958..c460d0d03c34a 100644 --- a/api_docs/kbn_reporting_public.mdx +++ b/api_docs/kbn_reporting_public.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-reporting-public title: "@kbn/reporting-public" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/reporting-public plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-public'] --- import kbnReportingPublicObj from './kbn_reporting_public.devdocs.json'; diff --git a/api_docs/kbn_reporting_server.devdocs.json b/api_docs/kbn_reporting_server.devdocs.json index a7058e2c797a6..a809eb367fd95 100644 --- a/api_docs/kbn_reporting_server.devdocs.json +++ b/api_docs/kbn_reporting_server.devdocs.json @@ -1493,6 +1493,21 @@ "trackAdoption": false, "initialIsOpen": false }, + { + "parentPluginId": "@kbn/reporting-server", + "id": "def-server.REPORTING_DATA_STREAM_INDEX_TEMPLATE", + "type": "string", + "tags": [], + "label": "REPORTING_DATA_STREAM_INDEX_TEMPLATE", + "description": [], + "signature": [ + "\".kibana-reporting\"" + ], + "path": "src/platform/packages/private/kbn-reporting/server/constants.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, { "parentPluginId": "@kbn/reporting-server", "id": "def-server.REPORTING_DATA_STREAM_WILDCARD", @@ -1523,6 +1538,21 @@ "trackAdoption": false, "initialIsOpen": false }, + { + "parentPluginId": "@kbn/reporting-server", + "id": "def-server.REPORTING_INDEX_TEMPLATE_MAPPING_META_FIELD", + "type": "string", + "tags": [], + "label": "REPORTING_INDEX_TEMPLATE_MAPPING_META_FIELD", + "description": [], + "signature": [ + "\"template_version\"" + ], + "path": "src/platform/packages/private/kbn-reporting/server/constants.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, { "parentPluginId": "@kbn/reporting-server", "id": "def-server.REPORTING_LEGACY_INDICES", diff --git a/api_docs/kbn_reporting_server.mdx b/api_docs/kbn_reporting_server.mdx index a1a0f6954b015..cf87c93956176 100644 --- a/api_docs/kbn_reporting_server.mdx +++ b/api_docs/kbn_reporting_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-reporting-server title: "@kbn/reporting-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/reporting-server plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-server'] --- import kbnReportingServerObj from './kbn_reporting_server.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-o | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 91 | 0 | 91 | 0 | +| 93 | 0 | 93 | 0 | ## Server diff --git a/api_docs/kbn_resizable_layout.mdx b/api_docs/kbn_resizable_layout.mdx index e0a3cde8e600b..0ea4beac73b99 100644 --- a/api_docs/kbn_resizable_layout.mdx +++ b/api_docs/kbn_resizable_layout.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-resizable-layout title: "@kbn/resizable-layout" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/resizable-layout plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/resizable-layout'] --- import kbnResizableLayoutObj from './kbn_resizable_layout.devdocs.json'; diff --git a/api_docs/kbn_response_ops_alerts_delete.mdx b/api_docs/kbn_response_ops_alerts_delete.mdx index 7efec5f214c36..7e4b48e5252ae 100644 --- a/api_docs/kbn_response_ops_alerts_delete.mdx +++ b/api_docs/kbn_response_ops_alerts_delete.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-response-ops-alerts-delete title: "@kbn/response-ops-alerts-delete" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/response-ops-alerts-delete plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/response-ops-alerts-delete'] --- import kbnResponseOpsAlertsDeleteObj from './kbn_response_ops_alerts_delete.devdocs.json'; diff --git a/api_docs/kbn_response_ops_alerts_fields_browser.mdx b/api_docs/kbn_response_ops_alerts_fields_browser.mdx index 12ff08e5d0cf1..af72e61354d53 100644 --- a/api_docs/kbn_response_ops_alerts_fields_browser.mdx +++ b/api_docs/kbn_response_ops_alerts_fields_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-response-ops-alerts-fields-browser title: "@kbn/response-ops-alerts-fields-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/response-ops-alerts-fields-browser plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/response-ops-alerts-fields-browser'] --- import kbnResponseOpsAlertsFieldsBrowserObj from './kbn_response_ops_alerts_fields_browser.devdocs.json'; diff --git a/api_docs/kbn_response_ops_alerts_table.devdocs.json b/api_docs/kbn_response_ops_alerts_table.devdocs.json index 77f2438f15255..85f5c8fd9c352 100644 --- a/api_docs/kbn_response_ops_alerts_table.devdocs.json +++ b/api_docs/kbn_response_ops_alerts_table.devdocs.json @@ -10,7 +10,7 @@ "tags": [], "label": "AlertsTable", "description": [ - "\nAn `EuiDataGrid` abstraction to render alert documents\n\nIt manages the paginated and cached fetching of alerts based on the\nprovided `ruleTypeIds` and `consumers` (the final query can be refined\nthrough the `query` and `initialSort` props). The `id` prop is required in order\nto persist the table state in `localStorage`\n" + "\nAn `EuiDataGrid` abstraction to render alert documents\n\nIt manages the paginated and cached fetching of alerts based on the\nprovided `ruleTypeIds` and `consumers` (the final query can be refined\nthrough the `query` and `sort` props). The `id` prop is required in order\nto persist the table state in `localStorage`\n" ], "signature": [ " Promise<", + "({ rpm, distribution, systems, streamType, }: { rpm?: number | undefined; distribution?: \"relative\" | \"uniform\" | undefined; systems: { loghub?: boolean | string[] | undefined; serverless?: boolean | string[] | undefined; }; streamType?: \"classic\" | \"wired\" | undefined; }) => Promise<", { "pluginId": "@kbn/sample-log-parser", "scope": "common", @@ -97,7 +97,7 @@ }, "[]>" ], - "path": "x-pack/platform/packages/shared/kbn-sample-parser/client/index.ts", + "path": "x-pack/platform/packages/shared/kbn-sample-parser/src/client/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -106,9 +106,9 @@ "id": "def-common.SampleParserClient.getLogGenerators.$1", "type": "Object", "tags": [], - "label": "{\n rpm = 10000,\n distribution = 'uniform',\n systems = [],\n }", + "label": "{\n rpm = 10000,\n distribution = 'uniform',\n systems = {},\n streamType = 'wired',\n }", "description": [], - "path": "x-pack/platform/packages/shared/kbn-sample-parser/client/index.ts", + "path": "x-pack/platform/packages/shared/kbn-sample-parser/src/client/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -122,7 +122,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/platform/packages/shared/kbn-sample-parser/client/index.ts", + "path": "x-pack/platform/packages/shared/kbn-sample-parser/src/client/index.ts", "deprecated": false, "trackAdoption": false }, @@ -136,21 +136,35 @@ "signature": [ "\"relative\" | \"uniform\" | undefined" ], - "path": "x-pack/platform/packages/shared/kbn-sample-parser/client/index.ts", + "path": "x-pack/platform/packages/shared/kbn-sample-parser/src/client/index.ts", "deprecated": false, "trackAdoption": false }, { "parentPluginId": "@kbn/sample-log-parser", "id": "def-common.SampleParserClient.getLogGenerators.$1.systems", - "type": "Array", + "type": "Object", "tags": [], "label": "systems", "description": [], "signature": [ - "string[] | undefined" + "{ loghub?: boolean | string[] | undefined; serverless?: boolean | string[] | undefined; }" ], - "path": "x-pack/platform/packages/shared/kbn-sample-parser/client/index.ts", + "path": "x-pack/platform/packages/shared/kbn-sample-parser/src/client/index.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/sample-log-parser", + "id": "def-common.SampleParserClient.getLogGenerators.$1.streamType", + "type": "CompoundType", + "tags": [], + "label": "streamType", + "description": [], + "signature": [ + "\"classic\" | \"wired\" | undefined" + ], + "path": "x-pack/platform/packages/shared/kbn-sample-parser/src/client/index.ts", "deprecated": false, "trackAdoption": false } @@ -191,7 +205,7 @@ "signature": [ "(query: DslQuery) => StructuredInputMatchFunction" ], - "path": "x-pack/platform/packages/shared/kbn-sample-parser/src/validate_queries.ts", + "path": "x-pack/platform/packages/shared/kbn-sample-parser/src/loghub/validate_queries.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -205,7 +219,7 @@ "signature": [ "DslQuery" ], - "path": "x-pack/platform/packages/shared/kbn-sample-parser/src/validate_queries.ts", + "path": "x-pack/platform/packages/shared/kbn-sample-parser/src/loghub/validate_queries.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -224,7 +238,7 @@ "signature": [ "(text: string) => string[]" ], - "path": "x-pack/platform/packages/shared/kbn-sample-parser/src/validate_queries.ts", + "path": "x-pack/platform/packages/shared/kbn-sample-parser/src/loghub/validate_queries.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -238,7 +252,7 @@ "signature": [ "string" ], - "path": "x-pack/platform/packages/shared/kbn-sample-parser/src/validate_queries.ts", + "path": "x-pack/platform/packages/shared/kbn-sample-parser/src/loghub/validate_queries.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -256,7 +270,7 @@ "tags": [], "label": "LoghubQuery", "description": [], - "path": "x-pack/platform/packages/shared/kbn-sample-parser/src/validate_queries.ts", + "path": "x-pack/platform/packages/shared/kbn-sample-parser/src/loghub/validate_queries.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -267,7 +281,7 @@ "tags": [], "label": "id", "description": [], - "path": "x-pack/platform/packages/shared/kbn-sample-parser/src/validate_queries.ts", + "path": "x-pack/platform/packages/shared/kbn-sample-parser/src/loghub/validate_queries.ts", "deprecated": false, "trackAdoption": false }, @@ -278,7 +292,7 @@ "tags": [], "label": "title", "description": [], - "path": "x-pack/platform/packages/shared/kbn-sample-parser/src/validate_queries.ts", + "path": "x-pack/platform/packages/shared/kbn-sample-parser/src/loghub/validate_queries.ts", "deprecated": false, "trackAdoption": false }, @@ -289,7 +303,7 @@ "tags": [], "label": "description", "description": [], - "path": "x-pack/platform/packages/shared/kbn-sample-parser/src/validate_queries.ts", + "path": "x-pack/platform/packages/shared/kbn-sample-parser/src/loghub/validate_queries.ts", "deprecated": false, "trackAdoption": false }, @@ -303,7 +317,7 @@ "signature": [ "DslQuery" ], - "path": "x-pack/platform/packages/shared/kbn-sample-parser/src/validate_queries.ts", + "path": "x-pack/platform/packages/shared/kbn-sample-parser/src/loghub/validate_queries.ts", "deprecated": false, "trackAdoption": false } @@ -317,7 +331,7 @@ "tags": [], "label": "StreamLogGenerator", "description": [], - "path": "x-pack/platform/packages/shared/kbn-sample-parser/client/types.ts", + "path": "x-pack/platform/packages/shared/kbn-sample-parser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -328,39 +342,7 @@ "tags": [], "label": "name", "description": [], - "path": "x-pack/platform/packages/shared/kbn-sample-parser/client/types.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/sample-log-parser", - "id": "def-common.StreamLogGenerator.filepath", - "type": "string", - "tags": [], - "label": "filepath", - "description": [], - "path": "x-pack/platform/packages/shared/kbn-sample-parser/client/types.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "@kbn/sample-log-parser", - "id": "def-common.StreamLogGenerator.queries", - "type": "Array", - "tags": [], - "label": "queries", - "description": [], - "signature": [ - { - "pluginId": "@kbn/sample-log-parser", - "scope": "common", - "docId": "kibKbnSampleLogParserPluginApi", - "section": "def-common.LoghubQuery", - "text": "LoghubQuery" - }, - "[]" - ], - "path": "x-pack/platform/packages/shared/kbn-sample-parser/client/types.ts", + "path": "x-pack/platform/packages/shared/kbn-sample-parser/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -376,7 +358,7 @@ "StreamLogDocument", "[]" ], - "path": "x-pack/platform/packages/shared/kbn-sample-parser/client/types.ts", + "path": "x-pack/platform/packages/shared/kbn-sample-parser/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -390,7 +372,7 @@ "signature": [ "number" ], - "path": "x-pack/platform/packages/shared/kbn-sample-parser/client/types.ts", + "path": "x-pack/platform/packages/shared/kbn-sample-parser/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true diff --git a/api_docs/kbn_sample_log_parser.mdx b/api_docs/kbn_sample_log_parser.mdx index d213918eb5c83..d4f4a97389c8b 100644 --- a/api_docs/kbn_sample_log_parser.mdx +++ b/api_docs/kbn_sample_log_parser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-sample-log-parser title: "@kbn/sample-log-parser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/sample-log-parser plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/sample-log-parser'] --- import kbnSampleLogParserObj from './kbn_sample_log_parser.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/streams-program-team](https://github.com/orgs/elastic/teams/st | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 25 | 0 | 25 | 1 | +| 24 | 0 | 24 | 1 | ## Common diff --git a/api_docs/kbn_saved_objects_settings.mdx b/api_docs/kbn_saved_objects_settings.mdx index 18b4308c480cf..5377b1b7aa0b2 100644 --- a/api_docs/kbn_saved_objects_settings.mdx +++ b/api_docs/kbn_saved_objects_settings.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-saved-objects-settings title: "@kbn/saved-objects-settings" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/saved-objects-settings plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/saved-objects-settings'] --- import kbnSavedObjectsSettingsObj from './kbn_saved_objects_settings.devdocs.json'; diff --git a/api_docs/kbn_saved_search_component.mdx b/api_docs/kbn_saved_search_component.mdx index 7a19b6f4f5b68..6bf7431ffc012 100644 --- a/api_docs/kbn_saved_search_component.mdx +++ b/api_docs/kbn_saved_search_component.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-saved-search-component title: "@kbn/saved-search-component" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/saved-search-component plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/saved-search-component'] --- import kbnSavedSearchComponentObj from './kbn_saved_search_component.devdocs.json'; diff --git a/api_docs/kbn_scout.mdx b/api_docs/kbn_scout.mdx index 2bd19fd4c15fa..9cc8b95c25d90 100644 --- a/api_docs/kbn_scout.mdx +++ b/api_docs/kbn_scout.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-scout title: "@kbn/scout" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/scout plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/scout'] --- import kbnScoutObj from './kbn_scout.devdocs.json'; diff --git a/api_docs/kbn_scout_info.mdx b/api_docs/kbn_scout_info.mdx index 19970eeac69e4..611b9e5f0c69e 100644 --- a/api_docs/kbn_scout_info.mdx +++ b/api_docs/kbn_scout_info.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-scout-info title: "@kbn/scout-info" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/scout-info plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/scout-info'] --- import kbnScoutInfoObj from './kbn_scout_info.devdocs.json'; diff --git a/api_docs/kbn_scout_oblt.mdx b/api_docs/kbn_scout_oblt.mdx index 4e362fba38686..8f749eeaa97b5 100644 --- a/api_docs/kbn_scout_oblt.mdx +++ b/api_docs/kbn_scout_oblt.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-scout-oblt title: "@kbn/scout-oblt" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/scout-oblt plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/scout-oblt'] --- import kbnScoutObltObj from './kbn_scout_oblt.devdocs.json'; diff --git a/api_docs/kbn_scout_reporting.devdocs.json b/api_docs/kbn_scout_reporting.devdocs.json index 913c68ae9af9d..01a5a17ddeccf 100644 --- a/api_docs/kbn_scout_reporting.devdocs.json +++ b/api_docs/kbn_scout_reporting.devdocs.json @@ -525,7 +525,7 @@ "label": "addEventsFromFile", "description": [], "signature": [ - "(eventLogPath: string) => Promise" + "(...eventLogPaths: string[]) => Promise" ], "path": "src/platform/packages/private/kbn-scout-reporting/src/reporting/report/events/persistence/index.ts", "deprecated": false, @@ -534,12 +534,12 @@ { "parentPluginId": "@kbn/scout-reporting", "id": "def-common.ScoutReportDataStream.addEventsFromFile.$1", - "type": "string", + "type": "Array", "tags": [], - "label": "eventLogPath", + "label": "eventLogPaths", "description": [], "signature": [ - "string" + "string[]" ], "path": "src/platform/packages/private/kbn-scout-reporting/src/reporting/report/events/persistence/index.ts", "deprecated": false, diff --git a/api_docs/kbn_scout_reporting.mdx b/api_docs/kbn_scout_reporting.mdx index 0c44c2819f1e8..10e61a939eccf 100644 --- a/api_docs/kbn_scout_reporting.mdx +++ b/api_docs/kbn_scout_reporting.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-scout-reporting title: "@kbn/scout-reporting" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/scout-reporting plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/scout-reporting'] --- import kbnScoutReportingObj from './kbn_scout_reporting.devdocs.json'; diff --git a/api_docs/kbn_scout_security.mdx b/api_docs/kbn_scout_security.mdx index 40b3ce3c133a6..e0226c8e3022b 100644 --- a/api_docs/kbn_scout_security.mdx +++ b/api_docs/kbn_scout_security.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-scout-security title: "@kbn/scout-security" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/scout-security plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/scout-security'] --- import kbnScoutSecurityObj from './kbn_scout_security.devdocs.json'; diff --git a/api_docs/kbn_screenshotting_server.mdx b/api_docs/kbn_screenshotting_server.mdx index 80958b67a7f19..fa72910334ab6 100644 --- a/api_docs/kbn_screenshotting_server.mdx +++ b/api_docs/kbn_screenshotting_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-screenshotting-server title: "@kbn/screenshotting-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/screenshotting-server plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/screenshotting-server'] --- import kbnScreenshottingServerObj from './kbn_screenshotting_server.devdocs.json'; diff --git a/api_docs/kbn_search_api_keys_components.mdx b/api_docs/kbn_search_api_keys_components.mdx index 948eed30a5f95..64e7df015d155 100644 --- a/api_docs/kbn_search_api_keys_components.mdx +++ b/api_docs/kbn_search_api_keys_components.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-search-api-keys-components title: "@kbn/search-api-keys-components" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/search-api-keys-components plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/search-api-keys-components'] --- import kbnSearchApiKeysComponentsObj from './kbn_search_api_keys_components.devdocs.json'; diff --git a/api_docs/kbn_search_api_keys_server.mdx b/api_docs/kbn_search_api_keys_server.mdx index e19cbec4528b2..03b1570781a50 100644 --- a/api_docs/kbn_search_api_keys_server.mdx +++ b/api_docs/kbn_search_api_keys_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-search-api-keys-server title: "@kbn/search-api-keys-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/search-api-keys-server plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/search-api-keys-server'] --- import kbnSearchApiKeysServerObj from './kbn_search_api_keys_server.devdocs.json'; diff --git a/api_docs/kbn_search_api_panels.mdx b/api_docs/kbn_search_api_panels.mdx index 58789cd372b97..48e7471a79835 100644 --- a/api_docs/kbn_search_api_panels.mdx +++ b/api_docs/kbn_search_api_panels.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-search-api-panels title: "@kbn/search-api-panels" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/search-api-panels plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/search-api-panels'] --- import kbnSearchApiPanelsObj from './kbn_search_api_panels.devdocs.json'; diff --git a/api_docs/kbn_search_code_examples.mdx b/api_docs/kbn_search_code_examples.mdx index 63fe49230d4bc..3a055bb055d6f 100644 --- a/api_docs/kbn_search_code_examples.mdx +++ b/api_docs/kbn_search_code_examples.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-search-code-examples title: "@kbn/search-code-examples" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/search-code-examples plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/search-code-examples'] --- import kbnSearchCodeExamplesObj from './kbn_search_code_examples.devdocs.json'; diff --git a/api_docs/kbn_search_connectors.mdx b/api_docs/kbn_search_connectors.mdx index ce715841f7214..b82b6c4344670 100644 --- a/api_docs/kbn_search_connectors.mdx +++ b/api_docs/kbn_search_connectors.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-search-connectors title: "@kbn/search-connectors" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/search-connectors plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/search-connectors'] --- import kbnSearchConnectorsObj from './kbn_search_connectors.devdocs.json'; diff --git a/api_docs/kbn_search_errors.mdx b/api_docs/kbn_search_errors.mdx index cd7408f23a1c6..0142d15a89246 100644 --- a/api_docs/kbn_search_errors.mdx +++ b/api_docs/kbn_search_errors.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-search-errors title: "@kbn/search-errors" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/search-errors plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/search-errors'] --- import kbnSearchErrorsObj from './kbn_search_errors.devdocs.json'; diff --git a/api_docs/kbn_search_index_documents.mdx b/api_docs/kbn_search_index_documents.mdx index c772bcd413ee0..8e8b399da256f 100644 --- a/api_docs/kbn_search_index_documents.mdx +++ b/api_docs/kbn_search_index_documents.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-search-index-documents title: "@kbn/search-index-documents" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/search-index-documents plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/search-index-documents'] --- import kbnSearchIndexDocumentsObj from './kbn_search_index_documents.devdocs.json'; diff --git a/api_docs/kbn_search_queries.mdx b/api_docs/kbn_search_queries.mdx index 3bcb5f502f826..6ac3273a32185 100644 --- a/api_docs/kbn_search_queries.mdx +++ b/api_docs/kbn_search_queries.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-search-queries title: "@kbn/search-queries" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/search-queries plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/search-queries'] --- import kbnSearchQueriesObj from './kbn_search_queries.devdocs.json'; diff --git a/api_docs/kbn_search_response_warnings.mdx b/api_docs/kbn_search_response_warnings.mdx index 8d1aa00380ffe..902abac6e6406 100644 --- a/api_docs/kbn_search_response_warnings.mdx +++ b/api_docs/kbn_search_response_warnings.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-search-response-warnings title: "@kbn/search-response-warnings" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/search-response-warnings plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/search-response-warnings'] --- import kbnSearchResponseWarningsObj from './kbn_search_response_warnings.devdocs.json'; diff --git a/api_docs/kbn_search_shared_ui.mdx b/api_docs/kbn_search_shared_ui.mdx index fc2f17c277903..c59e4c28c850a 100644 --- a/api_docs/kbn_search_shared_ui.mdx +++ b/api_docs/kbn_search_shared_ui.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-search-shared-ui title: "@kbn/search-shared-ui" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/search-shared-ui plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/search-shared-ui'] --- import kbnSearchSharedUiObj from './kbn_search_shared_ui.devdocs.json'; diff --git a/api_docs/kbn_search_types.mdx b/api_docs/kbn_search_types.mdx index c874c5d4ac9ce..741fc7b03c82b 100644 --- a/api_docs/kbn_search_types.mdx +++ b/api_docs/kbn_search_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-search-types title: "@kbn/search-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/search-types plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/search-types'] --- import kbnSearchTypesObj from './kbn_search_types.devdocs.json'; diff --git a/api_docs/kbn_security_ai_prompts.mdx b/api_docs/kbn_security_ai_prompts.mdx index 2501d5ef2aeda..6b9a5f1173c03 100644 --- a/api_docs/kbn_security_ai_prompts.mdx +++ b/api_docs/kbn_security_ai_prompts.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-ai-prompts title: "@kbn/security-ai-prompts" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-ai-prompts plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-ai-prompts'] --- import kbnSecurityAiPromptsObj from './kbn_security_ai_prompts.devdocs.json'; diff --git a/api_docs/kbn_security_api_key_management.mdx b/api_docs/kbn_security_api_key_management.mdx index 1ebd528b21dce..7eed3fc6034a6 100644 --- a/api_docs/kbn_security_api_key_management.mdx +++ b/api_docs/kbn_security_api_key_management.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-api-key-management title: "@kbn/security-api-key-management" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-api-key-management plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-api-key-management'] --- import kbnSecurityApiKeyManagementObj from './kbn_security_api_key_management.devdocs.json'; diff --git a/api_docs/kbn_security_authorization_core.mdx b/api_docs/kbn_security_authorization_core.mdx index a84158e3f281a..764958fc5584b 100644 --- a/api_docs/kbn_security_authorization_core.mdx +++ b/api_docs/kbn_security_authorization_core.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-authorization-core title: "@kbn/security-authorization-core" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-authorization-core plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-authorization-core'] --- import kbnSecurityAuthorizationCoreObj from './kbn_security_authorization_core.devdocs.json'; diff --git a/api_docs/kbn_security_authorization_core_common.mdx b/api_docs/kbn_security_authorization_core_common.mdx index 060ddbaf1be84..c436ae849245e 100644 --- a/api_docs/kbn_security_authorization_core_common.mdx +++ b/api_docs/kbn_security_authorization_core_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-authorization-core-common title: "@kbn/security-authorization-core-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-authorization-core-common plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-authorization-core-common'] --- import kbnSecurityAuthorizationCoreCommonObj from './kbn_security_authorization_core_common.devdocs.json'; diff --git a/api_docs/kbn_security_form_components.mdx b/api_docs/kbn_security_form_components.mdx index 3704051a5eb27..b8611961454f6 100644 --- a/api_docs/kbn_security_form_components.mdx +++ b/api_docs/kbn_security_form_components.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-form-components title: "@kbn/security-form-components" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-form-components plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-form-components'] --- import kbnSecurityFormComponentsObj from './kbn_security_form_components.devdocs.json'; diff --git a/api_docs/kbn_security_hardening.mdx b/api_docs/kbn_security_hardening.mdx index 76ca2e77e4b8b..8f65d834484a4 100644 --- a/api_docs/kbn_security_hardening.mdx +++ b/api_docs/kbn_security_hardening.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-hardening title: "@kbn/security-hardening" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-hardening plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-hardening'] --- import kbnSecurityHardeningObj from './kbn_security_hardening.devdocs.json'; diff --git a/api_docs/kbn_security_plugin_types_common.mdx b/api_docs/kbn_security_plugin_types_common.mdx index 5f404607e1364..67252a80ec8ec 100644 --- a/api_docs/kbn_security_plugin_types_common.mdx +++ b/api_docs/kbn_security_plugin_types_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-plugin-types-common title: "@kbn/security-plugin-types-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-plugin-types-common plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-plugin-types-common'] --- import kbnSecurityPluginTypesCommonObj from './kbn_security_plugin_types_common.devdocs.json'; diff --git a/api_docs/kbn_security_plugin_types_public.mdx b/api_docs/kbn_security_plugin_types_public.mdx index fdcfb6e46c8b5..3534dc74dbc81 100644 --- a/api_docs/kbn_security_plugin_types_public.mdx +++ b/api_docs/kbn_security_plugin_types_public.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-plugin-types-public title: "@kbn/security-plugin-types-public" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-plugin-types-public plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-plugin-types-public'] --- import kbnSecurityPluginTypesPublicObj from './kbn_security_plugin_types_public.devdocs.json'; diff --git a/api_docs/kbn_security_plugin_types_server.devdocs.json b/api_docs/kbn_security_plugin_types_server.devdocs.json index 73fb3f4d8e0c1..2adb27b48a5fc 100644 --- a/api_docs/kbn_security_plugin_types_server.devdocs.json +++ b/api_docs/kbn_security_plugin_types_server.devdocs.json @@ -595,6 +595,10 @@ "plugin": "telemetry", "path": "src/platform/plugins/shared/telemetry/server/routes/telemetry_usage_stats.ts" }, + { + "plugin": "alerting", + "path": "x-pack/platform/plugins/shared/alerting/server/lib/has_required_privilege_granted_in_all_spaces.ts" + }, { "plugin": "fleet", "path": "x-pack/platform/plugins/shared/fleet/server/services/security/security.ts" @@ -645,16 +649,12 @@ }, { "plugin": "fleet", - "path": "x-pack/platform/plugins/shared/fleet/server/routes/epm/kibana_assets_handler.ts" + "path": "x-pack/platform/plugins/shared/fleet/server/routes/epm/install_assets_handler.ts" }, { "plugin": "fleet", "path": "x-pack/platform/plugins/shared/fleet/server/routes/app/index.ts" }, - { - "plugin": "alerting", - "path": "x-pack/platform/plugins/shared/alerting/server/lib/has_required_privilege_granted_in_all_spaces.ts" - }, { "plugin": "reporting", "path": "x-pack/platform/plugins/private/reporting/server/core.ts" @@ -4256,22 +4256,6 @@ "plugin": "security", "path": "x-pack/platform/plugins/shared/security/server/plugin.ts" }, - { - "plugin": "files", - "path": "src/platform/plugins/shared/files/server/file_service/file_service_factory.ts" - }, - { - "plugin": "files", - "path": "src/platform/plugins/shared/files/server/file_service/file_service_factory.ts" - }, - { - "plugin": "fleet", - "path": "x-pack/platform/plugins/shared/fleet/server/services/audit_logging.ts" - }, - { - "plugin": "fleet", - "path": "x-pack/platform/plugins/shared/fleet/server/services/audit_logging.ts" - }, { "plugin": "actions", "path": "x-pack/platform/plugins/shared/actions/server/plugin.ts" @@ -4288,6 +4272,22 @@ "plugin": "alerting", "path": "x-pack/platform/plugins/shared/alerting/server/plugin.ts" }, + { + "plugin": "files", + "path": "src/platform/plugins/shared/files/server/file_service/file_service_factory.ts" + }, + { + "plugin": "files", + "path": "src/platform/plugins/shared/files/server/file_service/file_service_factory.ts" + }, + { + "plugin": "fleet", + "path": "x-pack/platform/plugins/shared/fleet/server/services/audit_logging.ts" + }, + { + "plugin": "fleet", + "path": "x-pack/platform/plugins/shared/fleet/server/services/audit_logging.ts" + }, { "plugin": "ruleRegistry", "path": "x-pack/platform/plugins/shared/rule_registry/server/alert_data_client/alerts_client_factory.ts" @@ -4384,22 +4384,6 @@ "plugin": "security", "path": "x-pack/platform/plugins/shared/security/server/plugin.ts" }, - { - "plugin": "fleet", - "path": "x-pack/platform/plugins/shared/fleet/server/services/api_keys/security.ts" - }, - { - "plugin": "fleet", - "path": "x-pack/platform/plugins/shared/fleet/server/services/api_keys/transform_api_keys.ts" - }, - { - "plugin": "fleet", - "path": "x-pack/platform/plugins/shared/fleet/server/services/setup/fleet_server_policies_enrollment_keys.ts" - }, - { - "plugin": "fleet", - "path": "x-pack/platform/plugins/shared/fleet/server/routes/setup/handlers.ts" - }, { "plugin": "alerting", "path": "x-pack/platform/plugins/shared/alerting/server/rules_client_factory.ts" @@ -4416,6 +4400,22 @@ "plugin": "alerting", "path": "x-pack/platform/plugins/shared/alerting/server/plugin.ts" }, + { + "plugin": "fleet", + "path": "x-pack/platform/plugins/shared/fleet/server/services/api_keys/security.ts" + }, + { + "plugin": "fleet", + "path": "x-pack/platform/plugins/shared/fleet/server/services/api_keys/transform_api_keys.ts" + }, + { + "plugin": "fleet", + "path": "x-pack/platform/plugins/shared/fleet/server/services/setup/fleet_server_policies_enrollment_keys.ts" + }, + { + "plugin": "fleet", + "path": "x-pack/platform/plugins/shared/fleet/server/routes/setup/handlers.ts" + }, { "plugin": "observabilityAIAssistant", "path": "x-pack/platform/plugins/shared/observability_ai_assistant/server/service/index.ts" diff --git a/api_docs/kbn_security_plugin_types_server.mdx b/api_docs/kbn_security_plugin_types_server.mdx index 39f56fe258a7e..171f7218fa225 100644 --- a/api_docs/kbn_security_plugin_types_server.mdx +++ b/api_docs/kbn_security_plugin_types_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-plugin-types-server title: "@kbn/security-plugin-types-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-plugin-types-server plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-plugin-types-server'] --- import kbnSecurityPluginTypesServerObj from './kbn_security_plugin_types_server.devdocs.json'; diff --git a/api_docs/kbn_security_role_management_model.mdx b/api_docs/kbn_security_role_management_model.mdx index 51f769a0393a2..593471f83f6c5 100644 --- a/api_docs/kbn_security_role_management_model.mdx +++ b/api_docs/kbn_security_role_management_model.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-role-management-model title: "@kbn/security-role-management-model" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-role-management-model plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-role-management-model'] --- import kbnSecurityRoleManagementModelObj from './kbn_security_role_management_model.devdocs.json'; diff --git a/api_docs/kbn_security_solution_connectors.mdx b/api_docs/kbn_security_solution_connectors.mdx index f234103b7a9eb..9c6e6a2442d32 100644 --- a/api_docs/kbn_security_solution_connectors.mdx +++ b/api_docs/kbn_security_solution_connectors.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-solution-connectors title: "@kbn/security-solution-connectors" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-solution-connectors plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-solution-connectors'] --- import kbnSecuritySolutionConnectorsObj from './kbn_security_solution_connectors.devdocs.json'; diff --git a/api_docs/kbn_security_solution_distribution_bar.mdx b/api_docs/kbn_security_solution_distribution_bar.mdx index 386c9ec51bcaa..2159da8f4f7dd 100644 --- a/api_docs/kbn_security_solution_distribution_bar.mdx +++ b/api_docs/kbn_security_solution_distribution_bar.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-solution-distribution-bar title: "@kbn/security-solution-distribution-bar" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-solution-distribution-bar plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-solution-distribution-bar'] --- import kbnSecuritySolutionDistributionBarObj from './kbn_security_solution_distribution_bar.devdocs.json'; diff --git a/api_docs/kbn_security_solution_features.mdx b/api_docs/kbn_security_solution_features.mdx index cb0577b77aafb..2d0403d05d820 100644 --- a/api_docs/kbn_security_solution_features.mdx +++ b/api_docs/kbn_security_solution_features.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-solution-features title: "@kbn/security-solution-features" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-solution-features plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-solution-features'] --- import kbnSecuritySolutionFeaturesObj from './kbn_security_solution_features.devdocs.json'; diff --git a/api_docs/kbn_security_solution_navigation.mdx b/api_docs/kbn_security_solution_navigation.mdx index 22ef06525dbea..51910622ebe5e 100644 --- a/api_docs/kbn_security_solution_navigation.mdx +++ b/api_docs/kbn_security_solution_navigation.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-solution-navigation title: "@kbn/security-solution-navigation" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-solution-navigation plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-solution-navigation'] --- import kbnSecuritySolutionNavigationObj from './kbn_security_solution_navigation.devdocs.json'; diff --git a/api_docs/kbn_security_solution_side_nav.mdx b/api_docs/kbn_security_solution_side_nav.mdx index 566b51a7f35e5..3f7f825ca39cb 100644 --- a/api_docs/kbn_security_solution_side_nav.mdx +++ b/api_docs/kbn_security_solution_side_nav.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-solution-side-nav title: "@kbn/security-solution-side-nav" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-solution-side-nav plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-solution-side-nav'] --- import kbnSecuritySolutionSideNavObj from './kbn_security_solution_side_nav.devdocs.json'; diff --git a/api_docs/kbn_security_solution_storybook_config.mdx b/api_docs/kbn_security_solution_storybook_config.mdx index 4f26e89bcf4a3..daa4ad66f68ed 100644 --- a/api_docs/kbn_security_solution_storybook_config.mdx +++ b/api_docs/kbn_security_solution_storybook_config.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-solution-storybook-config title: "@kbn/security-solution-storybook-config" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-solution-storybook-config plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-solution-storybook-config'] --- import kbnSecuritySolutionStorybookConfigObj from './kbn_security_solution_storybook_config.devdocs.json'; diff --git a/api_docs/kbn_security_ui_components.devdocs.json b/api_docs/kbn_security_ui_components.devdocs.json index 8a692170dfde5..38fbdf7942902 100644 --- a/api_docs/kbn_security_ui_components.devdocs.json +++ b/api_docs/kbn_security_ui_components.devdocs.json @@ -830,7 +830,7 @@ "label": "FeatureTableCell", "description": [], "signature": [ - "({ feature, className }: Props) => React.JSX.Element" + "({ feature, hasSubFeaturePrivileges }: Props) => React.JSX.Element" ], "path": "x-pack/platform/packages/private/security/ui_components/src/kibana_privilege_table/components/feature_table_cell.tsx", "deprecated": false, @@ -841,7 +841,7 @@ "id": "def-public.FeatureTableCell.$1", "type": "Object", "tags": [], - "label": "{ feature, className }", + "label": "{ feature, hasSubFeaturePrivileges }", "description": [], "signature": [ "Props" diff --git a/api_docs/kbn_security_ui_components.mdx b/api_docs/kbn_security_ui_components.mdx index 1c5439fc412ef..84934d0e6a2f0 100644 --- a/api_docs/kbn_security_ui_components.mdx +++ b/api_docs/kbn_security_ui_components.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-ui-components title: "@kbn/security-ui-components" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-ui-components plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-ui-components'] --- import kbnSecurityUiComponentsObj from './kbn_security_ui_components.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_autocomplete.mdx b/api_docs/kbn_securitysolution_autocomplete.mdx index 80ec892abbe4b..a3490cbae84d2 100644 --- a/api_docs/kbn_securitysolution_autocomplete.mdx +++ b/api_docs/kbn_securitysolution_autocomplete.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-autocomplete title: "@kbn/securitysolution-autocomplete" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-autocomplete plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-autocomplete'] --- import kbnSecuritysolutionAutocompleteObj from './kbn_securitysolution_autocomplete.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_data_table.mdx b/api_docs/kbn_securitysolution_data_table.mdx index 9c95ec7cf7d1d..1e51c7a03fdc8 100644 --- a/api_docs/kbn_securitysolution_data_table.mdx +++ b/api_docs/kbn_securitysolution_data_table.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-data-table title: "@kbn/securitysolution-data-table" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-data-table plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-data-table'] --- import kbnSecuritysolutionDataTableObj from './kbn_securitysolution_data_table.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_ecs.devdocs.json b/api_docs/kbn_securitysolution_ecs.devdocs.json index b57fe3786d67c..f74007a661150 100644 --- a/api_docs/kbn_securitysolution_ecs.devdocs.json +++ b/api_docs/kbn_securitysolution_ecs.devdocs.json @@ -439,6 +439,21 @@ "path": "src/platform/packages/shared/kbn-securitysolution-ecs/src/dll/index.ts", "deprecated": false, "trackAdoption": false + }, + { + "parentPluginId": "@kbn/securitysolution-ecs", + "id": "def-common.DllEcs.hash", + "type": "Object", + "tags": [], + "label": "hash", + "description": [], + "signature": [ + "Hash", + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-securitysolution-ecs/src/dll/index.ts", + "deprecated": false, + "trackAdoption": false } ], "initialIsOpen": false diff --git a/api_docs/kbn_securitysolution_ecs.mdx b/api_docs/kbn_securitysolution_ecs.mdx index 90694abf598dd..cbbd174a419c3 100644 --- a/api_docs/kbn_securitysolution_ecs.mdx +++ b/api_docs/kbn_securitysolution_ecs.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-ecs title: "@kbn/securitysolution-ecs" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-ecs plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-ecs'] --- import kbnSecuritysolutionEcsObj from './kbn_securitysolution_ecs.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/security-threat-hunting-investigations](https://github.com/org | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 355 | 1 | 351 | 32 | +| 356 | 1 | 352 | 32 | ## Common diff --git a/api_docs/kbn_securitysolution_es_utils.mdx b/api_docs/kbn_securitysolution_es_utils.mdx index 94d3938b78e62..12535f0a474a4 100644 --- a/api_docs/kbn_securitysolution_es_utils.mdx +++ b/api_docs/kbn_securitysolution_es_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-es-utils title: "@kbn/securitysolution-es-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-es-utils plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-es-utils'] --- import kbnSecuritysolutionEsUtilsObj from './kbn_securitysolution_es_utils.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_exception_list_components.mdx b/api_docs/kbn_securitysolution_exception_list_components.mdx index b29e1cd3f4807..9ac8db9f9f584 100644 --- a/api_docs/kbn_securitysolution_exception_list_components.mdx +++ b/api_docs/kbn_securitysolution_exception_list_components.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-exception-list-components title: "@kbn/securitysolution-exception-list-components" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-exception-list-components plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-exception-list-components'] --- import kbnSecuritysolutionExceptionListComponentsObj from './kbn_securitysolution_exception_list_components.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_hook_utils.mdx b/api_docs/kbn_securitysolution_hook_utils.mdx index 58f3568439983..a87bcce6071da 100644 --- a/api_docs/kbn_securitysolution_hook_utils.mdx +++ b/api_docs/kbn_securitysolution_hook_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-hook-utils title: "@kbn/securitysolution-hook-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-hook-utils plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-hook-utils'] --- import kbnSecuritysolutionHookUtilsObj from './kbn_securitysolution_hook_utils.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_io_ts_alerting_types.mdx b/api_docs/kbn_securitysolution_io_ts_alerting_types.mdx index e1f28e3e5ac42..f17271799122b 100644 --- a/api_docs/kbn_securitysolution_io_ts_alerting_types.mdx +++ b/api_docs/kbn_securitysolution_io_ts_alerting_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-io-ts-alerting-types title: "@kbn/securitysolution-io-ts-alerting-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-io-ts-alerting-types plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-io-ts-alerting-types'] --- import kbnSecuritysolutionIoTsAlertingTypesObj from './kbn_securitysolution_io_ts_alerting_types.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_io_ts_list_types.mdx b/api_docs/kbn_securitysolution_io_ts_list_types.mdx index f863f23375a77..e4fb868d56634 100644 --- a/api_docs/kbn_securitysolution_io_ts_list_types.mdx +++ b/api_docs/kbn_securitysolution_io_ts_list_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-io-ts-list-types title: "@kbn/securitysolution-io-ts-list-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-io-ts-list-types plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-io-ts-list-types'] --- import kbnSecuritysolutionIoTsListTypesObj from './kbn_securitysolution_io_ts_list_types.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_io_ts_types.mdx b/api_docs/kbn_securitysolution_io_ts_types.mdx index b897dbfe39689..5c7a2394c1eb4 100644 --- a/api_docs/kbn_securitysolution_io_ts_types.mdx +++ b/api_docs/kbn_securitysolution_io_ts_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-io-ts-types title: "@kbn/securitysolution-io-ts-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-io-ts-types plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-io-ts-types'] --- import kbnSecuritysolutionIoTsTypesObj from './kbn_securitysolution_io_ts_types.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_io_ts_utils.mdx b/api_docs/kbn_securitysolution_io_ts_utils.mdx index 44a7cb154798b..1020529e7d595 100644 --- a/api_docs/kbn_securitysolution_io_ts_utils.mdx +++ b/api_docs/kbn_securitysolution_io_ts_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-io-ts-utils title: "@kbn/securitysolution-io-ts-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-io-ts-utils plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-io-ts-utils'] --- import kbnSecuritysolutionIoTsUtilsObj from './kbn_securitysolution_io_ts_utils.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_list_api.mdx b/api_docs/kbn_securitysolution_list_api.mdx index 93fb0b789c7a0..bed4bbbaed1cc 100644 --- a/api_docs/kbn_securitysolution_list_api.mdx +++ b/api_docs/kbn_securitysolution_list_api.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-list-api title: "@kbn/securitysolution-list-api" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-list-api plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-list-api'] --- import kbnSecuritysolutionListApiObj from './kbn_securitysolution_list_api.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_list_constants.devdocs.json b/api_docs/kbn_securitysolution_list_constants.devdocs.json index 5e70f6bc5678d..7cacb7d83a6e9 100644 --- a/api_docs/kbn_securitysolution_list_constants.devdocs.json +++ b/api_docs/kbn_securitysolution_list_constants.devdocs.json @@ -761,22 +761,6 @@ "plugin": "securitySolution", "path": "x-pack/solutions/security/plugins/security_solution/server/lib/telemetry/tasks/security_lists.test.ts" }, - { - "plugin": "@kbn/test-suites-xpack-security", - "path": "x-pack/solutions/security/test/security_solution_api_integration/test_suites/edr_workflows/spaces/trial_license_complete_tier/role_backwards_compatibility.ts" - }, - { - "plugin": "@kbn/test-suites-xpack-security", - "path": "x-pack/solutions/security/test/security_solution_api_integration/test_suites/edr_workflows/spaces/trial_license_complete_tier/role_backwards_compatibility.ts" - }, - { - "plugin": "@kbn/test-suites-xpack-security", - "path": "x-pack/solutions/security/test/security_solution_api_integration/test_suites/edr_workflows/spaces/trial_license_complete_tier/role_backwards_compatibility.ts" - }, - { - "plugin": "@kbn/test-suites-xpack-security", - "path": "x-pack/solutions/security/test/security_solution_api_integration/test_suites/edr_workflows/spaces/trial_license_complete_tier/role_backwards_compatibility.ts" - }, { "plugin": "securitySolution", "path": "x-pack/solutions/security/plugins/security_solution/server/endpoint/services/artifacts/manifest_manager/manifest_manager.test.ts" diff --git a/api_docs/kbn_securitysolution_list_constants.mdx b/api_docs/kbn_securitysolution_list_constants.mdx index cb0c3497b0f59..1ce3185f1d7eb 100644 --- a/api_docs/kbn_securitysolution_list_constants.mdx +++ b/api_docs/kbn_securitysolution_list_constants.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-list-constants title: "@kbn/securitysolution-list-constants" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-list-constants plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-list-constants'] --- import kbnSecuritysolutionListConstantsObj from './kbn_securitysolution_list_constants.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_list_hooks.mdx b/api_docs/kbn_securitysolution_list_hooks.mdx index f06524b552355..ccf4a3d7faaff 100644 --- a/api_docs/kbn_securitysolution_list_hooks.mdx +++ b/api_docs/kbn_securitysolution_list_hooks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-list-hooks title: "@kbn/securitysolution-list-hooks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-list-hooks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-list-hooks'] --- import kbnSecuritysolutionListHooksObj from './kbn_securitysolution_list_hooks.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_list_utils.mdx b/api_docs/kbn_securitysolution_list_utils.mdx index bdb84c93bf217..7c49924fe1703 100644 --- a/api_docs/kbn_securitysolution_list_utils.mdx +++ b/api_docs/kbn_securitysolution_list_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-list-utils title: "@kbn/securitysolution-list-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-list-utils plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-list-utils'] --- import kbnSecuritysolutionListUtilsObj from './kbn_securitysolution_list_utils.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_rules.mdx b/api_docs/kbn_securitysolution_rules.mdx index df976d31db7d2..74e0fbfc83e37 100644 --- a/api_docs/kbn_securitysolution_rules.mdx +++ b/api_docs/kbn_securitysolution_rules.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-rules title: "@kbn/securitysolution-rules" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-rules plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-rules'] --- import kbnSecuritysolutionRulesObj from './kbn_securitysolution_rules.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_t_grid.mdx b/api_docs/kbn_securitysolution_t_grid.mdx index 606ee8a8674a5..a77faf53e1d8f 100644 --- a/api_docs/kbn_securitysolution_t_grid.mdx +++ b/api_docs/kbn_securitysolution_t_grid.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-t-grid title: "@kbn/securitysolution-t-grid" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-t-grid plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-t-grid'] --- import kbnSecuritysolutionTGridObj from './kbn_securitysolution_t_grid.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_utils.mdx b/api_docs/kbn_securitysolution_utils.mdx index 6995626cf87fb..2a7900626c455 100644 --- a/api_docs/kbn_securitysolution_utils.mdx +++ b/api_docs/kbn_securitysolution_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-utils title: "@kbn/securitysolution-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-utils plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-utils'] --- import kbnSecuritysolutionUtilsObj from './kbn_securitysolution_utils.devdocs.json'; diff --git a/api_docs/kbn_server_http_tools.mdx b/api_docs/kbn_server_http_tools.mdx index 9e12058c494b5..258f50047f842 100644 --- a/api_docs/kbn_server_http_tools.mdx +++ b/api_docs/kbn_server_http_tools.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-server-http-tools title: "@kbn/server-http-tools" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/server-http-tools plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/server-http-tools'] --- import kbnServerHttpToolsObj from './kbn_server_http_tools.devdocs.json'; diff --git a/api_docs/kbn_server_route_repository.mdx b/api_docs/kbn_server_route_repository.mdx index 8b8c211ba0fa8..cb80c0c1d74f6 100644 --- a/api_docs/kbn_server_route_repository.mdx +++ b/api_docs/kbn_server_route_repository.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-server-route-repository title: "@kbn/server-route-repository" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/server-route-repository plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/server-route-repository'] --- import kbnServerRouteRepositoryObj from './kbn_server_route_repository.devdocs.json'; diff --git a/api_docs/kbn_server_route_repository_client.mdx b/api_docs/kbn_server_route_repository_client.mdx index 19caf8ca94278..e4cab11055275 100644 --- a/api_docs/kbn_server_route_repository_client.mdx +++ b/api_docs/kbn_server_route_repository_client.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-server-route-repository-client title: "@kbn/server-route-repository-client" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/server-route-repository-client plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/server-route-repository-client'] --- import kbnServerRouteRepositoryClientObj from './kbn_server_route_repository_client.devdocs.json'; diff --git a/api_docs/kbn_server_route_repository_utils.mdx b/api_docs/kbn_server_route_repository_utils.mdx index c15773378e3d5..0fc966d70c0a0 100644 --- a/api_docs/kbn_server_route_repository_utils.mdx +++ b/api_docs/kbn_server_route_repository_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-server-route-repository-utils title: "@kbn/server-route-repository-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/server-route-repository-utils plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/server-route-repository-utils'] --- import kbnServerRouteRepositoryUtilsObj from './kbn_server_route_repository_utils.devdocs.json'; diff --git a/api_docs/kbn_serverless_chat_settings.mdx b/api_docs/kbn_serverless_chat_settings.mdx index 8c7ac4dacc008..918aaea7636cd 100644 --- a/api_docs/kbn_serverless_chat_settings.mdx +++ b/api_docs/kbn_serverless_chat_settings.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-serverless-chat-settings title: "@kbn/serverless-chat-settings" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/serverless-chat-settings plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/serverless-chat-settings'] --- import kbnServerlessChatSettingsObj from './kbn_serverless_chat_settings.devdocs.json'; diff --git a/api_docs/kbn_serverless_common_settings.mdx b/api_docs/kbn_serverless_common_settings.mdx index d9015ff04f914..48fc23644f129 100644 --- a/api_docs/kbn_serverless_common_settings.mdx +++ b/api_docs/kbn_serverless_common_settings.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-serverless-common-settings title: "@kbn/serverless-common-settings" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/serverless-common-settings plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/serverless-common-settings'] --- import kbnServerlessCommonSettingsObj from './kbn_serverless_common_settings.devdocs.json'; diff --git a/api_docs/kbn_serverless_observability_settings.mdx b/api_docs/kbn_serverless_observability_settings.mdx index e3787ad5e7bfe..32060c90f8fb8 100644 --- a/api_docs/kbn_serverless_observability_settings.mdx +++ b/api_docs/kbn_serverless_observability_settings.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-serverless-observability-settings title: "@kbn/serverless-observability-settings" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/serverless-observability-settings plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/serverless-observability-settings'] --- import kbnServerlessObservabilitySettingsObj from './kbn_serverless_observability_settings.devdocs.json'; diff --git a/api_docs/kbn_serverless_search_settings.mdx b/api_docs/kbn_serverless_search_settings.mdx index 4f54717e3b9ca..4aaf8c3aa04fd 100644 --- a/api_docs/kbn_serverless_search_settings.mdx +++ b/api_docs/kbn_serverless_search_settings.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-serverless-search-settings title: "@kbn/serverless-search-settings" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/serverless-search-settings plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/serverless-search-settings'] --- import kbnServerlessSearchSettingsObj from './kbn_serverless_search_settings.devdocs.json'; diff --git a/api_docs/kbn_serverless_security_settings.mdx b/api_docs/kbn_serverless_security_settings.mdx index f9b098e8b217d..039c99931a305 100644 --- a/api_docs/kbn_serverless_security_settings.mdx +++ b/api_docs/kbn_serverless_security_settings.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-serverless-security-settings title: "@kbn/serverless-security-settings" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/serverless-security-settings plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/serverless-security-settings'] --- import kbnServerlessSecuritySettingsObj from './kbn_serverless_security_settings.devdocs.json'; diff --git a/api_docs/kbn_serverless_storybook_config.mdx b/api_docs/kbn_serverless_storybook_config.mdx index 234f7e532b22d..fecb7fcbff27c 100644 --- a/api_docs/kbn_serverless_storybook_config.mdx +++ b/api_docs/kbn_serverless_storybook_config.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-serverless-storybook-config title: "@kbn/serverless-storybook-config" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/serverless-storybook-config plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/serverless-storybook-config'] --- import kbnServerlessStorybookConfigObj from './kbn_serverless_storybook_config.devdocs.json'; diff --git a/api_docs/kbn_shared_svg.mdx b/api_docs/kbn_shared_svg.mdx index fd9970ec209ad..6e736becf123d 100644 --- a/api_docs/kbn_shared_svg.mdx +++ b/api_docs/kbn_shared_svg.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-svg title: "@kbn/shared-svg" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-svg plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-svg'] --- import kbnSharedSvgObj from './kbn_shared_svg.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_avatar_solution.mdx b/api_docs/kbn_shared_ux_avatar_solution.mdx index 983275473eda8..dce50c43bdedf 100644 --- a/api_docs/kbn_shared_ux_avatar_solution.mdx +++ b/api_docs/kbn_shared_ux_avatar_solution.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-avatar-solution title: "@kbn/shared-ux-avatar-solution" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-avatar-solution plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-avatar-solution'] --- import kbnSharedUxAvatarSolutionObj from './kbn_shared_ux_avatar_solution.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_button_exit_full_screen.mdx b/api_docs/kbn_shared_ux_button_exit_full_screen.mdx index 3fe9bc2014c91..f3552580028c0 100644 --- a/api_docs/kbn_shared_ux_button_exit_full_screen.mdx +++ b/api_docs/kbn_shared_ux_button_exit_full_screen.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-button-exit-full-screen title: "@kbn/shared-ux-button-exit-full-screen" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-button-exit-full-screen plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-button-exit-full-screen'] --- import kbnSharedUxButtonExitFullScreenObj from './kbn_shared_ux_button_exit_full_screen.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_button_toolbar.mdx b/api_docs/kbn_shared_ux_button_toolbar.mdx index f15a4046d6c89..a52e23b218812 100644 --- a/api_docs/kbn_shared_ux_button_toolbar.mdx +++ b/api_docs/kbn_shared_ux_button_toolbar.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-button-toolbar title: "@kbn/shared-ux-button-toolbar" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-button-toolbar plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-button-toolbar'] --- import kbnSharedUxButtonToolbarObj from './kbn_shared_ux_button_toolbar.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_card_no_data.mdx b/api_docs/kbn_shared_ux_card_no_data.mdx index 2a7c364d18db0..ea4c24e8cafdb 100644 --- a/api_docs/kbn_shared_ux_card_no_data.mdx +++ b/api_docs/kbn_shared_ux_card_no_data.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-card-no-data title: "@kbn/shared-ux-card-no-data" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-card-no-data plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-card-no-data'] --- import kbnSharedUxCardNoDataObj from './kbn_shared_ux_card_no_data.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_card_no_data_mocks.mdx b/api_docs/kbn_shared_ux_card_no_data_mocks.mdx index 41af481e73680..678bb0ff9863f 100644 --- a/api_docs/kbn_shared_ux_card_no_data_mocks.mdx +++ b/api_docs/kbn_shared_ux_card_no_data_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-card-no-data-mocks title: "@kbn/shared-ux-card-no-data-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-card-no-data-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-card-no-data-mocks'] --- import kbnSharedUxCardNoDataMocksObj from './kbn_shared_ux_card_no_data_mocks.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_card_no_data_types.mdx b/api_docs/kbn_shared_ux_card_no_data_types.mdx index b2c05b69572fd..87fbc842f5b2e 100644 --- a/api_docs/kbn_shared_ux_card_no_data_types.mdx +++ b/api_docs/kbn_shared_ux_card_no_data_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-card-no-data-types title: "@kbn/shared-ux-card-no-data-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-card-no-data-types plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-card-no-data-types'] --- import kbnSharedUxCardNoDataTypesObj from './kbn_shared_ux_card_no_data_types.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_chrome_navigation.mdx b/api_docs/kbn_shared_ux_chrome_navigation.mdx index a4c23a8906cbb..3c392a09075d2 100644 --- a/api_docs/kbn_shared_ux_chrome_navigation.mdx +++ b/api_docs/kbn_shared_ux_chrome_navigation.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-chrome-navigation title: "@kbn/shared-ux-chrome-navigation" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-chrome-navigation plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-chrome-navigation'] --- import kbnSharedUxChromeNavigationObj from './kbn_shared_ux_chrome_navigation.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_error_boundary.mdx b/api_docs/kbn_shared_ux_error_boundary.mdx index 432b548d754d2..c435339ec95fc 100644 --- a/api_docs/kbn_shared_ux_error_boundary.mdx +++ b/api_docs/kbn_shared_ux_error_boundary.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-error-boundary title: "@kbn/shared-ux-error-boundary" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-error-boundary plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-error-boundary'] --- import kbnSharedUxErrorBoundaryObj from './kbn_shared_ux_error_boundary.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_feedback_snippet.mdx b/api_docs/kbn_shared_ux_feedback_snippet.mdx index 51b73d22fde64..97e8bb19a6174 100644 --- a/api_docs/kbn_shared_ux_feedback_snippet.mdx +++ b/api_docs/kbn_shared_ux_feedback_snippet.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-feedback-snippet title: "@kbn/shared-ux-feedback-snippet" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-feedback-snippet plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-feedback-snippet'] --- import kbnSharedUxFeedbackSnippetObj from './kbn_shared_ux_feedback_snippet.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_file_context.mdx b/api_docs/kbn_shared_ux_file_context.mdx index 44b28d23c183c..ad424625a4c64 100644 --- a/api_docs/kbn_shared_ux_file_context.mdx +++ b/api_docs/kbn_shared_ux_file_context.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-file-context title: "@kbn/shared-ux-file-context" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-file-context plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-file-context'] --- import kbnSharedUxFileContextObj from './kbn_shared_ux_file_context.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_file_image.mdx b/api_docs/kbn_shared_ux_file_image.mdx index eacdc94be8845..8a783f699c496 100644 --- a/api_docs/kbn_shared_ux_file_image.mdx +++ b/api_docs/kbn_shared_ux_file_image.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-file-image title: "@kbn/shared-ux-file-image" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-file-image plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-file-image'] --- import kbnSharedUxFileImageObj from './kbn_shared_ux_file_image.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_file_image_mocks.mdx b/api_docs/kbn_shared_ux_file_image_mocks.mdx index 8decc6ce2c14b..7c1f0ffb6db56 100644 --- a/api_docs/kbn_shared_ux_file_image_mocks.mdx +++ b/api_docs/kbn_shared_ux_file_image_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-file-image-mocks title: "@kbn/shared-ux-file-image-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-file-image-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-file-image-mocks'] --- import kbnSharedUxFileImageMocksObj from './kbn_shared_ux_file_image_mocks.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_file_mocks.mdx b/api_docs/kbn_shared_ux_file_mocks.mdx index 0cd573be704bf..abd21eb5a0a6c 100644 --- a/api_docs/kbn_shared_ux_file_mocks.mdx +++ b/api_docs/kbn_shared_ux_file_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-file-mocks title: "@kbn/shared-ux-file-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-file-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-file-mocks'] --- import kbnSharedUxFileMocksObj from './kbn_shared_ux_file_mocks.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_file_picker.mdx b/api_docs/kbn_shared_ux_file_picker.mdx index 1faf8bed6d536..817e47caa7ceb 100644 --- a/api_docs/kbn_shared_ux_file_picker.mdx +++ b/api_docs/kbn_shared_ux_file_picker.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-file-picker title: "@kbn/shared-ux-file-picker" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-file-picker plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-file-picker'] --- import kbnSharedUxFilePickerObj from './kbn_shared_ux_file_picker.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_file_types.mdx b/api_docs/kbn_shared_ux_file_types.mdx index 5a4e5adc28f5e..14240f400ebd9 100644 --- a/api_docs/kbn_shared_ux_file_types.mdx +++ b/api_docs/kbn_shared_ux_file_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-file-types title: "@kbn/shared-ux-file-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-file-types plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-file-types'] --- import kbnSharedUxFileTypesObj from './kbn_shared_ux_file_types.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_file_upload.mdx b/api_docs/kbn_shared_ux_file_upload.mdx index 08f69fe65aad8..73e6edd8d4429 100644 --- a/api_docs/kbn_shared_ux_file_upload.mdx +++ b/api_docs/kbn_shared_ux_file_upload.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-file-upload title: "@kbn/shared-ux-file-upload" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-file-upload plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-file-upload'] --- import kbnSharedUxFileUploadObj from './kbn_shared_ux_file_upload.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_file_util.mdx b/api_docs/kbn_shared_ux_file_util.mdx index e41573f5ceae0..7ee184e23dcf9 100644 --- a/api_docs/kbn_shared_ux_file_util.mdx +++ b/api_docs/kbn_shared_ux_file_util.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-file-util title: "@kbn/shared-ux-file-util" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-file-util plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-file-util'] --- import kbnSharedUxFileUtilObj from './kbn_shared_ux_file_util.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_link_redirect_app.mdx b/api_docs/kbn_shared_ux_link_redirect_app.mdx index f2a8f0d0e1bb9..51fc77afa38be 100644 --- a/api_docs/kbn_shared_ux_link_redirect_app.mdx +++ b/api_docs/kbn_shared_ux_link_redirect_app.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-link-redirect-app title: "@kbn/shared-ux-link-redirect-app" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-link-redirect-app plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-link-redirect-app'] --- import kbnSharedUxLinkRedirectAppObj from './kbn_shared_ux_link_redirect_app.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_link_redirect_app_mocks.mdx b/api_docs/kbn_shared_ux_link_redirect_app_mocks.mdx index 2779454d4c264..a596d7c657047 100644 --- a/api_docs/kbn_shared_ux_link_redirect_app_mocks.mdx +++ b/api_docs/kbn_shared_ux_link_redirect_app_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-link-redirect-app-mocks title: "@kbn/shared-ux-link-redirect-app-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-link-redirect-app-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-link-redirect-app-mocks'] --- import kbnSharedUxLinkRedirectAppMocksObj from './kbn_shared_ux_link_redirect_app_mocks.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_markdown.mdx b/api_docs/kbn_shared_ux_markdown.mdx index 920a2f9f99408..06320b1dcc6e5 100644 --- a/api_docs/kbn_shared_ux_markdown.mdx +++ b/api_docs/kbn_shared_ux_markdown.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-markdown title: "@kbn/shared-ux-markdown" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-markdown plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-markdown'] --- import kbnSharedUxMarkdownObj from './kbn_shared_ux_markdown.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_markdown_mocks.mdx b/api_docs/kbn_shared_ux_markdown_mocks.mdx index 61414e794af75..8a6b116f221b1 100644 --- a/api_docs/kbn_shared_ux_markdown_mocks.mdx +++ b/api_docs/kbn_shared_ux_markdown_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-markdown-mocks title: "@kbn/shared-ux-markdown-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-markdown-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-markdown-mocks'] --- import kbnSharedUxMarkdownMocksObj from './kbn_shared_ux_markdown_mocks.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_page_analytics_no_data.mdx b/api_docs/kbn_shared_ux_page_analytics_no_data.mdx index 5ad8a580897c6..48474696ab392 100644 --- a/api_docs/kbn_shared_ux_page_analytics_no_data.mdx +++ b/api_docs/kbn_shared_ux_page_analytics_no_data.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-analytics-no-data title: "@kbn/shared-ux-page-analytics-no-data" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-analytics-no-data plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-analytics-no-data'] --- import kbnSharedUxPageAnalyticsNoDataObj from './kbn_shared_ux_page_analytics_no_data.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_page_analytics_no_data_mocks.mdx b/api_docs/kbn_shared_ux_page_analytics_no_data_mocks.mdx index 88517be82ed8f..99249aa633c23 100644 --- a/api_docs/kbn_shared_ux_page_analytics_no_data_mocks.mdx +++ b/api_docs/kbn_shared_ux_page_analytics_no_data_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-analytics-no-data-mocks title: "@kbn/shared-ux-page-analytics-no-data-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-analytics-no-data-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-analytics-no-data-mocks'] --- import kbnSharedUxPageAnalyticsNoDataMocksObj from './kbn_shared_ux_page_analytics_no_data_mocks.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_page_analytics_no_data_types.mdx b/api_docs/kbn_shared_ux_page_analytics_no_data_types.mdx index 6c0f2eb56ce44..cc5b8e08af32a 100644 --- a/api_docs/kbn_shared_ux_page_analytics_no_data_types.mdx +++ b/api_docs/kbn_shared_ux_page_analytics_no_data_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-analytics-no-data-types title: "@kbn/shared-ux-page-analytics-no-data-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-analytics-no-data-types plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-analytics-no-data-types'] --- import kbnSharedUxPageAnalyticsNoDataTypesObj from './kbn_shared_ux_page_analytics_no_data_types.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_page_kibana_no_data.mdx b/api_docs/kbn_shared_ux_page_kibana_no_data.mdx index 4267b48749a1f..beaac446ac3c4 100644 --- a/api_docs/kbn_shared_ux_page_kibana_no_data.mdx +++ b/api_docs/kbn_shared_ux_page_kibana_no_data.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-kibana-no-data title: "@kbn/shared-ux-page-kibana-no-data" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-kibana-no-data plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-kibana-no-data'] --- import kbnSharedUxPageKibanaNoDataObj from './kbn_shared_ux_page_kibana_no_data.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_page_kibana_no_data_mocks.mdx b/api_docs/kbn_shared_ux_page_kibana_no_data_mocks.mdx index 36a25633acd27..e36e00c5bf82d 100644 --- a/api_docs/kbn_shared_ux_page_kibana_no_data_mocks.mdx +++ b/api_docs/kbn_shared_ux_page_kibana_no_data_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-kibana-no-data-mocks title: "@kbn/shared-ux-page-kibana-no-data-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-kibana-no-data-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-kibana-no-data-mocks'] --- import kbnSharedUxPageKibanaNoDataMocksObj from './kbn_shared_ux_page_kibana_no_data_mocks.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_page_kibana_no_data_types.mdx b/api_docs/kbn_shared_ux_page_kibana_no_data_types.mdx index c460a93b50c94..12525ab287d5d 100644 --- a/api_docs/kbn_shared_ux_page_kibana_no_data_types.mdx +++ b/api_docs/kbn_shared_ux_page_kibana_no_data_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-kibana-no-data-types title: "@kbn/shared-ux-page-kibana-no-data-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-kibana-no-data-types plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-kibana-no-data-types'] --- import kbnSharedUxPageKibanaNoDataTypesObj from './kbn_shared_ux_page_kibana_no_data_types.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_page_kibana_template.mdx b/api_docs/kbn_shared_ux_page_kibana_template.mdx index 79211057910ef..6eba2dc7270cb 100644 --- a/api_docs/kbn_shared_ux_page_kibana_template.mdx +++ b/api_docs/kbn_shared_ux_page_kibana_template.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-kibana-template title: "@kbn/shared-ux-page-kibana-template" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-kibana-template plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-kibana-template'] --- import kbnSharedUxPageKibanaTemplateObj from './kbn_shared_ux_page_kibana_template.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_page_kibana_template_mocks.mdx b/api_docs/kbn_shared_ux_page_kibana_template_mocks.mdx index ca32c16d1229b..537b8289d24e1 100644 --- a/api_docs/kbn_shared_ux_page_kibana_template_mocks.mdx +++ b/api_docs/kbn_shared_ux_page_kibana_template_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-kibana-template-mocks title: "@kbn/shared-ux-page-kibana-template-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-kibana-template-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-kibana-template-mocks'] --- import kbnSharedUxPageKibanaTemplateMocksObj from './kbn_shared_ux_page_kibana_template_mocks.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_page_kibana_template_types.mdx b/api_docs/kbn_shared_ux_page_kibana_template_types.mdx index 3f8bae234f020..18828c7642fa0 100644 --- a/api_docs/kbn_shared_ux_page_kibana_template_types.mdx +++ b/api_docs/kbn_shared_ux_page_kibana_template_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-kibana-template-types title: "@kbn/shared-ux-page-kibana-template-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-kibana-template-types plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-kibana-template-types'] --- import kbnSharedUxPageKibanaTemplateTypesObj from './kbn_shared_ux_page_kibana_template_types.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_page_no_data.mdx b/api_docs/kbn_shared_ux_page_no_data.mdx index 1165bffd0e10c..4e1e432ade52c 100644 --- a/api_docs/kbn_shared_ux_page_no_data.mdx +++ b/api_docs/kbn_shared_ux_page_no_data.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-no-data title: "@kbn/shared-ux-page-no-data" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-no-data plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-no-data'] --- import kbnSharedUxPageNoDataObj from './kbn_shared_ux_page_no_data.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_page_no_data_config.mdx b/api_docs/kbn_shared_ux_page_no_data_config.mdx index c2793be2840b9..2e210b458ecfe 100644 --- a/api_docs/kbn_shared_ux_page_no_data_config.mdx +++ b/api_docs/kbn_shared_ux_page_no_data_config.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-no-data-config title: "@kbn/shared-ux-page-no-data-config" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-no-data-config plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-no-data-config'] --- import kbnSharedUxPageNoDataConfigObj from './kbn_shared_ux_page_no_data_config.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_page_no_data_config_mocks.mdx b/api_docs/kbn_shared_ux_page_no_data_config_mocks.mdx index 316c95f01de57..e42734cc6908b 100644 --- a/api_docs/kbn_shared_ux_page_no_data_config_mocks.mdx +++ b/api_docs/kbn_shared_ux_page_no_data_config_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-no-data-config-mocks title: "@kbn/shared-ux-page-no-data-config-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-no-data-config-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-no-data-config-mocks'] --- import kbnSharedUxPageNoDataConfigMocksObj from './kbn_shared_ux_page_no_data_config_mocks.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_page_no_data_config_types.mdx b/api_docs/kbn_shared_ux_page_no_data_config_types.mdx index ded5ac954ad4d..7eed660b6a2f3 100644 --- a/api_docs/kbn_shared_ux_page_no_data_config_types.mdx +++ b/api_docs/kbn_shared_ux_page_no_data_config_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-no-data-config-types title: "@kbn/shared-ux-page-no-data-config-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-no-data-config-types plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-no-data-config-types'] --- import kbnSharedUxPageNoDataConfigTypesObj from './kbn_shared_ux_page_no_data_config_types.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_page_no_data_mocks.mdx b/api_docs/kbn_shared_ux_page_no_data_mocks.mdx index 8e58240f82ee0..dbf13c5b4f7b6 100644 --- a/api_docs/kbn_shared_ux_page_no_data_mocks.mdx +++ b/api_docs/kbn_shared_ux_page_no_data_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-no-data-mocks title: "@kbn/shared-ux-page-no-data-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-no-data-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-no-data-mocks'] --- import kbnSharedUxPageNoDataMocksObj from './kbn_shared_ux_page_no_data_mocks.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_page_no_data_types.mdx b/api_docs/kbn_shared_ux_page_no_data_types.mdx index 1d03a946334d5..7d7c16540c2b4 100644 --- a/api_docs/kbn_shared_ux_page_no_data_types.mdx +++ b/api_docs/kbn_shared_ux_page_no_data_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-no-data-types title: "@kbn/shared-ux-page-no-data-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-no-data-types plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-no-data-types'] --- import kbnSharedUxPageNoDataTypesObj from './kbn_shared_ux_page_no_data_types.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_page_solution_nav.mdx b/api_docs/kbn_shared_ux_page_solution_nav.mdx index 0d530b4d7fbb8..ba83cef4ffe19 100644 --- a/api_docs/kbn_shared_ux_page_solution_nav.mdx +++ b/api_docs/kbn_shared_ux_page_solution_nav.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-solution-nav title: "@kbn/shared-ux-page-solution-nav" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-solution-nav plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-solution-nav'] --- import kbnSharedUxPageSolutionNavObj from './kbn_shared_ux_page_solution_nav.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_prompt_no_data_views.mdx b/api_docs/kbn_shared_ux_prompt_no_data_views.mdx index cd706ca10b487..f7b0f3aac4c1e 100644 --- a/api_docs/kbn_shared_ux_prompt_no_data_views.mdx +++ b/api_docs/kbn_shared_ux_prompt_no_data_views.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-prompt-no-data-views title: "@kbn/shared-ux-prompt-no-data-views" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-prompt-no-data-views plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-prompt-no-data-views'] --- import kbnSharedUxPromptNoDataViewsObj from './kbn_shared_ux_prompt_no_data_views.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_prompt_no_data_views_mocks.mdx b/api_docs/kbn_shared_ux_prompt_no_data_views_mocks.mdx index 714dcba0fa3e0..f98b972086076 100644 --- a/api_docs/kbn_shared_ux_prompt_no_data_views_mocks.mdx +++ b/api_docs/kbn_shared_ux_prompt_no_data_views_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-prompt-no-data-views-mocks title: "@kbn/shared-ux-prompt-no-data-views-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-prompt-no-data-views-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-prompt-no-data-views-mocks'] --- import kbnSharedUxPromptNoDataViewsMocksObj from './kbn_shared_ux_prompt_no_data_views_mocks.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_prompt_no_data_views_types.mdx b/api_docs/kbn_shared_ux_prompt_no_data_views_types.mdx index 9acfe8ad6da94..761ae1516572f 100644 --- a/api_docs/kbn_shared_ux_prompt_no_data_views_types.mdx +++ b/api_docs/kbn_shared_ux_prompt_no_data_views_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-prompt-no-data-views-types title: "@kbn/shared-ux-prompt-no-data-views-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-prompt-no-data-views-types plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-prompt-no-data-views-types'] --- import kbnSharedUxPromptNoDataViewsTypesObj from './kbn_shared_ux_prompt_no_data_views_types.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_prompt_not_found.mdx b/api_docs/kbn_shared_ux_prompt_not_found.mdx index 43f7166f74bf5..dd8af7990ae9b 100644 --- a/api_docs/kbn_shared_ux_prompt_not_found.mdx +++ b/api_docs/kbn_shared_ux_prompt_not_found.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-prompt-not-found title: "@kbn/shared-ux-prompt-not-found" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-prompt-not-found plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-prompt-not-found'] --- import kbnSharedUxPromptNotFoundObj from './kbn_shared_ux_prompt_not_found.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_router.mdx b/api_docs/kbn_shared_ux_router.mdx index e9b8e6121b6bc..0b3399a3a7dfa 100644 --- a/api_docs/kbn_shared_ux_router.mdx +++ b/api_docs/kbn_shared_ux_router.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-router title: "@kbn/shared-ux-router" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-router plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-router'] --- import kbnSharedUxRouterObj from './kbn_shared_ux_router.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_router_mocks.mdx b/api_docs/kbn_shared_ux_router_mocks.mdx index 79c395f0cce9b..3baeb56c33c93 100644 --- a/api_docs/kbn_shared_ux_router_mocks.mdx +++ b/api_docs/kbn_shared_ux_router_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-router-mocks title: "@kbn/shared-ux-router-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-router-mocks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-router-mocks'] --- import kbnSharedUxRouterMocksObj from './kbn_shared_ux_router_mocks.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_storybook_config.mdx b/api_docs/kbn_shared_ux_storybook_config.mdx index 82de1dc9bb232..e527b7f07e4e2 100644 --- a/api_docs/kbn_shared_ux_storybook_config.mdx +++ b/api_docs/kbn_shared_ux_storybook_config.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-storybook-config title: "@kbn/shared-ux-storybook-config" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-storybook-config plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-storybook-config'] --- import kbnSharedUxStorybookConfigObj from './kbn_shared_ux_storybook_config.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_storybook_mock.mdx b/api_docs/kbn_shared_ux_storybook_mock.mdx index 3430e5cba3090..300f54404c6e2 100644 --- a/api_docs/kbn_shared_ux_storybook_mock.mdx +++ b/api_docs/kbn_shared_ux_storybook_mock.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-storybook-mock title: "@kbn/shared-ux-storybook-mock" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-storybook-mock plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-storybook-mock'] --- import kbnSharedUxStorybookMockObj from './kbn_shared_ux_storybook_mock.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_tabbed_modal.mdx b/api_docs/kbn_shared_ux_tabbed_modal.mdx index 03d5fae2cb2ae..d9785f99bf078 100644 --- a/api_docs/kbn_shared_ux_tabbed_modal.mdx +++ b/api_docs/kbn_shared_ux_tabbed_modal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-tabbed-modal title: "@kbn/shared-ux-tabbed-modal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-tabbed-modal plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-tabbed-modal'] --- import kbnSharedUxTabbedModalObj from './kbn_shared_ux_tabbed_modal.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_table_persist.mdx b/api_docs/kbn_shared_ux_table_persist.mdx index 5773a162df723..a8a0c28f07bc2 100644 --- a/api_docs/kbn_shared_ux_table_persist.mdx +++ b/api_docs/kbn_shared_ux_table_persist.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-table-persist title: "@kbn/shared-ux-table-persist" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-table-persist plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-table-persist'] --- import kbnSharedUxTablePersistObj from './kbn_shared_ux_table_persist.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_toolbar_selector.mdx b/api_docs/kbn_shared_ux_toolbar_selector.mdx index 8cd9e8ceb3036..5c772931cde94 100644 --- a/api_docs/kbn_shared_ux_toolbar_selector.mdx +++ b/api_docs/kbn_shared_ux_toolbar_selector.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-toolbar-selector title: "@kbn/shared-ux-toolbar-selector" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-toolbar-selector plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-toolbar-selector'] --- import kbnSharedUxToolbarSelectorObj from './kbn_shared_ux_toolbar_selector.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_utility.mdx b/api_docs/kbn_shared_ux_utility.mdx index 288792994b387..66771c05ef14a 100644 --- a/api_docs/kbn_shared_ux_utility.mdx +++ b/api_docs/kbn_shared_ux_utility.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-utility title: "@kbn/shared-ux-utility" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-utility plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-utility'] --- import kbnSharedUxUtilityObj from './kbn_shared_ux_utility.devdocs.json'; diff --git a/api_docs/kbn_siem_readiness.devdocs.json b/api_docs/kbn_siem_readiness.devdocs.json index 19dd9e31fd197..a85d9fa7dd74e 100644 --- a/api_docs/kbn_siem_readiness.devdocs.json +++ b/api_docs/kbn_siem_readiness.devdocs.json @@ -5,16 +5,14 @@ "functions": [ { "parentPluginId": "@kbn/siem-readiness", - "id": "def-public.useLogReadinessTask", + "id": "def-public.useReadinessTasks", "type": "Function", "tags": [], - "label": "useLogReadinessTask", - "description": [ - "\nHook for logging SIEM readiness tasks via API endpoint" - ], + "label": "useReadinessTasks", + "description": [], "signature": [ - "(options?: ", - "UseMutationOptions", + "() => { logReadinessTask: ", + "UseMutateFunction", " | undefined) => { logReadinessTask: ", - "UseMutateFunction", - "; getLatestTasks: ", + "UseQueryResult", + "<", { "pluginId": "@kbn/siem-readiness", "scope": "public", "docId": "kibKbnSiemReadinessPluginApi", - "section": "def-public.SiemReadinessTask", - "text": "SiemReadinessTask" + "section": "def-public.TaskSource", + "text": "TaskSource" }, - ", unknown>; }" + "[], unknown>; }" ], - "path": "x-pack/solutions/security/packages/siem-readiness/src/use_log_readiness_task.ts", + "path": "x-pack/solutions/security/packages/siem-readiness/src/use_readiness_tasks.ts", "deprecated": false, "trackAdoption": false, - "children": [ - { - "parentPluginId": "@kbn/siem-readiness", - "id": "def-public.useLogReadinessTask.$1", - "type": "Object", - "tags": [], - "label": "options", - "description": [ - "- TanStack mutation options" - ], - "signature": [ - "UseMutationOptions", - " | undefined" - ], - "path": "x-pack/solutions/security/packages/siem-readiness/src/use_log_readiness_task.ts", - "deprecated": false, - "trackAdoption": false, - "isRequired": false - } - ], - "returnComment": [ - "Mutation hook for logging readiness tasks" - ], + "children": [], + "returnComment": [], "initialIsOpen": false } ], @@ -92,7 +61,7 @@ "label": "id", "description": [], "signature": [ - "\"enable-endpoint-visibility\" | \"ingest-cloud-audit-logs\" | \"ingest-asset-inventory\" | \"enable-kubernetes-container-logs\" | \"ingest-all-cloud-logs-inventory\" | \"enable-mitre-aligned-detection-rules\" | \"view-detection-coverage-mitre\" | \"add-threat-intel-feeds\" | \"customize-create-rules\" | \"use-attack-discovery\" | \"maintain-rule-coverage\" | \"enable-cspm-on-all-clouds\" | \"investigate-alert-using-timeline\" | \"use-ai-assistant-for-alert-root-cause\" | \"add-external-connectors\" | \"automate-response-rules-case-creation\" | \"create-manage-case-workflows\" | \"complete-automated-cases\"" + "\"lets-get-started\" | \"enable-endpoint-visibility\" | \"ingest-cloud-audit-logs\" | \"ingest-asset-inventory\" | \"enable-kubernetes-container-logs\" | \"ingest-all-cloud-logs-inventory\" | \"enable-mitre-aligned-detection-rules\" | \"view-detection-coverage-mitre\" | \"add-threat-intel-feeds\" | \"customize-create-rules\" | \"use-attack-discovery\" | \"maintain-rule-coverage\" | \"enable-cspm-on-all-clouds\" | \"investigate-alert-using-timeline\" | \"use-ai-assistant-for-alert-root-cause\" | \"add-external-connectors\" | \"automate-response-rules-case-creation\" | \"create-manage-case-workflows\" | \"complete-automated-cases\"" ], "path": "x-pack/solutions/security/packages/siem-readiness/src/readiness_tasks.ts", "deprecated": false, @@ -145,6 +114,17 @@ "deprecated": false, "trackAdoption": false }, + { + "parentPluginId": "@kbn/siem-readiness", + "id": "def-public.ReadinessTaskConfig.taskNumber", + "type": "string", + "tags": [], + "label": "taskNumber", + "description": [], + "path": "x-pack/solutions/security/packages/siem-readiness/src/readiness_tasks.ts", + "deprecated": false, + "trackAdoption": false + }, { "parentPluginId": "@kbn/siem-readiness", "id": "def-public.ReadinessTaskConfig.meta", @@ -214,10 +194,67 @@ } ], "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/siem-readiness", + "id": "def-public.TaskSource", + "type": "Interface", + "tags": [], + "label": "TaskSource", + "description": [], + "signature": [ + { + "pluginId": "@kbn/siem-readiness", + "scope": "public", + "docId": "kibKbnSiemReadinessPluginApi", + "section": "def-public.TaskSource", + "text": "TaskSource" + }, + " extends ", + { + "pluginId": "@kbn/siem-readiness", + "scope": "public", + "docId": "kibKbnSiemReadinessPluginApi", + "section": "def-public.SiemReadinessTask", + "text": "SiemReadinessTask" + } + ], + "path": "x-pack/solutions/security/packages/siem-readiness/src/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/siem-readiness", + "id": "def-public.TaskSource.timestamp", + "type": "string", + "tags": [], + "label": "'@timestamp'", + "description": [], + "path": "x-pack/solutions/security/packages/siem-readiness/src/types.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false } ], "enums": [], "misc": [ + { + "parentPluginId": "@kbn/siem-readiness", + "id": "def-public.GET_LATEST_SIEM_READINESS_TASKS_API_PATH", + "type": "string", + "tags": [], + "label": "GET_LATEST_SIEM_READINESS_TASKS_API_PATH", + "description": [], + "signature": [ + "\"/api/siem_readiness/get_latest_tasks\"" + ], + "path": "x-pack/solutions/security/packages/siem-readiness/src/constants.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, { "parentPluginId": "@kbn/siem-readiness", "id": "def-public.POST_SIEM_READINESS_TASK_API_PATH", @@ -263,7 +300,7 @@ "label": "ReadinessTaskId", "description": [], "signature": [ - "\"enable-endpoint-visibility\" | \"ingest-cloud-audit-logs\" | \"ingest-asset-inventory\" | \"enable-kubernetes-container-logs\" | \"ingest-all-cloud-logs-inventory\" | \"enable-mitre-aligned-detection-rules\" | \"view-detection-coverage-mitre\" | \"add-threat-intel-feeds\" | \"customize-create-rules\" | \"use-attack-discovery\" | \"maintain-rule-coverage\" | \"enable-cspm-on-all-clouds\" | \"investigate-alert-using-timeline\" | \"use-ai-assistant-for-alert-root-cause\" | \"add-external-connectors\" | \"automate-response-rules-case-creation\" | \"create-manage-case-workflows\" | \"complete-automated-cases\"" + "\"lets-get-started\" | \"enable-endpoint-visibility\" | \"ingest-cloud-audit-logs\" | \"ingest-asset-inventory\" | \"enable-kubernetes-container-logs\" | \"ingest-all-cloud-logs-inventory\" | \"enable-mitre-aligned-detection-rules\" | \"view-detection-coverage-mitre\" | \"add-threat-intel-feeds\" | \"customize-create-rules\" | \"use-attack-discovery\" | \"maintain-rule-coverage\" | \"enable-cspm-on-all-clouds\" | \"investigate-alert-using-timeline\" | \"use-ai-assistant-for-alert-root-cause\" | \"add-external-connectors\" | \"automate-response-rules-case-creation\" | \"create-manage-case-workflows\" | \"complete-automated-cases\"" ], "path": "x-pack/solutions/security/packages/siem-readiness/src/readiness_tasks.ts", "deprecated": false, diff --git a/api_docs/kbn_siem_readiness.mdx b/api_docs/kbn_siem_readiness.mdx index 56e8327944318..66f20c9e26cca 100644 --- a/api_docs/kbn_siem_readiness.mdx +++ b/api_docs/kbn_siem_readiness.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-siem-readiness title: "@kbn/siem-readiness" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/siem-readiness plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/siem-readiness'] --- import kbnSiemReadinessObj from './kbn_siem_readiness.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/kibana-cloud-security-posture](https://github.com/orgs/elastic | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 16 | 0 | 14 | 0 | +| 19 | 0 | 19 | 0 | ## Client diff --git a/api_docs/kbn_slo_schema.mdx b/api_docs/kbn_slo_schema.mdx index caa2e279f3f22..69d42d48a22ab 100644 --- a/api_docs/kbn_slo_schema.mdx +++ b/api_docs/kbn_slo_schema.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-slo-schema title: "@kbn/slo-schema" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/slo-schema plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/slo-schema'] --- import kbnSloSchemaObj from './kbn_slo_schema.devdocs.json'; diff --git a/api_docs/kbn_some_dev_log.mdx b/api_docs/kbn_some_dev_log.mdx index 74354777cb922..245de322347a0 100644 --- a/api_docs/kbn_some_dev_log.mdx +++ b/api_docs/kbn_some_dev_log.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-some-dev-log title: "@kbn/some-dev-log" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/some-dev-log plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/some-dev-log'] --- import kbnSomeDevLogObj from './kbn_some_dev_log.devdocs.json'; diff --git a/api_docs/kbn_sort_predicates.mdx b/api_docs/kbn_sort_predicates.mdx index 1fecc15608069..45380c1448e07 100644 --- a/api_docs/kbn_sort_predicates.mdx +++ b/api_docs/kbn_sort_predicates.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-sort-predicates title: "@kbn/sort-predicates" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/sort-predicates plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/sort-predicates'] --- import kbnSortPredicatesObj from './kbn_sort_predicates.devdocs.json'; diff --git a/api_docs/kbn_spaces_utils.mdx b/api_docs/kbn_spaces_utils.mdx index 679d1131396f1..a086847b08037 100644 --- a/api_docs/kbn_spaces_utils.mdx +++ b/api_docs/kbn_spaces_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-spaces-utils title: "@kbn/spaces-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/spaces-utils plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/spaces-utils'] --- import kbnSpacesUtilsObj from './kbn_spaces_utils.devdocs.json'; diff --git a/api_docs/kbn_split_button.mdx b/api_docs/kbn_split_button.mdx index 3032d6f3ca3a6..7bb92483153fe 100644 --- a/api_docs/kbn_split_button.mdx +++ b/api_docs/kbn_split_button.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-split-button title: "@kbn/split-button" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/split-button plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/split-button'] --- import kbnSplitButtonObj from './kbn_split_button.devdocs.json'; diff --git a/api_docs/kbn_sse_utils.mdx b/api_docs/kbn_sse_utils.mdx index 22196d17009ed..a943ad7d9722f 100644 --- a/api_docs/kbn_sse_utils.mdx +++ b/api_docs/kbn_sse_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-sse-utils title: "@kbn/sse-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/sse-utils plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/sse-utils'] --- import kbnSseUtilsObj from './kbn_sse_utils.devdocs.json'; diff --git a/api_docs/kbn_sse_utils_client.mdx b/api_docs/kbn_sse_utils_client.mdx index 58e5978b43293..ab6643e34e2a1 100644 --- a/api_docs/kbn_sse_utils_client.mdx +++ b/api_docs/kbn_sse_utils_client.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-sse-utils-client title: "@kbn/sse-utils-client" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/sse-utils-client plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/sse-utils-client'] --- import kbnSseUtilsClientObj from './kbn_sse_utils_client.devdocs.json'; diff --git a/api_docs/kbn_sse_utils_server.mdx b/api_docs/kbn_sse_utils_server.mdx index ab5bb0dd2eb83..964f2d2bcfe9f 100644 --- a/api_docs/kbn_sse_utils_server.mdx +++ b/api_docs/kbn_sse_utils_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-sse-utils-server title: "@kbn/sse-utils-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/sse-utils-server plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/sse-utils-server'] --- import kbnSseUtilsServerObj from './kbn_sse_utils_server.devdocs.json'; diff --git a/api_docs/kbn_std.mdx b/api_docs/kbn_std.mdx index f0af4a4fb0ad0..34117d22620d3 100644 --- a/api_docs/kbn_std.mdx +++ b/api_docs/kbn_std.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-std title: "@kbn/std" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/std plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/std'] --- import kbnStdObj from './kbn_std.devdocs.json'; diff --git a/api_docs/kbn_stdio_dev_helpers.mdx b/api_docs/kbn_stdio_dev_helpers.mdx index a2e94170d12e1..09de8f08beaad 100644 --- a/api_docs/kbn_stdio_dev_helpers.mdx +++ b/api_docs/kbn_stdio_dev_helpers.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-stdio-dev-helpers title: "@kbn/stdio-dev-helpers" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/stdio-dev-helpers plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/stdio-dev-helpers'] --- import kbnStdioDevHelpersObj from './kbn_stdio_dev_helpers.devdocs.json'; diff --git a/api_docs/kbn_storage_adapter.mdx b/api_docs/kbn_storage_adapter.mdx index 7d2077250487c..8b58806b0a3ce 100644 --- a/api_docs/kbn_storage_adapter.mdx +++ b/api_docs/kbn_storage_adapter.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-storage-adapter title: "@kbn/storage-adapter" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/storage-adapter plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/storage-adapter'] --- import kbnStorageAdapterObj from './kbn_storage_adapter.devdocs.json'; diff --git a/api_docs/kbn_storybook.mdx b/api_docs/kbn_storybook.mdx index 39bbb00692ba9..9410c8e6fb2e7 100644 --- a/api_docs/kbn_storybook.mdx +++ b/api_docs/kbn_storybook.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-storybook title: "@kbn/storybook" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/storybook plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/storybook'] --- import kbnStorybookObj from './kbn_storybook.devdocs.json'; diff --git a/api_docs/kbn_streamlang.devdocs.json b/api_docs/kbn_streamlang.devdocs.json index b9453c78a42d1..b983ab5947fc5 100644 --- a/api_docs/kbn_streamlang.devdocs.json +++ b/api_docs/kbn_streamlang.devdocs.json @@ -37,7 +37,7 @@ }, ") => string" ], - "path": "x-pack/platform/packages/shared/kbn-streamlang/src/conditions/condition_to_esql.ts", + "path": "x-pack/platform/packages/shared/kbn-streamlang/src/transpilers/esql/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -57,7 +57,7 @@ "text": "Condition" } ], - "path": "x-pack/platform/packages/shared/kbn-streamlang/src/conditions/condition_to_esql.ts", + "path": "x-pack/platform/packages/shared/kbn-streamlang/src/transpilers/esql/index.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1488,6 +1488,70 @@ ], "initialIsOpen": false }, + { + "parentPluginId": "@kbn/streamlang", + "id": "def-common.isProcessWithIgnoreMissingOption", + "type": "Function", + "tags": [], + "label": "isProcessWithIgnoreMissingOption", + "description": [], + "signature": [ + "(value: TValue) => value is Extract" + ], + "path": "x-pack/platform/packages/shared/kbn-streamlang/types/processors/index.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/streamlang", + "id": "def-common.isProcessWithIgnoreMissingOption.$1", + "type": "Uncategorized", + "tags": [], + "label": "value", + "description": [], + "signature": [ + "TValue" + ], + "path": "src/platform/packages/shared/kbn-zod-helpers/src/schema.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/streamlang", + "id": "def-common.isProcessWithOverrideOption", + "type": "Function", + "tags": [], + "label": "isProcessWithOverrideOption", + "description": [], + "signature": [ + "(value: TValue) => value is Extract" + ], + "path": "x-pack/platform/packages/shared/kbn-streamlang/types/processors/index.ts", + "deprecated": false, + "trackAdoption": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "@kbn/streamlang", + "id": "def-common.isProcessWithOverrideOption.$1", + "type": "Uncategorized", + "tags": [], + "label": "value", + "description": [], + "signature": [ + "TValue" + ], + "path": "src/platform/packages/shared/kbn-zod-helpers/src/schema.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, { "parentPluginId": "@kbn/streamlang", "id": "def-common.isUnaryFilterCondition", @@ -1628,6 +1692,71 @@ ], "returnComment": [], "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/streamlang", + "id": "def-common.transpile", + "type": "Function", + "tags": [], + "label": "transpile", + "description": [], + "signature": [ + "(streamlang: ", + { + "pluginId": "@kbn/streamlang", + "scope": "common", + "docId": "kibKbnStreamlangPluginApi", + "section": "def-common.StreamlangDSL", + "text": "StreamlangDSL" + }, + ", transpilationOptions?: ", + "ESQLTranspilationOptions", + ") => ", + "ESQLTranspilationResult" + ], + "path": "x-pack/platform/packages/shared/kbn-streamlang/src/transpilers/esql/index.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/streamlang", + "id": "def-common.transpile.$1", + "type": "Object", + "tags": [], + "label": "streamlang", + "description": [], + "signature": [ + { + "pluginId": "@kbn/streamlang", + "scope": "common", + "docId": "kibKbnStreamlangPluginApi", + "section": "def-common.StreamlangDSL", + "text": "StreamlangDSL" + } + ], + "path": "x-pack/platform/packages/shared/kbn-streamlang/src/transpilers/esql/index.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/streamlang", + "id": "def-common.transpile.$2", + "type": "Object", + "tags": [], + "label": "transpilationOptions", + "description": [], + "signature": [ + "ESQLTranspilationOptions" + ], + "path": "x-pack/platform/packages/shared/kbn-streamlang/src/transpilers/esql/index.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false } ], "interfaces": [ @@ -2682,12 +2811,12 @@ { "parentPluginId": "@kbn/streamlang", "id": "def-common.SetProcessor.value", - "type": "string", + "type": "Unknown", "tags": [], "label": "value", "description": [], "signature": [ - "string | undefined" + "unknown" ], "path": "x-pack/platform/packages/shared/kbn-streamlang/types/processors/index.ts", "deprecated": false, diff --git a/api_docs/kbn_streamlang.mdx b/api_docs/kbn_streamlang.mdx index e38082682f9c3..b7eaaad17968f 100644 --- a/api_docs/kbn_streamlang.mdx +++ b/api_docs/kbn_streamlang.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-streamlang title: "@kbn/streamlang" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/streamlang plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/streamlang'] --- import kbnStreamlangObj from './kbn_streamlang.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 204 | 12 | 191 | 3 | +| 211 | 12 | 198 | 5 | ## Common diff --git a/api_docs/kbn_streams_ai.devdocs.json b/api_docs/kbn_streams_ai.devdocs.json index f9feccab7586d..8d645d627c026 100644 --- a/api_docs/kbn_streams_ai.devdocs.json +++ b/api_docs/kbn_streams_ai.devdocs.json @@ -2329,7 +2329,7 @@ "\nIdentifies systems in a stream, by:\n- describing the dataset (via sampled documents)\n- clustering docs together on similarity\n- asking the LLM to identify systems by creating\nqueries and validating the resulting clusters" ], "signature": [ - "({\n stream,\n systems,\n start,\n end,\n esClient,\n kql,\n inferenceClient,\n logger,\n}: { stream: ", + "({\n stream,\n systems,\n start,\n end,\n esClient,\n kql,\n inferenceClient,\n logger,\n dropUnmapped = false,\n}: { stream: ", { "pluginId": "@kbn/streams-schema", "scope": "common", @@ -2363,7 +2363,7 @@ "section": "def-common.Logger", "text": "Logger" }, - "; }) => Promise<{ systems: ", + "; dropUnmapped?: boolean | undefined; }) => Promise<{ systems: ", { "pluginId": "@kbn/streams-schema", "scope": "common", @@ -2382,7 +2382,7 @@ "id": "def-server.identifySystems.$1", "type": "Object", "tags": [], - "label": "{\n stream,\n systems,\n start,\n end,\n esClient,\n kql,\n inferenceClient,\n logger,\n}", + "label": "{\n stream,\n systems,\n start,\n end,\n esClient,\n kql,\n inferenceClient,\n logger,\n dropUnmapped = false,\n}", "description": [], "path": "x-pack/platform/packages/shared/kbn-streams-ai/src/systems/identify_systems.ts", "deprecated": false, @@ -3501,6 +3501,20 @@ "path": "x-pack/platform/packages/shared/kbn-streams-ai/src/systems/identify_systems.ts", "deprecated": false, "trackAdoption": false + }, + { + "parentPluginId": "@kbn/streams-ai", + "id": "def-server.identifySystems.$1.dropUnmapped", + "type": "CompoundType", + "tags": [], + "label": "dropUnmapped", + "description": [], + "signature": [ + "boolean | undefined" + ], + "path": "x-pack/platform/packages/shared/kbn-streams-ai/src/systems/identify_systems.ts", + "deprecated": false, + "trackAdoption": false } ] } diff --git a/api_docs/kbn_streams_ai.mdx b/api_docs/kbn_streams_ai.mdx index 5116c40c77d23..d237dc895b0db 100644 --- a/api_docs/kbn_streams_ai.mdx +++ b/api_docs/kbn_streams_ai.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-streams-ai title: "@kbn/streams-ai" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/streams-ai plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/streams-ai'] --- import kbnStreamsAiObj from './kbn_streams_ai.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/streams-program-team](https://github.com/orgs/elastic/teams/st | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 37 | 0 | 34 | 1 | +| 38 | 0 | 35 | 1 | ## Server diff --git a/api_docs/kbn_streams_schema.mdx b/api_docs/kbn_streams_schema.mdx index 1183c92e79318..6035675dd7650 100644 --- a/api_docs/kbn_streams_schema.mdx +++ b/api_docs/kbn_streams_schema.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-streams-schema title: "@kbn/streams-schema" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/streams-schema plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/streams-schema'] --- import kbnStreamsSchemaObj from './kbn_streams_schema.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/streams-program-team](https://github.com/orgs/elastic/teams/st | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 159 | 0 | 159 | 13 | +| 159 | 0 | 159 | 14 | ## Common diff --git a/api_docs/kbn_synthetics_e2e.mdx b/api_docs/kbn_synthetics_e2e.mdx index 5d6c2cc165c1d..f50179ffa56ca 100644 --- a/api_docs/kbn_synthetics_e2e.mdx +++ b/api_docs/kbn_synthetics_e2e.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-synthetics-e2e title: "@kbn/synthetics-e2e" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/synthetics-e2e plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/synthetics-e2e'] --- import kbnSyntheticsE2eObj from './kbn_synthetics_e2e.devdocs.json'; diff --git a/api_docs/kbn_synthetics_private_location.mdx b/api_docs/kbn_synthetics_private_location.mdx index 4302a45518872..6df18c4329111 100644 --- a/api_docs/kbn_synthetics_private_location.mdx +++ b/api_docs/kbn_synthetics_private_location.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-synthetics-private-location title: "@kbn/synthetics-private-location" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/synthetics-private-location plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/synthetics-private-location'] --- import kbnSyntheticsPrivateLocationObj from './kbn_synthetics_private_location.devdocs.json'; diff --git a/api_docs/kbn_telemetry.mdx b/api_docs/kbn_telemetry.mdx index c1fdd2ef2fc1c..ec01b7f9a5355 100644 --- a/api_docs/kbn_telemetry.mdx +++ b/api_docs/kbn_telemetry.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-telemetry title: "@kbn/telemetry" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/telemetry plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/telemetry'] --- import kbnTelemetryObj from './kbn_telemetry.devdocs.json'; diff --git a/api_docs/kbn_telemetry_config.mdx b/api_docs/kbn_telemetry_config.mdx index f7e7212601a3c..63d61d305afc2 100644 --- a/api_docs/kbn_telemetry_config.mdx +++ b/api_docs/kbn_telemetry_config.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-telemetry-config title: "@kbn/telemetry-config" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/telemetry-config plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/telemetry-config'] --- import kbnTelemetryConfigObj from './kbn_telemetry_config.devdocs.json'; diff --git a/api_docs/kbn_telemetry_tools.mdx b/api_docs/kbn_telemetry_tools.mdx index 925dfa0981610..182f287af9f2a 100644 --- a/api_docs/kbn_telemetry_tools.mdx +++ b/api_docs/kbn_telemetry_tools.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-telemetry-tools title: "@kbn/telemetry-tools" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/telemetry-tools plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/telemetry-tools'] --- import kbnTelemetryToolsObj from './kbn_telemetry_tools.devdocs.json'; diff --git a/api_docs/kbn_test.mdx b/api_docs/kbn_test.mdx index 4fe1b03c16d46..7a12e5a4a46f3 100644 --- a/api_docs/kbn_test.mdx +++ b/api_docs/kbn_test.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-test title: "@kbn/test" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/test plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/test'] --- import kbnTestObj from './kbn_test.devdocs.json'; diff --git a/api_docs/kbn_test_eui_helpers.mdx b/api_docs/kbn_test_eui_helpers.mdx index 8f4dad9bbc052..958a7f4890caf 100644 --- a/api_docs/kbn_test_eui_helpers.mdx +++ b/api_docs/kbn_test_eui_helpers.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-test-eui-helpers title: "@kbn/test-eui-helpers" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/test-eui-helpers plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/test-eui-helpers'] --- import kbnTestEuiHelpersObj from './kbn_test_eui_helpers.devdocs.json'; diff --git a/api_docs/kbn_test_jest_helpers.mdx b/api_docs/kbn_test_jest_helpers.mdx index 639e3fc8f3fd8..6048851ecc1c7 100644 --- a/api_docs/kbn_test_jest_helpers.mdx +++ b/api_docs/kbn_test_jest_helpers.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-test-jest-helpers title: "@kbn/test-jest-helpers" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/test-jest-helpers plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/test-jest-helpers'] --- import kbnTestJestHelpersObj from './kbn_test_jest_helpers.devdocs.json'; diff --git a/api_docs/kbn_test_subj_selector.mdx b/api_docs/kbn_test_subj_selector.mdx index 5556e552d92f6..e71dde6bca3b8 100644 --- a/api_docs/kbn_test_subj_selector.mdx +++ b/api_docs/kbn_test_subj_selector.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-test-subj-selector title: "@kbn/test-subj-selector" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/test-subj-selector plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/test-subj-selector'] --- import kbnTestSubjSelectorObj from './kbn_test_subj_selector.devdocs.json'; diff --git a/api_docs/kbn_timerange.mdx b/api_docs/kbn_timerange.mdx index 6b0be5a3644cd..f5e3e5e995d84 100644 --- a/api_docs/kbn_timerange.mdx +++ b/api_docs/kbn_timerange.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-timerange title: "@kbn/timerange" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/timerange plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/timerange'] --- import kbnTimerangeObj from './kbn_timerange.devdocs.json'; diff --git a/api_docs/kbn_tooling_log.mdx b/api_docs/kbn_tooling_log.mdx index 9eda6b23f5502..a6afb1ada965a 100644 --- a/api_docs/kbn_tooling_log.mdx +++ b/api_docs/kbn_tooling_log.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-tooling-log title: "@kbn/tooling-log" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/tooling-log plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/tooling-log'] --- import kbnToolingLogObj from './kbn_tooling_log.devdocs.json'; diff --git a/api_docs/kbn_traced_es_client.mdx b/api_docs/kbn_traced_es_client.mdx index 61ba31ecee239..c805bd8a9af23 100644 --- a/api_docs/kbn_traced_es_client.mdx +++ b/api_docs/kbn_traced_es_client.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-traced-es-client title: "@kbn/traced-es-client" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/traced-es-client plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/traced-es-client'] --- import kbnTracedEsClientObj from './kbn_traced_es_client.devdocs.json'; diff --git a/api_docs/kbn_tracing.mdx b/api_docs/kbn_tracing.mdx index 28c55b453c7a4..832eb5d0b83f8 100644 --- a/api_docs/kbn_tracing.mdx +++ b/api_docs/kbn_tracing.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-tracing title: "@kbn/tracing" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/tracing plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/tracing'] --- import kbnTracingObj from './kbn_tracing.devdocs.json'; diff --git a/api_docs/kbn_tracing_config.mdx b/api_docs/kbn_tracing_config.mdx index d56874c71e847..5cbff3d7f9888 100644 --- a/api_docs/kbn_tracing_config.mdx +++ b/api_docs/kbn_tracing_config.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-tracing-config title: "@kbn/tracing-config" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/tracing-config plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/tracing-config'] --- import kbnTracingConfigObj from './kbn_tracing_config.devdocs.json'; diff --git a/api_docs/kbn_tracing_utils.mdx b/api_docs/kbn_tracing_utils.mdx index 162add53ca5a1..a951f450d1685 100644 --- a/api_docs/kbn_tracing_utils.mdx +++ b/api_docs/kbn_tracing_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-tracing-utils title: "@kbn/tracing-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/tracing-utils plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/tracing-utils'] --- import kbnTracingUtilsObj from './kbn_tracing_utils.devdocs.json'; diff --git a/api_docs/kbn_transpose_utils.mdx b/api_docs/kbn_transpose_utils.mdx index 4b3085d8cc3ee..7135fe22ecf93 100644 --- a/api_docs/kbn_transpose_utils.mdx +++ b/api_docs/kbn_transpose_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-transpose-utils title: "@kbn/transpose-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/transpose-utils plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/transpose-utils'] --- import kbnTransposeUtilsObj from './kbn_transpose_utils.devdocs.json'; diff --git a/api_docs/kbn_triggers_actions_ui_types.devdocs.json b/api_docs/kbn_triggers_actions_ui_types.devdocs.json index d3f0eabaa635e..457c65fddf8e9 100644 --- a/api_docs/kbn_triggers_actions_ui_types.devdocs.json +++ b/api_docs/kbn_triggers_actions_ui_types.devdocs.json @@ -168,6 +168,17 @@ "path": "src/platform/packages/shared/kbn-triggers-actions-ui-types/rule_types.ts", "deprecated": false, "trackAdoption": false + }, + { + "parentPluginId": "@kbn/triggers-actions-ui-types", + "id": "def-common.RuleType.isInternallyManaged", + "type": "boolean", + "tags": [], + "label": "isInternallyManaged", + "description": [], + "path": "src/platform/packages/shared/kbn-triggers-actions-ui-types/rule_types.ts", + "deprecated": false, + "trackAdoption": false } ], "initialIsOpen": false diff --git a/api_docs/kbn_triggers_actions_ui_types.mdx b/api_docs/kbn_triggers_actions_ui_types.mdx index 96e643b3236f1..f4914390494a3 100644 --- a/api_docs/kbn_triggers_actions_ui_types.mdx +++ b/api_docs/kbn_triggers_actions_ui_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-triggers-actions-ui-types title: "@kbn/triggers-actions-ui-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/triggers-actions-ui-types plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/triggers-actions-ui-types'] --- import kbnTriggersActionsUiTypesObj from './kbn_triggers_actions_ui_types.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-o | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 16 | 0 | 16 | 0 | +| 17 | 0 | 17 | 0 | ## Common diff --git a/api_docs/kbn_try_in_console.mdx b/api_docs/kbn_try_in_console.mdx index 18eccb1606e09..95daf61d443a3 100644 --- a/api_docs/kbn_try_in_console.mdx +++ b/api_docs/kbn_try_in_console.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-try-in-console title: "@kbn/try-in-console" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/try-in-console plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/try-in-console'] --- import kbnTryInConsoleObj from './kbn_try_in_console.devdocs.json'; diff --git a/api_docs/kbn_ts_projects.mdx b/api_docs/kbn_ts_projects.mdx index e06f0ceb96c03..1c27b50d92f71 100644 --- a/api_docs/kbn_ts_projects.mdx +++ b/api_docs/kbn_ts_projects.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ts-projects title: "@kbn/ts-projects" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ts-projects plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ts-projects'] --- import kbnTsProjectsObj from './kbn_ts_projects.devdocs.json'; diff --git a/api_docs/kbn_typed_react_router_config.mdx b/api_docs/kbn_typed_react_router_config.mdx index e366badfc07c4..c6888d0436e13 100644 --- a/api_docs/kbn_typed_react_router_config.mdx +++ b/api_docs/kbn_typed_react_router_config.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-typed-react-router-config title: "@kbn/typed-react-router-config" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/typed-react-router-config plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/typed-react-router-config'] --- import kbnTypedReactRouterConfigObj from './kbn_typed_react_router_config.devdocs.json'; diff --git a/api_docs/kbn_ui_actions_browser.mdx b/api_docs/kbn_ui_actions_browser.mdx index 5fcf204342dff..47905467c6dd7 100644 --- a/api_docs/kbn_ui_actions_browser.mdx +++ b/api_docs/kbn_ui_actions_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ui-actions-browser title: "@kbn/ui-actions-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ui-actions-browser plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ui-actions-browser'] --- import kbnUiActionsBrowserObj from './kbn_ui_actions_browser.devdocs.json'; diff --git a/api_docs/kbn_ui_shared_deps_src.mdx b/api_docs/kbn_ui_shared_deps_src.mdx index a9f2368c32aa5..7c1ea36b8ea98 100644 --- a/api_docs/kbn_ui_shared_deps_src.mdx +++ b/api_docs/kbn_ui_shared_deps_src.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ui-shared-deps-src title: "@kbn/ui-shared-deps-src" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ui-shared-deps-src plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ui-shared-deps-src'] --- import kbnUiSharedDepsSrcObj from './kbn_ui_shared_deps_src.devdocs.json'; diff --git a/api_docs/kbn_ui_theme.mdx b/api_docs/kbn_ui_theme.mdx index 0d396c7276a65..d77f4d9db5273 100644 --- a/api_docs/kbn_ui_theme.mdx +++ b/api_docs/kbn_ui_theme.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ui-theme title: "@kbn/ui-theme" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ui-theme plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ui-theme'] --- import kbnUiThemeObj from './kbn_ui_theme.devdocs.json'; diff --git a/api_docs/kbn_uiam_dev_cli.mdx b/api_docs/kbn_uiam_dev_cli.mdx index 3d76a0d798e09..b7e9650356fbd 100644 --- a/api_docs/kbn_uiam_dev_cli.mdx +++ b/api_docs/kbn_uiam_dev_cli.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-uiam-dev-cli title: "@kbn/uiam-dev-cli" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/uiam-dev-cli plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/uiam-dev-cli'] --- import kbnUiamDevCliObj from './kbn_uiam_dev_cli.devdocs.json'; diff --git a/api_docs/kbn_unified_data_table.mdx b/api_docs/kbn_unified_data_table.mdx index 2cc6fad838687..464aced774c68 100644 --- a/api_docs/kbn_unified_data_table.mdx +++ b/api_docs/kbn_unified_data_table.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-unified-data-table title: "@kbn/unified-data-table" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/unified-data-table plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/unified-data-table'] --- import kbnUnifiedDataTableObj from './kbn_unified_data_table.devdocs.json'; diff --git a/api_docs/kbn_unified_doc_viewer.mdx b/api_docs/kbn_unified_doc_viewer.mdx index 52673b91f3055..b8cb5f688300e 100644 --- a/api_docs/kbn_unified_doc_viewer.mdx +++ b/api_docs/kbn_unified_doc_viewer.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-unified-doc-viewer title: "@kbn/unified-doc-viewer" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/unified-doc-viewer plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/unified-doc-viewer'] --- import kbnUnifiedDocViewerObj from './kbn_unified_doc_viewer.devdocs.json'; diff --git a/api_docs/kbn_unified_field_list.devdocs.json b/api_docs/kbn_unified_field_list.devdocs.json index 3618362f1e0f6..f9946db77e563 100644 --- a/api_docs/kbn_unified_field_list.devdocs.json +++ b/api_docs/kbn_unified_field_list.devdocs.json @@ -336,7 +336,7 @@ "label": "FieldPopoverHeader", "description": [], "signature": [ - "({ field, closePopover, buttonAddFieldToWorkspaceProps, buttonAddFilterProps, buttonEditFieldProps, buttonDeleteFieldProps, onAddBreakdownField, onAddFieldToWorkspace, onAddFilter, onEditField, onDeleteField, services, }: ", + "({ field, closePopover, buttonAddFieldToWorkspaceProps, buttonAddFilterProps, buttonEditFieldProps, buttonDeleteFieldProps, getCustomFieldType, onAddBreakdownField, onAddFieldToWorkspace, onAddFilter, onEditField, onDeleteField, services, }: ", { "pluginId": "@kbn/unified-field-list", "scope": "public", @@ -355,7 +355,7 @@ "id": "def-public.FieldPopoverHeader.$1", "type": "Object", "tags": [], - "label": "{\n field,\n closePopover,\n buttonAddFieldToWorkspaceProps,\n buttonAddFilterProps,\n buttonEditFieldProps,\n buttonDeleteFieldProps,\n onAddBreakdownField,\n onAddFieldToWorkspace,\n onAddFilter,\n onEditField,\n onDeleteField,\n services,\n}", + "label": "{\n field,\n closePopover,\n buttonAddFieldToWorkspaceProps,\n buttonAddFilterProps,\n buttonEditFieldProps,\n buttonDeleteFieldProps,\n getCustomFieldType,\n onAddBreakdownField,\n onAddFieldToWorkspace,\n onAddFilter,\n onEditField,\n onDeleteField,\n services,\n}", "description": [], "signature": [ { @@ -3402,6 +3402,35 @@ "deprecated": false, "trackAdoption": false }, + { + "parentPluginId": "@kbn/unified-field-list", + "id": "def-public.FieldPopoverHeaderProps.getCustomFieldType", + "type": "Function", + "tags": [], + "label": "getCustomFieldType", + "description": [], + "signature": [ + { + "pluginId": "@kbn/unified-field-list", + "scope": "public", + "docId": "kibKbnUnifiedFieldListPluginApi", + "section": "def-public.GetCustomFieldType", + "text": "GetCustomFieldType" + }, + "<", + { + "pluginId": "dataViews", + "scope": "common", + "docId": "kibDataViewsPluginApi", + "section": "def-common.DataViewField", + "text": "DataViewField" + }, + "> | undefined" + ], + "path": "src/platform/packages/shared/kbn-unified-field-list/src/components/field_popover/field_popover_header.tsx", + "deprecated": false, + "trackAdoption": false + }, { "parentPluginId": "@kbn/unified-field-list", "id": "def-public.FieldPopoverHeaderProps.onAddBreakdownField", diff --git a/api_docs/kbn_unified_field_list.mdx b/api_docs/kbn_unified_field_list.mdx index d8b73d4e168b9..0ed2fa40ade8b 100644 --- a/api_docs/kbn_unified_field_list.mdx +++ b/api_docs/kbn_unified_field_list.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-unified-field-list title: "@kbn/unified-field-list" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/unified-field-list plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/unified-field-list'] --- import kbnUnifiedFieldListObj from './kbn_unified_field_list.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/k | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 315 | 0 | 285 | 8 | +| 316 | 0 | 286 | 8 | ## Client diff --git a/api_docs/kbn_unified_histogram.devdocs.json b/api_docs/kbn_unified_histogram.devdocs.json index a11bf23cb5724..02b15a64ed9d5 100644 --- a/api_docs/kbn_unified_histogram.devdocs.json +++ b/api_docs/kbn_unified_histogram.devdocs.json @@ -2016,6 +2016,27 @@ "path": "src/platform/packages/shared/kbn-unified-histogram/types.ts", "deprecated": false, "trackAdoption": false + }, + { + "parentPluginId": "@kbn/unified-histogram", + "id": "def-public.UnifiedHistogramServices.fieldsMetadata", + "type": "Object", + "tags": [], + "label": "fieldsMetadata", + "description": [], + "signature": [ + { + "pluginId": "fieldsMetadata", + "scope": "public", + "docId": "kibFieldsMetadataPluginApi", + "section": "def-public.FieldsMetadataPublicStart", + "text": "FieldsMetadataPublicStart" + }, + " | undefined" + ], + "path": "src/platform/packages/shared/kbn-unified-histogram/types.ts", + "deprecated": false, + "trackAdoption": false } ], "initialIsOpen": false diff --git a/api_docs/kbn_unified_histogram.mdx b/api_docs/kbn_unified_histogram.mdx index ed683ef3c3491..89e06cfbd0daa 100644 --- a/api_docs/kbn_unified_histogram.mdx +++ b/api_docs/kbn_unified_histogram.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-unified-histogram title: "@kbn/unified-histogram" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/unified-histogram plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/unified-histogram'] --- import kbnUnifiedHistogramObj from './kbn_unified_histogram.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/k | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 122 | 0 | 95 | 15 | +| 123 | 0 | 96 | 15 | ## Client diff --git a/api_docs/kbn_unified_metrics_grid.mdx b/api_docs/kbn_unified_metrics_grid.mdx index 8b6906ba05669..b0f8733a01e86 100644 --- a/api_docs/kbn_unified_metrics_grid.mdx +++ b/api_docs/kbn_unified_metrics_grid.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-unified-metrics-grid title: "@kbn/unified-metrics-grid" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/unified-metrics-grid plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/unified-metrics-grid'] --- import kbnUnifiedMetricsGridObj from './kbn_unified_metrics_grid.devdocs.json'; diff --git a/api_docs/kbn_unified_tabs.devdocs.json b/api_docs/kbn_unified_tabs.devdocs.json index 3dcd171b1466c..5ebdf1227d53b 100644 --- a/api_docs/kbn_unified_tabs.devdocs.json +++ b/api_docs/kbn_unified_tabs.devdocs.json @@ -74,7 +74,7 @@ "label": "TabbedContent", "description": [], "signature": [ - "({ items: managedItems, selectedItemId: managedSelectedItemId, recentlyClosedItems, unsavedItemIds, maxItemsCount, services, hideTabsBar, renderContent, createItem, onChanged, getPreviewData, }: ", + "({ items: managedItems, selectedItemId: managedSelectedItemId, recentlyClosedItems, unsavedItemIds, maxItemsCount, services, hideTabsBar, renderContent, createItem, onChanged, onClearRecentlyClosed, getPreviewData, onEBTEvent, }: ", { "pluginId": "@kbn/unified-tabs", "scope": "public", @@ -93,7 +93,7 @@ "id": "def-public.TabbedContent.$1", "type": "Object", "tags": [], - "label": "{\n items: managedItems,\n selectedItemId: managedSelectedItemId,\n recentlyClosedItems,\n unsavedItemIds,\n maxItemsCount = MAX_ITEMS_COUNT,\n services,\n hideTabsBar = false,\n renderContent,\n createItem,\n onChanged,\n getPreviewData,\n}", + "label": "{\n items: managedItems,\n selectedItemId: managedSelectedItemId,\n recentlyClosedItems,\n unsavedItemIds,\n maxItemsCount = MAX_ITEMS_COUNT,\n services,\n hideTabsBar = false,\n renderContent,\n createItem,\n onChanged,\n onClearRecentlyClosed,\n getPreviewData,\n onEBTEvent,\n}", "description": [], "signature": [ { @@ -182,7 +182,7 @@ }, " extends Pick<", "TabsBarProps", - ", \"unsavedItemIds\" | \"maxItemsCount\">" + ", \"unsavedItemIds\" | \"maxItemsCount\" | \"onClearRecentlyClosed\">" ], "path": "src/platform/packages/shared/kbn-unified-tabs/src/components/tabbed_content/tabbed_content.tsx", "deprecated": false, @@ -441,6 +441,52 @@ } ], "returnComment": [] + }, + { + "parentPluginId": "@kbn/unified-tabs", + "id": "def-public.TabbedContentProps.onEBTEvent", + "type": "Function", + "tags": [], + "label": "onEBTEvent", + "description": [], + "signature": [ + "(event: ", + { + "pluginId": "@kbn/unified-tabs", + "scope": "public", + "docId": "kibKbnUnifiedTabsPluginApi", + "section": "def-public.TabsEBTEvent", + "text": "TabsEBTEvent" + }, + ") => void" + ], + "path": "src/platform/packages/shared/kbn-unified-tabs/src/components/tabbed_content/tabbed_content.tsx", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/unified-tabs", + "id": "def-public.TabbedContentProps.onEBTEvent.$1", + "type": "Object", + "tags": [], + "label": "event", + "description": [], + "signature": [ + { + "pluginId": "@kbn/unified-tabs", + "scope": "public", + "docId": "kibKbnUnifiedTabsPluginApi", + "section": "def-public.TabsEBTEvent", + "text": "TabsEBTEvent" + } + ], + "path": "src/platform/packages/shared/kbn-unified-tabs/src/components/tabbed_content/tabbed_content.tsx", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] } ], "initialIsOpen": false @@ -491,6 +537,20 @@ "path": "src/platform/packages/shared/kbn-unified-tabs/src/types.ts", "deprecated": false, "trackAdoption": false + }, + { + "parentPluginId": "@kbn/unified-tabs", + "id": "def-public.TabItem.restoredFromId", + "type": "string", + "tags": [], + "label": "restoredFromId", + "description": [], + "signature": [ + "string | undefined" + ], + "path": "src/platform/packages/shared/kbn-unified-tabs/src/types.ts", + "deprecated": false, + "trackAdoption": false } ], "initialIsOpen": false @@ -556,9 +616,165 @@ } ], "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/unified-tabs", + "id": "def-public.TabsEBTEvent", + "type": "Interface", + "tags": [], + "label": "TabsEBTEvent", + "description": [], + "path": "src/platform/packages/shared/kbn-unified-tabs/src/types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/unified-tabs", + "id": "def-public.TabsEBTEvent.TabsEventDataKeys.TABS_EVENT_NAME", + "type": "Enum", + "tags": [], + "label": "[TabsEventDataKeys.TABS_EVENT_NAME]", + "description": [], + "signature": [ + { + "pluginId": "@kbn/unified-tabs", + "scope": "public", + "docId": "kibKbnUnifiedTabsPluginApi", + "section": "def-public.TabsEventName", + "text": "TabsEventName" + } + ], + "path": "src/platform/packages/shared/kbn-unified-tabs/src/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/unified-tabs", + "id": "def-public.TabsEBTEvent.TabsEventDataKeys.TAB_ID", + "type": "string", + "tags": [], + "label": "[TabsEventDataKeys.TAB_ID]", + "description": [], + "signature": [ + "string | undefined" + ], + "path": "src/platform/packages/shared/kbn-unified-tabs/src/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/unified-tabs", + "id": "def-public.TabsEBTEvent.TabsEventDataKeys.TOTAL_TABS_OPEN", + "type": "number", + "tags": [], + "label": "[TabsEventDataKeys.TOTAL_TABS_OPEN]", + "description": [], + "signature": [ + "number | undefined" + ], + "path": "src/platform/packages/shared/kbn-unified-tabs/src/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/unified-tabs", + "id": "def-public.TabsEBTEvent.TabsEventDataKeys.FROM_INDEX", + "type": "number", + "tags": [], + "label": "[TabsEventDataKeys.FROM_INDEX]", + "description": [], + "signature": [ + "number | undefined" + ], + "path": "src/platform/packages/shared/kbn-unified-tabs/src/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/unified-tabs", + "id": "def-public.TabsEBTEvent.TabsEventDataKeys.TO_INDEX", + "type": "number", + "tags": [], + "label": "[TabsEventDataKeys.TO_INDEX]", + "description": [], + "signature": [ + "number | undefined" + ], + "path": "src/platform/packages/shared/kbn-unified-tabs/src/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/unified-tabs", + "id": "def-public.TabsEBTEvent.TabsEventDataKeys.REMAINING_TABS_COUNT", + "type": "number", + "tags": [], + "label": "[TabsEventDataKeys.REMAINING_TABS_COUNT]", + "description": [], + "signature": [ + "number | undefined" + ], + "path": "src/platform/packages/shared/kbn-unified-tabs/src/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/unified-tabs", + "id": "def-public.TabsEBTEvent.TabsEventDataKeys.CLOSED_TABS_COUNT", + "type": "number", + "tags": [], + "label": "[TabsEventDataKeys.CLOSED_TABS_COUNT]", + "description": [], + "signature": [ + "number | undefined" + ], + "path": "src/platform/packages/shared/kbn-unified-tabs/src/types.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/unified-tabs", + "id": "def-public.TabsEBTEvent.TabsEventDataKeys.SHORTCUT_USED", + "type": "string", + "tags": [], + "label": "[TabsEventDataKeys.SHORTCUT_USED]", + "description": [], + "signature": [ + "string | undefined" + ], + "path": "src/platform/packages/shared/kbn-unified-tabs/src/types.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false } ], "enums": [ + { + "parentPluginId": "@kbn/unified-tabs", + "id": "def-public.TabsEventDataKeys", + "type": "Enum", + "tags": [], + "label": "TabsEventDataKeys", + "description": [], + "path": "src/platform/packages/shared/kbn-unified-tabs/src/event_data_keys.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/unified-tabs", + "id": "def-public.TabsEventName", + "type": "Enum", + "tags": [], + "label": "TabsEventName", + "description": [], + "path": "src/platform/packages/shared/kbn-unified-tabs/src/types.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, { "parentPluginId": "@kbn/unified-tabs", "id": "def-public.TabStatus", diff --git a/api_docs/kbn_unified_tabs.mdx b/api_docs/kbn_unified_tabs.mdx index 3f3cc28f78755..21ac62b45a915 100644 --- a/api_docs/kbn_unified_tabs.mdx +++ b/api_docs/kbn_unified_tabs.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-unified-tabs title: "@kbn/unified-tabs" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/unified-tabs plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/unified-tabs'] --- import kbnUnifiedTabsObj from './kbn_unified_tabs.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/k | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 30 | 0 | 30 | 3 | +| 44 | 0 | 44 | 3 | ## Client diff --git a/api_docs/kbn_unsaved_changes_badge.mdx b/api_docs/kbn_unsaved_changes_badge.mdx index cf93ebb3de1a0..22187826e7e90 100644 --- a/api_docs/kbn_unsaved_changes_badge.mdx +++ b/api_docs/kbn_unsaved_changes_badge.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-unsaved-changes-badge title: "@kbn/unsaved-changes-badge" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/unsaved-changes-badge plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/unsaved-changes-badge'] --- import kbnUnsavedChangesBadgeObj from './kbn_unsaved_changes_badge.devdocs.json'; diff --git a/api_docs/kbn_unsaved_changes_prompt.mdx b/api_docs/kbn_unsaved_changes_prompt.mdx index 37bd4d865070e..8386f60b9ff8d 100644 --- a/api_docs/kbn_unsaved_changes_prompt.mdx +++ b/api_docs/kbn_unsaved_changes_prompt.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-unsaved-changes-prompt title: "@kbn/unsaved-changes-prompt" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/unsaved-changes-prompt plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/unsaved-changes-prompt'] --- import kbnUnsavedChangesPromptObj from './kbn_unsaved_changes_prompt.devdocs.json'; diff --git a/api_docs/kbn_upgrade_assistant_pkg_common.mdx b/api_docs/kbn_upgrade_assistant_pkg_common.mdx index fed43fa94a9f9..72bedaf7207a6 100644 --- a/api_docs/kbn_upgrade_assistant_pkg_common.mdx +++ b/api_docs/kbn_upgrade_assistant_pkg_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-upgrade-assistant-pkg-common title: "@kbn/upgrade-assistant-pkg-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/upgrade-assistant-pkg-common plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/upgrade-assistant-pkg-common'] --- import kbnUpgradeAssistantPkgCommonObj from './kbn_upgrade_assistant_pkg_common.devdocs.json'; diff --git a/api_docs/kbn_upgrade_assistant_pkg_public.mdx b/api_docs/kbn_upgrade_assistant_pkg_public.mdx index 6f8cbdfb8af6e..5ac5c9134fcf9 100644 --- a/api_docs/kbn_upgrade_assistant_pkg_public.mdx +++ b/api_docs/kbn_upgrade_assistant_pkg_public.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-upgrade-assistant-pkg-public title: "@kbn/upgrade-assistant-pkg-public" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/upgrade-assistant-pkg-public plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/upgrade-assistant-pkg-public'] --- import kbnUpgradeAssistantPkgPublicObj from './kbn_upgrade_assistant_pkg_public.devdocs.json'; diff --git a/api_docs/kbn_upgrade_assistant_pkg_server.mdx b/api_docs/kbn_upgrade_assistant_pkg_server.mdx index 44a7d30fd1d26..0be2b3d9af480 100644 --- a/api_docs/kbn_upgrade_assistant_pkg_server.mdx +++ b/api_docs/kbn_upgrade_assistant_pkg_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-upgrade-assistant-pkg-server title: "@kbn/upgrade-assistant-pkg-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/upgrade-assistant-pkg-server plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/upgrade-assistant-pkg-server'] --- import kbnUpgradeAssistantPkgServerObj from './kbn_upgrade_assistant_pkg_server.devdocs.json'; diff --git a/api_docs/kbn_use_tracked_promise.mdx b/api_docs/kbn_use_tracked_promise.mdx index edb3f77c376b5..64de27e78bc23 100644 --- a/api_docs/kbn_use_tracked_promise.mdx +++ b/api_docs/kbn_use_tracked_promise.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-use-tracked-promise title: "@kbn/use-tracked-promise" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/use-tracked-promise plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/use-tracked-promise'] --- import kbnUseTrackedPromiseObj from './kbn_use_tracked_promise.devdocs.json'; diff --git a/api_docs/kbn_user_profile_components.mdx b/api_docs/kbn_user_profile_components.mdx index 8a5e086671405..29a648b9a53ae 100644 --- a/api_docs/kbn_user_profile_components.mdx +++ b/api_docs/kbn_user_profile_components.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-user-profile-components title: "@kbn/user-profile-components" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/user-profile-components plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/user-profile-components'] --- import kbnUserProfileComponentsObj from './kbn_user_profile_components.devdocs.json'; diff --git a/api_docs/kbn_utility_types.mdx b/api_docs/kbn_utility_types.mdx index 422cc9d7937b9..0ced2d6a3ca50 100644 --- a/api_docs/kbn_utility_types.mdx +++ b/api_docs/kbn_utility_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-utility-types title: "@kbn/utility-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/utility-types plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/utility-types'] --- import kbnUtilityTypesObj from './kbn_utility_types.devdocs.json'; diff --git a/api_docs/kbn_utility_types_jest.mdx b/api_docs/kbn_utility_types_jest.mdx index 017903777aa7d..ee24990d7c824 100644 --- a/api_docs/kbn_utility_types_jest.mdx +++ b/api_docs/kbn_utility_types_jest.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-utility-types-jest title: "@kbn/utility-types-jest" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/utility-types-jest plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/utility-types-jest'] --- import kbnUtilityTypesJestObj from './kbn_utility_types_jest.devdocs.json'; diff --git a/api_docs/kbn_utils.mdx b/api_docs/kbn_utils.mdx index 3d3e55dff9490..a15237ad331ba 100644 --- a/api_docs/kbn_utils.mdx +++ b/api_docs/kbn_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-utils title: "@kbn/utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/utils plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/utils'] --- import kbnUtilsObj from './kbn_utils.devdocs.json'; diff --git a/api_docs/kbn_visualization_ui_components.mdx b/api_docs/kbn_visualization_ui_components.mdx index b532c584b50c0..ba0e250eac481 100644 --- a/api_docs/kbn_visualization_ui_components.mdx +++ b/api_docs/kbn_visualization_ui_components.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-visualization-ui-components title: "@kbn/visualization-ui-components" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/visualization-ui-components plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/visualization-ui-components'] --- import kbnVisualizationUiComponentsObj from './kbn_visualization_ui_components.devdocs.json'; diff --git a/api_docs/kbn_visualization_utils.mdx b/api_docs/kbn_visualization_utils.mdx index 3f4815ef09341..7771fcc4c2597 100644 --- a/api_docs/kbn_visualization_utils.mdx +++ b/api_docs/kbn_visualization_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-visualization-utils title: "@kbn/visualization-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/visualization-utils plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/visualization-utils'] --- import kbnVisualizationUtilsObj from './kbn_visualization_utils.devdocs.json'; diff --git a/api_docs/kbn_wci_browser.mdx b/api_docs/kbn_wci_browser.mdx index b14312d1aa914..f41c331af9ff9 100644 --- a/api_docs/kbn_wci_browser.mdx +++ b/api_docs/kbn_wci_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-wci-browser title: "@kbn/wci-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/wci-browser plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/wci-browser'] --- import kbnWciBrowserObj from './kbn_wci_browser.devdocs.json'; diff --git a/api_docs/kbn_wci_common.mdx b/api_docs/kbn_wci_common.mdx index 3d176750a5c32..f77a8b093c896 100644 --- a/api_docs/kbn_wci_common.mdx +++ b/api_docs/kbn_wci_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-wci-common title: "@kbn/wci-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/wci-common plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/wci-common'] --- import kbnWciCommonObj from './kbn_wci_common.devdocs.json'; diff --git a/api_docs/kbn_wci_server.mdx b/api_docs/kbn_wci_server.mdx index 0ad90c511ce08..86c3ff6336b32 100644 --- a/api_docs/kbn_wci_server.mdx +++ b/api_docs/kbn_wci_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-wci-server title: "@kbn/wci-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/wci-server plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/wci-server'] --- import kbnWciServerObj from './kbn_wci_server.devdocs.json'; diff --git a/api_docs/kbn_workflows.devdocs.json b/api_docs/kbn_workflows.devdocs.json index 1174cebd8eb49..38f28c815bad9 100644 --- a/api_docs/kbn_workflows.devdocs.json +++ b/api_docs/kbn_workflows.devdocs.json @@ -334,11 +334,7 @@ "label": "getJsonSchemaFromYamlSchema", "description": [], "signature": [ - "(yamlSchema: Zod.ZodType) => ", - "JsonSchema7Type", - " & { $schema?: string | undefined; definitions?: { [key: string]: ", - "JsonSchema7Type", - "; } | undefined; }" + "(yamlSchema: Zod.ZodType) => any" ], "path": "src/platform/packages/shared/kbn-workflows/spec/lib/generate_yaml_schema.ts", "deprecated": false, @@ -800,6 +796,53 @@ "returnComment": [], "initialIsOpen": false }, + { + "parentPluginId": "@kbn/workflows", + "id": "def-common.isInProgressStatus", + "type": "Function", + "tags": [], + "label": "isInProgressStatus", + "description": [], + "signature": [ + "(status: ", + { + "pluginId": "@kbn/workflows", + "scope": "common", + "docId": "kibKbnWorkflowsPluginApi", + "section": "def-common.ExecutionStatus", + "text": "ExecutionStatus" + }, + ") => boolean" + ], + "path": "src/platform/packages/shared/kbn-workflows/types/utils.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/workflows", + "id": "def-common.isInProgressStatus.$1", + "type": "Enum", + "tags": [], + "label": "status", + "description": [], + "signature": [ + { + "pluginId": "@kbn/workflows", + "scope": "common", + "docId": "kibKbnWorkflowsPluginApi", + "section": "def-common.ExecutionStatus", + "text": "ExecutionStatus" + } + ], + "path": "src/platform/packages/shared/kbn-workflows/types/utils.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, { "parentPluginId": "@kbn/workflows", "id": "def-common.isKibanaStep", @@ -3478,6 +3521,36 @@ "trackAdoption": false, "initialIsOpen": false }, + { + "parentPluginId": "@kbn/workflows", + "id": "def-common.TestWorkflowCommand", + "type": "Type", + "tags": [], + "label": "TestWorkflowCommand", + "description": [], + "signature": [ + "{ inputs: Record; workflowYaml: string; }" + ], + "path": "src/platform/packages/shared/kbn-workflows/types/v1.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/workflows", + "id": "def-common.TestWorkflowResponseDto", + "type": "Type", + "tags": [], + "label": "TestWorkflowResponseDto", + "description": [], + "signature": [ + "{ workflowExecutionId: string; }" + ], + "path": "src/platform/packages/shared/kbn-workflows/types/v1.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, { "parentPluginId": "@kbn/workflows", "id": "def-common.TriggerType", @@ -3523,6 +3596,23 @@ "trackAdoption": false, "initialIsOpen": false }, + { + "parentPluginId": "@kbn/workflows", + "id": "def-common.WORKFLOW_EXECUTION_STATS_BAR_SETTING_ID", + "type": "string", + "tags": [], + "label": "WORKFLOW_EXECUTION_STATS_BAR_SETTING_ID", + "description": [ + "\nFeature flag ID for enabling / disabling the workflow execution stats bar UI" + ], + "signature": [ + "\"workflows:executionStatsBar:enabled\"" + ], + "path": "src/platform/packages/shared/kbn-workflows/common/constants.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, { "parentPluginId": "@kbn/workflows", "id": "def-common.WorkflowContext", diff --git a/api_docs/kbn_workflows.mdx b/api_docs/kbn_workflows.mdx index ecd3b4cbbd53a..dcbf9db1301ab 100644 --- a/api_docs/kbn_workflows.mdx +++ b/api_docs/kbn_workflows.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-workflows title: "@kbn/workflows" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/workflows plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/workflows'] --- import kbnWorkflowsObj from './kbn_workflows.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/workflows-eng](https://github.com/orgs/elastic/teams/workflows | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 283 | 2 | 266 | 1 | +| 288 | 2 | 270 | 1 | ## Common diff --git a/api_docs/kbn_workspaces.mdx b/api_docs/kbn_workspaces.mdx index 1ebc8256942e3..dfcf5225d7ea8 100644 --- a/api_docs/kbn_workspaces.mdx +++ b/api_docs/kbn_workspaces.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-workspaces title: "@kbn/workspaces" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/workspaces plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/workspaces'] --- import kbnWorkspacesObj from './kbn_workspaces.devdocs.json'; diff --git a/api_docs/kbn_xstate_utils.mdx b/api_docs/kbn_xstate_utils.mdx index c68fb70473da2..41d53954a8506 100644 --- a/api_docs/kbn_xstate_utils.mdx +++ b/api_docs/kbn_xstate_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-xstate-utils title: "@kbn/xstate-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/xstate-utils plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/xstate-utils'] --- import kbnXstateUtilsObj from './kbn_xstate_utils.devdocs.json'; diff --git a/api_docs/kbn_yarn_lock_validator.mdx b/api_docs/kbn_yarn_lock_validator.mdx index 5b0c16316c7e8..190879c4e23cf 100644 --- a/api_docs/kbn_yarn_lock_validator.mdx +++ b/api_docs/kbn_yarn_lock_validator.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-yarn-lock-validator title: "@kbn/yarn-lock-validator" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/yarn-lock-validator plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/yarn-lock-validator'] --- import kbnYarnLockValidatorObj from './kbn_yarn_lock_validator.devdocs.json'; diff --git a/api_docs/kbn_zod.mdx b/api_docs/kbn_zod.mdx index 15946d335305c..afad64c7f580a 100644 --- a/api_docs/kbn_zod.mdx +++ b/api_docs/kbn_zod.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-zod title: "@kbn/zod" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/zod plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/zod'] --- import kbnZodObj from './kbn_zod.devdocs.json'; diff --git a/api_docs/kbn_zod_helpers.mdx b/api_docs/kbn_zod_helpers.mdx index fc201d869f9e4..619156eff00b6 100644 --- a/api_docs/kbn_zod_helpers.mdx +++ b/api_docs/kbn_zod_helpers.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-zod-helpers title: "@kbn/zod-helpers" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/zod-helpers plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/zod-helpers'] --- import kbnZodHelpersObj from './kbn_zod_helpers.devdocs.json'; diff --git a/api_docs/kibana_overview.mdx b/api_docs/kibana_overview.mdx index 71d887b8c2d7a..a2810af88bf51 100644 --- a/api_docs/kibana_overview.mdx +++ b/api_docs/kibana_overview.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kibanaOverview title: "kibanaOverview" image: https://source.unsplash.com/400x175/?github description: API docs for the kibanaOverview plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'kibanaOverview'] --- import kibanaOverviewObj from './kibana_overview.devdocs.json'; diff --git a/api_docs/kibana_react.devdocs.json b/api_docs/kibana_react.devdocs.json index 60d5fef933308..d14c5c2bf4dc0 100644 --- a/api_docs/kibana_react.devdocs.json +++ b/api_docs/kibana_react.devdocs.json @@ -1358,14 +1358,6 @@ "deprecated": true, "trackAdoption": false, "references": [ - { - "plugin": "observabilityAiAssistantManagement", - "path": "x-pack/platform/plugins/private/observability_ai_assistant_management/public/app.tsx" - }, - { - "plugin": "observabilityAiAssistantManagement", - "path": "x-pack/platform/plugins/private/observability_ai_assistant_management/public/app.tsx" - }, { "plugin": "aiAssistantManagementSelection", "path": "src/platform/plugins/shared/ai_assistant_management/selection/public/management_section/mount_section.tsx" @@ -1373,6 +1365,14 @@ { "plugin": "aiAssistantManagementSelection", "path": "src/platform/plugins/shared/ai_assistant_management/selection/public/management_section/mount_section.tsx" + }, + { + "plugin": "observabilityAiAssistantManagement", + "path": "x-pack/platform/plugins/private/observability_ai_assistant_management/public/app.tsx" + }, + { + "plugin": "observabilityAiAssistantManagement", + "path": "x-pack/platform/plugins/private/observability_ai_assistant_management/public/app.tsx" } ], "children": [ diff --git a/api_docs/kibana_react.mdx b/api_docs/kibana_react.mdx index bc57b532e12ef..31324d53e3192 100644 --- a/api_docs/kibana_react.mdx +++ b/api_docs/kibana_react.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kibanaReact title: "kibanaReact" image: https://source.unsplash.com/400x175/?github description: API docs for the kibanaReact plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'kibanaReact'] --- import kibanaReactObj from './kibana_react.devdocs.json'; diff --git a/api_docs/kibana_utils.mdx b/api_docs/kibana_utils.mdx index c226aadd76b6d..b57f48f203bba 100644 --- a/api_docs/kibana_utils.mdx +++ b/api_docs/kibana_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kibanaUtils title: "kibanaUtils" image: https://source.unsplash.com/400x175/?github description: API docs for the kibanaUtils plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'kibanaUtils'] --- import kibanaUtilsObj from './kibana_utils.devdocs.json'; diff --git a/api_docs/lens.devdocs.json b/api_docs/lens.devdocs.json index 66856cafcab65..052a3e94f3590 100644 --- a/api_docs/lens.devdocs.json +++ b/api_docs/lens.devdocs.json @@ -207,7 +207,7 @@ "MakeOverridesSerializable", "<", "CustomXDomain", - " | undefined>; onAnnotationClick?: \"ignore\" | undefined; resizeDebounce?: number | undefined; pointerUpdateDebounce?: number | undefined; roundHistogramBrushValues?: boolean | undefined; renderingSort?: \"ignore\" | undefined; noResults?: React.ComponentType<{}> | React.ReactChild | undefined; ariaLabel?: string | undefined; ariaLabelledBy?: string | undefined; ariaDescription?: string | undefined; ariaDescribedBy?: string | undefined; ariaTableCaption?: string | undefined; legendStrategy?: ", + " | undefined>; onAnnotationClick?: \"ignore\" | undefined; resizeDebounce?: number | undefined; pointerUpdateDebounce?: number | undefined; roundHistogramBrushValues?: boolean | undefined; renderingSort?: \"ignore\" | undefined; noResults?: string | number | boolean | React.ReactElement> | Iterable | React.ReactPortal | React.ComponentType<{}> | undefined; ariaLabel?: string | undefined; ariaLabelledBy?: string | undefined; ariaDescription?: string | undefined; ariaDescribedBy?: string | undefined; ariaTableCaption?: string | undefined; legendStrategy?: ", "LegendStrategy", " | undefined; onLegendItemOver?: \"ignore\" | undefined; onLegendItemOut?: \"ignore\" | undefined; onLegendItemClick?: \"ignore\" | undefined; onLegendItemPlusClick?: \"ignore\" | undefined; onLegendItemMinusClick?: \"ignore\" | undefined; legendAction?: \"ignore\" | undefined; legendSort?: \"ignore\" | undefined; customLegend?: \"ignore\" | undefined; legendTitle?: string | undefined; }>> | Partial; onAnnotationClick?: \"ignore\" | undefined; resizeDebounce?: number | undefined; pointerUpdateDebounce?: number | undefined; roundHistogramBrushValues?: boolean | undefined; renderingSort?: \"ignore\" | undefined; noResults?: React.ComponentType<{}> | React.ReactChild | undefined; ariaLabel?: string | undefined; ariaLabelledBy?: string | undefined; ariaDescription?: string | undefined; ariaDescribedBy?: string | undefined; ariaTableCaption?: string | undefined; legendStrategy?: ", + " | undefined>; onAnnotationClick?: \"ignore\" | undefined; resizeDebounce?: number | undefined; pointerUpdateDebounce?: number | undefined; roundHistogramBrushValues?: boolean | undefined; renderingSort?: \"ignore\" | undefined; noResults?: string | number | boolean | React.ReactElement> | Iterable | React.ReactPortal | React.ComponentType<{}> | undefined; ariaLabel?: string | undefined; ariaLabelledBy?: string | undefined; ariaDescription?: string | undefined; ariaDescribedBy?: string | undefined; ariaTableCaption?: string | undefined; legendStrategy?: ", "LegendStrategy", " | undefined; onLegendItemOver?: \"ignore\" | undefined; onLegendItemOut?: \"ignore\" | undefined; onLegendItemClick?: \"ignore\" | undefined; onLegendItemPlusClick?: \"ignore\" | undefined; onLegendItemMinusClick?: \"ignore\" | undefined; legendAction?: \"ignore\" | undefined; legendSort?: \"ignore\" | undefined; customLegend?: \"ignore\" | undefined; legendTitle?: string | undefined; }>> | Partial; onAnnotationClick?: \"ignore\" | undefined; resizeDebounce?: number | undefined; pointerUpdateDebounce?: number | undefined; roundHistogramBrushValues?: boolean | undefined; renderingSort?: \"ignore\" | undefined; noResults?: React.ComponentType<{}> | React.ReactChild | undefined; ariaLabel?: string | undefined; ariaLabelledBy?: string | undefined; ariaDescription?: string | undefined; ariaDescribedBy?: string | undefined; ariaTableCaption?: string | undefined; legendStrategy?: ", + " | undefined>; onAnnotationClick?: \"ignore\" | undefined; resizeDebounce?: number | undefined; pointerUpdateDebounce?: number | undefined; roundHistogramBrushValues?: boolean | undefined; renderingSort?: \"ignore\" | undefined; noResults?: string | number | boolean | React.ReactElement> | Iterable | React.ReactPortal | React.ComponentType<{}> | undefined; ariaLabel?: string | undefined; ariaLabelledBy?: string | undefined; ariaDescription?: string | undefined; ariaDescribedBy?: string | undefined; ariaTableCaption?: string | undefined; legendStrategy?: ", "LegendStrategy", " | undefined; onLegendItemOver?: \"ignore\" | undefined; onLegendItemOut?: \"ignore\" | undefined; onLegendItemClick?: \"ignore\" | undefined; onLegendItemPlusClick?: \"ignore\" | undefined; onLegendItemMinusClick?: \"ignore\" | undefined; legendAction?: \"ignore\" | undefined; legendSort?: \"ignore\" | undefined; customLegend?: \"ignore\" | undefined; legendTitle?: string | undefined; }>> | Partial; onAnnotationClick?: \"ignore\" | undefined; resizeDebounce?: number | undefined; pointerUpdateDebounce?: number | undefined; roundHistogramBrushValues?: boolean | undefined; renderingSort?: \"ignore\" | undefined; noResults?: React.ComponentType<{}> | React.ReactChild | undefined; ariaLabel?: string | undefined; ariaLabelledBy?: string | undefined; ariaDescription?: string | undefined; ariaDescribedBy?: string | undefined; ariaTableCaption?: string | undefined; legendStrategy?: ", + " | undefined>; onAnnotationClick?: \"ignore\" | undefined; resizeDebounce?: number | undefined; pointerUpdateDebounce?: number | undefined; roundHistogramBrushValues?: boolean | undefined; renderingSort?: \"ignore\" | undefined; noResults?: string | number | boolean | React.ReactElement> | Iterable | React.ReactPortal | React.ComponentType<{}> | undefined; ariaLabel?: string | undefined; ariaLabelledBy?: string | undefined; ariaDescription?: string | undefined; ariaDescribedBy?: string | undefined; ariaTableCaption?: string | undefined; legendStrategy?: ", "LegendStrategy", " | undefined; onLegendItemOver?: \"ignore\" | undefined; onLegendItemOut?: \"ignore\" | undefined; onLegendItemClick?: \"ignore\" | undefined; onLegendItemPlusClick?: \"ignore\" | undefined; onLegendItemMinusClick?: \"ignore\" | undefined; legendAction?: \"ignore\" | undefined; legendSort?: \"ignore\" | undefined; customLegend?: \"ignore\" | undefined; legendTitle?: string | undefined; }>> | Partial; onAnnotationClick?: \"ignore\" | undefined; resizeDebounce?: number | undefined; pointerUpdateDebounce?: number | undefined; roundHistogramBrushValues?: boolean | undefined; renderingSort?: \"ignore\" | undefined; noResults?: React.ComponentType<{}> | React.ReactChild | undefined; ariaLabel?: string | undefined; ariaLabelledBy?: string | undefined; ariaDescription?: string | undefined; ariaDescribedBy?: string | undefined; ariaTableCaption?: string | undefined; legendStrategy?: ", + " | undefined>; onAnnotationClick?: \"ignore\" | undefined; resizeDebounce?: number | undefined; pointerUpdateDebounce?: number | undefined; roundHistogramBrushValues?: boolean | undefined; renderingSort?: \"ignore\" | undefined; noResults?: string | number | boolean | React.ReactElement> | Iterable | React.ReactPortal | React.ComponentType<{}> | undefined; ariaLabel?: string | undefined; ariaLabelledBy?: string | undefined; ariaDescription?: string | undefined; ariaDescribedBy?: string | undefined; ariaTableCaption?: string | undefined; legendStrategy?: ", "LegendStrategy", " | undefined; onLegendItemOver?: \"ignore\" | undefined; onLegendItemOut?: \"ignore\" | undefined; onLegendItemClick?: \"ignore\" | undefined; onLegendItemPlusClick?: \"ignore\" | undefined; onLegendItemMinusClick?: \"ignore\" | undefined; legendAction?: \"ignore\" | undefined; legendSort?: \"ignore\" | undefined; customLegend?: \"ignore\" | undefined; legendTitle?: string | undefined; }>> | Partial; onAnnotationClick?: \"ignore\" | undefined; resizeDebounce?: number | undefined; pointerUpdateDebounce?: number | undefined; roundHistogramBrushValues?: boolean | undefined; renderingSort?: \"ignore\" | undefined; noResults?: React.ComponentType<{}> | React.ReactChild | undefined; ariaLabel?: string | undefined; ariaLabelledBy?: string | undefined; ariaDescription?: string | undefined; ariaDescribedBy?: string | undefined; ariaTableCaption?: string | undefined; legendStrategy?: ", + " | undefined>; onAnnotationClick?: \"ignore\" | undefined; resizeDebounce?: number | undefined; pointerUpdateDebounce?: number | undefined; roundHistogramBrushValues?: boolean | undefined; renderingSort?: \"ignore\" | undefined; noResults?: string | number | boolean | React.ReactElement> | Iterable | React.ReactPortal | React.ComponentType<{}> | undefined; ariaLabel?: string | undefined; ariaLabelledBy?: string | undefined; ariaDescription?: string | undefined; ariaDescribedBy?: string | undefined; ariaTableCaption?: string | undefined; legendStrategy?: ", "LegendStrategy", " | undefined; onLegendItemOver?: \"ignore\" | undefined; onLegendItemOut?: \"ignore\" | undefined; onLegendItemClick?: \"ignore\" | undefined; onLegendItemPlusClick?: \"ignore\" | undefined; onLegendItemMinusClick?: \"ignore\" | undefined; legendAction?: \"ignore\" | undefined; legendSort?: \"ignore\" | undefined; customLegend?: \"ignore\" | undefined; legendTitle?: string | undefined; }>> | Partial; onAnnotationClick?: \"ignore\" | undefined; resizeDebounce?: number | undefined; pointerUpdateDebounce?: number | undefined; roundHistogramBrushValues?: boolean | undefined; renderingSort?: \"ignore\" | undefined; noResults?: React.ComponentType<{}> | React.ReactChild | undefined; ariaLabel?: string | undefined; ariaLabelledBy?: string | undefined; ariaDescription?: string | undefined; ariaDescribedBy?: string | undefined; ariaTableCaption?: string | undefined; legendStrategy?: ", + " | undefined>; onAnnotationClick?: \"ignore\" | undefined; resizeDebounce?: number | undefined; pointerUpdateDebounce?: number | undefined; roundHistogramBrushValues?: boolean | undefined; renderingSort?: \"ignore\" | undefined; noResults?: string | number | boolean | React.ReactElement> | Iterable | React.ReactPortal | React.ComponentType<{}> | undefined; ariaLabel?: string | undefined; ariaLabelledBy?: string | undefined; ariaDescription?: string | undefined; ariaDescribedBy?: string | undefined; ariaTableCaption?: string | undefined; legendStrategy?: ", "LegendStrategy", " | undefined; onLegendItemOver?: \"ignore\" | undefined; onLegendItemOut?: \"ignore\" | undefined; onLegendItemClick?: \"ignore\" | undefined; onLegendItemPlusClick?: \"ignore\" | undefined; onLegendItemMinusClick?: \"ignore\" | undefined; legendAction?: \"ignore\" | undefined; legendSort?: \"ignore\" | undefined; customLegend?: \"ignore\" | undefined; legendTitle?: string | undefined; }>> | Partial; onAnnotationClick?: \"ignore\" | undefined; resizeDebounce?: number | undefined; pointerUpdateDebounce?: number | undefined; roundHistogramBrushValues?: boolean | undefined; renderingSort?: \"ignore\" | undefined; noResults?: React.ComponentType<{}> | React.ReactChild | undefined; ariaLabel?: string | undefined; ariaLabelledBy?: string | undefined; ariaDescription?: string | undefined; ariaDescribedBy?: string | undefined; ariaTableCaption?: string | undefined; legendStrategy?: ", + " | undefined>; onAnnotationClick?: \"ignore\" | undefined; resizeDebounce?: number | undefined; pointerUpdateDebounce?: number | undefined; roundHistogramBrushValues?: boolean | undefined; renderingSort?: \"ignore\" | undefined; noResults?: string | number | boolean | React.ReactElement> | Iterable | React.ReactPortal | React.ComponentType<{}> | undefined; ariaLabel?: string | undefined; ariaLabelledBy?: string | undefined; ariaDescription?: string | undefined; ariaDescribedBy?: string | undefined; ariaTableCaption?: string | undefined; legendStrategy?: ", "LegendStrategy", " | undefined; onLegendItemOver?: \"ignore\" | undefined; onLegendItemOut?: \"ignore\" | undefined; onLegendItemClick?: \"ignore\" | undefined; onLegendItemPlusClick?: \"ignore\" | undefined; onLegendItemMinusClick?: \"ignore\" | undefined; legendAction?: \"ignore\" | undefined; legendSort?: \"ignore\" | undefined; customLegend?: \"ignore\" | undefined; legendTitle?: string | undefined; }>> | Partial; onAnnotationClick?: \"ignore\" | undefined; resizeDebounce?: number | undefined; pointerUpdateDebounce?: number | undefined; roundHistogramBrushValues?: boolean | undefined; renderingSort?: \"ignore\" | undefined; noResults?: React.ComponentType<{}> | React.ReactChild | undefined; ariaLabel?: string | undefined; ariaLabelledBy?: string | undefined; ariaDescription?: string | undefined; ariaDescribedBy?: string | undefined; ariaTableCaption?: string | undefined; legendStrategy?: ", + " | undefined>; onAnnotationClick?: \"ignore\" | undefined; resizeDebounce?: number | undefined; pointerUpdateDebounce?: number | undefined; roundHistogramBrushValues?: boolean | undefined; renderingSort?: \"ignore\" | undefined; noResults?: string | number | boolean | React.ReactElement> | Iterable | React.ReactPortal | React.ComponentType<{}> | undefined; ariaLabel?: string | undefined; ariaLabelledBy?: string | undefined; ariaDescription?: string | undefined; ariaDescribedBy?: string | undefined; ariaTableCaption?: string | undefined; legendStrategy?: ", "LegendStrategy", " | undefined; onLegendItemOver?: \"ignore\" | undefined; onLegendItemOut?: \"ignore\" | undefined; onLegendItemClick?: \"ignore\" | undefined; onLegendItemPlusClick?: \"ignore\" | undefined; onLegendItemMinusClick?: \"ignore\" | undefined; legendAction?: \"ignore\" | undefined; legendSort?: \"ignore\" | undefined; customLegend?: \"ignore\" | undefined; legendTitle?: string | undefined; }>> & Partial>) | undefined" ], @@ -16485,7 +16499,7 @@ "MakeOverridesSerializable", "<", "CustomXDomain", - " | undefined>; onAnnotationClick?: \"ignore\" | undefined; resizeDebounce?: number | undefined; pointerUpdateDebounce?: number | undefined; roundHistogramBrushValues?: boolean | undefined; renderingSort?: \"ignore\" | undefined; noResults?: React.ComponentType<{}> | React.ReactChild | undefined; ariaLabel?: string | undefined; ariaLabelledBy?: string | undefined; ariaDescription?: string | undefined; ariaDescribedBy?: string | undefined; ariaTableCaption?: string | undefined; legendStrategy?: ", + " | undefined>; onAnnotationClick?: \"ignore\" | undefined; resizeDebounce?: number | undefined; pointerUpdateDebounce?: number | undefined; roundHistogramBrushValues?: boolean | undefined; renderingSort?: \"ignore\" | undefined; noResults?: string | number | boolean | React.ReactElement> | Iterable | React.ReactPortal | React.ComponentType<{}> | undefined; ariaLabel?: string | undefined; ariaLabelledBy?: string | undefined; ariaDescription?: string | undefined; ariaDescribedBy?: string | undefined; ariaTableCaption?: string | undefined; legendStrategy?: ", "LegendStrategy", " | undefined; onLegendItemOver?: \"ignore\" | undefined; onLegendItemOut?: \"ignore\" | undefined; onLegendItemClick?: \"ignore\" | undefined; onLegendItemPlusClick?: \"ignore\" | undefined; onLegendItemMinusClick?: \"ignore\" | undefined; legendAction?: \"ignore\" | undefined; legendSort?: \"ignore\" | undefined; customLegend?: \"ignore\" | undefined; legendTitle?: string | undefined; }>> | Partial; onAnnotationClick?: \"ignore\" | undefined; resizeDebounce?: number | undefined; pointerUpdateDebounce?: number | undefined; roundHistogramBrushValues?: boolean | undefined; renderingSort?: \"ignore\" | undefined; noResults?: React.ComponentType<{}> | React.ReactChild | undefined; ariaLabel?: string | undefined; ariaLabelledBy?: string | undefined; ariaDescription?: string | undefined; ariaDescribedBy?: string | undefined; ariaTableCaption?: string | undefined; legendStrategy?: ", + " | undefined>; onAnnotationClick?: \"ignore\" | undefined; resizeDebounce?: number | undefined; pointerUpdateDebounce?: number | undefined; roundHistogramBrushValues?: boolean | undefined; renderingSort?: \"ignore\" | undefined; noResults?: string | number | boolean | React.ReactElement> | Iterable | React.ReactPortal | React.ComponentType<{}> | undefined; ariaLabel?: string | undefined; ariaLabelledBy?: string | undefined; ariaDescription?: string | undefined; ariaDescribedBy?: string | undefined; ariaTableCaption?: string | undefined; legendStrategy?: ", "LegendStrategy", " | undefined; onLegendItemOver?: \"ignore\" | undefined; onLegendItemOut?: \"ignore\" | undefined; onLegendItemClick?: \"ignore\" | undefined; onLegendItemPlusClick?: \"ignore\" | undefined; onLegendItemMinusClick?: \"ignore\" | undefined; legendAction?: \"ignore\" | undefined; legendSort?: \"ignore\" | undefined; customLegend?: \"ignore\" | undefined; legendTitle?: string | undefined; }>> | Partial; onAnnotationClick?: \"ignore\" | undefined; resizeDebounce?: number | undefined; pointerUpdateDebounce?: number | undefined; roundHistogramBrushValues?: boolean | undefined; renderingSort?: \"ignore\" | undefined; noResults?: React.ComponentType<{}> | React.ReactChild | undefined; ariaLabel?: string | undefined; ariaLabelledBy?: string | undefined; ariaDescription?: string | undefined; ariaDescribedBy?: string | undefined; ariaTableCaption?: string | undefined; legendStrategy?: ", + " | undefined>; onAnnotationClick?: \"ignore\" | undefined; resizeDebounce?: number | undefined; pointerUpdateDebounce?: number | undefined; roundHistogramBrushValues?: boolean | undefined; renderingSort?: \"ignore\" | undefined; noResults?: string | number | boolean | React.ReactElement> | Iterable | React.ReactPortal | React.ComponentType<{}> | undefined; ariaLabel?: string | undefined; ariaLabelledBy?: string | undefined; ariaDescription?: string | undefined; ariaDescribedBy?: string | undefined; ariaTableCaption?: string | undefined; legendStrategy?: ", "LegendStrategy", " | undefined; onLegendItemOver?: \"ignore\" | undefined; onLegendItemOut?: \"ignore\" | undefined; onLegendItemClick?: \"ignore\" | undefined; onLegendItemPlusClick?: \"ignore\" | undefined; onLegendItemMinusClick?: \"ignore\" | undefined; legendAction?: \"ignore\" | undefined; legendSort?: \"ignore\" | undefined; customLegend?: \"ignore\" | undefined; legendTitle?: string | undefined; }>> | Partial; onAnnotationClick?: \"ignore\" | undefined; resizeDebounce?: number | undefined; pointerUpdateDebounce?: number | undefined; roundHistogramBrushValues?: boolean | undefined; renderingSort?: \"ignore\" | undefined; noResults?: React.ComponentType<{}> | React.ReactChild | undefined; ariaLabel?: string | undefined; ariaLabelledBy?: string | undefined; ariaDescription?: string | undefined; ariaDescribedBy?: string | undefined; ariaTableCaption?: string | undefined; legendStrategy?: ", + " | undefined>; onAnnotationClick?: \"ignore\" | undefined; resizeDebounce?: number | undefined; pointerUpdateDebounce?: number | undefined; roundHistogramBrushValues?: boolean | undefined; renderingSort?: \"ignore\" | undefined; noResults?: string | number | boolean | React.ReactElement> | Iterable | React.ReactPortal | React.ComponentType<{}> | undefined; ariaLabel?: string | undefined; ariaLabelledBy?: string | undefined; ariaDescription?: string | undefined; ariaDescribedBy?: string | undefined; ariaTableCaption?: string | undefined; legendStrategy?: ", "LegendStrategy", " | undefined; onLegendItemOver?: \"ignore\" | undefined; onLegendItemOut?: \"ignore\" | undefined; onLegendItemClick?: \"ignore\" | undefined; onLegendItemPlusClick?: \"ignore\" | undefined; onLegendItemMinusClick?: \"ignore\" | undefined; legendAction?: \"ignore\" | undefined; legendSort?: \"ignore\" | undefined; customLegend?: \"ignore\" | undefined; legendTitle?: string | undefined; }>> | Partial; onAnnotationClick?: \"ignore\" | undefined; resizeDebounce?: number | undefined; pointerUpdateDebounce?: number | undefined; roundHistogramBrushValues?: boolean | undefined; renderingSort?: \"ignore\" | undefined; noResults?: React.ComponentType<{}> | React.ReactChild | undefined; ariaLabel?: string | undefined; ariaLabelledBy?: string | undefined; ariaDescription?: string | undefined; ariaDescribedBy?: string | undefined; ariaTableCaption?: string | undefined; legendStrategy?: ", + " | undefined>; onAnnotationClick?: \"ignore\" | undefined; resizeDebounce?: number | undefined; pointerUpdateDebounce?: number | undefined; roundHistogramBrushValues?: boolean | undefined; renderingSort?: \"ignore\" | undefined; noResults?: string | number | boolean | React.ReactElement> | Iterable | React.ReactPortal | React.ComponentType<{}> | undefined; ariaLabel?: string | undefined; ariaLabelledBy?: string | undefined; ariaDescription?: string | undefined; ariaDescribedBy?: string | undefined; ariaTableCaption?: string | undefined; legendStrategy?: ", "LegendStrategy", " | undefined; onLegendItemOver?: \"ignore\" | undefined; onLegendItemOut?: \"ignore\" | undefined; onLegendItemClick?: \"ignore\" | undefined; onLegendItemPlusClick?: \"ignore\" | undefined; onLegendItemMinusClick?: \"ignore\" | undefined; legendAction?: \"ignore\" | undefined; legendSort?: \"ignore\" | undefined; customLegend?: \"ignore\" | undefined; legendTitle?: string | undefined; }>> | Partial; onAnnotationClick?: \"ignore\" | undefined; resizeDebounce?: number | undefined; pointerUpdateDebounce?: number | undefined; roundHistogramBrushValues?: boolean | undefined; renderingSort?: \"ignore\" | undefined; noResults?: React.ComponentType<{}> | React.ReactChild | undefined; ariaLabel?: string | undefined; ariaLabelledBy?: string | undefined; ariaDescription?: string | undefined; ariaDescribedBy?: string | undefined; ariaTableCaption?: string | undefined; legendStrategy?: ", + " | undefined>; onAnnotationClick?: \"ignore\" | undefined; resizeDebounce?: number | undefined; pointerUpdateDebounce?: number | undefined; roundHistogramBrushValues?: boolean | undefined; renderingSort?: \"ignore\" | undefined; noResults?: string | number | boolean | React.ReactElement> | Iterable | React.ReactPortal | React.ComponentType<{}> | undefined; ariaLabel?: string | undefined; ariaLabelledBy?: string | undefined; ariaDescription?: string | undefined; ariaDescribedBy?: string | undefined; ariaTableCaption?: string | undefined; legendStrategy?: ", "LegendStrategy", " | undefined; onLegendItemOver?: \"ignore\" | undefined; onLegendItemOut?: \"ignore\" | undefined; onLegendItemClick?: \"ignore\" | undefined; onLegendItemPlusClick?: \"ignore\" | undefined; onLegendItemMinusClick?: \"ignore\" | undefined; legendAction?: \"ignore\" | undefined; legendSort?: \"ignore\" | undefined; customLegend?: \"ignore\" | undefined; legendTitle?: string | undefined; }>> | Partial; onAnnotationClick?: \"ignore\" | undefined; resizeDebounce?: number | undefined; pointerUpdateDebounce?: number | undefined; roundHistogramBrushValues?: boolean | undefined; renderingSort?: \"ignore\" | undefined; noResults?: React.ComponentType<{}> | React.ReactChild | undefined; ariaLabel?: string | undefined; ariaLabelledBy?: string | undefined; ariaDescription?: string | undefined; ariaDescribedBy?: string | undefined; ariaTableCaption?: string | undefined; legendStrategy?: ", + " | undefined>; onAnnotationClick?: \"ignore\" | undefined; resizeDebounce?: number | undefined; pointerUpdateDebounce?: number | undefined; roundHistogramBrushValues?: boolean | undefined; renderingSort?: \"ignore\" | undefined; noResults?: string | number | boolean | React.ReactElement> | Iterable | React.ReactPortal | React.ComponentType<{}> | undefined; ariaLabel?: string | undefined; ariaLabelledBy?: string | undefined; ariaDescription?: string | undefined; ariaDescribedBy?: string | undefined; ariaTableCaption?: string | undefined; legendStrategy?: ", "LegendStrategy", " | undefined; onLegendItemOver?: \"ignore\" | undefined; onLegendItemOut?: \"ignore\" | undefined; onLegendItemClick?: \"ignore\" | undefined; onLegendItemPlusClick?: \"ignore\" | undefined; onLegendItemMinusClick?: \"ignore\" | undefined; legendAction?: \"ignore\" | undefined; legendSort?: \"ignore\" | undefined; customLegend?: \"ignore\" | undefined; legendTitle?: string | undefined; }>> | Partial; onAnnotationClick?: \"ignore\" | undefined; resizeDebounce?: number | undefined; pointerUpdateDebounce?: number | undefined; roundHistogramBrushValues?: boolean | undefined; renderingSort?: \"ignore\" | undefined; noResults?: React.ComponentType<{}> | React.ReactChild | undefined; ariaLabel?: string | undefined; ariaLabelledBy?: string | undefined; ariaDescription?: string | undefined; ariaDescribedBy?: string | undefined; ariaTableCaption?: string | undefined; legendStrategy?: ", + " | undefined>; onAnnotationClick?: \"ignore\" | undefined; resizeDebounce?: number | undefined; pointerUpdateDebounce?: number | undefined; roundHistogramBrushValues?: boolean | undefined; renderingSort?: \"ignore\" | undefined; noResults?: string | number | boolean | React.ReactElement> | Iterable | React.ReactPortal | React.ComponentType<{}> | undefined; ariaLabel?: string | undefined; ariaLabelledBy?: string | undefined; ariaDescription?: string | undefined; ariaDescribedBy?: string | undefined; ariaTableCaption?: string | undefined; legendStrategy?: ", "LegendStrategy", " | undefined; onLegendItemOver?: \"ignore\" | undefined; onLegendItemOut?: \"ignore\" | undefined; onLegendItemClick?: \"ignore\" | undefined; onLegendItemPlusClick?: \"ignore\" | undefined; onLegendItemMinusClick?: \"ignore\" | undefined; legendAction?: \"ignore\" | undefined; legendSort?: \"ignore\" | undefined; customLegend?: \"ignore\" | undefined; legendTitle?: string | undefined; }>> | Partial; onAnnotationClick?: \"ignore\" | undefined; resizeDebounce?: number | undefined; pointerUpdateDebounce?: number | undefined; roundHistogramBrushValues?: boolean | undefined; renderingSort?: \"ignore\" | undefined; noResults?: React.ComponentType<{}> | React.ReactChild | undefined; ariaLabel?: string | undefined; ariaLabelledBy?: string | undefined; ariaDescription?: string | undefined; ariaDescribedBy?: string | undefined; ariaTableCaption?: string | undefined; legendStrategy?: ", + " | undefined>; onAnnotationClick?: \"ignore\" | undefined; resizeDebounce?: number | undefined; pointerUpdateDebounce?: number | undefined; roundHistogramBrushValues?: boolean | undefined; renderingSort?: \"ignore\" | undefined; noResults?: string | number | boolean | React.ReactElement> | Iterable | React.ReactPortal | React.ComponentType<{}> | undefined; ariaLabel?: string | undefined; ariaLabelledBy?: string | undefined; ariaDescription?: string | undefined; ariaDescribedBy?: string | undefined; ariaTableCaption?: string | undefined; legendStrategy?: ", "LegendStrategy", " | undefined; onLegendItemOver?: \"ignore\" | undefined; onLegendItemOut?: \"ignore\" | undefined; onLegendItemClick?: \"ignore\" | undefined; onLegendItemPlusClick?: \"ignore\" | undefined; onLegendItemMinusClick?: \"ignore\" | undefined; legendAction?: \"ignore\" | undefined; legendSort?: \"ignore\" | undefined; customLegend?: \"ignore\" | undefined; legendTitle?: string | undefined; }>> | Partial; onAnnotationClick?: \"ignore\" | undefined; resizeDebounce?: number | undefined; pointerUpdateDebounce?: number | undefined; roundHistogramBrushValues?: boolean | undefined; renderingSort?: \"ignore\" | undefined; noResults?: React.ComponentType<{}> | React.ReactChild | undefined; ariaLabel?: string | undefined; ariaLabelledBy?: string | undefined; ariaDescription?: string | undefined; ariaDescribedBy?: string | undefined; ariaTableCaption?: string | undefined; legendStrategy?: ", + " | undefined>; onAnnotationClick?: \"ignore\" | undefined; resizeDebounce?: number | undefined; pointerUpdateDebounce?: number | undefined; roundHistogramBrushValues?: boolean | undefined; renderingSort?: \"ignore\" | undefined; noResults?: string | number | boolean | React.ReactElement> | Iterable | React.ReactPortal | React.ComponentType<{}> | undefined; ariaLabel?: string | undefined; ariaLabelledBy?: string | undefined; ariaDescription?: string | undefined; ariaDescribedBy?: string | undefined; ariaTableCaption?: string | undefined; legendStrategy?: ", "LegendStrategy", " | undefined; onLegendItemOver?: \"ignore\" | undefined; onLegendItemOut?: \"ignore\" | undefined; onLegendItemClick?: \"ignore\" | undefined; onLegendItemPlusClick?: \"ignore\" | undefined; onLegendItemMinusClick?: \"ignore\" | undefined; legendAction?: \"ignore\" | undefined; legendSort?: \"ignore\" | undefined; customLegend?: \"ignore\" | undefined; legendTitle?: string | undefined; }>> | Partial; onAnnotationClick?: \"ignore\" | undefined; resizeDebounce?: number | undefined; pointerUpdateDebounce?: number | undefined; roundHistogramBrushValues?: boolean | undefined; renderingSort?: \"ignore\" | undefined; noResults?: React.ComponentType<{}> | React.ReactChild | undefined; ariaLabel?: string | undefined; ariaLabelledBy?: string | undefined; ariaDescription?: string | undefined; ariaDescribedBy?: string | undefined; ariaTableCaption?: string | undefined; legendStrategy?: ", + " | undefined>; onAnnotationClick?: \"ignore\" | undefined; resizeDebounce?: number | undefined; pointerUpdateDebounce?: number | undefined; roundHistogramBrushValues?: boolean | undefined; renderingSort?: \"ignore\" | undefined; noResults?: string | number | boolean | React.ReactElement> | Iterable | React.ReactPortal | React.ComponentType<{}> | undefined; ariaLabel?: string | undefined; ariaLabelledBy?: string | undefined; ariaDescription?: string | undefined; ariaDescribedBy?: string | undefined; ariaTableCaption?: string | undefined; legendStrategy?: ", "LegendStrategy", " | undefined; onLegendItemOver?: \"ignore\" | undefined; onLegendItemOut?: \"ignore\" | undefined; onLegendItemClick?: \"ignore\" | undefined; onLegendItemPlusClick?: \"ignore\" | undefined; onLegendItemMinusClick?: \"ignore\" | undefined; legendAction?: \"ignore\" | undefined; legendSort?: \"ignore\" | undefined; customLegend?: \"ignore\" | undefined; legendTitle?: string | undefined; }>> | Partial; onAnnotationClick?: \"ignore\" | undefined; resizeDebounce?: number | undefined; pointerUpdateDebounce?: number | undefined; roundHistogramBrushValues?: boolean | undefined; renderingSort?: \"ignore\" | undefined; noResults?: React.ComponentType<{}> | React.ReactChild | undefined; ariaLabel?: string | undefined; ariaLabelledBy?: string | undefined; ariaDescription?: string | undefined; ariaDescribedBy?: string | undefined; ariaTableCaption?: string | undefined; legendStrategy?: ", + " | undefined>; onAnnotationClick?: \"ignore\" | undefined; resizeDebounce?: number | undefined; pointerUpdateDebounce?: number | undefined; roundHistogramBrushValues?: boolean | undefined; renderingSort?: \"ignore\" | undefined; noResults?: string | number | boolean | React.ReactElement> | Iterable | React.ReactPortal | React.ComponentType<{}> | undefined; ariaLabel?: string | undefined; ariaLabelledBy?: string | undefined; ariaDescription?: string | undefined; ariaDescribedBy?: string | undefined; ariaTableCaption?: string | undefined; legendStrategy?: ", "LegendStrategy", " | undefined; onLegendItemOver?: \"ignore\" | undefined; onLegendItemOut?: \"ignore\" | undefined; onLegendItemClick?: \"ignore\" | undefined; onLegendItemPlusClick?: \"ignore\" | undefined; onLegendItemMinusClick?: \"ignore\" | undefined; legendAction?: \"ignore\" | undefined; legendSort?: \"ignore\" | undefined; customLegend?: \"ignore\" | undefined; legendTitle?: string | undefined; }>> | Partial; onAnnotationClick?: \"ignore\" | undefined; resizeDebounce?: number | undefined; pointerUpdateDebounce?: number | undefined; roundHistogramBrushValues?: boolean | undefined; renderingSort?: \"ignore\" | undefined; noResults?: React.ComponentType<{}> | React.ReactChild | undefined; ariaLabel?: string | undefined; ariaLabelledBy?: string | undefined; ariaDescription?: string | undefined; ariaDescribedBy?: string | undefined; ariaTableCaption?: string | undefined; legendStrategy?: ", + " | undefined>; onAnnotationClick?: \"ignore\" | undefined; resizeDebounce?: number | undefined; pointerUpdateDebounce?: number | undefined; roundHistogramBrushValues?: boolean | undefined; renderingSort?: \"ignore\" | undefined; noResults?: string | number | boolean | React.ReactElement> | Iterable | React.ReactPortal | React.ComponentType<{}> | undefined; ariaLabel?: string | undefined; ariaLabelledBy?: string | undefined; ariaDescription?: string | undefined; ariaDescribedBy?: string | undefined; ariaTableCaption?: string | undefined; legendStrategy?: ", "LegendStrategy", " | undefined; onLegendItemOver?: \"ignore\" | undefined; onLegendItemOut?: \"ignore\" | undefined; onLegendItemClick?: \"ignore\" | undefined; onLegendItemPlusClick?: \"ignore\" | undefined; onLegendItemMinusClick?: \"ignore\" | undefined; legendAction?: \"ignore\" | undefined; legendSort?: \"ignore\" | undefined; customLegend?: \"ignore\" | undefined; legendTitle?: string | undefined; }>> | Partial; onAnnotationClick?: \"ignore\" | undefined; resizeDebounce?: number | undefined; pointerUpdateDebounce?: number | undefined; roundHistogramBrushValues?: boolean | undefined; renderingSort?: \"ignore\" | undefined; noResults?: React.ComponentType<{}> | React.ReactChild | undefined; ariaLabel?: string | undefined; ariaLabelledBy?: string | undefined; ariaDescription?: string | undefined; ariaDescribedBy?: string | undefined; ariaTableCaption?: string | undefined; legendStrategy?: ", + " | undefined>; onAnnotationClick?: \"ignore\" | undefined; resizeDebounce?: number | undefined; pointerUpdateDebounce?: number | undefined; roundHistogramBrushValues?: boolean | undefined; renderingSort?: \"ignore\" | undefined; noResults?: string | number | boolean | React.ReactElement> | Iterable | React.ReactPortal | React.ComponentType<{}> | undefined; ariaLabel?: string | undefined; ariaLabelledBy?: string | undefined; ariaDescription?: string | undefined; ariaDescribedBy?: string | undefined; ariaTableCaption?: string | undefined; legendStrategy?: ", "LegendStrategy", " | undefined; onLegendItemOver?: \"ignore\" | undefined; onLegendItemOut?: \"ignore\" | undefined; onLegendItemClick?: \"ignore\" | undefined; onLegendItemPlusClick?: \"ignore\" | undefined; onLegendItemMinusClick?: \"ignore\" | undefined; legendAction?: \"ignore\" | undefined; legendSort?: \"ignore\" | undefined; customLegend?: \"ignore\" | undefined; legendTitle?: string | undefined; }>> | Partial; onAnnotationClick?: \"ignore\" | undefined; resizeDebounce?: number | undefined; pointerUpdateDebounce?: number | undefined; roundHistogramBrushValues?: boolean | undefined; renderingSort?: \"ignore\" | undefined; noResults?: React.ComponentType<{}> | React.ReactChild | undefined; ariaLabel?: string | undefined; ariaLabelledBy?: string | undefined; ariaDescription?: string | undefined; ariaDescribedBy?: string | undefined; ariaTableCaption?: string | undefined; legendStrategy?: ", + " | undefined>; onAnnotationClick?: \"ignore\" | undefined; resizeDebounce?: number | undefined; pointerUpdateDebounce?: number | undefined; roundHistogramBrushValues?: boolean | undefined; renderingSort?: \"ignore\" | undefined; noResults?: string | number | boolean | React.ReactElement> | Iterable | React.ReactPortal | React.ComponentType<{}> | undefined; ariaLabel?: string | undefined; ariaLabelledBy?: string | undefined; ariaDescription?: string | undefined; ariaDescribedBy?: string | undefined; ariaTableCaption?: string | undefined; legendStrategy?: ", "LegendStrategy", " | undefined; onLegendItemOver?: \"ignore\" | undefined; onLegendItemOut?: \"ignore\" | undefined; onLegendItemClick?: \"ignore\" | undefined; onLegendItemPlusClick?: \"ignore\" | undefined; onLegendItemMinusClick?: \"ignore\" | undefined; legendAction?: \"ignore\" | undefined; legendSort?: \"ignore\" | undefined; customLegend?: \"ignore\" | undefined; legendTitle?: string | undefined; }>> | Partial; onAnnotationClick?: \"ignore\" | undefined; resizeDebounce?: number | undefined; pointerUpdateDebounce?: number | undefined; roundHistogramBrushValues?: boolean | undefined; renderingSort?: \"ignore\" | undefined; noResults?: React.ComponentType<{}> | React.ReactChild | undefined; ariaLabel?: string | undefined; ariaLabelledBy?: string | undefined; ariaDescription?: string | undefined; ariaDescribedBy?: string | undefined; ariaTableCaption?: string | undefined; legendStrategy?: ", + " | undefined>; onAnnotationClick?: \"ignore\" | undefined; resizeDebounce?: number | undefined; pointerUpdateDebounce?: number | undefined; roundHistogramBrushValues?: boolean | undefined; renderingSort?: \"ignore\" | undefined; noResults?: string | number | boolean | React.ReactElement> | Iterable | React.ReactPortal | React.ComponentType<{}> | undefined; ariaLabel?: string | undefined; ariaLabelledBy?: string | undefined; ariaDescription?: string | undefined; ariaDescribedBy?: string | undefined; ariaTableCaption?: string | undefined; legendStrategy?: ", "LegendStrategy", " | undefined; onLegendItemOver?: \"ignore\" | undefined; onLegendItemOut?: \"ignore\" | undefined; onLegendItemClick?: \"ignore\" | undefined; onLegendItemPlusClick?: \"ignore\" | undefined; onLegendItemMinusClick?: \"ignore\" | undefined; legendAction?: \"ignore\" | undefined; legendSort?: \"ignore\" | undefined; customLegend?: \"ignore\" | undefined; legendTitle?: string | undefined; }>> | Partial; readonly data: Readonly<{ version?: 1 | undefined; description?: string | undefined; visualizationType?: string | null | undefined; } & { title: string; state: Readonly<{} & { isNewApiFormat: true; }>; references: Readonly<{} & { id: string; type: string; name: string; }>[]; }> | Readonly<{ description?: string | null | undefined; state?: any; visualizationType?: string | null | undefined; uiStateJSON?: string | undefined; visState?: string | undefined; savedSearchRefName?: string | undefined; } & { title: string; references: Readonly<{} & { id: string; type: string; name: string; }>[]; }>; }" + "{ readonly options: Readonly<{ overwrite?: boolean | undefined; } & {}>; readonly data: Readonly<{ version?: 1 | undefined; description?: string | undefined; } & { title: string; state: Readonly<{} & { isNewApiFormat: true; }>; references: Readonly<{} & { id: string; type: string; name: string; }>[]; visualizationType: string; }> | Readonly<{ description?: string | null | undefined; state?: any; visualizationType?: string | null | undefined; uiStateJSON?: string | undefined; visState?: string | undefined; savedSearchRefName?: string | undefined; } & { title: string; references: Readonly<{} & { id: string; type: string; name: string; }>[]; }>; }" ], "path": "x-pack/platform/plugins/shared/lens/server/api/routes/visualizations/types.ts", "deprecated": false, @@ -26095,7 +26109,7 @@ "label": "LensCreateResponseBody", "description": [], "signature": [ - "{ readonly meta: Readonly<{ createdBy?: string | undefined; updatedBy?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; managed?: boolean | undefined; originId?: string | undefined; } & { type: string; }>; readonly data: Readonly<{ version?: 1 | undefined; description?: string | undefined; visualizationType?: string | null | undefined; } & { id: string; title: string; state: Readonly<{} & { isNewApiFormat: true; }>; references: Readonly<{} & { id: string; type: string; name: string; }>[]; }>; }" + "{ readonly meta: Readonly<{ createdBy?: string | undefined; updatedBy?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; managed?: boolean | undefined; originId?: string | undefined; } & { type: string; }>; readonly data: Readonly<{ version?: 1 | undefined; description?: string | undefined; } & { id: string; title: string; state: Readonly<{} & { isNewApiFormat: true; }>; references: Readonly<{} & { id: string; type: string; name: string; }>[]; visualizationType: string; }>; }" ], "path": "x-pack/platform/plugins/shared/lens/server/api/routes/visualizations/types.ts", "deprecated": false, @@ -26140,7 +26154,7 @@ "label": "LensGetResponseBody", "description": [], "signature": [ - "{ readonly meta: Readonly<{ createdBy?: string | undefined; updatedBy?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; managed?: boolean | undefined; originId?: string | undefined; aliasTargetId?: string | undefined; aliasPurpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; } & { type: string; outcome: \"exactMatch\" | \"aliasMatch\" | \"conflict\"; }>; readonly data: Readonly<{ version?: 1 | undefined; description?: string | undefined; visualizationType?: string | null | undefined; } & { id: string; title: string; state: Readonly<{} & { isNewApiFormat: true; }>; references: Readonly<{} & { id: string; type: string; name: string; }>[]; }>; }" + "{ readonly meta: Readonly<{ createdBy?: string | undefined; updatedBy?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; managed?: boolean | undefined; originId?: string | undefined; aliasTargetId?: string | undefined; aliasPurpose?: \"savedObjectConversion\" | \"savedObjectImport\" | undefined; } & { type: string; outcome: \"exactMatch\" | \"aliasMatch\" | \"conflict\"; }>; readonly data: Readonly<{ version?: 1 | undefined; description?: string | undefined; } & { id: string; title: string; state: Readonly<{} & { isNewApiFormat: true; }>; references: Readonly<{} & { id: string; type: string; name: string; }>[]; visualizationType: string; }>; }" ], "path": "x-pack/platform/plugins/shared/lens/server/api/routes/visualizations/types.ts", "deprecated": false, @@ -26171,7 +26185,7 @@ "label": "LensSearchResponseBody", "description": [], "signature": [ - "{ readonly meta: Readonly<{ page?: number | undefined; perPage?: number | undefined; } & { total: number; }>; readonly data: Readonly<{} & { meta: Readonly<{ createdBy?: string | undefined; updatedBy?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; managed?: boolean | undefined; originId?: string | undefined; } & { type: string; }>; data: Readonly<{ version?: 1 | undefined; description?: string | undefined; visualizationType?: string | null | undefined; } & { id: string; title: string; state: Readonly<{} & { isNewApiFormat: true; }>; references: Readonly<{} & { id: string; type: string; name: string; }>[]; }>; }>[]; }" + "{ readonly meta: Readonly<{ page?: number | undefined; perPage?: number | undefined; } & { total: number; }>; readonly data: Readonly<{} & { meta: Readonly<{ createdBy?: string | undefined; updatedBy?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; managed?: boolean | undefined; originId?: string | undefined; } & { type: string; }>; data: Readonly<{ version?: 1 | undefined; description?: string | undefined; } & { id: string; title: string; state: Readonly<{} & { isNewApiFormat: true; }>; references: Readonly<{} & { id: string; type: string; name: string; }>[]; visualizationType: string; }>; }>[]; }" ], "path": "x-pack/platform/plugins/shared/lens/server/api/routes/visualizations/types.ts", "deprecated": false, @@ -26186,7 +26200,7 @@ "label": "LensUpdateRequestBody", "description": [], "signature": [ - "{ readonly options: Readonly<{} & {}>; readonly data: Readonly<{ version?: 1 | undefined; description?: string | undefined; visualizationType?: string | null | undefined; } & { title: string; state: Readonly<{} & { isNewApiFormat: true; }>; references: Readonly<{} & { id: string; type: string; name: string; }>[]; }>; }" + "{ readonly options: Readonly<{} & {}>; readonly data: Readonly<{ version?: 1 | undefined; description?: string | undefined; } & { title: string; state: Readonly<{} & { isNewApiFormat: true; }>; references: Readonly<{} & { id: string; type: string; name: string; }>[]; visualizationType: string; }>; }" ], "path": "x-pack/platform/plugins/shared/lens/server/api/routes/visualizations/types.ts", "deprecated": false, @@ -26216,7 +26230,7 @@ "label": "LensUpdateResponseBody", "description": [], "signature": [ - "{ readonly meta: Readonly<{ createdBy?: string | undefined; updatedBy?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; managed?: boolean | undefined; originId?: string | undefined; } & { type: string; }>; readonly data: Readonly<{ version?: 1 | undefined; description?: string | undefined; visualizationType?: string | null | undefined; } & { id: string; title: string; state: Readonly<{} & { isNewApiFormat: true; }>; references: Readonly<{} & { id: string; type: string; name: string; }>[]; }>; }" + "{ readonly meta: Readonly<{ createdBy?: string | undefined; updatedBy?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; managed?: boolean | undefined; originId?: string | undefined; } & { type: string; }>; readonly data: Readonly<{ version?: 1 | undefined; description?: string | undefined; } & { id: string; title: string; state: Readonly<{} & { isNewApiFormat: true; }>; references: Readonly<{} & { id: string; type: string; name: string; }>[]; visualizationType: string; }>; }" ], "path": "x-pack/platform/plugins/shared/lens/server/api/routes/visualizations/types.ts", "deprecated": false, @@ -26325,7 +26339,7 @@ "section": "def-common.Type", "text": "Type" }, - "; references: Readonly<{} & { id: string; type: string; name: string; }>[]; }> | Readonly<{ description?: string | null | undefined; state?: any; visualizationType?: string | null | undefined; uiStateJSON?: string | undefined; visState?: string | undefined; savedSearchRefName?: string | undefined; } & { title: string; references: Readonly<{} & { id: string; type: string; name: string; }>[]; }>>; options: ", + "; references: Readonly<{} & { id: string; type: string; name: string; }>[]; visualizationType: string; }> | Readonly<{ description?: string | null | undefined; state?: any; visualizationType?: string | null | undefined; uiStateJSON?: string | undefined; visState?: string | undefined; savedSearchRefName?: string | undefined; } & { title: string; references: Readonly<{} & { id: string; type: string; name: string; }>[]; }>>; options: ", { "pluginId": "@kbn/config-schema", "scope": "common", @@ -26411,7 +26425,7 @@ "section": "def-common.Type", "text": "Type" }, - "; version: ", + "; version: ", { "pluginId": "@kbn/config-schema", "scope": "common", @@ -26629,7 +26643,7 @@ "section": "def-common.Type", "text": "Type" }, - "; version: ", + "; version: ", { "pluginId": "@kbn/config-schema", "scope": "common", @@ -26833,7 +26847,7 @@ "section": "def-common.Type", "text": "Type" }, - "; data: Readonly<{ version?: 1 | undefined; description?: string | undefined; visualizationType?: string | null | undefined; } & { id: string; title: string; state: Readonly<{} & { isNewApiFormat: true; }>; references: Readonly<{} & { id: string; type: string; name: string; }>[]; }>; }>[]>; meta: ", + "; data: Readonly<{ version?: 1 | undefined; description?: string | undefined; } & { id: string; title: string; state: Readonly<{} & { isNewApiFormat: true; }>; references: Readonly<{} & { id: string; type: string; name: string; }>[]; visualizationType: string; }>; }>[]>; meta: ", { "pluginId": "@kbn/config-schema", "scope": "common", @@ -26943,7 +26957,7 @@ "section": "def-common.Type", "text": "Type" }, - "; version: ", + "; version: ", { "pluginId": "@kbn/config-schema", "scope": "common", @@ -27059,7 +27073,7 @@ "section": "def-common.Type", "text": "Type" }, - "; version: ", + "; version: ", { "pluginId": "@kbn/config-schema", "scope": "common", diff --git a/api_docs/lens.mdx b/api_docs/lens.mdx index 1c36262d1e7a0..43704e74a223b 100644 --- a/api_docs/lens.mdx +++ b/api_docs/lens.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/lens title: "lens" image: https://source.unsplash.com/400x175/?github description: API docs for the lens plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'lens'] --- import lensObj from './lens.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/k | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 697 | 0 | 598 | 62 | +| 698 | 0 | 599 | 62 | ## Client diff --git a/api_docs/license_api_guard.mdx b/api_docs/license_api_guard.mdx index 72fa356cbccd7..380dc5d2fbe3f 100644 --- a/api_docs/license_api_guard.mdx +++ b/api_docs/license_api_guard.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/licenseApiGuard title: "licenseApiGuard" image: https://source.unsplash.com/400x175/?github description: API docs for the licenseApiGuard plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'licenseApiGuard'] --- import licenseApiGuardObj from './license_api_guard.devdocs.json'; diff --git a/api_docs/license_management.mdx b/api_docs/license_management.mdx index 97669bf77193c..c42e5d3d286b1 100644 --- a/api_docs/license_management.mdx +++ b/api_docs/license_management.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/licenseManagement title: "licenseManagement" image: https://source.unsplash.com/400x175/?github description: API docs for the licenseManagement plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'licenseManagement'] --- import licenseManagementObj from './license_management.devdocs.json'; diff --git a/api_docs/licensing.devdocs.json b/api_docs/licensing.devdocs.json index 46cf321e93fbc..e40775cfbf31a 100644 --- a/api_docs/licensing.devdocs.json +++ b/api_docs/licensing.devdocs.json @@ -66,6 +66,10 @@ "plugin": "logstash", "path": "x-pack/platform/plugins/private/logstash/public/plugin.ts" }, + { + "plugin": "monitoring", + "path": "x-pack/platform/plugins/private/monitoring/public/plugin.ts" + }, { "plugin": "painlessLab", "path": "x-pack/platform/plugins/private/painless_lab/public/plugin.tsx" diff --git a/api_docs/licensing.mdx b/api_docs/licensing.mdx index c7ad7a1dc1e9b..97c62e4e9b8b0 100644 --- a/api_docs/licensing.mdx +++ b/api_docs/licensing.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/licensing title: "licensing" image: https://source.unsplash.com/400x175/?github description: API docs for the licensing plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'licensing'] --- import licensingObj from './licensing.devdocs.json'; diff --git a/api_docs/links.mdx b/api_docs/links.mdx index f93ec16acad61..b2f5f3ed19bd3 100644 --- a/api_docs/links.mdx +++ b/api_docs/links.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/links title: "links" image: https://source.unsplash.com/400x175/?github description: API docs for the links plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'links'] --- import linksObj from './links.devdocs.json'; diff --git a/api_docs/lists.mdx b/api_docs/lists.mdx index 9bedd63a60dcf..e99911373fdda 100644 --- a/api_docs/lists.mdx +++ b/api_docs/lists.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/lists title: "lists" image: https://source.unsplash.com/400x175/?github description: API docs for the lists plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'lists'] --- import listsObj from './lists.devdocs.json'; diff --git a/api_docs/llm_tasks.mdx b/api_docs/llm_tasks.mdx index 5fafe33417e24..8b2cb59daf538 100644 --- a/api_docs/llm_tasks.mdx +++ b/api_docs/llm_tasks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/llmTasks title: "llmTasks" image: https://source.unsplash.com/400x175/?github description: API docs for the llmTasks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'llmTasks'] --- import llmTasksObj from './llm_tasks.devdocs.json'; diff --git a/api_docs/logs_data_access.mdx b/api_docs/logs_data_access.mdx index 6ca848784972e..93083d2fc55d3 100644 --- a/api_docs/logs_data_access.mdx +++ b/api_docs/logs_data_access.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/logsDataAccess title: "logsDataAccess" image: https://source.unsplash.com/400x175/?github description: API docs for the logsDataAccess plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'logsDataAccess'] --- import logsDataAccessObj from './logs_data_access.devdocs.json'; diff --git a/api_docs/logs_shared.mdx b/api_docs/logs_shared.mdx index df98c229ade8e..3cdb3bf120cc8 100644 --- a/api_docs/logs_shared.mdx +++ b/api_docs/logs_shared.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/logsShared title: "logsShared" image: https://source.unsplash.com/400x175/?github description: API docs for the logsShared plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'logsShared'] --- import logsSharedObj from './logs_shared.devdocs.json'; diff --git a/api_docs/management.mdx b/api_docs/management.mdx index b33a1f5e7204a..79c811e57b7ea 100644 --- a/api_docs/management.mdx +++ b/api_docs/management.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/management title: "management" image: https://source.unsplash.com/400x175/?github description: API docs for the management plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'management'] --- import managementObj from './management.devdocs.json'; diff --git a/api_docs/maps.mdx b/api_docs/maps.mdx index 1fdd897bb09a0..4fa6cb380d5a6 100644 --- a/api_docs/maps.mdx +++ b/api_docs/maps.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/maps title: "maps" image: https://source.unsplash.com/400x175/?github description: API docs for the maps plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'maps'] --- import mapsObj from './maps.devdocs.json'; diff --git a/api_docs/maps_ems.mdx b/api_docs/maps_ems.mdx index 20fa740101254..6728f4fa2b5c5 100644 --- a/api_docs/maps_ems.mdx +++ b/api_docs/maps_ems.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/mapsEms title: "mapsEms" image: https://source.unsplash.com/400x175/?github description: API docs for the mapsEms plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'mapsEms'] --- import mapsEmsObj from './maps_ems.devdocs.json'; diff --git a/api_docs/metrics_data_access.devdocs.json b/api_docs/metrics_data_access.devdocs.json index a5d87fd289a84..2ee9d45384ce4 100644 --- a/api_docs/metrics_data_access.devdocs.json +++ b/api_docs/metrics_data_access.devdocs.json @@ -893,7 +893,7 @@ "LensReferenceLineLayer", ")[]; legend?: { show?: boolean | undefined; position?: \"right\" | \"top\" | \"bottom\" | \"left\" | undefined; } | undefined; axisTitleVisibility?: { showXAxisTitle?: boolean | undefined; showYAxisTitle?: boolean | undefined; showYRightAxisTitle?: boolean | undefined; } | undefined; emphasizeFitting?: boolean | undefined; fittingFunction?: \"None\" | \"Average\" | \"Zero\" | \"Linear\" | \"Carry\" | \"Lookahead\" | \"Nearest\" | undefined; yBounds?: ", "LensYBoundsConfig", - " | undefined; } & { id: string; }; nodeMemoryCapacity: { title: string; dataset?: ", + " | undefined; valueLabels?: \"hide\" | \"show\" | undefined; } & { id: string; }; nodeMemoryCapacity: { title: string; dataset?: ", "LensDataset", " | undefined; chartType: \"xy\"; layers: ({ dataset?: ", "LensDataset", @@ -911,7 +911,7 @@ "LensReferenceLineLayer", ")[]; legend?: { show?: boolean | undefined; position?: \"right\" | \"top\" | \"bottom\" | \"left\" | undefined; } | undefined; axisTitleVisibility?: { showXAxisTitle?: boolean | undefined; showYAxisTitle?: boolean | undefined; showYRightAxisTitle?: boolean | undefined; } | undefined; emphasizeFitting?: boolean | undefined; fittingFunction?: \"None\" | \"Average\" | \"Zero\" | \"Linear\" | \"Carry\" | \"Lookahead\" | \"Nearest\" | undefined; yBounds?: ", "LensYBoundsConfig", - " | undefined; } & { id: string; }; nodeDiskCapacity: { title: string; dataset?: ", + " | undefined; valueLabels?: \"hide\" | \"show\" | undefined; } & { id: string; }; nodeDiskCapacity: { title: string; dataset?: ", "LensDataset", " | undefined; chartType: \"xy\"; layers: ({ dataset?: ", "LensDataset", @@ -929,7 +929,7 @@ "LensReferenceLineLayer", ")[]; legend?: { show?: boolean | undefined; position?: \"right\" | \"top\" | \"bottom\" | \"left\" | undefined; } | undefined; axisTitleVisibility?: { showXAxisTitle?: boolean | undefined; showYAxisTitle?: boolean | undefined; showYRightAxisTitle?: boolean | undefined; } | undefined; emphasizeFitting?: boolean | undefined; fittingFunction?: \"None\" | \"Average\" | \"Zero\" | \"Linear\" | \"Carry\" | \"Lookahead\" | \"Nearest\" | undefined; yBounds?: ", "LensYBoundsConfig", - " | undefined; } & { id: string; }; nodePodCapacity: { title: string; dataset?: ", + " | undefined; valueLabels?: \"hide\" | \"show\" | undefined; } & { id: string; }; nodePodCapacity: { title: string; dataset?: ", "LensDataset", " | undefined; chartType: \"xy\"; layers: ({ dataset?: ", "LensDataset", @@ -947,7 +947,7 @@ "LensReferenceLineLayer", ")[]; legend?: { show?: boolean | undefined; position?: \"right\" | \"top\" | \"bottom\" | \"left\" | undefined; } | undefined; axisTitleVisibility?: { showXAxisTitle?: boolean | undefined; showYAxisTitle?: boolean | undefined; showYRightAxisTitle?: boolean | undefined; } | undefined; emphasizeFitting?: boolean | undefined; fittingFunction?: \"None\" | \"Average\" | \"Zero\" | \"Linear\" | \"Carry\" | \"Lookahead\" | \"Nearest\" | undefined; yBounds?: ", "LensYBoundsConfig", - " | undefined; } & { id: string; }; }; } | undefined; cpu: { xy: { cpuUsageBreakdown: { title: string; dataset?: ", + " | undefined; valueLabels?: \"hide\" | \"show\" | undefined; } & { id: string; }; }; } | undefined; cpu: { xy: { cpuUsageBreakdown: { title: string; dataset?: ", "LensDataset", " | undefined; chartType: \"xy\"; layers: ({ dataset?: ", "LensDataset", @@ -965,7 +965,7 @@ "LensReferenceLineLayer", ")[]; legend?: { show?: boolean | undefined; position?: \"right\" | \"top\" | \"bottom\" | \"left\" | undefined; } | undefined; axisTitleVisibility?: { showXAxisTitle?: boolean | undefined; showYAxisTitle?: boolean | undefined; showYRightAxisTitle?: boolean | undefined; } | undefined; emphasizeFitting?: boolean | undefined; fittingFunction?: \"None\" | \"Average\" | \"Zero\" | \"Linear\" | \"Carry\" | \"Lookahead\" | \"Nearest\" | undefined; yBounds?: ", "LensYBoundsConfig", - " | undefined; } & { id: string; }; loadBreakdown: { title: string; dataset?: ", + " | undefined; valueLabels?: \"hide\" | \"show\" | undefined; } & { id: string; }; loadBreakdown: { title: string; dataset?: ", "LensDataset", " | undefined; chartType: \"xy\"; layers: ({ dataset?: ", "LensDataset", @@ -983,7 +983,7 @@ "LensReferenceLineLayer", ")[]; legend?: { show?: boolean | undefined; position?: \"right\" | \"top\" | \"bottom\" | \"left\" | undefined; } | undefined; axisTitleVisibility?: { showXAxisTitle?: boolean | undefined; showYAxisTitle?: boolean | undefined; showYRightAxisTitle?: boolean | undefined; } | undefined; emphasizeFitting?: boolean | undefined; fittingFunction?: \"None\" | \"Average\" | \"Zero\" | \"Linear\" | \"Carry\" | \"Lookahead\" | \"Nearest\" | undefined; yBounds?: ", "LensYBoundsConfig", - " | undefined; } & { id: string; }; cpuUsage: { title: string; dataset?: ", + " | undefined; valueLabels?: \"hide\" | \"show\" | undefined; } & { id: string; }; cpuUsage: { title: string; dataset?: ", "LensDataset", " | undefined; chartType: \"xy\"; layers: ({ dataset?: ", "LensDataset", @@ -1001,7 +1001,7 @@ "LensReferenceLineLayer", ")[]; legend?: { show?: boolean | undefined; position?: \"right\" | \"top\" | \"bottom\" | \"left\" | undefined; } | undefined; axisTitleVisibility?: { showXAxisTitle?: boolean | undefined; showYAxisTitle?: boolean | undefined; showYRightAxisTitle?: boolean | undefined; } | undefined; emphasizeFitting?: boolean | undefined; fittingFunction?: \"None\" | \"Average\" | \"Zero\" | \"Linear\" | \"Carry\" | \"Lookahead\" | \"Nearest\" | undefined; yBounds?: ", "LensYBoundsConfig", - " | undefined; } & { id: string; }; normalizedLoad1m: { title: string; dataset?: ", + " | undefined; valueLabels?: \"hide\" | \"show\" | undefined; } & { id: string; }; normalizedLoad1m: { title: string; dataset?: ", "LensDataset", " | undefined; chartType: \"xy\"; layers: ({ dataset?: ", "LensDataset", @@ -1019,7 +1019,7 @@ "LensReferenceLineLayer", ")[]; legend?: { show?: boolean | undefined; position?: \"right\" | \"top\" | \"bottom\" | \"left\" | undefined; } | undefined; axisTitleVisibility?: { showXAxisTitle?: boolean | undefined; showYAxisTitle?: boolean | undefined; showYRightAxisTitle?: boolean | undefined; } | undefined; emphasizeFitting?: boolean | undefined; fittingFunction?: \"None\" | \"Average\" | \"Zero\" | \"Linear\" | \"Carry\" | \"Lookahead\" | \"Nearest\" | undefined; yBounds?: ", "LensYBoundsConfig", - " | undefined; } & { id: string; }; }; metric: { cpuUsage: { title: string; dataset?: ", + " | undefined; valueLabels?: \"hide\" | \"show\" | undefined; } & { id: string; }; }; metric: { cpuUsage: { title: string; dataset?: ", "LensDataset", " | undefined; label?: string | undefined; filter?: string | undefined; format?: \"string\" | \"number\" | \"duration\" | \"currency\" | \"percent\" | \"bytes\" | \"bits\" | undefined; decimals?: number | undefined; normalizeByUnit?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; suffix?: string | undefined; fromUnit?: string | undefined; toUnit?: string | undefined; compactValues?: boolean | undefined; randomSampling?: number | undefined; useGlobalFilter?: boolean | undefined; seriesColor?: string | undefined; value: string; chartType: \"metric\"; querySecondaryMetric?: string | undefined; queryMaxValue?: string | undefined; breakdown?: ", "LensBreakdownConfig", @@ -1045,7 +1045,7 @@ "LensReferenceLineLayer", ")[]; legend?: { show?: boolean | undefined; position?: \"right\" | \"top\" | \"bottom\" | \"left\" | undefined; } | undefined; axisTitleVisibility?: { showXAxisTitle?: boolean | undefined; showYAxisTitle?: boolean | undefined; showYRightAxisTitle?: boolean | undefined; } | undefined; emphasizeFitting?: boolean | undefined; fittingFunction?: \"None\" | \"Average\" | \"Zero\" | \"Linear\" | \"Carry\" | \"Lookahead\" | \"Nearest\" | undefined; yBounds?: ", "LensYBoundsConfig", - " | undefined; } & { id: string; }; diskUsageByMountPoint: { title: string; dataset?: ", + " | undefined; valueLabels?: \"hide\" | \"show\" | undefined; } & { id: string; }; diskUsageByMountPoint: { title: string; dataset?: ", "LensDataset", " | undefined; chartType: \"xy\"; layers: ({ dataset?: ", "LensDataset", @@ -1063,7 +1063,7 @@ "LensReferenceLineLayer", ")[]; legend?: { show?: boolean | undefined; position?: \"right\" | \"top\" | \"bottom\" | \"left\" | undefined; } | undefined; axisTitleVisibility?: { showXAxisTitle?: boolean | undefined; showYAxisTitle?: boolean | undefined; showYRightAxisTitle?: boolean | undefined; } | undefined; emphasizeFitting?: boolean | undefined; fittingFunction?: \"None\" | \"Average\" | \"Zero\" | \"Linear\" | \"Carry\" | \"Lookahead\" | \"Nearest\" | undefined; yBounds?: ", "LensYBoundsConfig", - " | undefined; } & { id: string; }; diskIOReadWrite: { title: string; dataset?: ", + " | undefined; valueLabels?: \"hide\" | \"show\" | undefined; } & { id: string; }; diskIOReadWrite: { title: string; dataset?: ", "LensDataset", " | undefined; chartType: \"xy\"; layers: ({ dataset?: ", "LensDataset", @@ -1081,7 +1081,7 @@ "LensReferenceLineLayer", ")[]; legend?: { show?: boolean | undefined; position?: \"right\" | \"top\" | \"bottom\" | \"left\" | undefined; } | undefined; axisTitleVisibility?: { showXAxisTitle?: boolean | undefined; showYAxisTitle?: boolean | undefined; showYRightAxisTitle?: boolean | undefined; } | undefined; emphasizeFitting?: boolean | undefined; fittingFunction?: \"None\" | \"Average\" | \"Zero\" | \"Linear\" | \"Carry\" | \"Lookahead\" | \"Nearest\" | undefined; yBounds?: ", "LensYBoundsConfig", - " | undefined; } & { id: string; }; diskSpaceAvailable: { title: string; dataset?: ", + " | undefined; valueLabels?: \"hide\" | \"show\" | undefined; } & { id: string; }; diskSpaceAvailable: { title: string; dataset?: ", "LensDataset", " | undefined; chartType: \"xy\"; layers: ({ dataset?: ", "LensDataset", @@ -1099,7 +1099,7 @@ "LensReferenceLineLayer", ")[]; legend?: { show?: boolean | undefined; position?: \"right\" | \"top\" | \"bottom\" | \"left\" | undefined; } | undefined; axisTitleVisibility?: { showXAxisTitle?: boolean | undefined; showYAxisTitle?: boolean | undefined; showYRightAxisTitle?: boolean | undefined; } | undefined; emphasizeFitting?: boolean | undefined; fittingFunction?: \"None\" | \"Average\" | \"Zero\" | \"Linear\" | \"Carry\" | \"Lookahead\" | \"Nearest\" | undefined; yBounds?: ", "LensYBoundsConfig", - " | undefined; } & { id: string; }; diskIORead: { title: string; dataset?: ", + " | undefined; valueLabels?: \"hide\" | \"show\" | undefined; } & { id: string; }; diskIORead: { title: string; dataset?: ", "LensDataset", " | undefined; chartType: \"xy\"; layers: ({ dataset?: ", "LensDataset", @@ -1117,7 +1117,7 @@ "LensReferenceLineLayer", ")[]; legend?: { show?: boolean | undefined; position?: \"right\" | \"top\" | \"bottom\" | \"left\" | undefined; } | undefined; axisTitleVisibility?: { showXAxisTitle?: boolean | undefined; showYAxisTitle?: boolean | undefined; showYRightAxisTitle?: boolean | undefined; } | undefined; emphasizeFitting?: boolean | undefined; fittingFunction?: \"None\" | \"Average\" | \"Zero\" | \"Linear\" | \"Carry\" | \"Lookahead\" | \"Nearest\" | undefined; yBounds?: ", "LensYBoundsConfig", - " | undefined; } & { id: string; }; diskIOWrite: { title: string; dataset?: ", + " | undefined; valueLabels?: \"hide\" | \"show\" | undefined; } & { id: string; }; diskIOWrite: { title: string; dataset?: ", "LensDataset", " | undefined; chartType: \"xy\"; layers: ({ dataset?: ", "LensDataset", @@ -1135,7 +1135,7 @@ "LensReferenceLineLayer", ")[]; legend?: { show?: boolean | undefined; position?: \"right\" | \"top\" | \"bottom\" | \"left\" | undefined; } | undefined; axisTitleVisibility?: { showXAxisTitle?: boolean | undefined; showYAxisTitle?: boolean | undefined; showYRightAxisTitle?: boolean | undefined; } | undefined; emphasizeFitting?: boolean | undefined; fittingFunction?: \"None\" | \"Average\" | \"Zero\" | \"Linear\" | \"Carry\" | \"Lookahead\" | \"Nearest\" | undefined; yBounds?: ", "LensYBoundsConfig", - " | undefined; } & { id: string; }; diskReadThroughput: { title: string; dataset?: ", + " | undefined; valueLabels?: \"hide\" | \"show\" | undefined; } & { id: string; }; diskReadThroughput: { title: string; dataset?: ", "LensDataset", " | undefined; chartType: \"xy\"; layers: ({ dataset?: ", "LensDataset", @@ -1153,7 +1153,7 @@ "LensReferenceLineLayer", ")[]; legend?: { show?: boolean | undefined; position?: \"right\" | \"top\" | \"bottom\" | \"left\" | undefined; } | undefined; axisTitleVisibility?: { showXAxisTitle?: boolean | undefined; showYAxisTitle?: boolean | undefined; showYRightAxisTitle?: boolean | undefined; } | undefined; emphasizeFitting?: boolean | undefined; fittingFunction?: \"None\" | \"Average\" | \"Zero\" | \"Linear\" | \"Carry\" | \"Lookahead\" | \"Nearest\" | undefined; yBounds?: ", "LensYBoundsConfig", - " | undefined; } & { id: string; }; diskWriteThroughput: { title: string; dataset?: ", + " | undefined; valueLabels?: \"hide\" | \"show\" | undefined; } & { id: string; }; diskWriteThroughput: { title: string; dataset?: ", "LensDataset", " | undefined; chartType: \"xy\"; layers: ({ dataset?: ", "LensDataset", @@ -1171,7 +1171,7 @@ "LensReferenceLineLayer", ")[]; legend?: { show?: boolean | undefined; position?: \"right\" | \"top\" | \"bottom\" | \"left\" | undefined; } | undefined; axisTitleVisibility?: { showXAxisTitle?: boolean | undefined; showYAxisTitle?: boolean | undefined; showYRightAxisTitle?: boolean | undefined; } | undefined; emphasizeFitting?: boolean | undefined; fittingFunction?: \"None\" | \"Average\" | \"Zero\" | \"Linear\" | \"Carry\" | \"Lookahead\" | \"Nearest\" | undefined; yBounds?: ", "LensYBoundsConfig", - " | undefined; } & { id: string; }; }; metric: { diskUsage: { title: string; dataset?: ", + " | undefined; valueLabels?: \"hide\" | \"show\" | undefined; } & { id: string; }; }; metric: { diskUsage: { title: string; dataset?: ", "LensDataset", " | undefined; label?: string | undefined; filter?: string | undefined; format?: \"string\" | \"number\" | \"duration\" | \"currency\" | \"percent\" | \"bytes\" | \"bits\" | undefined; decimals?: number | undefined; normalizeByUnit?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; suffix?: string | undefined; fromUnit?: string | undefined; toUnit?: string | undefined; compactValues?: boolean | undefined; randomSampling?: number | undefined; useGlobalFilter?: boolean | undefined; seriesColor?: string | undefined; value: string; chartType: \"metric\"; querySecondaryMetric?: string | undefined; queryMaxValue?: string | undefined; breakdown?: ", "LensBreakdownConfig", @@ -1193,7 +1193,7 @@ "LensReferenceLineLayer", ")[]; legend?: { show?: boolean | undefined; position?: \"right\" | \"top\" | \"bottom\" | \"left\" | undefined; } | undefined; axisTitleVisibility?: { showXAxisTitle?: boolean | undefined; showYAxisTitle?: boolean | undefined; showYRightAxisTitle?: boolean | undefined; } | undefined; emphasizeFitting?: boolean | undefined; fittingFunction?: \"None\" | \"Average\" | \"Zero\" | \"Linear\" | \"Carry\" | \"Lookahead\" | \"Nearest\" | undefined; yBounds?: ", "LensYBoundsConfig", - " | undefined; } & { id: string; }; memoryUsage: { title: string; dataset?: ", + " | undefined; valueLabels?: \"hide\" | \"show\" | undefined; } & { id: string; }; memoryUsage: { title: string; dataset?: ", "LensDataset", " | undefined; chartType: \"xy\"; layers: ({ dataset?: ", "LensDataset", @@ -1211,7 +1211,7 @@ "LensReferenceLineLayer", ")[]; legend?: { show?: boolean | undefined; position?: \"right\" | \"top\" | \"bottom\" | \"left\" | undefined; } | undefined; axisTitleVisibility?: { showXAxisTitle?: boolean | undefined; showYAxisTitle?: boolean | undefined; showYRightAxisTitle?: boolean | undefined; } | undefined; emphasizeFitting?: boolean | undefined; fittingFunction?: \"None\" | \"Average\" | \"Zero\" | \"Linear\" | \"Carry\" | \"Lookahead\" | \"Nearest\" | undefined; yBounds?: ", "LensYBoundsConfig", - " | undefined; } & { id: string; }; memoryFree: { title: string; dataset?: ", + " | undefined; valueLabels?: \"hide\" | \"show\" | undefined; } & { id: string; }; memoryFree: { title: string; dataset?: ", "LensDataset", " | undefined; chartType: \"xy\"; layers: ({ dataset?: ", "LensDataset", @@ -1229,7 +1229,7 @@ "LensReferenceLineLayer", ")[]; legend?: { show?: boolean | undefined; position?: \"right\" | \"top\" | \"bottom\" | \"left\" | undefined; } | undefined; axisTitleVisibility?: { showXAxisTitle?: boolean | undefined; showYAxisTitle?: boolean | undefined; showYRightAxisTitle?: boolean | undefined; } | undefined; emphasizeFitting?: boolean | undefined; fittingFunction?: \"None\" | \"Average\" | \"Zero\" | \"Linear\" | \"Carry\" | \"Lookahead\" | \"Nearest\" | undefined; yBounds?: ", "LensYBoundsConfig", - " | undefined; } & { id: string; }; }; metric: { memoryUsage: { title: string; dataset?: ", + " | undefined; valueLabels?: \"hide\" | \"show\" | undefined; } & { id: string; }; }; metric: { memoryUsage: { title: string; dataset?: ", "LensDataset", " | undefined; label?: string | undefined; filter?: string | undefined; format?: \"string\" | \"number\" | \"duration\" | \"currency\" | \"percent\" | \"bytes\" | \"bits\" | undefined; decimals?: number | undefined; normalizeByUnit?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; suffix?: string | undefined; fromUnit?: string | undefined; toUnit?: string | undefined; compactValues?: boolean | undefined; randomSampling?: number | undefined; useGlobalFilter?: boolean | undefined; seriesColor?: string | undefined; value: string; chartType: \"metric\"; querySecondaryMetric?: string | undefined; queryMaxValue?: string | undefined; breakdown?: ", "LensBreakdownConfig", @@ -1251,7 +1251,7 @@ "LensReferenceLineLayer", ")[]; legend?: { show?: boolean | undefined; position?: \"right\" | \"top\" | \"bottom\" | \"left\" | undefined; } | undefined; axisTitleVisibility?: { showXAxisTitle?: boolean | undefined; showYAxisTitle?: boolean | undefined; showYRightAxisTitle?: boolean | undefined; } | undefined; emphasizeFitting?: boolean | undefined; fittingFunction?: \"None\" | \"Average\" | \"Zero\" | \"Linear\" | \"Carry\" | \"Lookahead\" | \"Nearest\" | undefined; yBounds?: ", "LensYBoundsConfig", - " | undefined; } & { id: string; }; readonly rx: { title: string; dataset?: ", + " | undefined; valueLabels?: \"hide\" | \"show\" | undefined; } & { id: string; }; readonly rx: { title: string; dataset?: ", "LensDataset", " | undefined; chartType: \"xy\"; layers: ({ dataset?: ", "LensDataset", @@ -1269,7 +1269,7 @@ "LensReferenceLineLayer", ")[]; legend?: { show?: boolean | undefined; position?: \"right\" | \"top\" | \"bottom\" | \"left\" | undefined; } | undefined; axisTitleVisibility?: { showXAxisTitle?: boolean | undefined; showYAxisTitle?: boolean | undefined; showYRightAxisTitle?: boolean | undefined; } | undefined; emphasizeFitting?: boolean | undefined; fittingFunction?: \"None\" | \"Average\" | \"Zero\" | \"Linear\" | \"Carry\" | \"Lookahead\" | \"Nearest\" | undefined; yBounds?: ", "LensYBoundsConfig", - " | undefined; } & { id: string; }; readonly tx: { title: string; dataset?: ", + " | undefined; valueLabels?: \"hide\" | \"show\" | undefined; } & { id: string; }; readonly tx: { title: string; dataset?: ", "LensDataset", " | undefined; chartType: \"xy\"; layers: ({ dataset?: ", "LensDataset", @@ -1287,7 +1287,7 @@ "LensReferenceLineLayer", ")[]; legend?: { show?: boolean | undefined; position?: \"right\" | \"top\" | \"bottom\" | \"left\" | undefined; } | undefined; axisTitleVisibility?: { showXAxisTitle?: boolean | undefined; showYAxisTitle?: boolean | undefined; showYRightAxisTitle?: boolean | undefined; } | undefined; emphasizeFitting?: boolean | undefined; fittingFunction?: \"None\" | \"Average\" | \"Zero\" | \"Linear\" | \"Carry\" | \"Lookahead\" | \"Nearest\" | undefined; yBounds?: ", "LensYBoundsConfig", - " | undefined; } & { id: string; }; }; }; logs: { xy: { logRate: { title: string; dataset?: ", + " | undefined; valueLabels?: \"hide\" | \"show\" | undefined; } & { id: string; }; }; }; logs: { xy: { logRate: { title: string; dataset?: ", "LensDataset", " | undefined; chartType: \"xy\"; layers: ({ dataset?: ", "LensDataset", @@ -1305,7 +1305,7 @@ "LensReferenceLineLayer", ")[]; legend?: { show?: boolean | undefined; position?: \"right\" | \"top\" | \"bottom\" | \"left\" | undefined; } | undefined; axisTitleVisibility?: { showXAxisTitle?: boolean | undefined; showYAxisTitle?: boolean | undefined; showYRightAxisTitle?: boolean | undefined; } | undefined; emphasizeFitting?: boolean | undefined; fittingFunction?: \"None\" | \"Average\" | \"Zero\" | \"Linear\" | \"Carry\" | \"Lookahead\" | \"Nearest\" | undefined; yBounds?: ", "LensYBoundsConfig", - " | undefined; } & { id: string; }; }; }; }>; readonly pod: ", + " | undefined; valueLabels?: \"hide\" | \"show\" | undefined; } & { id: string; }; }; }; }>; readonly pod: ", "InventoryModel", "<\"pod\", { memory: ", { @@ -1407,7 +1407,7 @@ "LensReferenceLineLayer", ")[]; legend?: { show?: boolean | undefined; position?: \"right\" | \"top\" | \"bottom\" | \"left\" | undefined; } | undefined; axisTitleVisibility?: { showXAxisTitle?: boolean | undefined; showYAxisTitle?: boolean | undefined; showYRightAxisTitle?: boolean | undefined; } | undefined; emphasizeFitting?: boolean | undefined; fittingFunction?: \"None\" | \"Average\" | \"Zero\" | \"Linear\" | \"Carry\" | \"Lookahead\" | \"Nearest\" | undefined; yBounds?: ", "LensYBoundsConfig", - " | undefined; } & { id: string; }; readonly k8sContainerCpuUsage: { title: string; dataset?: ", + " | undefined; valueLabels?: \"hide\" | \"show\" | undefined; } & { id: string; }; readonly k8sContainerCpuUsage: { title: string; dataset?: ", "LensDataset", " | undefined; chartType: \"xy\"; layers: ({ dataset?: ", "LensDataset", @@ -1425,7 +1425,7 @@ "LensReferenceLineLayer", ")[]; legend?: { show?: boolean | undefined; position?: \"right\" | \"top\" | \"bottom\" | \"left\" | undefined; } | undefined; axisTitleVisibility?: { showXAxisTitle?: boolean | undefined; showYAxisTitle?: boolean | undefined; showYRightAxisTitle?: boolean | undefined; } | undefined; emphasizeFitting?: boolean | undefined; fittingFunction?: \"None\" | \"Average\" | \"Zero\" | \"Linear\" | \"Carry\" | \"Lookahead\" | \"Nearest\" | undefined; yBounds?: ", "LensYBoundsConfig", - " | undefined; } & { id: string; }; }; readonly metric: { readonly dockerContainerCpuUsage: { title: string; dataset?: ", + " | undefined; valueLabels?: \"hide\" | \"show\" | undefined; } & { id: string; }; }; readonly metric: { readonly dockerContainerCpuUsage: { title: string; dataset?: ", "LensDataset", " | undefined; label?: string | undefined; filter?: string | undefined; format?: \"string\" | \"number\" | \"duration\" | \"currency\" | \"percent\" | \"bytes\" | \"bits\" | undefined; decimals?: number | undefined; normalizeByUnit?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; suffix?: string | undefined; fromUnit?: string | undefined; toUnit?: string | undefined; compactValues?: boolean | undefined; randomSampling?: number | undefined; useGlobalFilter?: boolean | undefined; seriesColor?: string | undefined; value: string; chartType: \"metric\"; querySecondaryMetric?: string | undefined; queryMaxValue?: string | undefined; breakdown?: ", "LensBreakdownConfig", @@ -1451,7 +1451,7 @@ "LensReferenceLineLayer", ")[]; legend?: { show?: boolean | undefined; position?: \"right\" | \"top\" | \"bottom\" | \"left\" | undefined; } | undefined; axisTitleVisibility?: { showXAxisTitle?: boolean | undefined; showYAxisTitle?: boolean | undefined; showYRightAxisTitle?: boolean | undefined; } | undefined; emphasizeFitting?: boolean | undefined; fittingFunction?: \"None\" | \"Average\" | \"Zero\" | \"Linear\" | \"Carry\" | \"Lookahead\" | \"Nearest\" | undefined; yBounds?: ", "LensYBoundsConfig", - " | undefined; } & { id: string; }; k8sContainerMemoryUsage: { title: string; dataset?: ", + " | undefined; valueLabels?: \"hide\" | \"show\" | undefined; } & { id: string; }; k8sContainerMemoryUsage: { title: string; dataset?: ", "LensDataset", " | undefined; chartType: \"xy\"; layers: ({ dataset?: ", "LensDataset", @@ -1469,7 +1469,7 @@ "LensReferenceLineLayer", ")[]; legend?: { show?: boolean | undefined; position?: \"right\" | \"top\" | \"bottom\" | \"left\" | undefined; } | undefined; axisTitleVisibility?: { showXAxisTitle?: boolean | undefined; showYAxisTitle?: boolean | undefined; showYRightAxisTitle?: boolean | undefined; } | undefined; emphasizeFitting?: boolean | undefined; fittingFunction?: \"None\" | \"Average\" | \"Zero\" | \"Linear\" | \"Carry\" | \"Lookahead\" | \"Nearest\" | undefined; yBounds?: ", "LensYBoundsConfig", - " | undefined; } & { id: string; }; }; metric: { dockerContainerMemoryUsage: { title: string; dataset?: ", + " | undefined; valueLabels?: \"hide\" | \"show\" | undefined; } & { id: string; }; }; metric: { dockerContainerMemoryUsage: { title: string; dataset?: ", "LensDataset", " | undefined; label?: string | undefined; filter?: string | undefined; format?: \"string\" | \"number\" | \"duration\" | \"currency\" | \"percent\" | \"bytes\" | \"bits\" | undefined; decimals?: number | undefined; normalizeByUnit?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; suffix?: string | undefined; fromUnit?: string | undefined; toUnit?: string | undefined; compactValues?: boolean | undefined; randomSampling?: number | undefined; useGlobalFilter?: boolean | undefined; seriesColor?: string | undefined; value: string; chartType: \"metric\"; querySecondaryMetric?: string | undefined; queryMaxValue?: string | undefined; breakdown?: ", "LensBreakdownConfig", @@ -1495,7 +1495,7 @@ "LensReferenceLineLayer", ")[]; legend?: { show?: boolean | undefined; position?: \"right\" | \"top\" | \"bottom\" | \"left\" | undefined; } | undefined; axisTitleVisibility?: { showXAxisTitle?: boolean | undefined; showYAxisTitle?: boolean | undefined; showYRightAxisTitle?: boolean | undefined; } | undefined; emphasizeFitting?: boolean | undefined; fittingFunction?: \"None\" | \"Average\" | \"Zero\" | \"Linear\" | \"Carry\" | \"Lookahead\" | \"Nearest\" | undefined; yBounds?: ", "LensYBoundsConfig", - " | undefined; } & { id: string; }; }; }; readonly diskIO: { xy: { dockerContainerDiskIOReadWrite: { title: string; dataset?: ", + " | undefined; valueLabels?: \"hide\" | \"show\" | undefined; } & { id: string; }; }; }; readonly diskIO: { xy: { dockerContainerDiskIOReadWrite: { title: string; dataset?: ", "LensDataset", " | undefined; chartType: \"xy\"; layers: ({ dataset?: ", "LensDataset", @@ -1513,7 +1513,7 @@ "LensReferenceLineLayer", ")[]; legend?: { show?: boolean | undefined; position?: \"right\" | \"top\" | \"bottom\" | \"left\" | undefined; } | undefined; axisTitleVisibility?: { showXAxisTitle?: boolean | undefined; showYAxisTitle?: boolean | undefined; showYRightAxisTitle?: boolean | undefined; } | undefined; emphasizeFitting?: boolean | undefined; fittingFunction?: \"None\" | \"Average\" | \"Zero\" | \"Linear\" | \"Carry\" | \"Lookahead\" | \"Nearest\" | undefined; yBounds?: ", "LensYBoundsConfig", - " | undefined; } & { id: string; }; }; }; }>; readonly awsEC2: ", + " | undefined; valueLabels?: \"hide\" | \"show\" | undefined; } & { id: string; }; }; }; }>; readonly awsEC2: ", "InventoryModel", "<\"awsEC2\", { cpu: ", { @@ -2275,7 +2275,7 @@ "LensReferenceLineLayer", ")[]; legend?: { show?: boolean | undefined; position?: \"right\" | \"top\" | \"bottom\" | \"left\" | undefined; } | undefined; axisTitleVisibility?: { showXAxisTitle?: boolean | undefined; showYAxisTitle?: boolean | undefined; showYRightAxisTitle?: boolean | undefined; } | undefined; emphasizeFitting?: boolean | undefined; fittingFunction?: \"None\" | \"Average\" | \"Zero\" | \"Linear\" | \"Carry\" | \"Lookahead\" | \"Nearest\" | undefined; yBounds?: ", "LensYBoundsConfig", - " | undefined; } & { id: string; }; nodeMemoryCapacity: { title: string; dataset?: ", + " | undefined; valueLabels?: \"hide\" | \"show\" | undefined; } & { id: string; }; nodeMemoryCapacity: { title: string; dataset?: ", "LensDataset", " | undefined; chartType: \"xy\"; layers: ({ dataset?: ", "LensDataset", @@ -2293,7 +2293,7 @@ "LensReferenceLineLayer", ")[]; legend?: { show?: boolean | undefined; position?: \"right\" | \"top\" | \"bottom\" | \"left\" | undefined; } | undefined; axisTitleVisibility?: { showXAxisTitle?: boolean | undefined; showYAxisTitle?: boolean | undefined; showYRightAxisTitle?: boolean | undefined; } | undefined; emphasizeFitting?: boolean | undefined; fittingFunction?: \"None\" | \"Average\" | \"Zero\" | \"Linear\" | \"Carry\" | \"Lookahead\" | \"Nearest\" | undefined; yBounds?: ", "LensYBoundsConfig", - " | undefined; } & { id: string; }; nodeDiskCapacity: { title: string; dataset?: ", + " | undefined; valueLabels?: \"hide\" | \"show\" | undefined; } & { id: string; }; nodeDiskCapacity: { title: string; dataset?: ", "LensDataset", " | undefined; chartType: \"xy\"; layers: ({ dataset?: ", "LensDataset", @@ -2311,7 +2311,7 @@ "LensReferenceLineLayer", ")[]; legend?: { show?: boolean | undefined; position?: \"right\" | \"top\" | \"bottom\" | \"left\" | undefined; } | undefined; axisTitleVisibility?: { showXAxisTitle?: boolean | undefined; showYAxisTitle?: boolean | undefined; showYRightAxisTitle?: boolean | undefined; } | undefined; emphasizeFitting?: boolean | undefined; fittingFunction?: \"None\" | \"Average\" | \"Zero\" | \"Linear\" | \"Carry\" | \"Lookahead\" | \"Nearest\" | undefined; yBounds?: ", "LensYBoundsConfig", - " | undefined; } & { id: string; }; nodePodCapacity: { title: string; dataset?: ", + " | undefined; valueLabels?: \"hide\" | \"show\" | undefined; } & { id: string; }; nodePodCapacity: { title: string; dataset?: ", "LensDataset", " | undefined; chartType: \"xy\"; layers: ({ dataset?: ", "LensDataset", @@ -2329,7 +2329,7 @@ "LensReferenceLineLayer", ")[]; legend?: { show?: boolean | undefined; position?: \"right\" | \"top\" | \"bottom\" | \"left\" | undefined; } | undefined; axisTitleVisibility?: { showXAxisTitle?: boolean | undefined; showYAxisTitle?: boolean | undefined; showYRightAxisTitle?: boolean | undefined; } | undefined; emphasizeFitting?: boolean | undefined; fittingFunction?: \"None\" | \"Average\" | \"Zero\" | \"Linear\" | \"Carry\" | \"Lookahead\" | \"Nearest\" | undefined; yBounds?: ", "LensYBoundsConfig", - " | undefined; } & { id: string; }; }; } | undefined; cpu: { xy: { cpuUsageBreakdown: { title: string; dataset?: ", + " | undefined; valueLabels?: \"hide\" | \"show\" | undefined; } & { id: string; }; }; } | undefined; cpu: { xy: { cpuUsageBreakdown: { title: string; dataset?: ", "LensDataset", " | undefined; chartType: \"xy\"; layers: ({ dataset?: ", "LensDataset", @@ -2347,7 +2347,7 @@ "LensReferenceLineLayer", ")[]; legend?: { show?: boolean | undefined; position?: \"right\" | \"top\" | \"bottom\" | \"left\" | undefined; } | undefined; axisTitleVisibility?: { showXAxisTitle?: boolean | undefined; showYAxisTitle?: boolean | undefined; showYRightAxisTitle?: boolean | undefined; } | undefined; emphasizeFitting?: boolean | undefined; fittingFunction?: \"None\" | \"Average\" | \"Zero\" | \"Linear\" | \"Carry\" | \"Lookahead\" | \"Nearest\" | undefined; yBounds?: ", "LensYBoundsConfig", - " | undefined; } & { id: string; }; loadBreakdown: { title: string; dataset?: ", + " | undefined; valueLabels?: \"hide\" | \"show\" | undefined; } & { id: string; }; loadBreakdown: { title: string; dataset?: ", "LensDataset", " | undefined; chartType: \"xy\"; layers: ({ dataset?: ", "LensDataset", @@ -2365,7 +2365,7 @@ "LensReferenceLineLayer", ")[]; legend?: { show?: boolean | undefined; position?: \"right\" | \"top\" | \"bottom\" | \"left\" | undefined; } | undefined; axisTitleVisibility?: { showXAxisTitle?: boolean | undefined; showYAxisTitle?: boolean | undefined; showYRightAxisTitle?: boolean | undefined; } | undefined; emphasizeFitting?: boolean | undefined; fittingFunction?: \"None\" | \"Average\" | \"Zero\" | \"Linear\" | \"Carry\" | \"Lookahead\" | \"Nearest\" | undefined; yBounds?: ", "LensYBoundsConfig", - " | undefined; } & { id: string; }; cpuUsage: { title: string; dataset?: ", + " | undefined; valueLabels?: \"hide\" | \"show\" | undefined; } & { id: string; }; cpuUsage: { title: string; dataset?: ", "LensDataset", " | undefined; chartType: \"xy\"; layers: ({ dataset?: ", "LensDataset", @@ -2383,7 +2383,7 @@ "LensReferenceLineLayer", ")[]; legend?: { show?: boolean | undefined; position?: \"right\" | \"top\" | \"bottom\" | \"left\" | undefined; } | undefined; axisTitleVisibility?: { showXAxisTitle?: boolean | undefined; showYAxisTitle?: boolean | undefined; showYRightAxisTitle?: boolean | undefined; } | undefined; emphasizeFitting?: boolean | undefined; fittingFunction?: \"None\" | \"Average\" | \"Zero\" | \"Linear\" | \"Carry\" | \"Lookahead\" | \"Nearest\" | undefined; yBounds?: ", "LensYBoundsConfig", - " | undefined; } & { id: string; }; normalizedLoad1m: { title: string; dataset?: ", + " | undefined; valueLabels?: \"hide\" | \"show\" | undefined; } & { id: string; }; normalizedLoad1m: { title: string; dataset?: ", "LensDataset", " | undefined; chartType: \"xy\"; layers: ({ dataset?: ", "LensDataset", @@ -2401,7 +2401,7 @@ "LensReferenceLineLayer", ")[]; legend?: { show?: boolean | undefined; position?: \"right\" | \"top\" | \"bottom\" | \"left\" | undefined; } | undefined; axisTitleVisibility?: { showXAxisTitle?: boolean | undefined; showYAxisTitle?: boolean | undefined; showYRightAxisTitle?: boolean | undefined; } | undefined; emphasizeFitting?: boolean | undefined; fittingFunction?: \"None\" | \"Average\" | \"Zero\" | \"Linear\" | \"Carry\" | \"Lookahead\" | \"Nearest\" | undefined; yBounds?: ", "LensYBoundsConfig", - " | undefined; } & { id: string; }; }; metric: { cpuUsage: { title: string; dataset?: ", + " | undefined; valueLabels?: \"hide\" | \"show\" | undefined; } & { id: string; }; }; metric: { cpuUsage: { title: string; dataset?: ", "LensDataset", " | undefined; label?: string | undefined; filter?: string | undefined; format?: \"string\" | \"number\" | \"duration\" | \"currency\" | \"percent\" | \"bytes\" | \"bits\" | undefined; decimals?: number | undefined; normalizeByUnit?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; suffix?: string | undefined; fromUnit?: string | undefined; toUnit?: string | undefined; compactValues?: boolean | undefined; randomSampling?: number | undefined; useGlobalFilter?: boolean | undefined; seriesColor?: string | undefined; value: string; chartType: \"metric\"; querySecondaryMetric?: string | undefined; queryMaxValue?: string | undefined; breakdown?: ", "LensBreakdownConfig", @@ -2427,7 +2427,7 @@ "LensReferenceLineLayer", ")[]; legend?: { show?: boolean | undefined; position?: \"right\" | \"top\" | \"bottom\" | \"left\" | undefined; } | undefined; axisTitleVisibility?: { showXAxisTitle?: boolean | undefined; showYAxisTitle?: boolean | undefined; showYRightAxisTitle?: boolean | undefined; } | undefined; emphasizeFitting?: boolean | undefined; fittingFunction?: \"None\" | \"Average\" | \"Zero\" | \"Linear\" | \"Carry\" | \"Lookahead\" | \"Nearest\" | undefined; yBounds?: ", "LensYBoundsConfig", - " | undefined; } & { id: string; }; diskUsageByMountPoint: { title: string; dataset?: ", + " | undefined; valueLabels?: \"hide\" | \"show\" | undefined; } & { id: string; }; diskUsageByMountPoint: { title: string; dataset?: ", "LensDataset", " | undefined; chartType: \"xy\"; layers: ({ dataset?: ", "LensDataset", @@ -2445,7 +2445,7 @@ "LensReferenceLineLayer", ")[]; legend?: { show?: boolean | undefined; position?: \"right\" | \"top\" | \"bottom\" | \"left\" | undefined; } | undefined; axisTitleVisibility?: { showXAxisTitle?: boolean | undefined; showYAxisTitle?: boolean | undefined; showYRightAxisTitle?: boolean | undefined; } | undefined; emphasizeFitting?: boolean | undefined; fittingFunction?: \"None\" | \"Average\" | \"Zero\" | \"Linear\" | \"Carry\" | \"Lookahead\" | \"Nearest\" | undefined; yBounds?: ", "LensYBoundsConfig", - " | undefined; } & { id: string; }; diskIOReadWrite: { title: string; dataset?: ", + " | undefined; valueLabels?: \"hide\" | \"show\" | undefined; } & { id: string; }; diskIOReadWrite: { title: string; dataset?: ", "LensDataset", " | undefined; chartType: \"xy\"; layers: ({ dataset?: ", "LensDataset", @@ -2463,7 +2463,7 @@ "LensReferenceLineLayer", ")[]; legend?: { show?: boolean | undefined; position?: \"right\" | \"top\" | \"bottom\" | \"left\" | undefined; } | undefined; axisTitleVisibility?: { showXAxisTitle?: boolean | undefined; showYAxisTitle?: boolean | undefined; showYRightAxisTitle?: boolean | undefined; } | undefined; emphasizeFitting?: boolean | undefined; fittingFunction?: \"None\" | \"Average\" | \"Zero\" | \"Linear\" | \"Carry\" | \"Lookahead\" | \"Nearest\" | undefined; yBounds?: ", "LensYBoundsConfig", - " | undefined; } & { id: string; }; diskSpaceAvailable: { title: string; dataset?: ", + " | undefined; valueLabels?: \"hide\" | \"show\" | undefined; } & { id: string; }; diskSpaceAvailable: { title: string; dataset?: ", "LensDataset", " | undefined; chartType: \"xy\"; layers: ({ dataset?: ", "LensDataset", @@ -2481,7 +2481,7 @@ "LensReferenceLineLayer", ")[]; legend?: { show?: boolean | undefined; position?: \"right\" | \"top\" | \"bottom\" | \"left\" | undefined; } | undefined; axisTitleVisibility?: { showXAxisTitle?: boolean | undefined; showYAxisTitle?: boolean | undefined; showYRightAxisTitle?: boolean | undefined; } | undefined; emphasizeFitting?: boolean | undefined; fittingFunction?: \"None\" | \"Average\" | \"Zero\" | \"Linear\" | \"Carry\" | \"Lookahead\" | \"Nearest\" | undefined; yBounds?: ", "LensYBoundsConfig", - " | undefined; } & { id: string; }; diskIORead: { title: string; dataset?: ", + " | undefined; valueLabels?: \"hide\" | \"show\" | undefined; } & { id: string; }; diskIORead: { title: string; dataset?: ", "LensDataset", " | undefined; chartType: \"xy\"; layers: ({ dataset?: ", "LensDataset", @@ -2499,7 +2499,7 @@ "LensReferenceLineLayer", ")[]; legend?: { show?: boolean | undefined; position?: \"right\" | \"top\" | \"bottom\" | \"left\" | undefined; } | undefined; axisTitleVisibility?: { showXAxisTitle?: boolean | undefined; showYAxisTitle?: boolean | undefined; showYRightAxisTitle?: boolean | undefined; } | undefined; emphasizeFitting?: boolean | undefined; fittingFunction?: \"None\" | \"Average\" | \"Zero\" | \"Linear\" | \"Carry\" | \"Lookahead\" | \"Nearest\" | undefined; yBounds?: ", "LensYBoundsConfig", - " | undefined; } & { id: string; }; diskIOWrite: { title: string; dataset?: ", + " | undefined; valueLabels?: \"hide\" | \"show\" | undefined; } & { id: string; }; diskIOWrite: { title: string; dataset?: ", "LensDataset", " | undefined; chartType: \"xy\"; layers: ({ dataset?: ", "LensDataset", @@ -2517,7 +2517,7 @@ "LensReferenceLineLayer", ")[]; legend?: { show?: boolean | undefined; position?: \"right\" | \"top\" | \"bottom\" | \"left\" | undefined; } | undefined; axisTitleVisibility?: { showXAxisTitle?: boolean | undefined; showYAxisTitle?: boolean | undefined; showYRightAxisTitle?: boolean | undefined; } | undefined; emphasizeFitting?: boolean | undefined; fittingFunction?: \"None\" | \"Average\" | \"Zero\" | \"Linear\" | \"Carry\" | \"Lookahead\" | \"Nearest\" | undefined; yBounds?: ", "LensYBoundsConfig", - " | undefined; } & { id: string; }; diskReadThroughput: { title: string; dataset?: ", + " | undefined; valueLabels?: \"hide\" | \"show\" | undefined; } & { id: string; }; diskReadThroughput: { title: string; dataset?: ", "LensDataset", " | undefined; chartType: \"xy\"; layers: ({ dataset?: ", "LensDataset", @@ -2535,7 +2535,7 @@ "LensReferenceLineLayer", ")[]; legend?: { show?: boolean | undefined; position?: \"right\" | \"top\" | \"bottom\" | \"left\" | undefined; } | undefined; axisTitleVisibility?: { showXAxisTitle?: boolean | undefined; showYAxisTitle?: boolean | undefined; showYRightAxisTitle?: boolean | undefined; } | undefined; emphasizeFitting?: boolean | undefined; fittingFunction?: \"None\" | \"Average\" | \"Zero\" | \"Linear\" | \"Carry\" | \"Lookahead\" | \"Nearest\" | undefined; yBounds?: ", "LensYBoundsConfig", - " | undefined; } & { id: string; }; diskWriteThroughput: { title: string; dataset?: ", + " | undefined; valueLabels?: \"hide\" | \"show\" | undefined; } & { id: string; }; diskWriteThroughput: { title: string; dataset?: ", "LensDataset", " | undefined; chartType: \"xy\"; layers: ({ dataset?: ", "LensDataset", @@ -2553,7 +2553,7 @@ "LensReferenceLineLayer", ")[]; legend?: { show?: boolean | undefined; position?: \"right\" | \"top\" | \"bottom\" | \"left\" | undefined; } | undefined; axisTitleVisibility?: { showXAxisTitle?: boolean | undefined; showYAxisTitle?: boolean | undefined; showYRightAxisTitle?: boolean | undefined; } | undefined; emphasizeFitting?: boolean | undefined; fittingFunction?: \"None\" | \"Average\" | \"Zero\" | \"Linear\" | \"Carry\" | \"Lookahead\" | \"Nearest\" | undefined; yBounds?: ", "LensYBoundsConfig", - " | undefined; } & { id: string; }; }; metric: { diskUsage: { title: string; dataset?: ", + " | undefined; valueLabels?: \"hide\" | \"show\" | undefined; } & { id: string; }; }; metric: { diskUsage: { title: string; dataset?: ", "LensDataset", " | undefined; label?: string | undefined; filter?: string | undefined; format?: \"string\" | \"number\" | \"duration\" | \"currency\" | \"percent\" | \"bytes\" | \"bits\" | undefined; decimals?: number | undefined; normalizeByUnit?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; suffix?: string | undefined; fromUnit?: string | undefined; toUnit?: string | undefined; compactValues?: boolean | undefined; randomSampling?: number | undefined; useGlobalFilter?: boolean | undefined; seriesColor?: string | undefined; value: string; chartType: \"metric\"; querySecondaryMetric?: string | undefined; queryMaxValue?: string | undefined; breakdown?: ", "LensBreakdownConfig", @@ -2575,7 +2575,7 @@ "LensReferenceLineLayer", ")[]; legend?: { show?: boolean | undefined; position?: \"right\" | \"top\" | \"bottom\" | \"left\" | undefined; } | undefined; axisTitleVisibility?: { showXAxisTitle?: boolean | undefined; showYAxisTitle?: boolean | undefined; showYRightAxisTitle?: boolean | undefined; } | undefined; emphasizeFitting?: boolean | undefined; fittingFunction?: \"None\" | \"Average\" | \"Zero\" | \"Linear\" | \"Carry\" | \"Lookahead\" | \"Nearest\" | undefined; yBounds?: ", "LensYBoundsConfig", - " | undefined; } & { id: string; }; memoryUsage: { title: string; dataset?: ", + " | undefined; valueLabels?: \"hide\" | \"show\" | undefined; } & { id: string; }; memoryUsage: { title: string; dataset?: ", "LensDataset", " | undefined; chartType: \"xy\"; layers: ({ dataset?: ", "LensDataset", @@ -2593,7 +2593,7 @@ "LensReferenceLineLayer", ")[]; legend?: { show?: boolean | undefined; position?: \"right\" | \"top\" | \"bottom\" | \"left\" | undefined; } | undefined; axisTitleVisibility?: { showXAxisTitle?: boolean | undefined; showYAxisTitle?: boolean | undefined; showYRightAxisTitle?: boolean | undefined; } | undefined; emphasizeFitting?: boolean | undefined; fittingFunction?: \"None\" | \"Average\" | \"Zero\" | \"Linear\" | \"Carry\" | \"Lookahead\" | \"Nearest\" | undefined; yBounds?: ", "LensYBoundsConfig", - " | undefined; } & { id: string; }; memoryFree: { title: string; dataset?: ", + " | undefined; valueLabels?: \"hide\" | \"show\" | undefined; } & { id: string; }; memoryFree: { title: string; dataset?: ", "LensDataset", " | undefined; chartType: \"xy\"; layers: ({ dataset?: ", "LensDataset", @@ -2611,7 +2611,7 @@ "LensReferenceLineLayer", ")[]; legend?: { show?: boolean | undefined; position?: \"right\" | \"top\" | \"bottom\" | \"left\" | undefined; } | undefined; axisTitleVisibility?: { showXAxisTitle?: boolean | undefined; showYAxisTitle?: boolean | undefined; showYRightAxisTitle?: boolean | undefined; } | undefined; emphasizeFitting?: boolean | undefined; fittingFunction?: \"None\" | \"Average\" | \"Zero\" | \"Linear\" | \"Carry\" | \"Lookahead\" | \"Nearest\" | undefined; yBounds?: ", "LensYBoundsConfig", - " | undefined; } & { id: string; }; }; metric: { memoryUsage: { title: string; dataset?: ", + " | undefined; valueLabels?: \"hide\" | \"show\" | undefined; } & { id: string; }; }; metric: { memoryUsage: { title: string; dataset?: ", "LensDataset", " | undefined; label?: string | undefined; filter?: string | undefined; format?: \"string\" | \"number\" | \"duration\" | \"currency\" | \"percent\" | \"bytes\" | \"bits\" | undefined; decimals?: number | undefined; normalizeByUnit?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; suffix?: string | undefined; fromUnit?: string | undefined; toUnit?: string | undefined; compactValues?: boolean | undefined; randomSampling?: number | undefined; useGlobalFilter?: boolean | undefined; seriesColor?: string | undefined; value: string; chartType: \"metric\"; querySecondaryMetric?: string | undefined; queryMaxValue?: string | undefined; breakdown?: ", "LensBreakdownConfig", @@ -2633,7 +2633,7 @@ "LensReferenceLineLayer", ")[]; legend?: { show?: boolean | undefined; position?: \"right\" | \"top\" | \"bottom\" | \"left\" | undefined; } | undefined; axisTitleVisibility?: { showXAxisTitle?: boolean | undefined; showYAxisTitle?: boolean | undefined; showYRightAxisTitle?: boolean | undefined; } | undefined; emphasizeFitting?: boolean | undefined; fittingFunction?: \"None\" | \"Average\" | \"Zero\" | \"Linear\" | \"Carry\" | \"Lookahead\" | \"Nearest\" | undefined; yBounds?: ", "LensYBoundsConfig", - " | undefined; } & { id: string; }; readonly rx: { title: string; dataset?: ", + " | undefined; valueLabels?: \"hide\" | \"show\" | undefined; } & { id: string; }; readonly rx: { title: string; dataset?: ", "LensDataset", " | undefined; chartType: \"xy\"; layers: ({ dataset?: ", "LensDataset", @@ -2651,7 +2651,7 @@ "LensReferenceLineLayer", ")[]; legend?: { show?: boolean | undefined; position?: \"right\" | \"top\" | \"bottom\" | \"left\" | undefined; } | undefined; axisTitleVisibility?: { showXAxisTitle?: boolean | undefined; showYAxisTitle?: boolean | undefined; showYRightAxisTitle?: boolean | undefined; } | undefined; emphasizeFitting?: boolean | undefined; fittingFunction?: \"None\" | \"Average\" | \"Zero\" | \"Linear\" | \"Carry\" | \"Lookahead\" | \"Nearest\" | undefined; yBounds?: ", "LensYBoundsConfig", - " | undefined; } & { id: string; }; readonly tx: { title: string; dataset?: ", + " | undefined; valueLabels?: \"hide\" | \"show\" | undefined; } & { id: string; }; readonly tx: { title: string; dataset?: ", "LensDataset", " | undefined; chartType: \"xy\"; layers: ({ dataset?: ", "LensDataset", @@ -2669,7 +2669,7 @@ "LensReferenceLineLayer", ")[]; legend?: { show?: boolean | undefined; position?: \"right\" | \"top\" | \"bottom\" | \"left\" | undefined; } | undefined; axisTitleVisibility?: { showXAxisTitle?: boolean | undefined; showYAxisTitle?: boolean | undefined; showYRightAxisTitle?: boolean | undefined; } | undefined; emphasizeFitting?: boolean | undefined; fittingFunction?: \"None\" | \"Average\" | \"Zero\" | \"Linear\" | \"Carry\" | \"Lookahead\" | \"Nearest\" | undefined; yBounds?: ", "LensYBoundsConfig", - " | undefined; } & { id: string; }; }; }; logs: { xy: { logRate: { title: string; dataset?: ", + " | undefined; valueLabels?: \"hide\" | \"show\" | undefined; } & { id: string; }; }; }; logs: { xy: { logRate: { title: string; dataset?: ", "LensDataset", " | undefined; chartType: \"xy\"; layers: ({ dataset?: ", "LensDataset", @@ -2687,7 +2687,7 @@ "LensReferenceLineLayer", ")[]; legend?: { show?: boolean | undefined; position?: \"right\" | \"top\" | \"bottom\" | \"left\" | undefined; } | undefined; axisTitleVisibility?: { showXAxisTitle?: boolean | undefined; showYAxisTitle?: boolean | undefined; showYRightAxisTitle?: boolean | undefined; } | undefined; emphasizeFitting?: boolean | undefined; fittingFunction?: \"None\" | \"Average\" | \"Zero\" | \"Linear\" | \"Carry\" | \"Lookahead\" | \"Nearest\" | undefined; yBounds?: ", "LensYBoundsConfig", - " | undefined; } & { id: string; }; }; }; }> | ", + " | undefined; valueLabels?: \"hide\" | \"show\" | undefined; } & { id: string; }; }; }; }> | ", "InventoryModel", "<\"pod\", { memory: ", { @@ -2789,7 +2789,7 @@ "LensReferenceLineLayer", ")[]; legend?: { show?: boolean | undefined; position?: \"right\" | \"top\" | \"bottom\" | \"left\" | undefined; } | undefined; axisTitleVisibility?: { showXAxisTitle?: boolean | undefined; showYAxisTitle?: boolean | undefined; showYRightAxisTitle?: boolean | undefined; } | undefined; emphasizeFitting?: boolean | undefined; fittingFunction?: \"None\" | \"Average\" | \"Zero\" | \"Linear\" | \"Carry\" | \"Lookahead\" | \"Nearest\" | undefined; yBounds?: ", "LensYBoundsConfig", - " | undefined; } & { id: string; }; readonly k8sContainerCpuUsage: { title: string; dataset?: ", + " | undefined; valueLabels?: \"hide\" | \"show\" | undefined; } & { id: string; }; readonly k8sContainerCpuUsage: { title: string; dataset?: ", "LensDataset", " | undefined; chartType: \"xy\"; layers: ({ dataset?: ", "LensDataset", @@ -2807,7 +2807,7 @@ "LensReferenceLineLayer", ")[]; legend?: { show?: boolean | undefined; position?: \"right\" | \"top\" | \"bottom\" | \"left\" | undefined; } | undefined; axisTitleVisibility?: { showXAxisTitle?: boolean | undefined; showYAxisTitle?: boolean | undefined; showYRightAxisTitle?: boolean | undefined; } | undefined; emphasizeFitting?: boolean | undefined; fittingFunction?: \"None\" | \"Average\" | \"Zero\" | \"Linear\" | \"Carry\" | \"Lookahead\" | \"Nearest\" | undefined; yBounds?: ", "LensYBoundsConfig", - " | undefined; } & { id: string; }; }; readonly metric: { readonly dockerContainerCpuUsage: { title: string; dataset?: ", + " | undefined; valueLabels?: \"hide\" | \"show\" | undefined; } & { id: string; }; }; readonly metric: { readonly dockerContainerCpuUsage: { title: string; dataset?: ", "LensDataset", " | undefined; label?: string | undefined; filter?: string | undefined; format?: \"string\" | \"number\" | \"duration\" | \"currency\" | \"percent\" | \"bytes\" | \"bits\" | undefined; decimals?: number | undefined; normalizeByUnit?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; suffix?: string | undefined; fromUnit?: string | undefined; toUnit?: string | undefined; compactValues?: boolean | undefined; randomSampling?: number | undefined; useGlobalFilter?: boolean | undefined; seriesColor?: string | undefined; value: string; chartType: \"metric\"; querySecondaryMetric?: string | undefined; queryMaxValue?: string | undefined; breakdown?: ", "LensBreakdownConfig", @@ -2833,7 +2833,7 @@ "LensReferenceLineLayer", ")[]; legend?: { show?: boolean | undefined; position?: \"right\" | \"top\" | \"bottom\" | \"left\" | undefined; } | undefined; axisTitleVisibility?: { showXAxisTitle?: boolean | undefined; showYAxisTitle?: boolean | undefined; showYRightAxisTitle?: boolean | undefined; } | undefined; emphasizeFitting?: boolean | undefined; fittingFunction?: \"None\" | \"Average\" | \"Zero\" | \"Linear\" | \"Carry\" | \"Lookahead\" | \"Nearest\" | undefined; yBounds?: ", "LensYBoundsConfig", - " | undefined; } & { id: string; }; k8sContainerMemoryUsage: { title: string; dataset?: ", + " | undefined; valueLabels?: \"hide\" | \"show\" | undefined; } & { id: string; }; k8sContainerMemoryUsage: { title: string; dataset?: ", "LensDataset", " | undefined; chartType: \"xy\"; layers: ({ dataset?: ", "LensDataset", @@ -2851,7 +2851,7 @@ "LensReferenceLineLayer", ")[]; legend?: { show?: boolean | undefined; position?: \"right\" | \"top\" | \"bottom\" | \"left\" | undefined; } | undefined; axisTitleVisibility?: { showXAxisTitle?: boolean | undefined; showYAxisTitle?: boolean | undefined; showYRightAxisTitle?: boolean | undefined; } | undefined; emphasizeFitting?: boolean | undefined; fittingFunction?: \"None\" | \"Average\" | \"Zero\" | \"Linear\" | \"Carry\" | \"Lookahead\" | \"Nearest\" | undefined; yBounds?: ", "LensYBoundsConfig", - " | undefined; } & { id: string; }; }; metric: { dockerContainerMemoryUsage: { title: string; dataset?: ", + " | undefined; valueLabels?: \"hide\" | \"show\" | undefined; } & { id: string; }; }; metric: { dockerContainerMemoryUsage: { title: string; dataset?: ", "LensDataset", " | undefined; label?: string | undefined; filter?: string | undefined; format?: \"string\" | \"number\" | \"duration\" | \"currency\" | \"percent\" | \"bytes\" | \"bits\" | undefined; decimals?: number | undefined; normalizeByUnit?: \"m\" | \"s\" | \"d\" | \"h\" | undefined; suffix?: string | undefined; fromUnit?: string | undefined; toUnit?: string | undefined; compactValues?: boolean | undefined; randomSampling?: number | undefined; useGlobalFilter?: boolean | undefined; seriesColor?: string | undefined; value: string; chartType: \"metric\"; querySecondaryMetric?: string | undefined; queryMaxValue?: string | undefined; breakdown?: ", "LensBreakdownConfig", @@ -2877,7 +2877,7 @@ "LensReferenceLineLayer", ")[]; legend?: { show?: boolean | undefined; position?: \"right\" | \"top\" | \"bottom\" | \"left\" | undefined; } | undefined; axisTitleVisibility?: { showXAxisTitle?: boolean | undefined; showYAxisTitle?: boolean | undefined; showYRightAxisTitle?: boolean | undefined; } | undefined; emphasizeFitting?: boolean | undefined; fittingFunction?: \"None\" | \"Average\" | \"Zero\" | \"Linear\" | \"Carry\" | \"Lookahead\" | \"Nearest\" | undefined; yBounds?: ", "LensYBoundsConfig", - " | undefined; } & { id: string; }; }; }; readonly diskIO: { xy: { dockerContainerDiskIOReadWrite: { title: string; dataset?: ", + " | undefined; valueLabels?: \"hide\" | \"show\" | undefined; } & { id: string; }; }; }; readonly diskIO: { xy: { dockerContainerDiskIOReadWrite: { title: string; dataset?: ", "LensDataset", " | undefined; chartType: \"xy\"; layers: ({ dataset?: ", "LensDataset", @@ -2895,7 +2895,7 @@ "LensReferenceLineLayer", ")[]; legend?: { show?: boolean | undefined; position?: \"right\" | \"top\" | \"bottom\" | \"left\" | undefined; } | undefined; axisTitleVisibility?: { showXAxisTitle?: boolean | undefined; showYAxisTitle?: boolean | undefined; showYRightAxisTitle?: boolean | undefined; } | undefined; emphasizeFitting?: boolean | undefined; fittingFunction?: \"None\" | \"Average\" | \"Zero\" | \"Linear\" | \"Carry\" | \"Lookahead\" | \"Nearest\" | undefined; yBounds?: ", "LensYBoundsConfig", - " | undefined; } & { id: string; }; }; }; }> | ", + " | undefined; valueLabels?: \"hide\" | \"show\" | undefined; } & { id: string; }; }; }; }> | ", "InventoryModel", "<\"awsEC2\", { cpu: ", { diff --git a/api_docs/metrics_data_access.mdx b/api_docs/metrics_data_access.mdx index 78429257a10ee..f0cefb6a07980 100644 --- a/api_docs/metrics_data_access.mdx +++ b/api_docs/metrics_data_access.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/metricsDataAccess title: "metricsDataAccess" image: https://source.unsplash.com/400x175/?github description: API docs for the metricsDataAccess plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'metricsDataAccess'] --- import metricsDataAccessObj from './metrics_data_access.devdocs.json'; diff --git a/api_docs/metrics_experience.mdx b/api_docs/metrics_experience.mdx index cfc28d8b12abe..07655e139c673 100644 --- a/api_docs/metrics_experience.mdx +++ b/api_docs/metrics_experience.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/metricsExperience title: "metricsExperience" image: https://source.unsplash.com/400x175/?github description: API docs for the metricsExperience plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'metricsExperience'] --- import metricsExperienceObj from './metrics_experience.devdocs.json'; diff --git a/api_docs/ml.mdx b/api_docs/ml.mdx index d7bd59bbde357..535e1baee14ca 100644 --- a/api_docs/ml.mdx +++ b/api_docs/ml.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/ml title: "ml" image: https://source.unsplash.com/400x175/?github description: API docs for the ml plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'ml'] --- import mlObj from './ml.devdocs.json'; diff --git a/api_docs/mock_idp_plugin.mdx b/api_docs/mock_idp_plugin.mdx index c5aa0f0118c74..a9ec271fb4028 100644 --- a/api_docs/mock_idp_plugin.mdx +++ b/api_docs/mock_idp_plugin.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/mockIdpPlugin title: "mockIdpPlugin" image: https://source.unsplash.com/400x175/?github description: API docs for the mockIdpPlugin plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'mockIdpPlugin'] --- import mockIdpPluginObj from './mock_idp_plugin.devdocs.json'; diff --git a/api_docs/monitoring.mdx b/api_docs/monitoring.mdx index 8d9b23d5c74b1..7ec7db965473f 100644 --- a/api_docs/monitoring.mdx +++ b/api_docs/monitoring.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/monitoring title: "monitoring" image: https://source.unsplash.com/400x175/?github description: API docs for the monitoring plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'monitoring'] --- import monitoringObj from './monitoring.devdocs.json'; diff --git a/api_docs/monitoring_collection.mdx b/api_docs/monitoring_collection.mdx index 276f7a5b85d50..92bdbe4c4de5f 100644 --- a/api_docs/monitoring_collection.mdx +++ b/api_docs/monitoring_collection.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/monitoringCollection title: "monitoringCollection" image: https://source.unsplash.com/400x175/?github description: API docs for the monitoringCollection plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'monitoringCollection'] --- import monitoringCollectionObj from './monitoring_collection.devdocs.json'; diff --git a/api_docs/navigation.devdocs.json b/api_docs/navigation.devdocs.json index df1ac39bc9c03..00bcef124d9ce 100644 --- a/api_docs/navigation.devdocs.json +++ b/api_docs/navigation.devdocs.json @@ -733,12 +733,13 @@ { "parentPluginId": "navigation", "id": "def-public.TopNavMenuData.iconType", - "type": "string", + "type": "CompoundType", "tags": [], "label": "iconType", "description": [], "signature": [ - "string | undefined" + "IconType", + " | undefined" ], "path": "src/platform/plugins/shared/navigation/public/top_nav_menu/top_nav_menu_data.tsx", "deprecated": false, diff --git a/api_docs/navigation.mdx b/api_docs/navigation.mdx index 5b73f4c3b9cc8..2efa91692509f 100644 --- a/api_docs/navigation.mdx +++ b/api_docs/navigation.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/navigation title: "navigation" image: https://source.unsplash.com/400x175/?github description: API docs for the navigation plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'navigation'] --- import navigationObj from './navigation.devdocs.json'; diff --git a/api_docs/newsfeed.mdx b/api_docs/newsfeed.mdx index d04b190acf39c..b642663fa19b8 100644 --- a/api_docs/newsfeed.mdx +++ b/api_docs/newsfeed.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/newsfeed title: "newsfeed" image: https://source.unsplash.com/400x175/?github description: API docs for the newsfeed plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'newsfeed'] --- import newsfeedObj from './newsfeed.devdocs.json'; diff --git a/api_docs/no_data_page.mdx b/api_docs/no_data_page.mdx index 8c287592a0901..a1bb73d7ac1e2 100644 --- a/api_docs/no_data_page.mdx +++ b/api_docs/no_data_page.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/noDataPage title: "noDataPage" image: https://source.unsplash.com/400x175/?github description: API docs for the noDataPage plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'noDataPage'] --- import noDataPageObj from './no_data_page.devdocs.json'; diff --git a/api_docs/notifications.mdx b/api_docs/notifications.mdx index 4e395b30ed65e..1205f8ea952b6 100644 --- a/api_docs/notifications.mdx +++ b/api_docs/notifications.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/notifications title: "notifications" image: https://source.unsplash.com/400x175/?github description: API docs for the notifications plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'notifications'] --- import notificationsObj from './notifications.devdocs.json'; diff --git a/api_docs/observability.devdocs.json b/api_docs/observability.devdocs.json index cfc30d37a47b6..651a795046583 100644 --- a/api_docs/observability.devdocs.json +++ b/api_docs/observability.devdocs.json @@ -11,7 +11,7 @@ "label": "AlertActions", "description": [], "signature": [ - "({ observabilityRuleTypeRegistry, alert, tableId, refresh, openAlertInFlyout, parentAlert, services, ...rest }: {} | (CellContext & ", + "(props: {} | (CellContext & ", "EuiDataGridCellValueElementProps", " & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<", "EuiDataGridRefProps", @@ -59,7 +59,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -145,7 +145,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -207,7 +207,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -269,7 +269,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -345,7 +345,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -407,7 +407,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -421,28 +421,8 @@ }, " & ", "AlertWithLegacyFormats", - " & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderFlyoutHeader?: ", - "FlyoutSectionRenderer", - "<", - { - "pluginId": "observability", - "scope": "public", - "docId": "kibObservabilityPluginApi", - "section": "def-public.ObservabilityAlertsTableContext", - "text": "ObservabilityAlertsTableContext" - }, - "> | undefined; renderFlyoutBody?: ", - "FlyoutSectionRenderer", - "<", - { - "pluginId": "observability", - "scope": "public", - "docId": "kibObservabilityPluginApi", - "section": "def-public.ObservabilityAlertsTableContext", - "text": "ObservabilityAlertsTableContext" - }, - "> | undefined; renderFlyoutFooter?: ", - "FlyoutSectionRenderer", + " & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderExpandedAlertView?: React.ComponentType | undefined; flyoutOwnsFocus?: boolean | undefined; flyoutPagination?: boolean | undefined; casesConfiguration?: { featureId: string; owner: (\"cases\" | \"observability\" | \"securitySolution\")[]; appId?: string | undefined; syncAlerts?: boolean | undefined; } | undefined; columns: ", + ">, \"expandedAlertIndex\"> & { expandedAlertIndex: number; }> | null | undefined; casesConfiguration?: { featureId: string; owner: (\"cases\" | \"observability\" | \"securitySolution\")[]; appId?: string | undefined; syncAlerts?: boolean | undefined; extractObservables?: boolean | undefined; } | undefined; columns: ", "EuiDataGridColumn", - "[]; openLinksInNewTab: boolean; } & ", + "[]; pageSize: number; pageIndex: number; onPageSizeChange: (newPageSize: number) => void; onPageIndexChange: (newPageIndex: number) => void; openLinksInNewTab: boolean; expandedAlertIndex: number | null; onExpandedAlertIndexChange: (expandedAlertIndex: number | null) => void; } & ", { "pluginId": "observability", "scope": "public", @@ -475,7 +455,7 @@ "id": "def-public.AlertActions.$1", "type": "CompoundType", "tags": [], - "label": "__0", + "label": "props", "description": [], "signature": [ "{} | (CellContext & ", @@ -526,7 +506,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -612,7 +592,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -674,7 +654,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -736,7 +716,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -812,7 +792,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -874,7 +854,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -888,28 +868,8 @@ }, " & ", "AlertWithLegacyFormats", - " & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderFlyoutHeader?: ", - "FlyoutSectionRenderer", - "<", - { - "pluginId": "observability", - "scope": "public", - "docId": "kibObservabilityPluginApi", - "section": "def-public.ObservabilityAlertsTableContext", - "text": "ObservabilityAlertsTableContext" - }, - "> | undefined; renderFlyoutBody?: ", - "FlyoutSectionRenderer", - "<", - { - "pluginId": "observability", - "scope": "public", - "docId": "kibObservabilityPluginApi", - "section": "def-public.ObservabilityAlertsTableContext", - "text": "ObservabilityAlertsTableContext" - }, - "> | undefined; renderFlyoutFooter?: ", - "FlyoutSectionRenderer", + " & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderExpandedAlertView?: React.ComponentType | undefined; flyoutOwnsFocus?: boolean | undefined; flyoutPagination?: boolean | undefined; casesConfiguration?: { featureId: string; owner: (\"cases\" | \"observability\" | \"securitySolution\")[]; appId?: string | undefined; syncAlerts?: boolean | undefined; } | undefined; columns: ", + ">, \"expandedAlertIndex\"> & { expandedAlertIndex: number; }> | null | undefined; casesConfiguration?: { featureId: string; owner: (\"cases\" | \"observability\" | \"securitySolution\")[]; appId?: string | undefined; syncAlerts?: boolean | undefined; extractObservables?: boolean | undefined; } | undefined; columns: ", "EuiDataGridColumn", - "[]; openLinksInNewTab: boolean; } & ", + "[]; pageSize: number; pageIndex: number; onPageSizeChange: (newPageSize: number) => void; onPageIndexChange: (newPageIndex: number) => void; openLinksInNewTab: boolean; expandedAlertIndex: number | null; onExpandedAlertIndexChange: (expandedAlertIndex: number | null) => void; } & ", { "pluginId": "observability", "scope": "public", @@ -1627,11 +1587,15 @@ "signature": [ "(props: { id: string; columns?: ", "EuiDataGridColumn", - "[] | undefined; query: Pick<", + "[] | undefined; onColumnsChange?: ((newColumns: ", + "EuiDataGridColumn", + "[]) => void) | undefined; visibleColumns?: string[] | undefined; onVisibleColumnsChange?: ((newVisibleColumns: string[]) => void) | undefined; query: Pick<", "QueryDslQueryContainer", - ", \"ids\" | \"bool\">; initialSort?: ", - "SortCombinations", - "[] | undefined; initialPageSize?: number | undefined; browserFields?: ", + ", \"ids\" | \"bool\">; sort?: ", + "AlertsTableSortCombinations", + "[] | undefined; onSortChange?: ((newSort: ", + "AlertsTableSortCombinations", + "[]) => void) | undefined; pageSize?: number | undefined; onPageSizeChange?: ((newPageSize: number) => void) | undefined; pageIndex?: number | undefined; onPageIndexChange?: ((newPageIndex: number) => void) | undefined; browserFields?: ", { "pluginId": "@kbn/alerting-types", "scope": "common", @@ -1727,7 +1691,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -1813,7 +1777,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -1875,7 +1839,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -1951,7 +1915,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -2013,7 +1977,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -2027,28 +1991,8 @@ }, " & ", "AlertWithLegacyFormats", - " & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderFlyoutHeader?: ", - "FlyoutSectionRenderer", - "<", - { - "pluginId": "observability", - "scope": "public", - "docId": "kibObservabilityPluginApi", - "section": "def-public.ObservabilityAlertsTableContext", - "text": "ObservabilityAlertsTableContext" - }, - "> | undefined; renderFlyoutBody?: ", - "FlyoutSectionRenderer", - "<", - { - "pluginId": "observability", - "scope": "public", - "docId": "kibObservabilityPluginApi", - "section": "def-public.ObservabilityAlertsTableContext", - "text": "ObservabilityAlertsTableContext" - }, - "> | undefined; renderFlyoutFooter?: ", - "FlyoutSectionRenderer", + " & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderExpandedAlertView?: React.ComponentType | undefined; flyoutOwnsFocus?: boolean | undefined; flyoutPagination?: boolean | undefined; casesConfiguration?: { featureId: string; owner: (\"cases\" | \"observability\" | \"securitySolution\")[]; appId?: string | undefined; syncAlerts?: boolean | undefined; } | undefined; columns: ", + ">, \"expandedAlertIndex\"> & { expandedAlertIndex: number; }> | null | undefined; casesConfiguration?: { featureId: string; owner: (\"cases\" | \"observability\" | \"securitySolution\")[]; appId?: string | undefined; syncAlerts?: boolean | undefined; extractObservables?: boolean | undefined; } | undefined; columns: ", "EuiDataGridColumn", - "[]; openLinksInNewTab: boolean; } & ", + "[]; pageSize: number; pageIndex: number; onPageSizeChange: (newPageSize: number) => void; onPageIndexChange: (newPageIndex: number) => void; openLinksInNewTab: boolean; expandedAlertIndex: number | null; onExpandedAlertIndexChange: (expandedAlertIndex: number | null) => void; } & ", { "pluginId": "observability", "scope": "public", @@ -2117,7 +2061,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -2203,7 +2147,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -2265,7 +2209,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -2327,7 +2271,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -2403,7 +2347,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -2465,7 +2409,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -2479,28 +2423,8 @@ }, " & ", "AlertWithLegacyFormats", - " & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderFlyoutHeader?: ", - "FlyoutSectionRenderer", - "<", - { - "pluginId": "observability", - "scope": "public", - "docId": "kibObservabilityPluginApi", - "section": "def-public.ObservabilityAlertsTableContext", - "text": "ObservabilityAlertsTableContext" - }, - "> | undefined; renderFlyoutBody?: ", - "FlyoutSectionRenderer", - "<", - { - "pluginId": "observability", - "scope": "public", - "docId": "kibObservabilityPluginApi", - "section": "def-public.ObservabilityAlertsTableContext", - "text": "ObservabilityAlertsTableContext" - }, - "> | undefined; renderFlyoutFooter?: ", - "FlyoutSectionRenderer", + " & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderExpandedAlertView?: React.ComponentType | undefined; flyoutOwnsFocus?: boolean | undefined; flyoutPagination?: boolean | undefined; casesConfiguration?: { featureId: string; owner: (\"cases\" | \"observability\" | \"securitySolution\")[]; appId?: string | undefined; syncAlerts?: boolean | undefined; } | undefined; columns: ", + ">, \"expandedAlertIndex\"> & { expandedAlertIndex: number; }> | null | undefined; casesConfiguration?: { featureId: string; owner: (\"cases\" | \"observability\" | \"securitySolution\")[]; appId?: string | undefined; syncAlerts?: boolean | undefined; extractObservables?: boolean | undefined; } | undefined; columns: ", "EuiDataGridColumn", - "[]; openLinksInNewTab: boolean; } & ", + "[]; pageSize: number; pageIndex: number; onPageSizeChange: (newPageSize: number) => void; onPageIndexChange: (newPageIndex: number) => void; openLinksInNewTab: boolean; expandedAlertIndex: number | null; onExpandedAlertIndexChange: (expandedAlertIndex: number | null) => void; } & ", { "pluginId": "observability", "scope": "public", @@ -2569,7 +2493,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -2655,7 +2579,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -2717,7 +2641,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -2779,7 +2703,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -2841,7 +2765,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -2855,28 +2779,8 @@ }, " & ", "AlertWithLegacyFormats", - " & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderFlyoutHeader?: ", - "FlyoutSectionRenderer", - "<", - { - "pluginId": "observability", - "scope": "public", - "docId": "kibObservabilityPluginApi", - "section": "def-public.ObservabilityAlertsTableContext", - "text": "ObservabilityAlertsTableContext" - }, - "> | undefined; renderFlyoutBody?: ", - "FlyoutSectionRenderer", - "<", - { - "pluginId": "observability", - "scope": "public", - "docId": "kibObservabilityPluginApi", - "section": "def-public.ObservabilityAlertsTableContext", - "text": "ObservabilityAlertsTableContext" - }, - "> | undefined; renderFlyoutFooter?: ", - "FlyoutSectionRenderer", + " & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderExpandedAlertView?: React.ComponentType | undefined; flyoutOwnsFocus?: boolean | undefined; flyoutPagination?: boolean | undefined; casesConfiguration?: { featureId: string; owner: (\"cases\" | \"observability\" | \"securitySolution\")[]; appId?: string | undefined; syncAlerts?: boolean | undefined; } | undefined; columns: ", + ">, \"expandedAlertIndex\"> & { expandedAlertIndex: number; }> | null | undefined; casesConfiguration?: { featureId: string; owner: (\"cases\" | \"observability\" | \"securitySolution\")[]; appId?: string | undefined; syncAlerts?: boolean | undefined; extractObservables?: boolean | undefined; } | undefined; columns: ", "EuiDataGridColumn", - "[]; openLinksInNewTab: boolean; } & ", + "[]; pageSize: number; pageIndex: number; onPageSizeChange: (newPageSize: number) => void; onPageIndexChange: (newPageIndex: number) => void; openLinksInNewTab: boolean; expandedAlertIndex: number | null; onExpandedAlertIndexChange: (expandedAlertIndex: number | null) => void; } & ", { "pluginId": "observability", "scope": "public", @@ -2959,7 +2863,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -3045,7 +2949,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -3107,7 +3011,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -3169,7 +3073,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -3245,7 +3149,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -3259,28 +3163,8 @@ }, " & ", "AlertWithLegacyFormats", - " & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderFlyoutHeader?: ", - "FlyoutSectionRenderer", - "<", - { - "pluginId": "observability", - "scope": "public", - "docId": "kibObservabilityPluginApi", - "section": "def-public.ObservabilityAlertsTableContext", - "text": "ObservabilityAlertsTableContext" - }, - "> | undefined; renderFlyoutBody?: ", - "FlyoutSectionRenderer", - "<", - { - "pluginId": "observability", - "scope": "public", - "docId": "kibObservabilityPluginApi", - "section": "def-public.ObservabilityAlertsTableContext", - "text": "ObservabilityAlertsTableContext" - }, - "> | undefined; renderFlyoutFooter?: ", - "FlyoutSectionRenderer", + " & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderExpandedAlertView?: React.ComponentType | undefined; flyoutOwnsFocus?: boolean | undefined; flyoutPagination?: boolean | undefined; casesConfiguration?: { featureId: string; owner: (\"cases\" | \"observability\" | \"securitySolution\")[]; appId?: string | undefined; syncAlerts?: boolean | undefined; } | undefined; columns: ", + ">, \"expandedAlertIndex\"> & { expandedAlertIndex: number; }> | null | undefined; casesConfiguration?: { featureId: string; owner: (\"cases\" | \"observability\" | \"securitySolution\")[]; appId?: string | undefined; syncAlerts?: boolean | undefined; extractObservables?: boolean | undefined; } | undefined; columns: ", "EuiDataGridColumn", - "[]; openLinksInNewTab: boolean; } & ", + "[]; pageSize: number; pageIndex: number; onPageSizeChange: (newPageSize: number) => void; onPageIndexChange: (newPageIndex: number) => void; openLinksInNewTab: boolean; expandedAlertIndex: number | null; onExpandedAlertIndexChange: (expandedAlertIndex: number | null) => void; } & ", { "pluginId": "observability", "scope": "public", @@ -3349,7 +3233,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -3435,7 +3319,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -3497,7 +3381,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -3559,7 +3443,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -3635,7 +3519,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -3697,7 +3581,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -3711,28 +3595,8 @@ }, " & ", "AlertWithLegacyFormats", - " & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderFlyoutHeader?: ", - "FlyoutSectionRenderer", - "<", - { - "pluginId": "observability", - "scope": "public", - "docId": "kibObservabilityPluginApi", - "section": "def-public.ObservabilityAlertsTableContext", - "text": "ObservabilityAlertsTableContext" - }, - "> | undefined; renderFlyoutBody?: ", - "FlyoutSectionRenderer", - "<", - { - "pluginId": "observability", - "scope": "public", - "docId": "kibObservabilityPluginApi", - "section": "def-public.ObservabilityAlertsTableContext", - "text": "ObservabilityAlertsTableContext" - }, - "> | undefined; renderFlyoutFooter?: ", - "FlyoutSectionRenderer", + " & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderExpandedAlertView?: React.ComponentType | undefined; flyoutOwnsFocus?: boolean | undefined; flyoutPagination?: boolean | undefined; casesConfiguration?: { featureId: string; owner: (\"cases\" | \"observability\" | \"securitySolution\")[]; appId?: string | undefined; syncAlerts?: boolean | undefined; } | undefined; columns: ", + ">, \"expandedAlertIndex\"> & { expandedAlertIndex: number; }> | null | undefined; casesConfiguration?: { featureId: string; owner: (\"cases\" | \"observability\" | \"securitySolution\")[]; appId?: string | undefined; syncAlerts?: boolean | undefined; extractObservables?: boolean | undefined; } | undefined; columns: ", "EuiDataGridColumn", - "[]; openLinksInNewTab: boolean; } & ", + "[]; pageSize: number; pageIndex: number; onPageSizeChange: (newPageSize: number) => void; onPageIndexChange: (newPageIndex: number) => void; openLinksInNewTab: boolean; expandedAlertIndex: number | null; onExpandedAlertIndexChange: (expandedAlertIndex: number | null) => void; } & ", { "pluginId": "observability", "scope": "public", @@ -3763,28 +3627,8 @@ "section": "def-public.ObservabilityAlertsTableContext", "text": "ObservabilityAlertsTableContext" }, - "> | undefined; renderFlyoutHeader?: ", - "FlyoutSectionRenderer", - "<", - { - "pluginId": "observability", - "scope": "public", - "docId": "kibObservabilityPluginApi", - "section": "def-public.ObservabilityAlertsTableContext", - "text": "ObservabilityAlertsTableContext" - }, - "> | undefined; renderFlyoutBody?: ", - "FlyoutSectionRenderer", - "<", - { - "pluginId": "observability", - "scope": "public", - "docId": "kibObservabilityPluginApi", - "section": "def-public.ObservabilityAlertsTableContext", - "text": "ObservabilityAlertsTableContext" - }, - "> | undefined; renderFlyoutFooter?: ", - "FlyoutSectionRenderer", + "> | undefined; expandedAlertIndex?: number | null | undefined; onExpandedAlertIndexChange?: ((expandedAlertIndex: number | null) => void) | undefined; renderExpandedAlertView?: React.ComponentType | undefined; flyoutOwnsFocus?: boolean | undefined; flyoutPagination?: boolean | undefined; lastReloadRequestTime?: number | undefined; configurationStorage?: ", + ">, \"expandedAlertIndex\"> & { expandedAlertIndex: number; }> | null | undefined; lastReloadRequestTime?: number | undefined; configurationStorage?: ", { "pluginId": "kibanaUtils", "scope": "public", @@ -3801,7 +3645,7 @@ "section": "def-public.IStorageWrapper", "text": "IStorageWrapper" }, - " | undefined; services: { data: ", + " | null | undefined; services: { data: ", { "pluginId": "data", "scope": "public", @@ -3835,7 +3679,7 @@ "SettingsStart", "; cases?: ", "CasesService", - " | undefined; }; minScore?: number | undefined; trackScores?: boolean | undefined; consumers?: string[] | undefined; showInspectButton?: boolean | undefined; casesConfiguration?: { featureId: string; owner: (\"cases\" | \"observability\" | \"securitySolution\")[]; appId?: string | undefined; syncAlerts?: boolean | undefined; } | undefined; hideBulkActions?: boolean | undefined; additionalBulkActions?: ", + " | undefined; }; minScore?: number | undefined; trackScores?: boolean | undefined; consumers?: string[] | undefined; showInspectButton?: boolean | undefined; casesConfiguration?: { featureId: string; owner: (\"cases\" | \"observability\" | \"securitySolution\")[]; appId?: string | undefined; syncAlerts?: boolean | undefined; extractObservables?: boolean | undefined; } | undefined; hideBulkActions?: boolean | undefined; additionalBulkActions?: ", "BulkActionsPanelConfig", "[] | undefined; actionsColumnWidth?: number | undefined; fieldsBrowserOptions?: ", { @@ -3897,11 +3741,15 @@ "signature": [ "{ id: string; columns?: ", "EuiDataGridColumn", - "[] | undefined; query: Pick<", + "[] | undefined; onColumnsChange?: ((newColumns: ", + "EuiDataGridColumn", + "[]) => void) | undefined; visibleColumns?: string[] | undefined; onVisibleColumnsChange?: ((newVisibleColumns: string[]) => void) | undefined; query: Pick<", "QueryDslQueryContainer", - ", \"ids\" | \"bool\">; initialSort?: ", - "SortCombinations", - "[] | undefined; initialPageSize?: number | undefined; browserFields?: ", + ", \"ids\" | \"bool\">; sort?: ", + "AlertsTableSortCombinations", + "[] | undefined; onSortChange?: ((newSort: ", + "AlertsTableSortCombinations", + "[]) => void) | undefined; pageSize?: number | undefined; onPageSizeChange?: ((newPageSize: number) => void) | undefined; pageIndex?: number | undefined; onPageIndexChange?: ((newPageIndex: number) => void) | undefined; browserFields?: ", { "pluginId": "@kbn/alerting-types", "scope": "common", @@ -3997,7 +3845,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -4083,7 +3931,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -4145,7 +3993,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -4221,7 +4069,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -4283,7 +4131,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -4297,28 +4145,8 @@ }, " & ", "AlertWithLegacyFormats", - " & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderFlyoutHeader?: ", - "FlyoutSectionRenderer", - "<", - { - "pluginId": "observability", - "scope": "public", - "docId": "kibObservabilityPluginApi", - "section": "def-public.ObservabilityAlertsTableContext", - "text": "ObservabilityAlertsTableContext" - }, - "> | undefined; renderFlyoutBody?: ", - "FlyoutSectionRenderer", - "<", - { - "pluginId": "observability", - "scope": "public", - "docId": "kibObservabilityPluginApi", - "section": "def-public.ObservabilityAlertsTableContext", - "text": "ObservabilityAlertsTableContext" - }, - "> | undefined; renderFlyoutFooter?: ", - "FlyoutSectionRenderer", + " & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderExpandedAlertView?: React.ComponentType | undefined; flyoutOwnsFocus?: boolean | undefined; flyoutPagination?: boolean | undefined; casesConfiguration?: { featureId: string; owner: (\"cases\" | \"observability\" | \"securitySolution\")[]; appId?: string | undefined; syncAlerts?: boolean | undefined; } | undefined; columns: ", + ">, \"expandedAlertIndex\"> & { expandedAlertIndex: number; }> | null | undefined; casesConfiguration?: { featureId: string; owner: (\"cases\" | \"observability\" | \"securitySolution\")[]; appId?: string | undefined; syncAlerts?: boolean | undefined; extractObservables?: boolean | undefined; } | undefined; columns: ", "EuiDataGridColumn", - "[]; openLinksInNewTab: boolean; } & ", + "[]; pageSize: number; pageIndex: number; onPageSizeChange: (newPageSize: number) => void; onPageIndexChange: (newPageIndex: number) => void; openLinksInNewTab: boolean; expandedAlertIndex: number | null; onExpandedAlertIndexChange: (expandedAlertIndex: number | null) => void; } & ", { "pluginId": "observability", "scope": "public", @@ -4387,7 +4215,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -4473,7 +4301,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -4535,7 +4363,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -4597,7 +4425,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -4673,7 +4501,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -4735,7 +4563,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -4749,28 +4577,8 @@ }, " & ", "AlertWithLegacyFormats", - " & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderFlyoutHeader?: ", - "FlyoutSectionRenderer", - "<", - { - "pluginId": "observability", - "scope": "public", - "docId": "kibObservabilityPluginApi", - "section": "def-public.ObservabilityAlertsTableContext", - "text": "ObservabilityAlertsTableContext" - }, - "> | undefined; renderFlyoutBody?: ", - "FlyoutSectionRenderer", - "<", - { - "pluginId": "observability", - "scope": "public", - "docId": "kibObservabilityPluginApi", - "section": "def-public.ObservabilityAlertsTableContext", - "text": "ObservabilityAlertsTableContext" - }, - "> | undefined; renderFlyoutFooter?: ", - "FlyoutSectionRenderer", + " & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderExpandedAlertView?: React.ComponentType | undefined; flyoutOwnsFocus?: boolean | undefined; flyoutPagination?: boolean | undefined; casesConfiguration?: { featureId: string; owner: (\"cases\" | \"observability\" | \"securitySolution\")[]; appId?: string | undefined; syncAlerts?: boolean | undefined; } | undefined; columns: ", + ">, \"expandedAlertIndex\"> & { expandedAlertIndex: number; }> | null | undefined; casesConfiguration?: { featureId: string; owner: (\"cases\" | \"observability\" | \"securitySolution\")[]; appId?: string | undefined; syncAlerts?: boolean | undefined; extractObservables?: boolean | undefined; } | undefined; columns: ", "EuiDataGridColumn", - "[]; openLinksInNewTab: boolean; } & ", + "[]; pageSize: number; pageIndex: number; onPageSizeChange: (newPageSize: number) => void; onPageIndexChange: (newPageIndex: number) => void; openLinksInNewTab: boolean; expandedAlertIndex: number | null; onExpandedAlertIndexChange: (expandedAlertIndex: number | null) => void; } & ", { "pluginId": "observability", "scope": "public", @@ -4839,7 +4647,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -4925,7 +4733,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -4987,7 +4795,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -5049,7 +4857,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -5111,7 +4919,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -5125,28 +4933,8 @@ }, " & ", "AlertWithLegacyFormats", - " & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderFlyoutHeader?: ", - "FlyoutSectionRenderer", - "<", - { - "pluginId": "observability", - "scope": "public", - "docId": "kibObservabilityPluginApi", - "section": "def-public.ObservabilityAlertsTableContext", - "text": "ObservabilityAlertsTableContext" - }, - "> | undefined; renderFlyoutBody?: ", - "FlyoutSectionRenderer", - "<", - { - "pluginId": "observability", - "scope": "public", - "docId": "kibObservabilityPluginApi", - "section": "def-public.ObservabilityAlertsTableContext", - "text": "ObservabilityAlertsTableContext" - }, - "> | undefined; renderFlyoutFooter?: ", - "FlyoutSectionRenderer", + " & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderExpandedAlertView?: React.ComponentType | undefined; flyoutOwnsFocus?: boolean | undefined; flyoutPagination?: boolean | undefined; casesConfiguration?: { featureId: string; owner: (\"cases\" | \"observability\" | \"securitySolution\")[]; appId?: string | undefined; syncAlerts?: boolean | undefined; } | undefined; columns: ", + ">, \"expandedAlertIndex\"> & { expandedAlertIndex: number; }> | null | undefined; casesConfiguration?: { featureId: string; owner: (\"cases\" | \"observability\" | \"securitySolution\")[]; appId?: string | undefined; syncAlerts?: boolean | undefined; extractObservables?: boolean | undefined; } | undefined; columns: ", "EuiDataGridColumn", - "[]; openLinksInNewTab: boolean; } & ", + "[]; pageSize: number; pageIndex: number; onPageSizeChange: (newPageSize: number) => void; onPageIndexChange: (newPageIndex: number) => void; openLinksInNewTab: boolean; expandedAlertIndex: number | null; onExpandedAlertIndexChange: (expandedAlertIndex: number | null) => void; } & ", { "pluginId": "observability", "scope": "public", @@ -5229,7 +5017,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -5315,7 +5103,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -5377,7 +5165,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -5439,7 +5227,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -5515,7 +5303,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -5529,28 +5317,8 @@ }, " & ", "AlertWithLegacyFormats", - " & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderFlyoutHeader?: ", - "FlyoutSectionRenderer", - "<", - { - "pluginId": "observability", - "scope": "public", - "docId": "kibObservabilityPluginApi", - "section": "def-public.ObservabilityAlertsTableContext", - "text": "ObservabilityAlertsTableContext" - }, - "> | undefined; renderFlyoutBody?: ", - "FlyoutSectionRenderer", - "<", - { - "pluginId": "observability", - "scope": "public", - "docId": "kibObservabilityPluginApi", - "section": "def-public.ObservabilityAlertsTableContext", - "text": "ObservabilityAlertsTableContext" - }, - "> | undefined; renderFlyoutFooter?: ", - "FlyoutSectionRenderer", + " & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderExpandedAlertView?: React.ComponentType | undefined; flyoutOwnsFocus?: boolean | undefined; flyoutPagination?: boolean | undefined; casesConfiguration?: { featureId: string; owner: (\"cases\" | \"observability\" | \"securitySolution\")[]; appId?: string | undefined; syncAlerts?: boolean | undefined; } | undefined; columns: ", + ">, \"expandedAlertIndex\"> & { expandedAlertIndex: number; }> | null | undefined; casesConfiguration?: { featureId: string; owner: (\"cases\" | \"observability\" | \"securitySolution\")[]; appId?: string | undefined; syncAlerts?: boolean | undefined; extractObservables?: boolean | undefined; } | undefined; columns: ", "EuiDataGridColumn", - "[]; openLinksInNewTab: boolean; } & ", + "[]; pageSize: number; pageIndex: number; onPageSizeChange: (newPageSize: number) => void; onPageIndexChange: (newPageIndex: number) => void; openLinksInNewTab: boolean; expandedAlertIndex: number | null; onExpandedAlertIndexChange: (expandedAlertIndex: number | null) => void; } & ", { "pluginId": "observability", "scope": "public", @@ -5619,7 +5387,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -5705,7 +5473,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -5767,7 +5535,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -5829,7 +5597,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -5905,7 +5673,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -5967,7 +5735,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -5981,28 +5749,8 @@ }, " & ", "AlertWithLegacyFormats", - " & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderFlyoutHeader?: ", - "FlyoutSectionRenderer", - "<", - { - "pluginId": "observability", - "scope": "public", - "docId": "kibObservabilityPluginApi", - "section": "def-public.ObservabilityAlertsTableContext", - "text": "ObservabilityAlertsTableContext" - }, - "> | undefined; renderFlyoutBody?: ", - "FlyoutSectionRenderer", - "<", - { - "pluginId": "observability", - "scope": "public", - "docId": "kibObservabilityPluginApi", - "section": "def-public.ObservabilityAlertsTableContext", - "text": "ObservabilityAlertsTableContext" - }, - "> | undefined; renderFlyoutFooter?: ", - "FlyoutSectionRenderer", + " & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderExpandedAlertView?: React.ComponentType | undefined; flyoutOwnsFocus?: boolean | undefined; flyoutPagination?: boolean | undefined; casesConfiguration?: { featureId: string; owner: (\"cases\" | \"observability\" | \"securitySolution\")[]; appId?: string | undefined; syncAlerts?: boolean | undefined; } | undefined; columns: ", + ">, \"expandedAlertIndex\"> & { expandedAlertIndex: number; }> | null | undefined; casesConfiguration?: { featureId: string; owner: (\"cases\" | \"observability\" | \"securitySolution\")[]; appId?: string | undefined; syncAlerts?: boolean | undefined; extractObservables?: boolean | undefined; } | undefined; columns: ", "EuiDataGridColumn", - "[]; openLinksInNewTab: boolean; } & ", + "[]; pageSize: number; pageIndex: number; onPageSizeChange: (newPageSize: number) => void; onPageIndexChange: (newPageIndex: number) => void; openLinksInNewTab: boolean; expandedAlertIndex: number | null; onExpandedAlertIndexChange: (expandedAlertIndex: number | null) => void; } & ", { "pluginId": "observability", "scope": "public", @@ -6033,28 +5781,8 @@ "section": "def-public.ObservabilityAlertsTableContext", "text": "ObservabilityAlertsTableContext" }, - "> | undefined; renderFlyoutHeader?: ", - "FlyoutSectionRenderer", - "<", - { - "pluginId": "observability", - "scope": "public", - "docId": "kibObservabilityPluginApi", - "section": "def-public.ObservabilityAlertsTableContext", - "text": "ObservabilityAlertsTableContext" - }, - "> | undefined; renderFlyoutBody?: ", - "FlyoutSectionRenderer", - "<", - { - "pluginId": "observability", - "scope": "public", - "docId": "kibObservabilityPluginApi", - "section": "def-public.ObservabilityAlertsTableContext", - "text": "ObservabilityAlertsTableContext" - }, - "> | undefined; renderFlyoutFooter?: ", - "FlyoutSectionRenderer", + "> | undefined; expandedAlertIndex?: number | null | undefined; onExpandedAlertIndexChange?: ((expandedAlertIndex: number | null) => void) | undefined; renderExpandedAlertView?: React.ComponentType | undefined; flyoutOwnsFocus?: boolean | undefined; flyoutPagination?: boolean | undefined; lastReloadRequestTime?: number | undefined; configurationStorage?: ", + ">, \"expandedAlertIndex\"> & { expandedAlertIndex: number; }> | null | undefined; lastReloadRequestTime?: number | undefined; configurationStorage?: ", { "pluginId": "kibanaUtils", "scope": "public", @@ -6071,7 +5799,7 @@ "section": "def-public.IStorageWrapper", "text": "IStorageWrapper" }, - " | undefined; services: { data: ", + " | null | undefined; services: { data: ", { "pluginId": "data", "scope": "public", @@ -6105,7 +5833,7 @@ "SettingsStart", "; cases?: ", "CasesService", - " | undefined; }; minScore?: number | undefined; trackScores?: boolean | undefined; consumers?: string[] | undefined; showInspectButton?: boolean | undefined; casesConfiguration?: { featureId: string; owner: (\"cases\" | \"observability\" | \"securitySolution\")[]; appId?: string | undefined; syncAlerts?: boolean | undefined; } | undefined; hideBulkActions?: boolean | undefined; additionalBulkActions?: ", + " | undefined; }; minScore?: number | undefined; trackScores?: boolean | undefined; consumers?: string[] | undefined; showInspectButton?: boolean | undefined; casesConfiguration?: { featureId: string; owner: (\"cases\" | \"observability\" | \"securitySolution\")[]; appId?: string | undefined; syncAlerts?: boolean | undefined; extractObservables?: boolean | undefined; } | undefined; hideBulkActions?: boolean | undefined; additionalBulkActions?: ", "BulkActionsPanelConfig", "[] | undefined; actionsColumnWidth?: number | undefined; fieldsBrowserOptions?: ", { @@ -6844,11 +6572,22 @@ "label": "unsafe", "description": [], "signature": [ - "{ alertDetails: { logs?: { enabled: boolean; } | undefined; uptime: { enabled: boolean; }; observability?: { enabled: boolean; } | undefined; }; thresholdRule?: { enabled: boolean; } | undefined; ruleFormV2?: { enabled: boolean; } | undefined; managedOtlpServiceUrl: string; }" + "{ alertDetails: { logs?: { enabled: boolean; } | undefined; uptime: { enabled: boolean; }; observability?: { enabled: boolean; } | undefined; }; thresholdRule?: { enabled: boolean; } | undefined; ruleFormV2?: { enabled: boolean; } | undefined; }" ], "path": "x-pack/solutions/observability/plugins/observability/public/plugin.ts", "deprecated": false, "trackAdoption": false + }, + { + "parentPluginId": "observability", + "id": "def-public.ConfigSchema.managedOtlpServiceUrl", + "type": "string", + "tags": [], + "label": "managedOtlpServiceUrl", + "description": [], + "path": "x-pack/solutions/observability/plugins/observability/public/plugin.ts", + "deprecated": false, + "trackAdoption": false } ], "initialIsOpen": false @@ -9313,8 +9052,7 @@ "docId": "kibStreamsPluginApi", "section": "def-public.StreamsPluginStart", "text": "StreamsPluginStart" - }, - " | undefined" + } ], "path": "x-pack/solutions/observability/plugins/observability/public/plugin.ts", "deprecated": false, @@ -10200,11 +9938,15 @@ "signature": [ "{ id: string; columns?: ", "EuiDataGridColumn", - "[] | undefined; query: Pick<", + "[] | undefined; onColumnsChange?: ((newColumns: ", + "EuiDataGridColumn", + "[]) => void) | undefined; visibleColumns?: string[] | undefined; onVisibleColumnsChange?: ((newVisibleColumns: string[]) => void) | undefined; query: Pick<", "QueryDslQueryContainer", - ", \"ids\" | \"bool\">; initialSort?: ", - "SortCombinations", - "[] | undefined; initialPageSize?: number | undefined; browserFields?: ", + ", \"ids\" | \"bool\">; sort?: ", + "AlertsTableSortCombinations", + "[] | undefined; onSortChange?: ((newSort: ", + "AlertsTableSortCombinations", + "[]) => void) | undefined; pageSize?: number | undefined; onPageSizeChange?: ((newPageSize: number) => void) | undefined; pageIndex?: number | undefined; onPageIndexChange?: ((newPageIndex: number) => void) | undefined; browserFields?: ", { "pluginId": "@kbn/alerting-types", "scope": "common", @@ -10300,7 +10042,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -10386,7 +10128,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -10448,7 +10190,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -10524,7 +10266,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -10586,7 +10328,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -10600,8 +10342,8 @@ }, " & ", "AlertWithLegacyFormats", - " & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderFlyoutHeader?: ", - "FlyoutSectionRenderer", + " & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderExpandedAlertView?: React.ComponentType | undefined; renderFlyoutBody?: ", - "FlyoutSectionRenderer", - "<", - { - "pluginId": "observability", - "scope": "public", - "docId": "kibObservabilityPluginApi", - "section": "def-public.ObservabilityAlertsTableContext", - "text": "ObservabilityAlertsTableContext" - }, - "> | undefined; renderFlyoutFooter?: ", - "FlyoutSectionRenderer", - "<", - { - "pluginId": "observability", - "scope": "public", - "docId": "kibObservabilityPluginApi", - "section": "def-public.ObservabilityAlertsTableContext", - "text": "ObservabilityAlertsTableContext" - }, - "> | undefined; flyoutOwnsFocus?: boolean | undefined; flyoutPagination?: boolean | undefined; casesConfiguration?: { featureId: string; owner: (\"cases\" | \"observability\" | \"securitySolution\")[]; appId?: string | undefined; syncAlerts?: boolean | undefined; } | undefined; columns: ", + ">, \"expandedAlertIndex\"> & { expandedAlertIndex: number; }> | null | undefined; casesConfiguration?: { featureId: string; owner: (\"cases\" | \"observability\" | \"securitySolution\")[]; appId?: string | undefined; syncAlerts?: boolean | undefined; extractObservables?: boolean | undefined; } | undefined; columns: ", "EuiDataGridColumn", - "[]; openLinksInNewTab: boolean; } & ", + "[]; pageSize: number; pageIndex: number; onPageSizeChange: (newPageSize: number) => void; onPageIndexChange: (newPageIndex: number) => void; openLinksInNewTab: boolean; expandedAlertIndex: number | null; onExpandedAlertIndexChange: (expandedAlertIndex: number | null) => void; } & ", { "pluginId": "observability", "scope": "public", @@ -10690,7 +10412,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -10776,7 +10498,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -10838,7 +10560,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -10900,7 +10622,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -10976,7 +10698,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -11038,7 +10760,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -11052,28 +10774,8 @@ }, " & ", "AlertWithLegacyFormats", - " & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderFlyoutHeader?: ", - "FlyoutSectionRenderer", - "<", - { - "pluginId": "observability", - "scope": "public", - "docId": "kibObservabilityPluginApi", - "section": "def-public.ObservabilityAlertsTableContext", - "text": "ObservabilityAlertsTableContext" - }, - "> | undefined; renderFlyoutBody?: ", - "FlyoutSectionRenderer", - "<", - { - "pluginId": "observability", - "scope": "public", - "docId": "kibObservabilityPluginApi", - "section": "def-public.ObservabilityAlertsTableContext", - "text": "ObservabilityAlertsTableContext" - }, - "> | undefined; renderFlyoutFooter?: ", - "FlyoutSectionRenderer", + " & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderExpandedAlertView?: React.ComponentType | undefined; flyoutOwnsFocus?: boolean | undefined; flyoutPagination?: boolean | undefined; casesConfiguration?: { featureId: string; owner: (\"cases\" | \"observability\" | \"securitySolution\")[]; appId?: string | undefined; syncAlerts?: boolean | undefined; } | undefined; columns: ", + ">, \"expandedAlertIndex\"> & { expandedAlertIndex: number; }> | null | undefined; casesConfiguration?: { featureId: string; owner: (\"cases\" | \"observability\" | \"securitySolution\")[]; appId?: string | undefined; syncAlerts?: boolean | undefined; extractObservables?: boolean | undefined; } | undefined; columns: ", "EuiDataGridColumn", - "[]; openLinksInNewTab: boolean; } & ", + "[]; pageSize: number; pageIndex: number; onPageSizeChange: (newPageSize: number) => void; onPageIndexChange: (newPageIndex: number) => void; openLinksInNewTab: boolean; expandedAlertIndex: number | null; onExpandedAlertIndexChange: (expandedAlertIndex: number | null) => void; } & ", { "pluginId": "observability", "scope": "public", @@ -11142,7 +10844,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -11228,7 +10930,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -11290,7 +10992,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -11352,7 +11054,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -11414,7 +11116,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -11428,28 +11130,8 @@ }, " & ", "AlertWithLegacyFormats", - " & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderFlyoutHeader?: ", - "FlyoutSectionRenderer", - "<", - { - "pluginId": "observability", - "scope": "public", - "docId": "kibObservabilityPluginApi", - "section": "def-public.ObservabilityAlertsTableContext", - "text": "ObservabilityAlertsTableContext" - }, - "> | undefined; renderFlyoutBody?: ", - "FlyoutSectionRenderer", - "<", - { - "pluginId": "observability", - "scope": "public", - "docId": "kibObservabilityPluginApi", - "section": "def-public.ObservabilityAlertsTableContext", - "text": "ObservabilityAlertsTableContext" - }, - "> | undefined; renderFlyoutFooter?: ", - "FlyoutSectionRenderer", + " & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderExpandedAlertView?: React.ComponentType | undefined; flyoutOwnsFocus?: boolean | undefined; flyoutPagination?: boolean | undefined; casesConfiguration?: { featureId: string; owner: (\"cases\" | \"observability\" | \"securitySolution\")[]; appId?: string | undefined; syncAlerts?: boolean | undefined; } | undefined; columns: ", + ">, \"expandedAlertIndex\"> & { expandedAlertIndex: number; }> | null | undefined; casesConfiguration?: { featureId: string; owner: (\"cases\" | \"observability\" | \"securitySolution\")[]; appId?: string | undefined; syncAlerts?: boolean | undefined; extractObservables?: boolean | undefined; } | undefined; columns: ", "EuiDataGridColumn", - "[]; openLinksInNewTab: boolean; } & ", + "[]; pageSize: number; pageIndex: number; onPageSizeChange: (newPageSize: number) => void; onPageIndexChange: (newPageIndex: number) => void; openLinksInNewTab: boolean; expandedAlertIndex: number | null; onExpandedAlertIndexChange: (expandedAlertIndex: number | null) => void; } & ", { "pluginId": "observability", "scope": "public", @@ -11532,7 +11214,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -11618,7 +11300,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -11680,7 +11362,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -11742,7 +11424,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -11818,7 +11500,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -11832,28 +11514,8 @@ }, " & ", "AlertWithLegacyFormats", - " & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderFlyoutHeader?: ", - "FlyoutSectionRenderer", - "<", - { - "pluginId": "observability", - "scope": "public", - "docId": "kibObservabilityPluginApi", - "section": "def-public.ObservabilityAlertsTableContext", - "text": "ObservabilityAlertsTableContext" - }, - "> | undefined; renderFlyoutBody?: ", - "FlyoutSectionRenderer", - "<", - { - "pluginId": "observability", - "scope": "public", - "docId": "kibObservabilityPluginApi", - "section": "def-public.ObservabilityAlertsTableContext", - "text": "ObservabilityAlertsTableContext" - }, - "> | undefined; renderFlyoutFooter?: ", - "FlyoutSectionRenderer", + " & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderExpandedAlertView?: React.ComponentType | undefined; flyoutOwnsFocus?: boolean | undefined; flyoutPagination?: boolean | undefined; casesConfiguration?: { featureId: string; owner: (\"cases\" | \"observability\" | \"securitySolution\")[]; appId?: string | undefined; syncAlerts?: boolean | undefined; } | undefined; columns: ", + ">, \"expandedAlertIndex\"> & { expandedAlertIndex: number; }> | null | undefined; casesConfiguration?: { featureId: string; owner: (\"cases\" | \"observability\" | \"securitySolution\")[]; appId?: string | undefined; syncAlerts?: boolean | undefined; extractObservables?: boolean | undefined; } | undefined; columns: ", "EuiDataGridColumn", - "[]; openLinksInNewTab: boolean; } & ", + "[]; pageSize: number; pageIndex: number; onPageSizeChange: (newPageSize: number) => void; onPageIndexChange: (newPageIndex: number) => void; openLinksInNewTab: boolean; expandedAlertIndex: number | null; onExpandedAlertIndexChange: (expandedAlertIndex: number | null) => void; } & ", { "pluginId": "observability", "scope": "public", @@ -11922,7 +11584,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -12008,7 +11670,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -12070,7 +11732,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -12132,7 +11794,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -12208,7 +11870,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -12270,7 +11932,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -12284,28 +11946,8 @@ }, " & ", "AlertWithLegacyFormats", - " & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderFlyoutHeader?: ", - "FlyoutSectionRenderer", - "<", - { - "pluginId": "observability", - "scope": "public", - "docId": "kibObservabilityPluginApi", - "section": "def-public.ObservabilityAlertsTableContext", - "text": "ObservabilityAlertsTableContext" - }, - "> | undefined; renderFlyoutBody?: ", - "FlyoutSectionRenderer", - "<", - { - "pluginId": "observability", - "scope": "public", - "docId": "kibObservabilityPluginApi", - "section": "def-public.ObservabilityAlertsTableContext", - "text": "ObservabilityAlertsTableContext" - }, - "> | undefined; renderFlyoutFooter?: ", - "FlyoutSectionRenderer", + " & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderExpandedAlertView?: React.ComponentType | undefined; flyoutOwnsFocus?: boolean | undefined; flyoutPagination?: boolean | undefined; casesConfiguration?: { featureId: string; owner: (\"cases\" | \"observability\" | \"securitySolution\")[]; appId?: string | undefined; syncAlerts?: boolean | undefined; } | undefined; columns: ", + ">, \"expandedAlertIndex\"> & { expandedAlertIndex: number; }> | null | undefined; casesConfiguration?: { featureId: string; owner: (\"cases\" | \"observability\" | \"securitySolution\")[]; appId?: string | undefined; syncAlerts?: boolean | undefined; extractObservables?: boolean | undefined; } | undefined; columns: ", "EuiDataGridColumn", - "[]; openLinksInNewTab: boolean; } & ", + "[]; pageSize: number; pageIndex: number; onPageSizeChange: (newPageSize: number) => void; onPageIndexChange: (newPageIndex: number) => void; openLinksInNewTab: boolean; expandedAlertIndex: number | null; onExpandedAlertIndexChange: (expandedAlertIndex: number | null) => void; } & ", { "pluginId": "observability", "scope": "public", @@ -12336,28 +11978,8 @@ "section": "def-public.ObservabilityAlertsTableContext", "text": "ObservabilityAlertsTableContext" }, - "> | undefined; renderFlyoutHeader?: ", - "FlyoutSectionRenderer", - "<", - { - "pluginId": "observability", - "scope": "public", - "docId": "kibObservabilityPluginApi", - "section": "def-public.ObservabilityAlertsTableContext", - "text": "ObservabilityAlertsTableContext" - }, - "> | undefined; renderFlyoutBody?: ", - "FlyoutSectionRenderer", - "<", - { - "pluginId": "observability", - "scope": "public", - "docId": "kibObservabilityPluginApi", - "section": "def-public.ObservabilityAlertsTableContext", - "text": "ObservabilityAlertsTableContext" - }, - "> | undefined; renderFlyoutFooter?: ", - "FlyoutSectionRenderer", + "> | undefined; expandedAlertIndex?: number | null | undefined; onExpandedAlertIndexChange?: ((expandedAlertIndex: number | null) => void) | undefined; renderExpandedAlertView?: React.ComponentType | undefined; flyoutOwnsFocus?: boolean | undefined; flyoutPagination?: boolean | undefined; lastReloadRequestTime?: number | undefined; configurationStorage?: ", + ">, \"expandedAlertIndex\"> & { expandedAlertIndex: number; }> | null | undefined; lastReloadRequestTime?: number | undefined; configurationStorage?: ", { "pluginId": "kibanaUtils", "scope": "public", @@ -12374,7 +11996,7 @@ "section": "def-public.IStorageWrapper", "text": "IStorageWrapper" }, - " | undefined; services: { data: ", + " | null | undefined; services: { data: ", { "pluginId": "data", "scope": "public", @@ -12408,7 +12030,7 @@ "SettingsStart", "; cases?: ", "CasesService", - " | undefined; }; minScore?: number | undefined; trackScores?: boolean | undefined; consumers?: string[] | undefined; showInspectButton?: boolean | undefined; casesConfiguration?: { featureId: string; owner: (\"cases\" | \"observability\" | \"securitySolution\")[]; appId?: string | undefined; syncAlerts?: boolean | undefined; } | undefined; hideBulkActions?: boolean | undefined; additionalBulkActions?: ", + " | undefined; }; minScore?: number | undefined; trackScores?: boolean | undefined; consumers?: string[] | undefined; showInspectButton?: boolean | undefined; casesConfiguration?: { featureId: string; owner: (\"cases\" | \"observability\" | \"securitySolution\")[]; appId?: string | undefined; syncAlerts?: boolean | undefined; extractObservables?: boolean | undefined; } | undefined; hideBulkActions?: boolean | undefined; additionalBulkActions?: ", "BulkActionsPanelConfig", "[] | undefined; actionsColumnWidth?: number | undefined; fieldsBrowserOptions?: ", { @@ -12456,11 +12078,15 @@ "AlertsTableImperativeApi", "> | undefined; key?: React.Key | null | undefined; ruleTypeIds?: string[] | undefined; }[PropKey] extends null | undefined ? never : { id: string; columns?: ", "EuiDataGridColumn", - "[] | undefined; query: Pick<", + "[] | undefined; onColumnsChange?: ((newColumns: ", + "EuiDataGridColumn", + "[]) => void) | undefined; visibleColumns?: string[] | undefined; onVisibleColumnsChange?: ((newVisibleColumns: string[]) => void) | undefined; query: Pick<", "QueryDslQueryContainer", - ", \"ids\" | \"bool\">; initialSort?: ", - "SortCombinations", - "[] | undefined; initialPageSize?: number | undefined; browserFields?: ", + ", \"ids\" | \"bool\">; sort?: ", + "AlertsTableSortCombinations", + "[] | undefined; onSortChange?: ((newSort: ", + "AlertsTableSortCombinations", + "[]) => void) | undefined; pageSize?: number | undefined; onPageSizeChange?: ((newPageSize: number) => void) | undefined; pageIndex?: number | undefined; onPageIndexChange?: ((newPageIndex: number) => void) | undefined; browserFields?: ", { "pluginId": "@kbn/alerting-types", "scope": "common", @@ -12556,7 +12182,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -12642,7 +12268,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -12704,7 +12330,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -12780,7 +12406,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -12842,7 +12468,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -12856,28 +12482,8 @@ }, " & ", "AlertWithLegacyFormats", - " & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderFlyoutHeader?: ", - "FlyoutSectionRenderer", - "<", - { - "pluginId": "observability", - "scope": "public", - "docId": "kibObservabilityPluginApi", - "section": "def-public.ObservabilityAlertsTableContext", - "text": "ObservabilityAlertsTableContext" - }, - "> | undefined; renderFlyoutBody?: ", - "FlyoutSectionRenderer", - "<", - { - "pluginId": "observability", - "scope": "public", - "docId": "kibObservabilityPluginApi", - "section": "def-public.ObservabilityAlertsTableContext", - "text": "ObservabilityAlertsTableContext" - }, - "> | undefined; renderFlyoutFooter?: ", - "FlyoutSectionRenderer", + " & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderExpandedAlertView?: React.ComponentType | undefined; flyoutOwnsFocus?: boolean | undefined; flyoutPagination?: boolean | undefined; casesConfiguration?: { featureId: string; owner: (\"cases\" | \"observability\" | \"securitySolution\")[]; appId?: string | undefined; syncAlerts?: boolean | undefined; } | undefined; columns: ", + ">, \"expandedAlertIndex\"> & { expandedAlertIndex: number; }> | null | undefined; casesConfiguration?: { featureId: string; owner: (\"cases\" | \"observability\" | \"securitySolution\")[]; appId?: string | undefined; syncAlerts?: boolean | undefined; extractObservables?: boolean | undefined; } | undefined; columns: ", "EuiDataGridColumn", - "[]; openLinksInNewTab: boolean; } & ", + "[]; pageSize: number; pageIndex: number; onPageSizeChange: (newPageSize: number) => void; onPageIndexChange: (newPageIndex: number) => void; openLinksInNewTab: boolean; expandedAlertIndex: number | null; onExpandedAlertIndexChange: (expandedAlertIndex: number | null) => void; } & ", { "pluginId": "observability", "scope": "public", @@ -12946,7 +12552,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -13032,7 +12638,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -13094,7 +12700,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -13156,7 +12762,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -13232,7 +12838,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -13294,7 +12900,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -13308,28 +12914,8 @@ }, " & ", "AlertWithLegacyFormats", - " & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderFlyoutHeader?: ", - "FlyoutSectionRenderer", - "<", - { - "pluginId": "observability", - "scope": "public", - "docId": "kibObservabilityPluginApi", - "section": "def-public.ObservabilityAlertsTableContext", - "text": "ObservabilityAlertsTableContext" - }, - "> | undefined; renderFlyoutBody?: ", - "FlyoutSectionRenderer", - "<", - { - "pluginId": "observability", - "scope": "public", - "docId": "kibObservabilityPluginApi", - "section": "def-public.ObservabilityAlertsTableContext", - "text": "ObservabilityAlertsTableContext" - }, - "> | undefined; renderFlyoutFooter?: ", - "FlyoutSectionRenderer", + " & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderExpandedAlertView?: React.ComponentType | undefined; flyoutOwnsFocus?: boolean | undefined; flyoutPagination?: boolean | undefined; casesConfiguration?: { featureId: string; owner: (\"cases\" | \"observability\" | \"securitySolution\")[]; appId?: string | undefined; syncAlerts?: boolean | undefined; } | undefined; columns: ", + ">, \"expandedAlertIndex\"> & { expandedAlertIndex: number; }> | null | undefined; casesConfiguration?: { featureId: string; owner: (\"cases\" | \"observability\" | \"securitySolution\")[]; appId?: string | undefined; syncAlerts?: boolean | undefined; extractObservables?: boolean | undefined; } | undefined; columns: ", "EuiDataGridColumn", - "[]; openLinksInNewTab: boolean; } & ", + "[]; pageSize: number; pageIndex: number; onPageSizeChange: (newPageSize: number) => void; onPageIndexChange: (newPageIndex: number) => void; openLinksInNewTab: boolean; expandedAlertIndex: number | null; onExpandedAlertIndexChange: (expandedAlertIndex: number | null) => void; } & ", { "pluginId": "observability", "scope": "public", @@ -13398,7 +12984,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -13484,7 +13070,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -13546,7 +13132,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -13608,7 +13194,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -13670,7 +13256,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -13684,28 +13270,8 @@ }, " & ", "AlertWithLegacyFormats", - " & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderFlyoutHeader?: ", - "FlyoutSectionRenderer", - "<", - { - "pluginId": "observability", - "scope": "public", - "docId": "kibObservabilityPluginApi", - "section": "def-public.ObservabilityAlertsTableContext", - "text": "ObservabilityAlertsTableContext" - }, - "> | undefined; renderFlyoutBody?: ", - "FlyoutSectionRenderer", - "<", - { - "pluginId": "observability", - "scope": "public", - "docId": "kibObservabilityPluginApi", - "section": "def-public.ObservabilityAlertsTableContext", - "text": "ObservabilityAlertsTableContext" - }, - "> | undefined; renderFlyoutFooter?: ", - "FlyoutSectionRenderer", + " & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderExpandedAlertView?: React.ComponentType | undefined; flyoutOwnsFocus?: boolean | undefined; flyoutPagination?: boolean | undefined; casesConfiguration?: { featureId: string; owner: (\"cases\" | \"observability\" | \"securitySolution\")[]; appId?: string | undefined; syncAlerts?: boolean | undefined; } | undefined; columns: ", + ">, \"expandedAlertIndex\"> & { expandedAlertIndex: number; }> | null | undefined; casesConfiguration?: { featureId: string; owner: (\"cases\" | \"observability\" | \"securitySolution\")[]; appId?: string | undefined; syncAlerts?: boolean | undefined; extractObservables?: boolean | undefined; } | undefined; columns: ", "EuiDataGridColumn", - "[]; openLinksInNewTab: boolean; } & ", + "[]; pageSize: number; pageIndex: number; onPageSizeChange: (newPageSize: number) => void; onPageIndexChange: (newPageIndex: number) => void; openLinksInNewTab: boolean; expandedAlertIndex: number | null; onExpandedAlertIndexChange: (expandedAlertIndex: number | null) => void; } & ", { "pluginId": "observability", "scope": "public", @@ -13788,7 +13354,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -13874,7 +13440,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -13936,7 +13502,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -13998,7 +13564,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -14074,7 +13640,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -14088,28 +13654,8 @@ }, " & ", "AlertWithLegacyFormats", - " & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderFlyoutHeader?: ", - "FlyoutSectionRenderer", - "<", - { - "pluginId": "observability", - "scope": "public", - "docId": "kibObservabilityPluginApi", - "section": "def-public.ObservabilityAlertsTableContext", - "text": "ObservabilityAlertsTableContext" - }, - "> | undefined; renderFlyoutBody?: ", - "FlyoutSectionRenderer", - "<", - { - "pluginId": "observability", - "scope": "public", - "docId": "kibObservabilityPluginApi", - "section": "def-public.ObservabilityAlertsTableContext", - "text": "ObservabilityAlertsTableContext" - }, - "> | undefined; renderFlyoutFooter?: ", - "FlyoutSectionRenderer", + " & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderExpandedAlertView?: React.ComponentType | undefined; flyoutOwnsFocus?: boolean | undefined; flyoutPagination?: boolean | undefined; casesConfiguration?: { featureId: string; owner: (\"cases\" | \"observability\" | \"securitySolution\")[]; appId?: string | undefined; syncAlerts?: boolean | undefined; } | undefined; columns: ", + ">, \"expandedAlertIndex\"> & { expandedAlertIndex: number; }> | null | undefined; casesConfiguration?: { featureId: string; owner: (\"cases\" | \"observability\" | \"securitySolution\")[]; appId?: string | undefined; syncAlerts?: boolean | undefined; extractObservables?: boolean | undefined; } | undefined; columns: ", "EuiDataGridColumn", - "[]; openLinksInNewTab: boolean; } & ", + "[]; pageSize: number; pageIndex: number; onPageSizeChange: (newPageSize: number) => void; onPageIndexChange: (newPageIndex: number) => void; openLinksInNewTab: boolean; expandedAlertIndex: number | null; onExpandedAlertIndexChange: (expandedAlertIndex: number | null) => void; } & ", { "pluginId": "observability", "scope": "public", @@ -14178,7 +13724,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -14264,7 +13810,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -14326,7 +13872,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -14388,7 +13934,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -14464,7 +14010,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -14526,7 +14072,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -14540,28 +14086,8 @@ }, " & ", "AlertWithLegacyFormats", - " & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderFlyoutHeader?: ", - "FlyoutSectionRenderer", - "<", - { - "pluginId": "observability", - "scope": "public", - "docId": "kibObservabilityPluginApi", - "section": "def-public.ObservabilityAlertsTableContext", - "text": "ObservabilityAlertsTableContext" - }, - "> | undefined; renderFlyoutBody?: ", - "FlyoutSectionRenderer", - "<", - { - "pluginId": "observability", - "scope": "public", - "docId": "kibObservabilityPluginApi", - "section": "def-public.ObservabilityAlertsTableContext", - "text": "ObservabilityAlertsTableContext" - }, - "> | undefined; renderFlyoutFooter?: ", - "FlyoutSectionRenderer", + " & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderExpandedAlertView?: React.ComponentType | undefined; flyoutOwnsFocus?: boolean | undefined; flyoutPagination?: boolean | undefined; casesConfiguration?: { featureId: string; owner: (\"cases\" | \"observability\" | \"securitySolution\")[]; appId?: string | undefined; syncAlerts?: boolean | undefined; } | undefined; columns: ", + ">, \"expandedAlertIndex\"> & { expandedAlertIndex: number; }> | null | undefined; casesConfiguration?: { featureId: string; owner: (\"cases\" | \"observability\" | \"securitySolution\")[]; appId?: string | undefined; syncAlerts?: boolean | undefined; extractObservables?: boolean | undefined; } | undefined; columns: ", "EuiDataGridColumn", - "[]; openLinksInNewTab: boolean; } & ", + "[]; pageSize: number; pageIndex: number; onPageSizeChange: (newPageSize: number) => void; onPageIndexChange: (newPageIndex: number) => void; openLinksInNewTab: boolean; expandedAlertIndex: number | null; onExpandedAlertIndexChange: (expandedAlertIndex: number | null) => void; } & ", { "pluginId": "observability", "scope": "public", @@ -14592,28 +14118,8 @@ "section": "def-public.ObservabilityAlertsTableContext", "text": "ObservabilityAlertsTableContext" }, - "> | undefined; renderFlyoutHeader?: ", - "FlyoutSectionRenderer", - "<", - { - "pluginId": "observability", - "scope": "public", - "docId": "kibObservabilityPluginApi", - "section": "def-public.ObservabilityAlertsTableContext", - "text": "ObservabilityAlertsTableContext" - }, - "> | undefined; renderFlyoutBody?: ", - "FlyoutSectionRenderer", - "<", - { - "pluginId": "observability", - "scope": "public", - "docId": "kibObservabilityPluginApi", - "section": "def-public.ObservabilityAlertsTableContext", - "text": "ObservabilityAlertsTableContext" - }, - "> | undefined; renderFlyoutFooter?: ", - "FlyoutSectionRenderer", + "> | undefined; expandedAlertIndex?: number | null | undefined; onExpandedAlertIndexChange?: ((expandedAlertIndex: number | null) => void) | undefined; renderExpandedAlertView?: React.ComponentType | undefined; flyoutOwnsFocus?: boolean | undefined; flyoutPagination?: boolean | undefined; lastReloadRequestTime?: number | undefined; configurationStorage?: ", + ">, \"expandedAlertIndex\"> & { expandedAlertIndex: number; }> | null | undefined; lastReloadRequestTime?: number | undefined; configurationStorage?: ", { "pluginId": "kibanaUtils", "scope": "public", @@ -14630,7 +14136,7 @@ "section": "def-public.IStorageWrapper", "text": "IStorageWrapper" }, - " | undefined; services: { data: ", + " | null | undefined; services: { data: ", { "pluginId": "data", "scope": "public", @@ -14664,7 +14170,7 @@ "SettingsStart", "; cases?: ", "CasesService", - " | undefined; }; minScore?: number | undefined; trackScores?: boolean | undefined; consumers?: string[] | undefined; showInspectButton?: boolean | undefined; casesConfiguration?: { featureId: string; owner: (\"cases\" | \"observability\" | \"securitySolution\")[]; appId?: string | undefined; syncAlerts?: boolean | undefined; } | undefined; hideBulkActions?: boolean | undefined; additionalBulkActions?: ", + " | undefined; }; minScore?: number | undefined; trackScores?: boolean | undefined; consumers?: string[] | undefined; showInspectButton?: boolean | undefined; casesConfiguration?: { featureId: string; owner: (\"cases\" | \"observability\" | \"securitySolution\")[]; appId?: string | undefined; syncAlerts?: boolean | undefined; extractObservables?: boolean | undefined; } | undefined; hideBulkActions?: boolean | undefined; additionalBulkActions?: ", "BulkActionsPanelConfig", "[] | undefined; actionsColumnWidth?: number | undefined; fieldsBrowserOptions?: ", { @@ -14797,11 +14303,15 @@ "signature": [ "{ id: string; columns?: ", "EuiDataGridColumn", - "[] | undefined; query: Pick<", + "[] | undefined; onColumnsChange?: ((newColumns: ", + "EuiDataGridColumn", + "[]) => void) | undefined; visibleColumns?: string[] | undefined; onVisibleColumnsChange?: ((newVisibleColumns: string[]) => void) | undefined; query: Pick<", "QueryDslQueryContainer", - ", \"ids\" | \"bool\">; initialSort?: ", - "SortCombinations", - "[] | undefined; initialPageSize?: number | undefined; browserFields?: ", + ", \"ids\" | \"bool\">; sort?: ", + "AlertsTableSortCombinations", + "[] | undefined; onSortChange?: ((newSort: ", + "AlertsTableSortCombinations", + "[]) => void) | undefined; pageSize?: number | undefined; onPageSizeChange?: ((newPageSize: number) => void) | undefined; pageIndex?: number | undefined; onPageIndexChange?: ((newPageIndex: number) => void) | undefined; browserFields?: ", { "pluginId": "@kbn/alerting-types", "scope": "common", @@ -14897,7 +14407,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -14983,7 +14493,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -15045,7 +14555,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -15121,7 +14631,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -15183,7 +14693,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -15197,28 +14707,8 @@ }, " & ", "AlertWithLegacyFormats", - " & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderFlyoutHeader?: ", - "FlyoutSectionRenderer", - "<", - { - "pluginId": "observability", - "scope": "public", - "docId": "kibObservabilityPluginApi", - "section": "def-public.ObservabilityAlertsTableContext", - "text": "ObservabilityAlertsTableContext" - }, - "> | undefined; renderFlyoutBody?: ", - "FlyoutSectionRenderer", - "<", - { - "pluginId": "observability", - "scope": "public", - "docId": "kibObservabilityPluginApi", - "section": "def-public.ObservabilityAlertsTableContext", - "text": "ObservabilityAlertsTableContext" - }, - "> | undefined; renderFlyoutFooter?: ", - "FlyoutSectionRenderer", + " & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderExpandedAlertView?: React.ComponentType | undefined; flyoutOwnsFocus?: boolean | undefined; flyoutPagination?: boolean | undefined; casesConfiguration?: { featureId: string; owner: (\"cases\" | \"observability\" | \"securitySolution\")[]; appId?: string | undefined; syncAlerts?: boolean | undefined; } | undefined; columns: ", + ">, \"expandedAlertIndex\"> & { expandedAlertIndex: number; }> | null | undefined; casesConfiguration?: { featureId: string; owner: (\"cases\" | \"observability\" | \"securitySolution\")[]; appId?: string | undefined; syncAlerts?: boolean | undefined; extractObservables?: boolean | undefined; } | undefined; columns: ", "EuiDataGridColumn", - "[]; openLinksInNewTab: boolean; } & ", + "[]; pageSize: number; pageIndex: number; onPageSizeChange: (newPageSize: number) => void; onPageIndexChange: (newPageIndex: number) => void; openLinksInNewTab: boolean; expandedAlertIndex: number | null; onExpandedAlertIndexChange: (expandedAlertIndex: number | null) => void; } & ", { "pluginId": "observability", "scope": "public", @@ -15287,7 +14777,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -15373,7 +14863,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -15435,7 +14925,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -15497,7 +14987,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -15573,7 +15063,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -15635,7 +15125,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -15649,28 +15139,8 @@ }, " & ", "AlertWithLegacyFormats", - " & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderFlyoutHeader?: ", - "FlyoutSectionRenderer", - "<", - { - "pluginId": "observability", - "scope": "public", - "docId": "kibObservabilityPluginApi", - "section": "def-public.ObservabilityAlertsTableContext", - "text": "ObservabilityAlertsTableContext" - }, - "> | undefined; renderFlyoutBody?: ", - "FlyoutSectionRenderer", - "<", - { - "pluginId": "observability", - "scope": "public", - "docId": "kibObservabilityPluginApi", - "section": "def-public.ObservabilityAlertsTableContext", - "text": "ObservabilityAlertsTableContext" - }, - "> | undefined; renderFlyoutFooter?: ", - "FlyoutSectionRenderer", + " & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderExpandedAlertView?: React.ComponentType | undefined; flyoutOwnsFocus?: boolean | undefined; flyoutPagination?: boolean | undefined; casesConfiguration?: { featureId: string; owner: (\"cases\" | \"observability\" | \"securitySolution\")[]; appId?: string | undefined; syncAlerts?: boolean | undefined; } | undefined; columns: ", + ">, \"expandedAlertIndex\"> & { expandedAlertIndex: number; }> | null | undefined; casesConfiguration?: { featureId: string; owner: (\"cases\" | \"observability\" | \"securitySolution\")[]; appId?: string | undefined; syncAlerts?: boolean | undefined; extractObservables?: boolean | undefined; } | undefined; columns: ", "EuiDataGridColumn", - "[]; openLinksInNewTab: boolean; } & ", + "[]; pageSize: number; pageIndex: number; onPageSizeChange: (newPageSize: number) => void; onPageIndexChange: (newPageIndex: number) => void; openLinksInNewTab: boolean; expandedAlertIndex: number | null; onExpandedAlertIndexChange: (expandedAlertIndex: number | null) => void; } & ", { "pluginId": "observability", "scope": "public", @@ -15739,7 +15209,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -15825,7 +15295,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -15887,7 +15357,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -15949,7 +15419,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -16011,7 +15481,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -16025,28 +15495,8 @@ }, " & ", "AlertWithLegacyFormats", - " & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderFlyoutHeader?: ", - "FlyoutSectionRenderer", - "<", - { - "pluginId": "observability", - "scope": "public", - "docId": "kibObservabilityPluginApi", - "section": "def-public.ObservabilityAlertsTableContext", - "text": "ObservabilityAlertsTableContext" - }, - "> | undefined; renderFlyoutBody?: ", - "FlyoutSectionRenderer", - "<", - { - "pluginId": "observability", - "scope": "public", - "docId": "kibObservabilityPluginApi", - "section": "def-public.ObservabilityAlertsTableContext", - "text": "ObservabilityAlertsTableContext" - }, - "> | undefined; renderFlyoutFooter?: ", - "FlyoutSectionRenderer", + " & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderExpandedAlertView?: React.ComponentType | undefined; flyoutOwnsFocus?: boolean | undefined; flyoutPagination?: boolean | undefined; casesConfiguration?: { featureId: string; owner: (\"cases\" | \"observability\" | \"securitySolution\")[]; appId?: string | undefined; syncAlerts?: boolean | undefined; } | undefined; columns: ", + ">, \"expandedAlertIndex\"> & { expandedAlertIndex: number; }> | null | undefined; casesConfiguration?: { featureId: string; owner: (\"cases\" | \"observability\" | \"securitySolution\")[]; appId?: string | undefined; syncAlerts?: boolean | undefined; extractObservables?: boolean | undefined; } | undefined; columns: ", "EuiDataGridColumn", - "[]; openLinksInNewTab: boolean; } & ", + "[]; pageSize: number; pageIndex: number; onPageSizeChange: (newPageSize: number) => void; onPageIndexChange: (newPageIndex: number) => void; openLinksInNewTab: boolean; expandedAlertIndex: number | null; onExpandedAlertIndexChange: (expandedAlertIndex: number | null) => void; } & ", { "pluginId": "observability", "scope": "public", @@ -16129,7 +15579,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -16215,7 +15665,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -16277,7 +15727,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -16339,7 +15789,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -16415,7 +15865,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -16429,28 +15879,8 @@ }, " & ", "AlertWithLegacyFormats", - " & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderFlyoutHeader?: ", - "FlyoutSectionRenderer", - "<", - { - "pluginId": "observability", - "scope": "public", - "docId": "kibObservabilityPluginApi", - "section": "def-public.ObservabilityAlertsTableContext", - "text": "ObservabilityAlertsTableContext" - }, - "> | undefined; renderFlyoutBody?: ", - "FlyoutSectionRenderer", - "<", - { - "pluginId": "observability", - "scope": "public", - "docId": "kibObservabilityPluginApi", - "section": "def-public.ObservabilityAlertsTableContext", - "text": "ObservabilityAlertsTableContext" - }, - "> | undefined; renderFlyoutFooter?: ", - "FlyoutSectionRenderer", + " & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderExpandedAlertView?: React.ComponentType | undefined; flyoutOwnsFocus?: boolean | undefined; flyoutPagination?: boolean | undefined; casesConfiguration?: { featureId: string; owner: (\"cases\" | \"observability\" | \"securitySolution\")[]; appId?: string | undefined; syncAlerts?: boolean | undefined; } | undefined; columns: ", + ">, \"expandedAlertIndex\"> & { expandedAlertIndex: number; }> | null | undefined; casesConfiguration?: { featureId: string; owner: (\"cases\" | \"observability\" | \"securitySolution\")[]; appId?: string | undefined; syncAlerts?: boolean | undefined; extractObservables?: boolean | undefined; } | undefined; columns: ", "EuiDataGridColumn", - "[]; openLinksInNewTab: boolean; } & ", + "[]; pageSize: number; pageIndex: number; onPageSizeChange: (newPageSize: number) => void; onPageIndexChange: (newPageIndex: number) => void; openLinksInNewTab: boolean; expandedAlertIndex: number | null; onExpandedAlertIndexChange: (expandedAlertIndex: number | null) => void; } & ", { "pluginId": "observability", "scope": "public", @@ -16519,7 +15949,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -16605,7 +16035,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -16667,7 +16097,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -16729,7 +16159,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -16805,7 +16235,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -16867,7 +16297,7 @@ "section": "def-common.MaintenanceWindow", "text": "MaintenanceWindow" }, - "> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", + "> | undefined; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [", "BulkActionsState", ", React.Dispatch<", "BulkActionsReducerAction", @@ -16881,28 +16311,8 @@ }, " & ", "AlertWithLegacyFormats", - " & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderFlyoutHeader?: ", - "FlyoutSectionRenderer", - "<", - { - "pluginId": "observability", - "scope": "public", - "docId": "kibObservabilityPluginApi", - "section": "def-public.ObservabilityAlertsTableContext", - "text": "ObservabilityAlertsTableContext" - }, - "> | undefined; renderFlyoutBody?: ", - "FlyoutSectionRenderer", - "<", - { - "pluginId": "observability", - "scope": "public", - "docId": "kibObservabilityPluginApi", - "section": "def-public.ObservabilityAlertsTableContext", - "text": "ObservabilityAlertsTableContext" - }, - "> | undefined; renderFlyoutFooter?: ", - "FlyoutSectionRenderer", + " & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderExpandedAlertView?: React.ComponentType | undefined; flyoutOwnsFocus?: boolean | undefined; flyoutPagination?: boolean | undefined; casesConfiguration?: { featureId: string; owner: (\"cases\" | \"observability\" | \"securitySolution\")[]; appId?: string | undefined; syncAlerts?: boolean | undefined; } | undefined; columns: ", + ">, \"expandedAlertIndex\"> & { expandedAlertIndex: number; }> | null | undefined; casesConfiguration?: { featureId: string; owner: (\"cases\" | \"observability\" | \"securitySolution\")[]; appId?: string | undefined; syncAlerts?: boolean | undefined; extractObservables?: boolean | undefined; } | undefined; columns: ", "EuiDataGridColumn", - "[]; openLinksInNewTab: boolean; } & ", + "[]; pageSize: number; pageIndex: number; onPageSizeChange: (newPageSize: number) => void; onPageIndexChange: (newPageIndex: number) => void; openLinksInNewTab: boolean; expandedAlertIndex: number | null; onExpandedAlertIndexChange: (expandedAlertIndex: number | null) => void; } & ", { "pluginId": "observability", "scope": "public", @@ -16933,28 +16343,8 @@ "section": "def-public.ObservabilityAlertsTableContext", "text": "ObservabilityAlertsTableContext" }, - "> | undefined; renderFlyoutHeader?: ", - "FlyoutSectionRenderer", - "<", - { - "pluginId": "observability", - "scope": "public", - "docId": "kibObservabilityPluginApi", - "section": "def-public.ObservabilityAlertsTableContext", - "text": "ObservabilityAlertsTableContext" - }, - "> | undefined; renderFlyoutBody?: ", - "FlyoutSectionRenderer", - "<", - { - "pluginId": "observability", - "scope": "public", - "docId": "kibObservabilityPluginApi", - "section": "def-public.ObservabilityAlertsTableContext", - "text": "ObservabilityAlertsTableContext" - }, - "> | undefined; renderFlyoutFooter?: ", - "FlyoutSectionRenderer", + "> | undefined; expandedAlertIndex?: number | null | undefined; onExpandedAlertIndexChange?: ((expandedAlertIndex: number | null) => void) | undefined; renderExpandedAlertView?: React.ComponentType | undefined; flyoutOwnsFocus?: boolean | undefined; flyoutPagination?: boolean | undefined; lastReloadRequestTime?: number | undefined; configurationStorage?: ", + ">, \"expandedAlertIndex\"> & { expandedAlertIndex: number; }> | null | undefined; lastReloadRequestTime?: number | undefined; configurationStorage?: ", { "pluginId": "kibanaUtils", "scope": "public", @@ -16971,7 +16361,7 @@ "section": "def-public.IStorageWrapper", "text": "IStorageWrapper" }, - " | undefined; services: { data: ", + " | null | undefined; services: { data: ", { "pluginId": "data", "scope": "public", @@ -17005,7 +16395,7 @@ "SettingsStart", "; cases?: ", "CasesService", - " | undefined; }; minScore?: number | undefined; trackScores?: boolean | undefined; consumers?: string[] | undefined; showInspectButton?: boolean | undefined; casesConfiguration?: { featureId: string; owner: (\"cases\" | \"observability\" | \"securitySolution\")[]; appId?: string | undefined; syncAlerts?: boolean | undefined; } | undefined; hideBulkActions?: boolean | undefined; additionalBulkActions?: ", + " | undefined; }; minScore?: number | undefined; trackScores?: boolean | undefined; consumers?: string[] | undefined; showInspectButton?: boolean | undefined; casesConfiguration?: { featureId: string; owner: (\"cases\" | \"observability\" | \"securitySolution\")[]; appId?: string | undefined; syncAlerts?: boolean | undefined; extractObservables?: boolean | undefined; } | undefined; hideBulkActions?: boolean | undefined; additionalBulkActions?: ", "BulkActionsPanelConfig", "[] | undefined; actionsColumnWidth?: number | undefined; fieldsBrowserOptions?: ", { diff --git a/api_docs/observability.mdx b/api_docs/observability.mdx index eb01764a0a667..a402babcfeefa 100644 --- a/api_docs/observability.mdx +++ b/api_docs/observability.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/observability title: "observability" image: https://source.unsplash.com/400x175/?github description: API docs for the observability plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'observability'] --- import observabilityObj from './observability.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/ | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 640 | 2 | 632 | 23 | +| 641 | 2 | 633 | 23 | ## Client diff --git a/api_docs/observability_a_i_assistant.devdocs.json b/api_docs/observability_a_i_assistant.devdocs.json index 5215c3ae9c274..02bcfb2f535f9 100644 --- a/api_docs/observability_a_i_assistant.devdocs.json +++ b/api_docs/observability_a_i_assistant.devdocs.json @@ -5397,6 +5397,31 @@ } ], "returnComment": [] + }, + { + "parentPluginId": "observabilityAIAssistant", + "id": "def-public.UseGenAIConnectorsResult.isConnectorSelectionRestricted", + "type": "boolean", + "tags": [], + "label": "isConnectorSelectionRestricted", + "description": [], + "path": "x-pack/platform/plugins/shared/observability_ai_assistant/public/hooks/use_genai_connectors.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "observabilityAIAssistant", + "id": "def-public.UseGenAIConnectorsResult.defaultConnector", + "type": "string", + "tags": [], + "label": "defaultConnector", + "description": [], + "signature": [ + "string | undefined" + ], + "path": "x-pack/platform/plugins/shared/observability_ai_assistant/public/hooks/use_genai_connectors.ts", + "deprecated": false, + "trackAdoption": false } ], "initialIsOpen": false @@ -5567,21 +5592,6 @@ "trackAdoption": false, "initialIsOpen": false }, - { - "parentPluginId": "observabilityAIAssistant", - "id": "def-public.aiAssistantPreferredAIAssistantType", - "type": "string", - "tags": [], - "label": "aiAssistantPreferredAIAssistantType", - "description": [], - "signature": [ - "\"aiAssistant:preferredAIAssistantType\"" - ], - "path": "x-pack/platform/plugins/shared/observability_ai_assistant/common/ui_settings/settings_keys.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, { "parentPluginId": "observabilityAIAssistant", "id": "def-public.aiAssistantSearchConnectorIndexPattern", diff --git a/api_docs/observability_a_i_assistant.mdx b/api_docs/observability_a_i_assistant.mdx index 8b4a6035cf19b..92376f3910a6c 100644 --- a/api_docs/observability_a_i_assistant.mdx +++ b/api_docs/observability_a_i_assistant.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/observabilityAIAssistant title: "observabilityAIAssistant" image: https://source.unsplash.com/400x175/?github description: API docs for the observabilityAIAssistant plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'observabilityAIAssistant'] --- import observabilityAIAssistantObj from './observability_a_i_assistant.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/obs-ai-assistant](https://github.com/orgs/elastic/teams/obs-ai | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 486 | 1 | 484 | 30 | +| 487 | 1 | 485 | 30 | ## Client diff --git a/api_docs/observability_a_i_assistant_app.mdx b/api_docs/observability_a_i_assistant_app.mdx index 4c57ed40a08d5..40f5538b70b8b 100644 --- a/api_docs/observability_a_i_assistant_app.mdx +++ b/api_docs/observability_a_i_assistant_app.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/observabilityAIAssistantApp title: "observabilityAIAssistantApp" image: https://source.unsplash.com/400x175/?github description: API docs for the observabilityAIAssistantApp plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'observabilityAIAssistantApp'] --- import observabilityAIAssistantAppObj from './observability_a_i_assistant_app.devdocs.json'; diff --git a/api_docs/observability_ai_assistant_management.mdx b/api_docs/observability_ai_assistant_management.mdx index 46c7994874064..a0ebe240af3c3 100644 --- a/api_docs/observability_ai_assistant_management.mdx +++ b/api_docs/observability_ai_assistant_management.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/observabilityAiAssistantManagement title: "observabilityAiAssistantManagement" image: https://source.unsplash.com/400x175/?github description: API docs for the observabilityAiAssistantManagement plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'observabilityAiAssistantManagement'] --- import observabilityAiAssistantManagementObj from './observability_ai_assistant_management.devdocs.json'; diff --git a/api_docs/observability_logs_explorer.mdx b/api_docs/observability_logs_explorer.mdx index dc7c5919a54c5..0da6bfcc401a7 100644 --- a/api_docs/observability_logs_explorer.mdx +++ b/api_docs/observability_logs_explorer.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/observabilityLogsExplorer title: "observabilityLogsExplorer" image: https://source.unsplash.com/400x175/?github description: API docs for the observabilityLogsExplorer plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'observabilityLogsExplorer'] --- import observabilityLogsExplorerObj from './observability_logs_explorer.devdocs.json'; diff --git a/api_docs/observability_onboarding.devdocs.json b/api_docs/observability_onboarding.devdocs.json index 3a9b7fa69b549..8f174af25b772 100644 --- a/api_docs/observability_onboarding.devdocs.json +++ b/api_docs/observability_onboarding.devdocs.json @@ -266,6 +266,68 @@ "path": "x-pack/solutions/observability/plugins/observability_onboarding/public/index.ts", "deprecated": false, "trackAdoption": false + }, + { + "parentPluginId": "observabilityOnboarding", + "id": "def-public.ObservabilityOnboardingAppServices.featureFlags", + "type": "Object", + "tags": [], + "label": "featureFlags", + "description": [], + "signature": [ + "FeatureFlagsStart" + ], + "path": "x-pack/solutions/observability/plugins/observability_onboarding/public/index.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "observabilityOnboarding", + "id": "def-public.ObservabilityOnboardingAppServices.observability", + "type": "Object", + "tags": [], + "label": "observability", + "description": [], + "signature": [ + "{ config: ", + { + "pluginId": "observability", + "scope": "public", + "docId": "kibObservabilityPluginApi", + "section": "def-public.ConfigSchema", + "text": "ConfigSchema" + }, + "; observabilityRuleTypeRegistry: { register: (type: ", + { + "pluginId": "observability", + "scope": "public", + "docId": "kibObservabilityPluginApi", + "section": "def-public.ObservabilityRuleTypeModel", + "text": "ObservabilityRuleTypeModel" + }, + ") => void; getFormatter: (typeId: string) => ", + { + "pluginId": "observability", + "scope": "public", + "docId": "kibObservabilityPluginApi", + "section": "def-public.ObservabilityRuleTypeFormatter", + "text": "ObservabilityRuleTypeFormatter" + }, + " | undefined; list: () => string[]; }; useRulesLink: (options?: ", + { + "pluginId": "observabilityShared", + "scope": "public", + "docId": "kibObservabilitySharedPluginApi", + "section": "def-public.Options", + "text": "Options" + }, + ") => ", + "LinkProps", + "; }" + ], + "path": "x-pack/solutions/observability/plugins/observability_onboarding/public/index.ts", + "deprecated": false, + "trackAdoption": false } ], "initialIsOpen": false diff --git a/api_docs/observability_onboarding.mdx b/api_docs/observability_onboarding.mdx index edab8cb596016..ec94da5e25ea7 100644 --- a/api_docs/observability_onboarding.mdx +++ b/api_docs/observability_onboarding.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/observabilityOnboarding title: "observabilityOnboarding" image: https://source.unsplash.com/400x175/?github description: API docs for the observabilityOnboarding plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'observabilityOnboarding'] --- import observabilityOnboardingObj from './observability_onboarding.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 24 | 0 | 24 | 0 | +| 26 | 0 | 26 | 0 | ## Client diff --git a/api_docs/observability_shared.mdx b/api_docs/observability_shared.mdx index 07f0624d75250..33ae852614cc9 100644 --- a/api_docs/observability_shared.mdx +++ b/api_docs/observability_shared.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/observabilityShared title: "observabilityShared" image: https://source.unsplash.com/400x175/?github description: API docs for the observabilityShared plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'observabilityShared'] --- import observabilitySharedObj from './observability_shared.devdocs.json'; diff --git a/api_docs/onechat.mdx b/api_docs/onechat.mdx index 7fea0d0ac436b..f3c8b2d043096 100644 --- a/api_docs/onechat.mdx +++ b/api_docs/onechat.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/onechat title: "onechat" image: https://source.unsplash.com/400x175/?github description: API docs for the onechat plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'onechat'] --- import onechatObj from './onechat.devdocs.json'; diff --git a/api_docs/osquery.mdx b/api_docs/osquery.mdx index f576146b5674f..50e2ff340cf16 100644 --- a/api_docs/osquery.mdx +++ b/api_docs/osquery.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/osquery title: "osquery" image: https://source.unsplash.com/400x175/?github description: API docs for the osquery plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'osquery'] --- import osqueryObj from './osquery.devdocs.json'; diff --git a/api_docs/painless_lab.mdx b/api_docs/painless_lab.mdx index 5ed673ebc6fac..14c9bae9e03e4 100644 --- a/api_docs/painless_lab.mdx +++ b/api_docs/painless_lab.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/painlessLab title: "painlessLab" image: https://source.unsplash.com/400x175/?github description: API docs for the painlessLab plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'painlessLab'] --- import painlessLabObj from './painless_lab.devdocs.json'; diff --git a/api_docs/plugin_directory.mdx b/api_docs/plugin_directory.mdx index e454d0bf281b9..d1f9f190f22ca 100644 --- a/api_docs/plugin_directory.mdx +++ b/api_docs/plugin_directory.mdx @@ -7,7 +7,7 @@ id: kibDevDocsPluginDirectory slug: /kibana-dev-docs/api-meta/plugin-api-directory title: Directory description: Directory of public APIs available through plugins or packages. -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana'] --- @@ -15,13 +15,13 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Count | Plugins or Packages with a
public API | Number of teams | |--------------|----------|------------------------| -| 1050 | 891 | 45 | +| 1051 | 890 | 45 | ### Public API health stats | API Count | Any Count | Missing comments | Missing exports | |--------------|----------|-----------------|--------| -| 61675 | 265 | 46213 | 2982 | +| 61774 | 265 | 46308 | 2990 | ## Plugin Directory @@ -29,9 +29,9 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] |--------------|----------------|-----------|--------------|----------|---------------|--------| | | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 354 | 0 | 348 | 37 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 2 | 0 | 2 | 0 | -| | [@elastic/obs-ai-assistant](https://github.com/orgs/elastic/teams/obs-ai-assistant) | - | 4 | 0 | 4 | 1 | +| | [@elastic/obs-ai-assistant](https://github.com/orgs/elastic/teams/obs-ai-assistant) | - | 6 | 0 | 6 | 1 | | | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | AIOps plugin maintained by ML team. | 74 | 0 | 9 | 2 | -| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 920 | 1 | 883 | 61 | +| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 923 | 1 | 886 | 61 | | | [@elastic/obs-ux-infra_services-team](https://github.com/orgs/elastic/teams/obs-ux-infra_services-team) | The user interface for Elastic APM | 26 | 0 | 26 | 118 | | | [@elastic/obs-ux-infra_services-team](https://github.com/orgs/elastic/teams/obs-ux-infra_services-team) | - | 92 | 0 | 92 | 3 | | | [@elastic/obs-ux-infra_services-team](https://github.com/orgs/elastic/teams/obs-ux-infra_services-team) | - | 22 | 0 | 14 | 2 | @@ -57,7 +57,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | Adds the Dashboard app to Kibana | 98 | 0 | 94 | 11 | | | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | - | 54 | 0 | 51 | 0 | | dashboardMarkdown | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | Dashboard markdown | 0 | 0 | 0 | 0 | -| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | Data services are useful for searching and querying data from Elasticsearch. Helpful utilities include: a re-usable react query bar, KQL autocomplete, async search, Data Views (Index Patterns) and field formatters. | 3271 | 31 | 2640 | 31 | +| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | Data services are useful for searching and querying data from Elasticsearch. Helpful utilities include: a re-usable react query bar, KQL autocomplete, async search, Data Views (Index Patterns) and field formatters. | 3271 | 31 | 2640 | 32 | | | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | - | 5 | 0 | 5 | 0 | | | [@elastic/workchat-eng](https://github.com/orgs/elastic/teams/workchat-eng) | Data Sources Registry for Chat | 16 | 0 | 16 | 0 | | | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 9 | 0 | 9 | 0 | @@ -66,15 +66,15 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | Data view management app | 2 | 0 | 2 | 0 | | | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | Data services are useful for searching and querying data from Elasticsearch. Helpful utilities include: a re-usable react query bar, KQL autocomplete, async search, Data Views (Index Patterns) and field formatters. | 1249 | 0 | 450 | 4 | | | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | The Data Visualizer tools help you understand your data, by analyzing the metrics and fields in a log file or an existing Elasticsearch index. | 31 | 3 | 25 | 4 | -| | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | This plugin introduces the concept of data set quality, where users can easily get an overview on the data sets they have. | 45 | 0 | 45 | 11 | +| | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | This plugin introduces the concept of data set quality, where users can easily get an overview on the data sets they have. | 48 | 0 | 48 | 11 | | | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 15 | 0 | 9 | 2 | -| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | This plugin contains the Discover application and the saved search embeddable. | 210 | 0 | 159 | 37 | +| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | This plugin contains the Discover application and the saved search embeddable. | 211 | 0 | 160 | 38 | | | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 35 | 0 | 33 | 2 | | | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | A stateful layer to register shared features and provide an access point to discover without a direct dependency | 34 | 0 | 31 | 5 | | | [@elastic/security-threat-hunting-investigations](https://github.com/orgs/elastic/teams/security-threat-hunting-investigations) | APIs used to assess the quality of data in Elasticsearch indexes | 2 | 0 | 0 | 0 | | | [@elastic/security-generative-ai](https://github.com/orgs/elastic/teams/security-generative-ai) | Server APIs for the Elastic AI Assistant | 67 | 0 | 51 | 4 | | | [@elastic/security-generative-ai](https://github.com/orgs/elastic/teams/security-generative-ai) | Provides client side context for the Elastic AI Assistant | 1 | 0 | 1 | 0 | -| | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | Adds embeddables service to Kibana | 166 | 0 | 141 | 3 | +| | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | Adds embeddables service to Kibana | 166 | 0 | 139 | 3 | | | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 2 | 0 | 2 | 0 | | | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | Extends embeddable plugin with more functionality | 26 | 0 | 26 | 0 | | | [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) | This plugin provides encryption and decryption utilities for saved objects containing sensitive information. | 54 | 0 | 47 | 1 | @@ -101,7 +101,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | The file upload plugin contains components and services for uploading a file, analyzing its data, and then importing the data into an Elasticsearch index. Supported file types include CSV, TSV, newline-delimited JSON and GeoJSON. | 52 | 0 | 52 | 2 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | File upload, download, sharing, and serving over HTTP implementation in Kibana. | 240 | 0 | 24 | 9 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | Simple UI for managing files in Kibana | 3 | 0 | 3 | 0 | -| | [@elastic/fleet](https://github.com/orgs/elastic/teams/fleet) | - | 1648 | 5 | 1516 | 106 | +| | [@elastic/fleet](https://github.com/orgs/elastic/teams/fleet) | - | 1657 | 5 | 1525 | 107 | | ftrApis | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 0 | 0 | 0 | 0 | | | [@elastic/appex-ai-infra](https://github.com/orgs/elastic/teams/appex-ai-infra) | - | 6 | 0 | 6 | 2 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 72 | 0 | 14 | 5 | @@ -127,7 +127,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 143 | 0 | 110 | 3 | | kibanaUsageCollection | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 0 | 0 | 0 | 0 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 615 | 3 | 422 | 9 | -| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | Visualization editor allowing to quickly and easily configure compelling visualizations to use on dashboards and canvas workpads. Exposes components to embed visualizations and link into the Lens editor from within other apps in Kibana. | 697 | 0 | 598 | 62 | +| | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | Visualization editor allowing to quickly and easily configure compelling visualizations to use on dashboards and canvas workpads. Exposes components to embed visualizations and link into the Lens editor from within other apps in Kibana. | 698 | 0 | 599 | 62 | | | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 8 | 0 | 8 | 0 | | | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 4 | 0 | 4 | 1 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 40 | 0 | 19 | 3 | @@ -150,12 +150,12 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 17 | 0 | 17 | 0 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 3 | 0 | 3 | 0 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 2 | 0 | 2 | 1 | -| | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | - | 640 | 2 | 632 | 23 | -| | [@elastic/obs-ai-assistant](https://github.com/orgs/elastic/teams/obs-ai-assistant) | - | 486 | 1 | 484 | 30 | +| | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | - | 641 | 2 | 633 | 23 | +| | [@elastic/obs-ai-assistant](https://github.com/orgs/elastic/teams/obs-ai-assistant) | - | 487 | 1 | 485 | 30 | | | [@elastic/obs-ai-assistant](https://github.com/orgs/elastic/teams/obs-ai-assistant) | - | 6 | 0 | 5 | 0 | | | [@elastic/obs-ai-assistant](https://github.com/orgs/elastic/teams/obs-ai-assistant) | - | 2 | 0 | 2 | 0 | | | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | This plugin exposes and registers observability log consumption features. | 1 | 0 | 1 | 0 | -| | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | - | 24 | 0 | 24 | 0 | +| | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | - | 26 | 0 | 26 | 0 | | | [@elastic/observability-ui](https://github.com/orgs/elastic/teams/observability-ui) | - | 526 | 1 | 519 | 21 | | | [@elastic/workchat-eng](https://github.com/orgs/elastic/teams/workchat-eng) | - | 17 | 0 | 5 | 2 | | | [@elastic/security-defend-workflows](https://github.com/orgs/elastic/teams/security-defend-workflows) | - | 23 | 0 | 23 | 8 | @@ -207,10 +207,9 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 30 | 0 | 30 | 2 | | | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 10 | 0 | 10 | 1 | | | [@elastic/streams-program-team](https://github.com/orgs/elastic/teams/streams-program-team) | A manager for Streams | 36 | 0 | 35 | 31 | -| | [@elastic/streams-program-team](https://github.com/orgs/elastic/teams/streams-program-team) | - | 18 | 0 | 14 | 1 | -| | [@elastic/streams-program-team](https://github.com/orgs/elastic/teams/streams-program-team) | - | 2 | 0 | 2 | 0 | +| | [@elastic/streams-program-team](https://github.com/orgs/elastic/teams/streams-program-team) | - | 14 | 0 | 12 | 1 | | synthetics | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | This plugin visualizes data from Synthetics and Heartbeat, and integrates with other Observability solutions. | 0 | 0 | 0 | 0 | -| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 119 | 0 | 73 | 9 | +| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 120 | 0 | 74 | 9 | | taskManagerDependencies | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | Temporary sidecar plugin allowing task manager to register the encrypted saved objects dependency, bypassing circular dependencies. | 0 | 0 | 0 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 47 | 0 | 1 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 31 | 0 | 26 | 6 | @@ -219,10 +218,10 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/security-threat-hunting-investigations](https://github.com/orgs/elastic/teams/security-threat-hunting-investigations) | - | 233 | 1 | 189 | 17 | | | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | This plugin provides access to the transforms features provided by Elastic. Transforms enable you to convert existing Elasticsearch indices into summarized indices, which provide opportunities for new insights and analytics. | 4 | 0 | 4 | 1 | | translations | [@elastic/kibana-localization](https://github.com/orgs/elastic/teams/kibana-localization) | - | 0 | 0 | 0 | 0 | -| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 496 | 1 | 492 | 38 | +| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 499 | 1 | 495 | 38 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | Adds UI Actions service to Kibana | 108 | 0 | 67 | 4 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | Extends UI Actions plugin with more functionality | 212 | 0 | 145 | 11 | -| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | This plugin contains services reliant on the plugin lifecycle for the unified doc viewer component (see @kbn/unified-doc-viewer). | 26 | 0 | 17 | 4 | +| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | This plugin contains services reliant on the plugin lifecycle for the unified doc viewer component (see @kbn/unified-doc-viewer). | 26 | 0 | 17 | 5 | | | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | Contains all the key functionality of Kibana's unified search experience.Contains all the key functionality of Kibana's unified search experience. | 157 | 2 | 119 | 20 | | | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 3 | 0 | 2 | 0 | | | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | This plugin visualizes data from Heartbeat, and integrates with other Observability solutions. | 1 | 0 | 0 | 0 | @@ -247,20 +246,20 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | watcher | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 0 | 0 | 0 | 0 | | | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | WorkChat application | 4 | 0 | 4 | 0 | | | [@elastic/workflows-eng](https://github.com/orgs/elastic/teams/workflows-eng) | Stateless execution engine for workflows. | 18 | 0 | 18 | 2 | -| | [@elastic/workflows-eng](https://github.com/orgs/elastic/teams/workflows-eng) | This plugin contains the Workflows management application. | 17 | 0 | 16 | 1 | +| | [@elastic/workflows-eng](https://github.com/orgs/elastic/teams/workflows-eng) | This plugin contains the Workflows management application. | 18 | 0 | 17 | 1 | ## Package Directory | Package name           | Maintaining team | Description | API Cnt | Any Cnt | Missing
comments | Missing
exports | |--------------|----------------|-----------|--------------|----------|---------------|--------| | | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 17 | 0 | 17 | 0 | -| | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | - | 116 | 0 | 116 | 1 | +| | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | - | 118 | 0 | 118 | 1 | | | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | - | 3 | 0 | 3 | 0 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 21 | 0 | 10 | 0 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 37 | 0 | 7 | 0 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 14 | 0 | 5 | 0 | | | [@elastic/security-generative-ai](https://github.com/orgs/elastic/teams/security-generative-ai) | - | 6 | 0 | 0 | 0 | -| | [@elastic/appex-ai-infra](https://github.com/orgs/elastic/teams/appex-ai-infra) | - | 45 | 0 | 45 | 1 | +| | [@elastic/appex-ai-infra](https://github.com/orgs/elastic/teams/appex-ai-infra) | - | 46 | 0 | 46 | 1 | | | [@elastic/appex-ai-infra](https://github.com/orgs/elastic/teams/appex-ai-infra) | - | 18 | 1 | 11 | 0 | | | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 37 | 0 | 0 | 0 | | | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 2 | 0 | 0 | 0 | @@ -280,18 +279,18 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/obs-ux-infra_services-team](https://github.com/orgs/elastic/teams/obs-ux-infra_services-team) | - | 4 | 0 | 4 | 0 | | | [@elastic/obs-ux-infra_services-team](https://github.com/orgs/elastic/teams/obs-ux-infra_services-team) | - | 57 | 1 | 57 | 8 | | | [@elastic/obs-ux-infra_services-team](https://github.com/orgs/elastic/teams/obs-ux-infra_services-team) | - | 283 | 0 | 283 | 40 | -| | [@elastic/obs-ux-infra_services-team](https://github.com/orgs/elastic/teams/obs-ux-infra_services-team) | - | 384 | 0 | 383 | 1 | +| | [@elastic/obs-ux-infra_services-team](https://github.com/orgs/elastic/teams/obs-ux-infra_services-team) | - | 385 | 0 | 384 | 1 | | | [@elastic/obs-ux-infra_services-team](https://github.com/orgs/elastic/teams/obs-ux-infra_services-team) | - | 5 | 0 | 5 | 0 | | | [@elastic/obs-ux-infra_services-team](https://github.com/orgs/elastic/teams/obs-ux-infra_services-team) | - | 54 | 0 | 54 | 0 | | | [@elastic/obs-ux-infra_services-team](https://github.com/orgs/elastic/teams/obs-ux-infra_services-team) | - | 12 | 0 | 12 | 0 | +| | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 3 | 0 | 3 | 0 | | | [@elastic/security-defend-workflows](https://github.com/orgs/elastic/teams/security-defend-workflows) | - | 3 | 0 | 3 | 0 | | | [@elastic/appex-qa](https://github.com/orgs/elastic/teams/appex-qa) | - | 12 | 0 | 12 | 0 | -| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 2 | 0 | 0 | 0 | +| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 4 | 0 | 2 | 0 | | | [@elastic/obs-ui-devex-team](https://github.com/orgs/elastic/teams/obs-ui-devex-team) | - | 34 | 0 | 34 | 4 | | | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 9 | 0 | 9 | 2 | | | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | - | 10 | 0 | 10 | 0 | | | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 7 | 0 | 7 | 1 | -| | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | - | 10 | 0 | 10 | 0 | | | [@elastic/kibana-cases](https://github.com/orgs/elastic/teams/kibana-cases) | - | 19 | 0 | 16 | 0 | | | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 9 | 2 | 9 | 0 | | | [@elastic/security-threat-hunting-investigations](https://github.com/orgs/elastic/teams/security-threat-hunting-investigations) | - | 45 | 1 | 30 | 1 | @@ -299,14 +298,14 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 90 | 0 | 90 | 0 | | | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 10 | 0 | 2 | 0 | | | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 1 | 0 | 0 | 0 | -| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 1 | 0 | 0 | 0 | +| | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 2 | 0 | 1 | 0 | | | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 7 | 0 | 2 | 0 | | | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 3 | 0 | 3 | 0 | | | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 62 | 0 | 17 | 1 | | | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 2 | 0 | 2 | 0 | | | [@elastic/kibana-cloud-security-posture](https://github.com/orgs/elastic/teams/kibana-cloud-security-posture) | - | 229 | 0 | 217 | 9 | | | [@elastic/kibana-cloud-security-posture](https://github.com/orgs/elastic/teams/kibana-cloud-security-posture) | - | 213 | 0 | 211 | 3 | -| | [@elastic/kibana-cloud-security-posture](https://github.com/orgs/elastic/teams/kibana-cloud-security-posture) | - | 39 | 0 | 24 | 7 | +| | [@elastic/kibana-cloud-security-posture](https://github.com/orgs/elastic/teams/kibana-cloud-security-posture) | - | 37 | 0 | 22 | 7 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 55 | 0 | 26 | 1 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 2 | 0 | 2 | 0 | | | [@elastic/appex-qa](https://github.com/orgs/elastic/teams/appex-qa) | - | 23 | 0 | 11 | 0 | @@ -356,7 +355,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 28 | 0 | 14 | 0 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 11 | 0 | 11 | 0 | | | [@elastic/eui-team](https://github.com/orgs/elastic/teams/eui-team) | - | 47 | 0 | 34 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 15 | 0 | 15 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 16 | 0 | 16 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 1 | 0 | 1 | 0 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 8 | 0 | 8 | 0 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 5 | 0 | 5 | 0 | @@ -544,7 +543,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 6 | 0 | 6 | 0 | | | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 3 | 0 | 3 | 0 | | | [@elastic/observability-ui](https://github.com/orgs/elastic/teams/observability-ui) | - | 57 | 0 | 56 | 0 | -| | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | - | 23 | 0 | 23 | 0 | +| | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | - | 21 | 0 | 21 | 0 | | | [@elastic/security-solution](https://github.com/orgs/elastic/teams/security-solution) | - | 5 | 0 | 5 | 0 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 2 | 0 | 2 | 0 | | | [@elastic/workflows-eng](https://github.com/orgs/elastic/teams/workflows-eng) | - | 5 | 0 | 5 | 0 | @@ -567,7 +566,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/security-threat-hunting-investigations](https://github.com/orgs/elastic/teams/security-threat-hunting-investigations) | - | 16 | 0 | 8 | 0 | | | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | - | 48 | 0 | 47 | 0 | | | [@elastic/security-generative-ai](https://github.com/orgs/elastic/teams/security-generative-ai) | - | 207 | 0 | 173 | 13 | -| | [@elastic/security-generative-ai](https://github.com/orgs/elastic/teams/security-generative-ai) | - | 797 | 0 | 682 | 2 | +| | [@elastic/security-generative-ai](https://github.com/orgs/elastic/teams/security-generative-ai) | - | 870 | 0 | 752 | 2 | | | [@elastic/security-generative-ai](https://github.com/orgs/elastic/teams/security-generative-ai) | - | 25 | 0 | 25 | 0 | | | [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) | - | 10 | 0 | 7 | 0 | | | [@elastic/obs-entities](https://github.com/orgs/elastic/teams/obs-entities) | - | 51 | 0 | 51 | 0 | @@ -578,12 +577,12 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 10 | 0 | 10 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 32 | 0 | 32 | 1 | | | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 2 | 0 | 1 | 0 | -| | [@elastic/kibana-esql](https://github.com/orgs/elastic/teams/kibana-esql) | - | 781 | 4 | 607 | 42 | +| | [@elastic/kibana-esql](https://github.com/orgs/elastic/teams/kibana-esql) | - | 737 | 4 | 562 | 42 | | | [@elastic/obs-ux-infra_services-team](https://github.com/orgs/elastic/teams/obs-ux-infra_services-team) | - | 34 | 0 | 15 | 2 | -| | [@elastic/kibana-esql](https://github.com/orgs/elastic/teams/kibana-esql) | - | 19 | 0 | 18 | 1 | -| | [@elastic/kibana-esql](https://github.com/orgs/elastic/teams/kibana-esql) | - | 55 | 0 | 54 | 0 | +| | [@elastic/kibana-esql](https://github.com/orgs/elastic/teams/kibana-esql) | - | 21 | 0 | 19 | 1 | +| | [@elastic/kibana-esql](https://github.com/orgs/elastic/teams/kibana-esql) | - | 58 | 0 | 57 | 0 | | | [@elastic/kibana-esql](https://github.com/orgs/elastic/teams/kibana-esql) | - | 129 | 0 | 107 | 0 | -| | [@elastic/kibana-esql](https://github.com/orgs/elastic/teams/kibana-esql) | - | 32 | 0 | 31 | 3 | +| | [@elastic/kibana-esql](https://github.com/orgs/elastic/teams/kibana-esql) | - | 36 | 0 | 35 | 3 | | | [@elastic/appex-ai-infra](https://github.com/orgs/elastic/teams/appex-ai-infra) | - | 35 | 0 | 32 | 6 | | | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 40 | 0 | 40 | 0 | | | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 52 | 0 | 52 | 1 | @@ -593,8 +592,8 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 2 | 0 | 2 | 0 | | | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 22 | 0 | 18 | 0 | | | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 51 | 0 | 42 | 2 | -| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 82 | 0 | 82 | 3 | -| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 144 | 2 | 144 | 3 | +| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 83 | 0 | 83 | 3 | +| | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 146 | 2 | 146 | 3 | | | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 2 | 0 | 0 | 0 | | | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 124 | 2 | 99 | 5 | | | [@elastic/appex-qa](https://github.com/orgs/elastic/teams/appex-qa) | - | 561 | 6 | 520 | 3 | @@ -620,7 +619,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 148 | 3 | 148 | 0 | | | [@elastic/appex-ai-infra](https://github.com/orgs/elastic/teams/appex-ai-infra) | - | 11 | 0 | 11 | 1 | | | [@elastic/appex-ai-infra](https://github.com/orgs/elastic/teams/appex-ai-infra) | - | 334 | 0 | 166 | 15 | -| | [@elastic/appex-ai-infra](https://github.com/orgs/elastic/teams/appex-ai-infra) | - | 162 | 0 | 162 | 0 | +| | [@elastic/appex-ai-infra](https://github.com/orgs/elastic/teams/appex-ai-infra) | - | 166 | 0 | 166 | 0 | | | [@elastic/appex-ai-infra](https://github.com/orgs/elastic/teams/appex-ai-infra) | - | 51 | 0 | 50 | 0 | | | [@elastic/appex-ai-infra](https://github.com/orgs/elastic/teams/appex-ai-infra) | - | 6 | 0 | 5 | 1 | | | [@elastic/appex-ai-infra](https://github.com/orgs/elastic/teams/appex-ai-infra) | - | 23 | 0 | 20 | 1 | @@ -695,7 +694,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 42 | 1 | 35 | 1 | | | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 32 | 0 | 0 | 0 | | | [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) | - | 31 | 0 | 25 | 0 | -| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 185 | 6 | 185 | 4 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 185 | 6 | 185 | 5 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 11 | 0 | 3 | 0 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 55 | 1 | 50 | 0 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 2 | 0 | 2 | 0 | @@ -757,7 +756,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 11 | 0 | 9 | 0 | | | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 2 | 0 | 2 | 0 | | | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 120 | 0 | 113 | 2 | -| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 91 | 0 | 91 | 0 | +| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 93 | 0 | 93 | 0 | | | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | A component for creating resizable layouts containing a fixed width panel and a flexible panel, with support for horizontal and vertical layouts. | 17 | 0 | 6 | 0 | | | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 40 | 0 | 40 | 1 | | | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 15 | 0 | 6 | 2 | @@ -771,7 +770,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | - | 2 | 0 | 1 | 1 | | | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 18 | 0 | 18 | 2 | | | [@elastic/security-detections-response](https://github.com/orgs/elastic/teams/security-detections-response) | - | 205 | 0 | 192 | 0 | -| | [@elastic/streams-program-team](https://github.com/orgs/elastic/teams/streams-program-team) | - | 25 | 0 | 25 | 1 | +| | [@elastic/streams-program-team](https://github.com/orgs/elastic/teams/streams-program-team) | - | 24 | 0 | 24 | 1 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 2 | 0 | 2 | 0 | | | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | - | 16 | 0 | 15 | 0 | | | [@elastic/appex-qa](https://github.com/orgs/elastic/teams/appex-qa) | - | 457 | 2 | 128 | 22 | @@ -810,7 +809,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) | - | 47 | 0 | 12 | 0 | | | [@elastic/security-detection-engine](https://github.com/orgs/elastic/teams/security-detection-engine) | - | 56 | 1 | 41 | 0 | | | [@elastic/security-threat-hunting-investigations](https://github.com/orgs/elastic/teams/security-threat-hunting-investigations) | - | 80 | 0 | 60 | 9 | -| | [@elastic/security-threat-hunting-investigations](https://github.com/orgs/elastic/teams/security-threat-hunting-investigations) | - | 355 | 1 | 351 | 32 | +| | [@elastic/security-threat-hunting-investigations](https://github.com/orgs/elastic/teams/security-threat-hunting-investigations) | - | 356 | 1 | 352 | 32 | | | [@elastic/security-detection-engine](https://github.com/orgs/elastic/teams/security-detection-engine) | - | 91 | 0 | 78 | 1 | | | [@elastic/security-detection-engine](https://github.com/orgs/elastic/teams/security-detection-engine) | - | 107 | 0 | 96 | 1 | | | [@elastic/security-detection-engine](https://github.com/orgs/elastic/teams/security-detection-engine) | - | 15 | 0 | 7 | 0 | @@ -885,7 +884,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 17 | 0 | 16 | 2 | | | [@elastic/obs-ux-infra_services-team](https://github.com/orgs/elastic/teams/obs-ux-infra_services-team) | - | 24 | 0 | 24 | 0 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 16 | 0 | 6 | 0 | -| | [@elastic/kibana-cloud-security-posture](https://github.com/orgs/elastic/teams/kibana-cloud-security-posture) | - | 16 | 0 | 14 | 0 | +| | [@elastic/kibana-cloud-security-posture](https://github.com/orgs/elastic/teams/kibana-cloud-security-posture) | - | 19 | 0 | 19 | 0 | | | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | - | 209 | 0 | 209 | 0 | | | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 20 | 0 | 12 | 0 | | | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 5 | 0 | 5 | 0 | @@ -898,9 +897,9 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 4 | 0 | 2 | 0 | | | [@elastic/observability-ui](https://github.com/orgs/elastic/teams/observability-ui) | - | 77 | 0 | 76 | 3 | | | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 27 | 2 | 27 | 0 | -| | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | - | 204 | 12 | 191 | 3 | -| | [@elastic/streams-program-team](https://github.com/orgs/elastic/teams/streams-program-team) | - | 37 | 0 | 34 | 1 | -| | [@elastic/streams-program-team](https://github.com/orgs/elastic/teams/streams-program-team) | - | 159 | 0 | 159 | 13 | +| | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | - | 211 | 12 | 198 | 5 | +| | [@elastic/streams-program-team](https://github.com/orgs/elastic/teams/streams-program-team) | - | 38 | 0 | 35 | 1 | +| | [@elastic/streams-program-team](https://github.com/orgs/elastic/teams/streams-program-team) | - | 159 | 0 | 159 | 14 | | | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | - | 9 | 0 | 9 | 0 | | | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | - | 19 | 0 | 19 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 8 | 0 | 0 | 0 | @@ -917,7 +916,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 6 | 0 | 0 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 21 | 0 | 18 | 2 | | | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 9 | 0 | 7 | 0 | -| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 16 | 0 | 16 | 0 | +| | [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-ops) | - | 17 | 0 | 17 | 0 | | | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | - | 2 | 0 | 2 | 1 | | | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 40 | 0 | 25 | 1 | | | [@elastic/obs-knowledge-team](https://github.com/orgs/elastic/teams/obs-knowledge-team) | - | 95 | 0 | 95 | 2 | @@ -927,10 +926,10 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/kibana-security](https://github.com/orgs/elastic/teams/kibana-security) | - | 4 | 0 | 4 | 0 | | | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | Contains functionality for the unified data table which can be integrated into apps | 136 | 0 | 113 | 1 | | | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 22 | 0 | 20 | 4 | -| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | Contains functionality for the field list and field stats which can be integrated into apps | 315 | 0 | 285 | 8 | -| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | Components for the Discover histogram chart | 122 | 0 | 95 | 15 | +| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | Contains functionality for the field list and field stats which can be integrated into apps | 316 | 0 | 286 | 8 | +| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | Components for the Discover histogram chart | 123 | 0 | 96 | 15 | | | [@elastic/obs-ux-infra_services-team](https://github.com/orgs/elastic/teams/obs-ux-infra_services-team) | - | 2 | 0 | 1 | 0 | -| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 30 | 0 | 30 | 3 | +| | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 44 | 0 | 44 | 3 | | | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 13 | 0 | 9 | 0 | | | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 2 | 0 | 2 | 0 | | | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 11 | 0 | 11 | 1 | @@ -946,7 +945,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | - | 11 | 0 | 7 | 0 | | | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | - | 49 | 0 | 25 | 1 | | | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | - | 53 | 1 | 42 | 0 | -| | [@elastic/workflows-eng](https://github.com/orgs/elastic/teams/workflows-eng) | - | 283 | 2 | 266 | 1 | +| | [@elastic/workflows-eng](https://github.com/orgs/elastic/teams/workflows-eng) | - | 288 | 2 | 270 | 1 | | | [@elastic/obs-ui-devex-team](https://github.com/orgs/elastic/teams/obs-ui-devex-team) | - | 17 | 0 | 17 | 4 | | | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | - | 11 | 0 | 11 | 0 | | | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 10 | 0 | 5 | 0 | diff --git a/api_docs/presentation_panel.mdx b/api_docs/presentation_panel.mdx index 1636c364a36fe..67a9ffd9a6b2e 100644 --- a/api_docs/presentation_panel.mdx +++ b/api_docs/presentation_panel.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/presentationPanel title: "presentationPanel" image: https://source.unsplash.com/400x175/?github description: API docs for the presentationPanel plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'presentationPanel'] --- import presentationPanelObj from './presentation_panel.devdocs.json'; diff --git a/api_docs/presentation_util.mdx b/api_docs/presentation_util.mdx index 5e36d2bc7b004..42be850f39f35 100644 --- a/api_docs/presentation_util.mdx +++ b/api_docs/presentation_util.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/presentationUtil title: "presentationUtil" image: https://source.unsplash.com/400x175/?github description: API docs for the presentationUtil plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'presentationUtil'] --- import presentationUtilObj from './presentation_util.devdocs.json'; diff --git a/api_docs/product_doc_base.mdx b/api_docs/product_doc_base.mdx index f0de5af8ca2f7..6aa5b3b9cf73b 100644 --- a/api_docs/product_doc_base.mdx +++ b/api_docs/product_doc_base.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/productDocBase title: "productDocBase" image: https://source.unsplash.com/400x175/?github description: API docs for the productDocBase plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'productDocBase'] --- import productDocBaseObj from './product_doc_base.devdocs.json'; diff --git a/api_docs/profiling.mdx b/api_docs/profiling.mdx index 72d5ab71aea6e..c59ffa4e92018 100644 --- a/api_docs/profiling.mdx +++ b/api_docs/profiling.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/profiling title: "profiling" image: https://source.unsplash.com/400x175/?github description: API docs for the profiling plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'profiling'] --- import profilingObj from './profiling.devdocs.json'; diff --git a/api_docs/profiling_data_access.mdx b/api_docs/profiling_data_access.mdx index 3d6eced92624a..0e227897c05c8 100644 --- a/api_docs/profiling_data_access.mdx +++ b/api_docs/profiling_data_access.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/profilingDataAccess title: "profilingDataAccess" image: https://source.unsplash.com/400x175/?github description: API docs for the profilingDataAccess plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'profilingDataAccess'] --- import profilingDataAccessObj from './profiling_data_access.devdocs.json'; diff --git a/api_docs/reindex_service.mdx b/api_docs/reindex_service.mdx index 375a33cdb0a40..1e5491d31d4f4 100644 --- a/api_docs/reindex_service.mdx +++ b/api_docs/reindex_service.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/reindexService title: "reindexService" image: https://source.unsplash.com/400x175/?github description: API docs for the reindexService plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'reindexService'] --- import reindexServiceObj from './reindex_service.devdocs.json'; diff --git a/api_docs/remote_clusters.mdx b/api_docs/remote_clusters.mdx index dd0deeaaa0c5e..09285a0e748c4 100644 --- a/api_docs/remote_clusters.mdx +++ b/api_docs/remote_clusters.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/remoteClusters title: "remoteClusters" image: https://source.unsplash.com/400x175/?github description: API docs for the remoteClusters plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'remoteClusters'] --- import remoteClustersObj from './remote_clusters.devdocs.json'; diff --git a/api_docs/reporting.mdx b/api_docs/reporting.mdx index 38972ca93d63c..32403c099a8bf 100644 --- a/api_docs/reporting.mdx +++ b/api_docs/reporting.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/reporting title: "reporting" image: https://source.unsplash.com/400x175/?github description: API docs for the reporting plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'reporting'] --- import reportingObj from './reporting.devdocs.json'; diff --git a/api_docs/rollup.mdx b/api_docs/rollup.mdx index c9bdb541e126a..0f82ff30657a5 100644 --- a/api_docs/rollup.mdx +++ b/api_docs/rollup.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/rollup title: "rollup" image: https://source.unsplash.com/400x175/?github description: API docs for the rollup plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'rollup'] --- import rollupObj from './rollup.devdocs.json'; diff --git a/api_docs/rule_registry.mdx b/api_docs/rule_registry.mdx index 88fbc29286ada..98923b0bc16f6 100644 --- a/api_docs/rule_registry.mdx +++ b/api_docs/rule_registry.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/ruleRegistry title: "ruleRegistry" image: https://source.unsplash.com/400x175/?github description: API docs for the ruleRegistry plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'ruleRegistry'] --- import ruleRegistryObj from './rule_registry.devdocs.json'; diff --git a/api_docs/runtime_fields.mdx b/api_docs/runtime_fields.mdx index e4ee72ed64880..6e8fd3074cf2c 100644 --- a/api_docs/runtime_fields.mdx +++ b/api_docs/runtime_fields.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/runtimeFields title: "runtimeFields" image: https://source.unsplash.com/400x175/?github description: API docs for the runtimeFields plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'runtimeFields'] --- import runtimeFieldsObj from './runtime_fields.devdocs.json'; diff --git a/api_docs/sample_data_ingest.mdx b/api_docs/sample_data_ingest.mdx index 3e3db9d1e1f2b..e05acb2ec6078 100644 --- a/api_docs/sample_data_ingest.mdx +++ b/api_docs/sample_data_ingest.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/sampleDataIngest title: "sampleDataIngest" image: https://source.unsplash.com/400x175/?github description: API docs for the sampleDataIngest plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'sampleDataIngest'] --- import sampleDataIngestObj from './sample_data_ingest.devdocs.json'; diff --git a/api_docs/saved_objects.mdx b/api_docs/saved_objects.mdx index 5cd23a3b01e23..2834e3980a821 100644 --- a/api_docs/saved_objects.mdx +++ b/api_docs/saved_objects.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/savedObjects title: "savedObjects" image: https://source.unsplash.com/400x175/?github description: API docs for the savedObjects plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'savedObjects'] --- import savedObjectsObj from './saved_objects.devdocs.json'; diff --git a/api_docs/saved_objects_finder.mdx b/api_docs/saved_objects_finder.mdx index 556ba6398e2e2..5bdf33b8bd631 100644 --- a/api_docs/saved_objects_finder.mdx +++ b/api_docs/saved_objects_finder.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/savedObjectsFinder title: "savedObjectsFinder" image: https://source.unsplash.com/400x175/?github description: API docs for the savedObjectsFinder plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'savedObjectsFinder'] --- import savedObjectsFinderObj from './saved_objects_finder.devdocs.json'; diff --git a/api_docs/saved_objects_management.mdx b/api_docs/saved_objects_management.mdx index ae9e0c547aab8..bf184df7dc4ab 100644 --- a/api_docs/saved_objects_management.mdx +++ b/api_docs/saved_objects_management.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/savedObjectsManagement title: "savedObjectsManagement" image: https://source.unsplash.com/400x175/?github description: API docs for the savedObjectsManagement plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'savedObjectsManagement'] --- import savedObjectsManagementObj from './saved_objects_management.devdocs.json'; diff --git a/api_docs/saved_objects_tagging.mdx b/api_docs/saved_objects_tagging.mdx index 659ecdd222c17..0095af3b1a06f 100644 --- a/api_docs/saved_objects_tagging.mdx +++ b/api_docs/saved_objects_tagging.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/savedObjectsTagging title: "savedObjectsTagging" image: https://source.unsplash.com/400x175/?github description: API docs for the savedObjectsTagging plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'savedObjectsTagging'] --- import savedObjectsTaggingObj from './saved_objects_tagging.devdocs.json'; diff --git a/api_docs/saved_objects_tagging_oss.mdx b/api_docs/saved_objects_tagging_oss.mdx index d1c436af26775..d4597519dcd7a 100644 --- a/api_docs/saved_objects_tagging_oss.mdx +++ b/api_docs/saved_objects_tagging_oss.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/savedObjectsTaggingOss title: "savedObjectsTaggingOss" image: https://source.unsplash.com/400x175/?github description: API docs for the savedObjectsTaggingOss plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'savedObjectsTaggingOss'] --- import savedObjectsTaggingOssObj from './saved_objects_tagging_oss.devdocs.json'; diff --git a/api_docs/saved_search.mdx b/api_docs/saved_search.mdx index d9b95d284a9fd..b43b00465356e 100644 --- a/api_docs/saved_search.mdx +++ b/api_docs/saved_search.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/savedSearch title: "savedSearch" image: https://source.unsplash.com/400x175/?github description: API docs for the savedSearch plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'savedSearch'] --- import savedSearchObj from './saved_search.devdocs.json'; diff --git a/api_docs/screenshot_mode.mdx b/api_docs/screenshot_mode.mdx index 5e2a7452d0d59..cd2a6826575ee 100644 --- a/api_docs/screenshot_mode.mdx +++ b/api_docs/screenshot_mode.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/screenshotMode title: "screenshotMode" image: https://source.unsplash.com/400x175/?github description: API docs for the screenshotMode plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'screenshotMode'] --- import screenshotModeObj from './screenshot_mode.devdocs.json'; diff --git a/api_docs/screenshotting.mdx b/api_docs/screenshotting.mdx index 017b3e0f2105c..37ad3dee2fbe1 100644 --- a/api_docs/screenshotting.mdx +++ b/api_docs/screenshotting.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/screenshotting title: "screenshotting" image: https://source.unsplash.com/400x175/?github description: API docs for the screenshotting plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'screenshotting'] --- import screenshottingObj from './screenshotting.devdocs.json'; diff --git a/api_docs/search_assistant.mdx b/api_docs/search_assistant.mdx index d7491f9db6d03..6e45472081eeb 100644 --- a/api_docs/search_assistant.mdx +++ b/api_docs/search_assistant.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/searchAssistant title: "searchAssistant" image: https://source.unsplash.com/400x175/?github description: API docs for the searchAssistant plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'searchAssistant'] --- import searchAssistantObj from './search_assistant.devdocs.json'; diff --git a/api_docs/search_homepage.mdx b/api_docs/search_homepage.mdx index 3329733124a41..84d8e4b270a21 100644 --- a/api_docs/search_homepage.mdx +++ b/api_docs/search_homepage.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/searchHomepage title: "searchHomepage" image: https://source.unsplash.com/400x175/?github description: API docs for the searchHomepage plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'searchHomepage'] --- import searchHomepageObj from './search_homepage.devdocs.json'; diff --git a/api_docs/search_indices.devdocs.json b/api_docs/search_indices.devdocs.json index 5d4446ddf5471..216c1338eefce 100644 --- a/api_docs/search_indices.devdocs.json +++ b/api_docs/search_indices.devdocs.json @@ -85,7 +85,7 @@ "label": "startAppId", "description": [], "signature": [ - "\"fleet\" | \"graph\" | \"ml\" | \"monitoring\" | \"profiling\" | \"streams\" | \"uptime\" | \"metrics\" | \"dashboards\" | \"management\" | \"apm\" | \"synthetics\" | \"ux\" | \"canvas\" | \"logs\" | \"slo\" | \"observabilityAIAssistant\" | \"home\" | \"integrations\" | \"discover\" | \"maps\" | \"visualize\" | \"observability-overview\" | \"dev_tools\" | \"dev_tools:console\" | \"dev_tools:searchprofiler\" | \"dev_tools:painless_lab\" | \"dev_tools:grokdebugger\" | \"ml:notifications\" | \"ml:nodes\" | \"ml:overview\" | \"ml:memoryUsage\" | \"ml:settings\" | \"ml:dataVisualizer\" | \"ml:logPatternAnalysis\" | \"ml:logRateAnalysis\" | \"ml:singleMetricViewer\" | \"ml:anomalyDetection\" | \"ml:anomalyExplorer\" | \"ml:dataDrift\" | \"ml:dataFrameAnalytics\" | \"ml:resultExplorer\" | \"ml:analyticsMap\" | \"ml:aiOps\" | \"ml:changePointDetections\" | \"ml:modelManagement\" | \"ml:nodesOverview\" | \"ml:esqlDataVisualizer\" | \"ml:fileUpload\" | \"ml:indexDataVisualizer\" | \"ml:calendarSettings\" | \"ml:filterListsSettings\" | \"ml:suppliedConfigurations\" | \"osquery\" | \"management:transform\" | \"management:watcher\" | \"management:tags\" | \"management:cases\" | \"management:maintenanceWindows\" | \"management:overview\" | \"management:cross_cluster_replication\" | \"management:settings\" | \"management:dataViews\" | \"management:spaces\" | \"management:analytics\" | \"management:users\" | \"management:migrate_data\" | \"management:search_sessions\" | \"management:data_quality\" | \"management:data_usage\" | \"management:filesManagement\" | \"management:trained_models\" | \"management:pipelines\" | \"management:anomaly_detection\" | \"management:roles\" | \"management:reporting\" | \"management:ad_settings\" | \"management:aiAssistantManagementSelection\" | \"management:securityAiAssistantManagement\" | \"management:observabilityAiAssistantManagement\" | \"management:api_keys\" | \"management:content_connectors\" | \"management:license_management\" | \"management:index_lifecycle_management\" | \"management:index_management\" | \"management:ingest_pipelines\" | \"management:jobsListLink\" | \"management:objects\" | \"management:remote_clusters\" | \"management:role_mappings\" | \"management:rollup_jobs\" | \"management:snapshot_restore\" | \"management:supplied_configurations\" | \"management:triggersActions\" | \"management:triggersActionsAlerts\" | \"management:triggersActionsConnectors\" | \"management:upgrade_assistant\" | \"management:genAiSettings\" | \"management:agentBuilder\" | \"enterpriseSearch\" | \"enterpriseSearchContent\" | \"enterpriseSearchApplications\" | \"enterpriseSearchAnalytics\" | \"serverlessElasticsearch\" | \"serverlessConnectors\" | \"serverlessWebCrawlers\" | \"searchPlayground\" | \"searchInferenceEndpoints\" | \"searchSynonyms\" | \"searchQueryRules\" | \"searchHomepage\" | \"enterpriseSearchContent:connectors\" | \"enterpriseSearchContent:webCrawlers\" | \"enterpriseSearchApplications:searchApplications\" | \"searchInferenceEndpoints:inferenceEndpoints\" | \"searchSynonyms:synonyms\" | \"elasticsearchStart\" | \"elasticsearchIndices\" | \"elasticsearchIndexManagement\" | \"elasticsearchIndices:createIndex\" | \"observability-logs-explorer\" | \"last-used-logs-viewer\" | \"observabilityOnboarding\" | \"inventory\" | \"logs:anomalies\" | \"logs:settings\" | \"logs:stream\" | \"logs:log-categories\" | \"observability-overview:cases\" | \"observability-overview:rules\" | \"observability-overview:alerts\" | \"observability-overview:cases_create\" | \"observability-overview:cases_configure\" | \"metrics:settings\" | \"metrics:hosts\" | \"metrics:inventory\" | \"metrics:metrics-explorer\" | \"metrics:assetDetails\" | \"apm:services\" | \"apm:traces\" | \"apm:dependencies\" | \"apm:service-map\" | \"apm:settings\" | \"apm:service-groups-list\" | \"apm:storage-explorer\" | \"synthetics:overview\" | \"synthetics:certificates\" | \"uptime:Certificates\" | \"profiling:functions\" | \"profiling:stacktraces\" | \"profiling:flamegraphs\" | \"inventory:datastreams\" | \"streams:overview\" | \"securitySolutionUI\" | \"securitySolutionUI:\" | \"securitySolutionUI:cases\" | \"securitySolutionUI:dashboards\" | \"securitySolutionUI:rules\" | \"securitySolutionUI:alerts\" | \"securitySolutionUI:policy\" | \"securitySolutionUI:overview\" | \"securitySolutionUI:kubernetes\" | \"securitySolutionUI:configurations\" | \"securitySolutionUI:cases_create\" | \"securitySolutionUI:cases_configure\" | \"securitySolutionUI:hosts\" | \"securitySolutionUI:users\" | \"securitySolutionUI:cloud_security_posture-dashboard\" | \"securitySolutionUI:cloud_security_posture-vulnerability_dashboard\" | \"securitySolutionUI:cloud_security_posture-findings\" | \"securitySolutionUI:cloud_security_posture-benchmarks\" | \"securitySolutionUI:asset_inventory\" | \"securitySolutionUI:network\" | \"securitySolutionUI:data_quality\" | \"securitySolutionUI:explore\" | \"securitySolutionUI:administration\" | \"securitySolutionUI:ai_value\" | \"securitySolutionUI:attack_discovery\" | \"securitySolutionUI:blocklist\" | \"securitySolutionUI:cloud_security_posture-rules\" | \"securitySolutionUI:detections\" | \"securitySolutionUI:detection_response\" | \"securitySolutionUI:endpoints\" | \"securitySolutionUI:endpoint_exceptions\" | \"securitySolutionUI:event_filters\" | \"securitySolutionUI:exceptions\" | \"securitySolutionUI:host_isolation_exceptions\" | \"securitySolutionUI:hosts-all\" | \"securitySolutionUI:hosts-anomalies\" | \"securitySolutionUI:hosts-risk\" | \"securitySolutionUI:hosts-events\" | \"securitySolutionUI:hosts-sessions\" | \"securitySolutionUI:hosts-uncommon_processes\" | \"securitySolutionUI:get_started\" | \"securitySolutionUI:network-anomalies\" | \"securitySolutionUI:network-dns\" | \"securitySolutionUI:network-events\" | \"securitySolutionUI:network-flows\" | \"securitySolutionUI:network-http\" | \"securitySolutionUI:network-tls\" | \"securitySolutionUI:response_actions_history\" | \"securitySolutionUI:rules-add\" | \"securitySolutionUI:rules-create\" | \"securitySolutionUI:rules-landing\" | \"securitySolutionUI:rules-management\" | \"securitySolutionUI:siem_readiness\" | \"securitySolutionUI:siem_migrations\" | \"securitySolutionUI:siem_migrations-rules\" | \"securitySolutionUI:siem_migrations-dashboards\" | \"securitySolutionUI:threat_intelligence\" | \"securitySolutionUI:timelines\" | \"securitySolutionUI:timelines-templates\" | \"securitySolutionUI:trusted_apps\" | \"securitySolutionUI:trusted_devices\" | \"securitySolutionUI:users-all\" | \"securitySolutionUI:users-anomalies\" | \"securitySolutionUI:users-authentications\" | \"securitySolutionUI:users-events\" | \"securitySolutionUI:users-risk\" | \"securitySolutionUI:entity_analytics\" | \"securitySolutionUI:entity_analytics-management\" | \"securitySolutionUI:entity_analytics-landing\" | \"securitySolutionUI:entity_analytics-privileged_user_monitoring\" | \"securitySolutionUI:entity_analytics-overview\" | \"securitySolutionUI:entity_analytics-entity_store_management\" | \"securitySolutionUI:coverage-overview\" | \"securitySolutionUI:notes\" | \"securitySolutionUI:alert_summary\" | \"securitySolutionUI:configurations-integrations\" | \"securitySolutionUI:configurations-ai_settings\" | \"securitySolutionUI:configurations-basic_rules\" | \"fleet:settings\" | \"fleet:agents\" | \"fleet:data_streams\" | \"fleet:policies\" | \"fleet:enrollment_tokens\" | \"fleet:uninstall_tokens\" | \"workchat\" | \"workchat:integrations\" | \"workchat:agents\" | \"agent_builder\" | \"agent_builder:agents\" | \"agent_builder:tools\" | \"agent_builder:conversations\" | \"workflows\" | \"workflows:workflows\"" + "\"fleet\" | \"graph\" | \"ml\" | \"monitoring\" | \"profiling\" | \"streams\" | \"uptime\" | \"metrics\" | \"dashboards\" | \"management\" | \"apm\" | \"synthetics\" | \"ux\" | \"canvas\" | \"logs\" | \"slo\" | \"observabilityAIAssistant\" | \"home\" | \"integrations\" | \"discover\" | \"maps\" | \"visualize\" | \"observability-overview\" | \"dev_tools\" | \"dev_tools:console\" | \"dev_tools:searchprofiler\" | \"dev_tools:painless_lab\" | \"dev_tools:grokdebugger\" | \"ml:notifications\" | \"ml:nodes\" | \"ml:overview\" | \"ml:memoryUsage\" | \"ml:settings\" | \"ml:dataVisualizer\" | \"ml:logPatternAnalysis\" | \"ml:logRateAnalysis\" | \"ml:singleMetricViewer\" | \"ml:anomalyDetection\" | \"ml:anomalyExplorer\" | \"ml:dataDrift\" | \"ml:dataFrameAnalytics\" | \"ml:resultExplorer\" | \"ml:analyticsMap\" | \"ml:aiOps\" | \"ml:changePointDetections\" | \"ml:modelManagement\" | \"ml:nodesOverview\" | \"ml:esqlDataVisualizer\" | \"ml:fileUpload\" | \"ml:indexDataVisualizer\" | \"ml:calendarSettings\" | \"ml:filterListsSettings\" | \"ml:suppliedConfigurations\" | \"osquery\" | \"management:transform\" | \"management:watcher\" | \"management:tags\" | \"management:cases\" | \"management:maintenanceWindows\" | \"management:overview\" | \"management:cross_cluster_replication\" | \"management:settings\" | \"management:dataViews\" | \"management:spaces\" | \"management:analytics\" | \"management:users\" | \"management:migrate_data\" | \"management:search_sessions\" | \"management:data_quality\" | \"management:data_usage\" | \"management:filesManagement\" | \"management:trained_models\" | \"management:pipelines\" | \"management:anomaly_detection\" | \"management:roles\" | \"management:reporting\" | \"management:ad_settings\" | \"management:aiAssistantManagementSelection\" | \"management:securityAiAssistantManagement\" | \"management:observabilityAiAssistantManagement\" | \"management:api_keys\" | \"management:content_connectors\" | \"management:license_management\" | \"management:index_lifecycle_management\" | \"management:index_management\" | \"management:ingest_pipelines\" | \"management:jobsListLink\" | \"management:objects\" | \"management:remote_clusters\" | \"management:role_mappings\" | \"management:rollup_jobs\" | \"management:snapshot_restore\" | \"management:supplied_configurations\" | \"management:triggersActions\" | \"management:triggersActionsAlerts\" | \"management:triggersActionsConnectors\" | \"management:upgrade_assistant\" | \"management:genAiSettings\" | \"management:agentBuilder\" | \"enterpriseSearch\" | \"enterpriseSearchContent\" | \"enterpriseSearchApplications\" | \"enterpriseSearchAnalytics\" | \"serverlessConnectors\" | \"serverlessWebCrawlers\" | \"searchPlayground\" | \"searchInferenceEndpoints\" | \"searchSynonyms\" | \"searchQueryRules\" | \"searchHomepage\" | \"enterpriseSearchContent:connectors\" | \"enterpriseSearchContent:webCrawlers\" | \"enterpriseSearchApplications:searchApplications\" | \"searchInferenceEndpoints:inferenceEndpoints\" | \"searchSynonyms:synonyms\" | \"elasticsearchStart\" | \"elasticsearchIndices\" | \"elasticsearchIndexManagement\" | \"elasticsearchIndices:createIndex\" | \"observability-logs-explorer\" | \"last-used-logs-viewer\" | \"observabilityOnboarding\" | \"inventory\" | \"logs:anomalies\" | \"logs:settings\" | \"logs:stream\" | \"logs:log-categories\" | \"observability-overview:cases\" | \"observability-overview:rules\" | \"observability-overview:alerts\" | \"observability-overview:cases_create\" | \"observability-overview:cases_configure\" | \"metrics:settings\" | \"metrics:hosts\" | \"metrics:inventory\" | \"metrics:metrics-explorer\" | \"metrics:assetDetails\" | \"apm:services\" | \"apm:traces\" | \"apm:dependencies\" | \"apm:service-map\" | \"apm:settings\" | \"apm:service-groups-list\" | \"apm:storage-explorer\" | \"synthetics:overview\" | \"synthetics:certificates\" | \"uptime:Certificates\" | \"profiling:functions\" | \"profiling:stacktraces\" | \"profiling:flamegraphs\" | \"inventory:datastreams\" | \"streams:overview\" | \"securitySolutionUI\" | \"securitySolutionUI:\" | \"securitySolutionUI:cases\" | \"securitySolutionUI:dashboards\" | \"securitySolutionUI:rules\" | \"securitySolutionUI:alerts\" | \"securitySolutionUI:policy\" | \"securitySolutionUI:overview\" | \"securitySolutionUI:kubernetes\" | \"securitySolutionUI:configurations\" | \"securitySolutionUI:cases_create\" | \"securitySolutionUI:cases_configure\" | \"securitySolutionUI:hosts\" | \"securitySolutionUI:users\" | \"securitySolutionUI:cloud_security_posture-dashboard\" | \"securitySolutionUI:cloud_security_posture-vulnerability_dashboard\" | \"securitySolutionUI:cloud_security_posture-findings\" | \"securitySolutionUI:cloud_security_posture-benchmarks\" | \"securitySolutionUI:asset_inventory\" | \"securitySolutionUI:network\" | \"securitySolutionUI:data_quality\" | \"securitySolutionUI:explore\" | \"securitySolutionUI:administration\" | \"securitySolutionUI:ai_value\" | \"securitySolutionUI:attack_discovery\" | \"securitySolutionUI:blocklist\" | \"securitySolutionUI:cloud_security_posture-rules\" | \"securitySolutionUI:detections\" | \"securitySolutionUI:detection_response\" | \"securitySolutionUI:endpoints\" | \"securitySolutionUI:endpoint_exceptions\" | \"securitySolutionUI:event_filters\" | \"securitySolutionUI:exceptions\" | \"securitySolutionUI:host_isolation_exceptions\" | \"securitySolutionUI:hosts-all\" | \"securitySolutionUI:hosts-anomalies\" | \"securitySolutionUI:hosts-risk\" | \"securitySolutionUI:hosts-events\" | \"securitySolutionUI:hosts-sessions\" | \"securitySolutionUI:hosts-uncommon_processes\" | \"securitySolutionUI:get_started\" | \"securitySolutionUI:network-anomalies\" | \"securitySolutionUI:network-dns\" | \"securitySolutionUI:network-events\" | \"securitySolutionUI:network-flows\" | \"securitySolutionUI:network-http\" | \"securitySolutionUI:network-tls\" | \"securitySolutionUI:response_actions_history\" | \"securitySolutionUI:rules-add\" | \"securitySolutionUI:rules-create\" | \"securitySolutionUI:rules-landing\" | \"securitySolutionUI:rules-management\" | \"securitySolutionUI:siem_readiness\" | \"securitySolutionUI:siem_migrations\" | \"securitySolutionUI:siem_migrations-rules\" | \"securitySolutionUI:siem_migrations-dashboards\" | \"securitySolutionUI:threat_intelligence\" | \"securitySolutionUI:timelines\" | \"securitySolutionUI:timelines-templates\" | \"securitySolutionUI:trusted_apps\" | \"securitySolutionUI:trusted_devices\" | \"securitySolutionUI:users-all\" | \"securitySolutionUI:users-anomalies\" | \"securitySolutionUI:users-authentications\" | \"securitySolutionUI:users-events\" | \"securitySolutionUI:users-risk\" | \"securitySolutionUI:entity_analytics\" | \"securitySolutionUI:entity_analytics-management\" | \"securitySolutionUI:entity_analytics-landing\" | \"securitySolutionUI:entity_analytics-privileged_user_monitoring\" | \"securitySolutionUI:entity_analytics-overview\" | \"securitySolutionUI:entity_analytics-entity_store_management\" | \"securitySolutionUI:coverage-overview\" | \"securitySolutionUI:notes\" | \"securitySolutionUI:alert_summary\" | \"securitySolutionUI:configurations-integrations\" | \"securitySolutionUI:configurations-ai_settings\" | \"securitySolutionUI:configurations-basic_rules\" | \"fleet:settings\" | \"fleet:agents\" | \"fleet:data_streams\" | \"fleet:policies\" | \"fleet:enrollment_tokens\" | \"fleet:uninstall_tokens\" | \"workchat\" | \"workchat:integrations\" | \"workchat:agents\" | \"agent_builder\" | \"agent_builder:agents\" | \"agent_builder:tools\" | \"agent_builder:conversations\" | \"workflows\" | \"workflows:workflows\"" ], "path": "x-pack/solutions/search/plugins/search_indices/public/types.ts", "deprecated": false, diff --git a/api_docs/search_indices.mdx b/api_docs/search_indices.mdx index 1cd0af29e4fc8..1e44a6660cb20 100644 --- a/api_docs/search_indices.mdx +++ b/api_docs/search_indices.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/searchIndices title: "searchIndices" image: https://source.unsplash.com/400x175/?github description: API docs for the searchIndices plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'searchIndices'] --- import searchIndicesObj from './search_indices.devdocs.json'; diff --git a/api_docs/search_inference_endpoints.mdx b/api_docs/search_inference_endpoints.mdx index 0ab5ea2a6a826..87e18a58bf6ed 100644 --- a/api_docs/search_inference_endpoints.mdx +++ b/api_docs/search_inference_endpoints.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/searchInferenceEndpoints title: "searchInferenceEndpoints" image: https://source.unsplash.com/400x175/?github description: API docs for the searchInferenceEndpoints plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'searchInferenceEndpoints'] --- import searchInferenceEndpointsObj from './search_inference_endpoints.devdocs.json'; diff --git a/api_docs/search_navigation.devdocs.json b/api_docs/search_navigation.devdocs.json index 91e997a076fff..0c4d7526f8ae3 100644 --- a/api_docs/search_navigation.devdocs.json +++ b/api_docs/search_navigation.devdocs.json @@ -132,7 +132,7 @@ "label": "link", "description": [], "signature": [ - "\"fleet\" | \"graph\" | \"ml\" | \"monitoring\" | \"profiling\" | \"streams\" | \"uptime\" | \"metrics\" | \"dashboards\" | \"management\" | \"apm\" | \"synthetics\" | \"ux\" | \"canvas\" | \"logs\" | \"slo\" | \"observabilityAIAssistant\" | \"home\" | \"integrations\" | \"discover\" | \"maps\" | \"visualize\" | \"observability-overview\" | \"dev_tools\" | \"dev_tools:console\" | \"dev_tools:searchprofiler\" | \"dev_tools:painless_lab\" | \"dev_tools:grokdebugger\" | \"ml:notifications\" | \"ml:nodes\" | \"ml:overview\" | \"ml:memoryUsage\" | \"ml:settings\" | \"ml:dataVisualizer\" | \"ml:logPatternAnalysis\" | \"ml:logRateAnalysis\" | \"ml:singleMetricViewer\" | \"ml:anomalyDetection\" | \"ml:anomalyExplorer\" | \"ml:dataDrift\" | \"ml:dataFrameAnalytics\" | \"ml:resultExplorer\" | \"ml:analyticsMap\" | \"ml:aiOps\" | \"ml:changePointDetections\" | \"ml:modelManagement\" | \"ml:nodesOverview\" | \"ml:esqlDataVisualizer\" | \"ml:fileUpload\" | \"ml:indexDataVisualizer\" | \"ml:calendarSettings\" | \"ml:filterListsSettings\" | \"ml:suppliedConfigurations\" | \"osquery\" | \"management:transform\" | \"management:watcher\" | \"management:tags\" | \"management:cases\" | \"management:maintenanceWindows\" | \"management:overview\" | \"management:cross_cluster_replication\" | \"management:settings\" | \"management:dataViews\" | \"management:spaces\" | \"management:analytics\" | \"management:users\" | \"management:migrate_data\" | \"management:search_sessions\" | \"management:data_quality\" | \"management:data_usage\" | \"management:filesManagement\" | \"management:trained_models\" | \"management:pipelines\" | \"management:anomaly_detection\" | \"management:roles\" | \"management:reporting\" | \"management:ad_settings\" | \"management:aiAssistantManagementSelection\" | \"management:securityAiAssistantManagement\" | \"management:observabilityAiAssistantManagement\" | \"management:api_keys\" | \"management:content_connectors\" | \"management:license_management\" | \"management:index_lifecycle_management\" | \"management:index_management\" | \"management:ingest_pipelines\" | \"management:jobsListLink\" | \"management:objects\" | \"management:remote_clusters\" | \"management:role_mappings\" | \"management:rollup_jobs\" | \"management:snapshot_restore\" | \"management:supplied_configurations\" | \"management:triggersActions\" | \"management:triggersActionsAlerts\" | \"management:triggersActionsConnectors\" | \"management:upgrade_assistant\" | \"management:genAiSettings\" | \"management:agentBuilder\" | \"enterpriseSearch\" | \"enterpriseSearchContent\" | \"enterpriseSearchApplications\" | \"enterpriseSearchAnalytics\" | \"serverlessElasticsearch\" | \"serverlessConnectors\" | \"serverlessWebCrawlers\" | \"searchPlayground\" | \"searchInferenceEndpoints\" | \"searchSynonyms\" | \"searchQueryRules\" | \"searchHomepage\" | \"enterpriseSearchContent:connectors\" | \"enterpriseSearchContent:webCrawlers\" | \"enterpriseSearchApplications:searchApplications\" | \"searchInferenceEndpoints:inferenceEndpoints\" | \"searchSynonyms:synonyms\" | \"elasticsearchStart\" | \"elasticsearchIndices\" | \"elasticsearchIndexManagement\" | \"elasticsearchIndices:createIndex\" | \"observability-logs-explorer\" | \"last-used-logs-viewer\" | \"observabilityOnboarding\" | \"inventory\" | \"logs:anomalies\" | \"logs:settings\" | \"logs:stream\" | \"logs:log-categories\" | \"observability-overview:cases\" | \"observability-overview:rules\" | \"observability-overview:alerts\" | \"observability-overview:cases_create\" | \"observability-overview:cases_configure\" | \"metrics:settings\" | \"metrics:hosts\" | \"metrics:inventory\" | \"metrics:metrics-explorer\" | \"metrics:assetDetails\" | \"apm:services\" | \"apm:traces\" | \"apm:dependencies\" | \"apm:service-map\" | \"apm:settings\" | \"apm:service-groups-list\" | \"apm:storage-explorer\" | \"synthetics:overview\" | \"synthetics:certificates\" | \"uptime:Certificates\" | \"profiling:functions\" | \"profiling:stacktraces\" | \"profiling:flamegraphs\" | \"inventory:datastreams\" | \"streams:overview\" | \"securitySolutionUI\" | \"securitySolutionUI:\" | \"securitySolutionUI:cases\" | \"securitySolutionUI:dashboards\" | \"securitySolutionUI:rules\" | \"securitySolutionUI:alerts\" | \"securitySolutionUI:policy\" | \"securitySolutionUI:overview\" | \"securitySolutionUI:kubernetes\" | \"securitySolutionUI:configurations\" | \"securitySolutionUI:cases_create\" | \"securitySolutionUI:cases_configure\" | \"securitySolutionUI:hosts\" | \"securitySolutionUI:users\" | \"securitySolutionUI:cloud_security_posture-dashboard\" | \"securitySolutionUI:cloud_security_posture-vulnerability_dashboard\" | \"securitySolutionUI:cloud_security_posture-findings\" | \"securitySolutionUI:cloud_security_posture-benchmarks\" | \"securitySolutionUI:asset_inventory\" | \"securitySolutionUI:network\" | \"securitySolutionUI:data_quality\" | \"securitySolutionUI:explore\" | \"securitySolutionUI:administration\" | \"securitySolutionUI:ai_value\" | \"securitySolutionUI:attack_discovery\" | \"securitySolutionUI:blocklist\" | \"securitySolutionUI:cloud_security_posture-rules\" | \"securitySolutionUI:detections\" | \"securitySolutionUI:detection_response\" | \"securitySolutionUI:endpoints\" | \"securitySolutionUI:endpoint_exceptions\" | \"securitySolutionUI:event_filters\" | \"securitySolutionUI:exceptions\" | \"securitySolutionUI:host_isolation_exceptions\" | \"securitySolutionUI:hosts-all\" | \"securitySolutionUI:hosts-anomalies\" | \"securitySolutionUI:hosts-risk\" | \"securitySolutionUI:hosts-events\" | \"securitySolutionUI:hosts-sessions\" | \"securitySolutionUI:hosts-uncommon_processes\" | \"securitySolutionUI:get_started\" | \"securitySolutionUI:network-anomalies\" | \"securitySolutionUI:network-dns\" | \"securitySolutionUI:network-events\" | \"securitySolutionUI:network-flows\" | \"securitySolutionUI:network-http\" | \"securitySolutionUI:network-tls\" | \"securitySolutionUI:response_actions_history\" | \"securitySolutionUI:rules-add\" | \"securitySolutionUI:rules-create\" | \"securitySolutionUI:rules-landing\" | \"securitySolutionUI:rules-management\" | \"securitySolutionUI:siem_readiness\" | \"securitySolutionUI:siem_migrations\" | \"securitySolutionUI:siem_migrations-rules\" | \"securitySolutionUI:siem_migrations-dashboards\" | \"securitySolutionUI:threat_intelligence\" | \"securitySolutionUI:timelines\" | \"securitySolutionUI:timelines-templates\" | \"securitySolutionUI:trusted_apps\" | \"securitySolutionUI:trusted_devices\" | \"securitySolutionUI:users-all\" | \"securitySolutionUI:users-anomalies\" | \"securitySolutionUI:users-authentications\" | \"securitySolutionUI:users-events\" | \"securitySolutionUI:users-risk\" | \"securitySolutionUI:entity_analytics\" | \"securitySolutionUI:entity_analytics-management\" | \"securitySolutionUI:entity_analytics-landing\" | \"securitySolutionUI:entity_analytics-privileged_user_monitoring\" | \"securitySolutionUI:entity_analytics-overview\" | \"securitySolutionUI:entity_analytics-entity_store_management\" | \"securitySolutionUI:coverage-overview\" | \"securitySolutionUI:notes\" | \"securitySolutionUI:alert_summary\" | \"securitySolutionUI:configurations-integrations\" | \"securitySolutionUI:configurations-ai_settings\" | \"securitySolutionUI:configurations-basic_rules\" | \"fleet:settings\" | \"fleet:agents\" | \"fleet:data_streams\" | \"fleet:policies\" | \"fleet:enrollment_tokens\" | \"fleet:uninstall_tokens\" | \"workchat\" | \"workchat:integrations\" | \"workchat:agents\" | \"agent_builder\" | \"agent_builder:agents\" | \"agent_builder:tools\" | \"agent_builder:conversations\" | \"workflows\" | \"workflows:workflows\"" + "\"fleet\" | \"graph\" | \"ml\" | \"monitoring\" | \"profiling\" | \"streams\" | \"uptime\" | \"metrics\" | \"dashboards\" | \"management\" | \"apm\" | \"synthetics\" | \"ux\" | \"canvas\" | \"logs\" | \"slo\" | \"observabilityAIAssistant\" | \"home\" | \"integrations\" | \"discover\" | \"maps\" | \"visualize\" | \"observability-overview\" | \"dev_tools\" | \"dev_tools:console\" | \"dev_tools:searchprofiler\" | \"dev_tools:painless_lab\" | \"dev_tools:grokdebugger\" | \"ml:notifications\" | \"ml:nodes\" | \"ml:overview\" | \"ml:memoryUsage\" | \"ml:settings\" | \"ml:dataVisualizer\" | \"ml:logPatternAnalysis\" | \"ml:logRateAnalysis\" | \"ml:singleMetricViewer\" | \"ml:anomalyDetection\" | \"ml:anomalyExplorer\" | \"ml:dataDrift\" | \"ml:dataFrameAnalytics\" | \"ml:resultExplorer\" | \"ml:analyticsMap\" | \"ml:aiOps\" | \"ml:changePointDetections\" | \"ml:modelManagement\" | \"ml:nodesOverview\" | \"ml:esqlDataVisualizer\" | \"ml:fileUpload\" | \"ml:indexDataVisualizer\" | \"ml:calendarSettings\" | \"ml:filterListsSettings\" | \"ml:suppliedConfigurations\" | \"osquery\" | \"management:transform\" | \"management:watcher\" | \"management:tags\" | \"management:cases\" | \"management:maintenanceWindows\" | \"management:overview\" | \"management:cross_cluster_replication\" | \"management:settings\" | \"management:dataViews\" | \"management:spaces\" | \"management:analytics\" | \"management:users\" | \"management:migrate_data\" | \"management:search_sessions\" | \"management:data_quality\" | \"management:data_usage\" | \"management:filesManagement\" | \"management:trained_models\" | \"management:pipelines\" | \"management:anomaly_detection\" | \"management:roles\" | \"management:reporting\" | \"management:ad_settings\" | \"management:aiAssistantManagementSelection\" | \"management:securityAiAssistantManagement\" | \"management:observabilityAiAssistantManagement\" | \"management:api_keys\" | \"management:content_connectors\" | \"management:license_management\" | \"management:index_lifecycle_management\" | \"management:index_management\" | \"management:ingest_pipelines\" | \"management:jobsListLink\" | \"management:objects\" | \"management:remote_clusters\" | \"management:role_mappings\" | \"management:rollup_jobs\" | \"management:snapshot_restore\" | \"management:supplied_configurations\" | \"management:triggersActions\" | \"management:triggersActionsAlerts\" | \"management:triggersActionsConnectors\" | \"management:upgrade_assistant\" | \"management:genAiSettings\" | \"management:agentBuilder\" | \"enterpriseSearch\" | \"enterpriseSearchContent\" | \"enterpriseSearchApplications\" | \"enterpriseSearchAnalytics\" | \"serverlessConnectors\" | \"serverlessWebCrawlers\" | \"searchPlayground\" | \"searchInferenceEndpoints\" | \"searchSynonyms\" | \"searchQueryRules\" | \"searchHomepage\" | \"enterpriseSearchContent:connectors\" | \"enterpriseSearchContent:webCrawlers\" | \"enterpriseSearchApplications:searchApplications\" | \"searchInferenceEndpoints:inferenceEndpoints\" | \"searchSynonyms:synonyms\" | \"elasticsearchStart\" | \"elasticsearchIndices\" | \"elasticsearchIndexManagement\" | \"elasticsearchIndices:createIndex\" | \"observability-logs-explorer\" | \"last-used-logs-viewer\" | \"observabilityOnboarding\" | \"inventory\" | \"logs:anomalies\" | \"logs:settings\" | \"logs:stream\" | \"logs:log-categories\" | \"observability-overview:cases\" | \"observability-overview:rules\" | \"observability-overview:alerts\" | \"observability-overview:cases_create\" | \"observability-overview:cases_configure\" | \"metrics:settings\" | \"metrics:hosts\" | \"metrics:inventory\" | \"metrics:metrics-explorer\" | \"metrics:assetDetails\" | \"apm:services\" | \"apm:traces\" | \"apm:dependencies\" | \"apm:service-map\" | \"apm:settings\" | \"apm:service-groups-list\" | \"apm:storage-explorer\" | \"synthetics:overview\" | \"synthetics:certificates\" | \"uptime:Certificates\" | \"profiling:functions\" | \"profiling:stacktraces\" | \"profiling:flamegraphs\" | \"inventory:datastreams\" | \"streams:overview\" | \"securitySolutionUI\" | \"securitySolutionUI:\" | \"securitySolutionUI:cases\" | \"securitySolutionUI:dashboards\" | \"securitySolutionUI:rules\" | \"securitySolutionUI:alerts\" | \"securitySolutionUI:policy\" | \"securitySolutionUI:overview\" | \"securitySolutionUI:kubernetes\" | \"securitySolutionUI:configurations\" | \"securitySolutionUI:cases_create\" | \"securitySolutionUI:cases_configure\" | \"securitySolutionUI:hosts\" | \"securitySolutionUI:users\" | \"securitySolutionUI:cloud_security_posture-dashboard\" | \"securitySolutionUI:cloud_security_posture-vulnerability_dashboard\" | \"securitySolutionUI:cloud_security_posture-findings\" | \"securitySolutionUI:cloud_security_posture-benchmarks\" | \"securitySolutionUI:asset_inventory\" | \"securitySolutionUI:network\" | \"securitySolutionUI:data_quality\" | \"securitySolutionUI:explore\" | \"securitySolutionUI:administration\" | \"securitySolutionUI:ai_value\" | \"securitySolutionUI:attack_discovery\" | \"securitySolutionUI:blocklist\" | \"securitySolutionUI:cloud_security_posture-rules\" | \"securitySolutionUI:detections\" | \"securitySolutionUI:detection_response\" | \"securitySolutionUI:endpoints\" | \"securitySolutionUI:endpoint_exceptions\" | \"securitySolutionUI:event_filters\" | \"securitySolutionUI:exceptions\" | \"securitySolutionUI:host_isolation_exceptions\" | \"securitySolutionUI:hosts-all\" | \"securitySolutionUI:hosts-anomalies\" | \"securitySolutionUI:hosts-risk\" | \"securitySolutionUI:hosts-events\" | \"securitySolutionUI:hosts-sessions\" | \"securitySolutionUI:hosts-uncommon_processes\" | \"securitySolutionUI:get_started\" | \"securitySolutionUI:network-anomalies\" | \"securitySolutionUI:network-dns\" | \"securitySolutionUI:network-events\" | \"securitySolutionUI:network-flows\" | \"securitySolutionUI:network-http\" | \"securitySolutionUI:network-tls\" | \"securitySolutionUI:response_actions_history\" | \"securitySolutionUI:rules-add\" | \"securitySolutionUI:rules-create\" | \"securitySolutionUI:rules-landing\" | \"securitySolutionUI:rules-management\" | \"securitySolutionUI:siem_readiness\" | \"securitySolutionUI:siem_migrations\" | \"securitySolutionUI:siem_migrations-rules\" | \"securitySolutionUI:siem_migrations-dashboards\" | \"securitySolutionUI:threat_intelligence\" | \"securitySolutionUI:timelines\" | \"securitySolutionUI:timelines-templates\" | \"securitySolutionUI:trusted_apps\" | \"securitySolutionUI:trusted_devices\" | \"securitySolutionUI:users-all\" | \"securitySolutionUI:users-anomalies\" | \"securitySolutionUI:users-authentications\" | \"securitySolutionUI:users-events\" | \"securitySolutionUI:users-risk\" | \"securitySolutionUI:entity_analytics\" | \"securitySolutionUI:entity_analytics-management\" | \"securitySolutionUI:entity_analytics-landing\" | \"securitySolutionUI:entity_analytics-privileged_user_monitoring\" | \"securitySolutionUI:entity_analytics-overview\" | \"securitySolutionUI:entity_analytics-entity_store_management\" | \"securitySolutionUI:coverage-overview\" | \"securitySolutionUI:notes\" | \"securitySolutionUI:alert_summary\" | \"securitySolutionUI:configurations-integrations\" | \"securitySolutionUI:configurations-ai_settings\" | \"securitySolutionUI:configurations-basic_rules\" | \"fleet:settings\" | \"fleet:agents\" | \"fleet:data_streams\" | \"fleet:policies\" | \"fleet:enrollment_tokens\" | \"fleet:uninstall_tokens\" | \"workchat\" | \"workchat:integrations\" | \"workchat:agents\" | \"agent_builder\" | \"agent_builder:agents\" | \"agent_builder:tools\" | \"agent_builder:conversations\" | \"workflows\" | \"workflows:workflows\"" ], "path": "x-pack/solutions/search/plugins/search_navigation/public/types.ts", "deprecated": false, diff --git a/api_docs/search_navigation.mdx b/api_docs/search_navigation.mdx index f29a23d21c878..9b3fbe4881064 100644 --- a/api_docs/search_navigation.mdx +++ b/api_docs/search_navigation.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/searchNavigation title: "searchNavigation" image: https://source.unsplash.com/400x175/?github description: API docs for the searchNavigation plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'searchNavigation'] --- import searchNavigationObj from './search_navigation.devdocs.json'; diff --git a/api_docs/search_notebooks.mdx b/api_docs/search_notebooks.mdx index b8eb39bbe9b8f..1da6f13ef1cfe 100644 --- a/api_docs/search_notebooks.mdx +++ b/api_docs/search_notebooks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/searchNotebooks title: "searchNotebooks" image: https://source.unsplash.com/400x175/?github description: API docs for the searchNotebooks plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'searchNotebooks'] --- import searchNotebooksObj from './search_notebooks.devdocs.json'; diff --git a/api_docs/search_playground.mdx b/api_docs/search_playground.mdx index ee66b66aa7828..7303823442dff 100644 --- a/api_docs/search_playground.mdx +++ b/api_docs/search_playground.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/searchPlayground title: "searchPlayground" image: https://source.unsplash.com/400x175/?github description: API docs for the searchPlayground plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'searchPlayground'] --- import searchPlaygroundObj from './search_playground.devdocs.json'; diff --git a/api_docs/search_query_rules.mdx b/api_docs/search_query_rules.mdx index 4b736d2ed0bca..978595de21a07 100644 --- a/api_docs/search_query_rules.mdx +++ b/api_docs/search_query_rules.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/searchQueryRules title: "searchQueryRules" image: https://source.unsplash.com/400x175/?github description: API docs for the searchQueryRules plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'searchQueryRules'] --- import searchQueryRulesObj from './search_query_rules.devdocs.json'; diff --git a/api_docs/search_synonyms.mdx b/api_docs/search_synonyms.mdx index 9c192743202ad..82160e1ae772d 100644 --- a/api_docs/search_synonyms.mdx +++ b/api_docs/search_synonyms.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/searchSynonyms title: "searchSynonyms" image: https://source.unsplash.com/400x175/?github description: API docs for the searchSynonyms plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'searchSynonyms'] --- import searchSynonymsObj from './search_synonyms.devdocs.json'; diff --git a/api_docs/security.devdocs.json b/api_docs/security.devdocs.json index abe5477e87982..9001dc25c6fca 100644 --- a/api_docs/security.devdocs.json +++ b/api_docs/security.devdocs.json @@ -1827,6 +1827,10 @@ "plugin": "telemetry", "path": "src/platform/plugins/shared/telemetry/server/routes/telemetry_usage_stats.ts" }, + { + "plugin": "alerting", + "path": "x-pack/platform/plugins/shared/alerting/server/lib/has_required_privilege_granted_in_all_spaces.ts" + }, { "plugin": "fleet", "path": "x-pack/platform/plugins/shared/fleet/server/services/security/security.ts" @@ -1877,16 +1881,12 @@ }, { "plugin": "fleet", - "path": "x-pack/platform/plugins/shared/fleet/server/routes/epm/kibana_assets_handler.ts" + "path": "x-pack/platform/plugins/shared/fleet/server/routes/epm/install_assets_handler.ts" }, { "plugin": "fleet", "path": "x-pack/platform/plugins/shared/fleet/server/routes/app/index.ts" }, - { - "plugin": "alerting", - "path": "x-pack/platform/plugins/shared/alerting/server/lib/has_required_privilege_granted_in_all_spaces.ts" - }, { "plugin": "reporting", "path": "x-pack/platform/plugins/private/reporting/server/core.ts" @@ -5972,22 +5972,6 @@ "deprecated": true, "trackAdoption": false, "references": [ - { - "plugin": "fleet", - "path": "x-pack/platform/plugins/shared/fleet/server/services/api_keys/security.ts" - }, - { - "plugin": "fleet", - "path": "x-pack/platform/plugins/shared/fleet/server/services/api_keys/transform_api_keys.ts" - }, - { - "plugin": "fleet", - "path": "x-pack/platform/plugins/shared/fleet/server/services/setup/fleet_server_policies_enrollment_keys.ts" - }, - { - "plugin": "fleet", - "path": "x-pack/platform/plugins/shared/fleet/server/routes/setup/handlers.ts" - }, { "plugin": "alerting", "path": "x-pack/platform/plugins/shared/alerting/server/rules_client_factory.ts" @@ -6004,6 +5988,22 @@ "plugin": "alerting", "path": "x-pack/platform/plugins/shared/alerting/server/plugin.ts" }, + { + "plugin": "fleet", + "path": "x-pack/platform/plugins/shared/fleet/server/services/api_keys/security.ts" + }, + { + "plugin": "fleet", + "path": "x-pack/platform/plugins/shared/fleet/server/services/api_keys/transform_api_keys.ts" + }, + { + "plugin": "fleet", + "path": "x-pack/platform/plugins/shared/fleet/server/services/setup/fleet_server_policies_enrollment_keys.ts" + }, + { + "plugin": "fleet", + "path": "x-pack/platform/plugins/shared/fleet/server/routes/setup/handlers.ts" + }, { "plugin": "observabilityAIAssistant", "path": "x-pack/platform/plugins/shared/observability_ai_assistant/server/service/index.ts" diff --git a/api_docs/security.mdx b/api_docs/security.mdx index ee80a0fc7a912..1f947a5bcbd09 100644 --- a/api_docs/security.mdx +++ b/api_docs/security.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/security title: "security" image: https://source.unsplash.com/400x175/?github description: API docs for the security plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'security'] --- import securityObj from './security.devdocs.json'; diff --git a/api_docs/security_solution.devdocs.json b/api_docs/security_solution.devdocs.json index 74447b92c08d6..66b99adce8a3d 100644 --- a/api_docs/security_solution.devdocs.json +++ b/api_docs/security_solution.devdocs.json @@ -436,7 +436,7 @@ "\nExperimental flag needed to enable the link" ], "signature": [ - "\"assistantModelEvaluation\" | \"defendInsightsPolicyResponseFailure\" | \"excludePoliciesInFilterEnabled\" | \"kubernetesEnabled\" | \"donutChartEmbeddablesEnabled\" | \"previewTelemetryUrlEnabled\" | \"extendedRuleExecutionLoggingEnabled\" | \"socTrendsEnabled\" | \"responseActionUploadEnabled\" | \"automatedProcessActionsEnabled\" | \"responseActionsSentinelOneV1Enabled\" | \"responseActionsSentinelOneV2Enabled\" | \"responseActionsSentinelOneGetFileEnabled\" | \"responseActionsSentinelOneKillProcessEnabled\" | \"responseActionsSentinelOneProcessesEnabled\" | \"responseActionsCrowdstrikeManualHostIsolationEnabled\" | \"responseActionsSentinelOneRunScriptEnabled\" | \"endpointManagementSpaceAwarenessEnabled\" | \"securitySolutionNotesDisabled\" | \"newUserDetailsFlyoutManagedUser\" | \"riskScoringPersistence\" | \"riskScoringRoutesEnabled\" | \"disableESQLRiskScoring\" | \"riskScoreAssistantToolEnabled\" | \"esqlRulesDisabled\" | \"protectionUpdatesEnabled\" | \"disableTimelineSaveTour\" | \"riskEnginePrivilegesRouteEnabled\" | \"sentinelOneManualHostActionsEnabled\" | \"responseActionsTelemetryEnabled\" | \"microsoftDefenderEndpointDataInAnalyzerEnabled\" | \"malwareOnWriteScanOptionAvailable\" | \"unifiedManifestEnabled\" | \"valueListItemsModalEnabled\" | \"storeGapsInEventLogEnabled\" | \"bulkFillRuleGapsEnabled\" | \"continueSuppressionWindowAdvancedSettingEnabled\" | \"filterProcessDescendantsForEventFiltersEnabled\" | \"bulkEditAlertSuppressionEnabled\" | \"doesNotMatchForIndicatorMatchRuleEnabled\" | \"dataIngestionHubEnabled\" | \"entityStoreDisabled\" | \"serviceEntityStoreEnabled\" | \"integrationsSyncEnabled\" | \"siemMigrationsDisabled\" | \"endpointExceptionsMovedUnderManagement\" | \"newExpandableFlyoutNavigationDisabled\" | \"editHighlightedFields\" | \"crowdstrikeRunScriptEnabled\" | \"responseActionsMSDefenderEndpointEnabled\" | \"eventCollectionDataReductionBannerEnabled\" | \"newDataViewPickerEnabled\" | \"microsoftDefenderEndpointRunScriptEnabled\" | \"trustedAppsAdvancedMode\" | \"trustedDevices\" | \"automaticDashboardsMigration\" | \"siemReadinessDashboard\" | \"microsoftDefenderEndpointCancelEnabled\" | undefined" + "\"assistantModelEvaluation\" | \"defendInsightsPolicyResponseFailure\" | \"excludePoliciesInFilterEnabled\" | \"kubernetesEnabled\" | \"donutChartEmbeddablesEnabled\" | \"previewTelemetryUrlEnabled\" | \"extendedRuleExecutionLoggingEnabled\" | \"socTrendsEnabled\" | \"responseActionUploadEnabled\" | \"automatedProcessActionsEnabled\" | \"responseActionsSentinelOneV1Enabled\" | \"responseActionsSentinelOneV2Enabled\" | \"responseActionsSentinelOneGetFileEnabled\" | \"responseActionsSentinelOneKillProcessEnabled\" | \"responseActionsSentinelOneProcessesEnabled\" | \"responseActionsCrowdstrikeManualHostIsolationEnabled\" | \"responseActionsSentinelOneRunScriptEnabled\" | \"endpointManagementSpaceAwarenessEnabled\" | \"securitySolutionNotesDisabled\" | \"newUserDetailsFlyoutManagedUser\" | \"riskScoringPersistence\" | \"riskScoringRoutesEnabled\" | \"disableESQLRiskScoring\" | \"enableRiskScoreResetToZero\" | \"riskScoreAssistantToolDisabled\" | \"esqlRulesDisabled\" | \"protectionUpdatesEnabled\" | \"disableTimelineSaveTour\" | \"riskEnginePrivilegesRouteEnabled\" | \"sentinelOneManualHostActionsEnabled\" | \"responseActionsTelemetryEnabled\" | \"microsoftDefenderEndpointDataInAnalyzerEnabled\" | \"malwareOnWriteScanOptionAvailable\" | \"unifiedManifestEnabled\" | \"valueListItemsModalEnabled\" | \"storeGapsInEventLogEnabled\" | \"bulkFillRuleGapsEnabled\" | \"filterProcessDescendantsForEventFiltersEnabled\" | \"bulkEditAlertSuppressionEnabled\" | \"doesNotMatchForIndicatorMatchRuleEnabled\" | \"dataIngestionHubEnabled\" | \"entityStoreDisabled\" | \"serviceEntityStoreEnabled\" | \"integrationsSyncEnabled\" | \"siemMigrationsDisabled\" | \"endpointExceptionsMovedUnderManagement\" | \"newExpandableFlyoutNavigationDisabled\" | \"editHighlightedFields\" | \"crowdstrikeRunScriptEnabled\" | \"responseActionsMSDefenderEndpointEnabled\" | \"eventCollectionDataReductionBannerEnabled\" | \"newDataViewPickerEnabled\" | \"microsoftDefenderEndpointRunScriptEnabled\" | \"trustedAppsAdvancedMode\" | \"trustedDevices\" | \"automaticDashboardsMigration\" | \"siemReadinessDashboard\" | \"microsoftDefenderEndpointCancelEnabled\" | undefined" ], "path": "x-pack/solutions/security/plugins/security_solution/public/common/links/types.ts", "deprecated": false, @@ -516,7 +516,7 @@ "\nExperimental flag needed to disable the link. Opposite of experimentalKey" ], "signature": [ - "\"assistantModelEvaluation\" | \"defendInsightsPolicyResponseFailure\" | \"excludePoliciesInFilterEnabled\" | \"kubernetesEnabled\" | \"donutChartEmbeddablesEnabled\" | \"previewTelemetryUrlEnabled\" | \"extendedRuleExecutionLoggingEnabled\" | \"socTrendsEnabled\" | \"responseActionUploadEnabled\" | \"automatedProcessActionsEnabled\" | \"responseActionsSentinelOneV1Enabled\" | \"responseActionsSentinelOneV2Enabled\" | \"responseActionsSentinelOneGetFileEnabled\" | \"responseActionsSentinelOneKillProcessEnabled\" | \"responseActionsSentinelOneProcessesEnabled\" | \"responseActionsCrowdstrikeManualHostIsolationEnabled\" | \"responseActionsSentinelOneRunScriptEnabled\" | \"endpointManagementSpaceAwarenessEnabled\" | \"securitySolutionNotesDisabled\" | \"newUserDetailsFlyoutManagedUser\" | \"riskScoringPersistence\" | \"riskScoringRoutesEnabled\" | \"disableESQLRiskScoring\" | \"riskScoreAssistantToolEnabled\" | \"esqlRulesDisabled\" | \"protectionUpdatesEnabled\" | \"disableTimelineSaveTour\" | \"riskEnginePrivilegesRouteEnabled\" | \"sentinelOneManualHostActionsEnabled\" | \"responseActionsTelemetryEnabled\" | \"microsoftDefenderEndpointDataInAnalyzerEnabled\" | \"malwareOnWriteScanOptionAvailable\" | \"unifiedManifestEnabled\" | \"valueListItemsModalEnabled\" | \"storeGapsInEventLogEnabled\" | \"bulkFillRuleGapsEnabled\" | \"continueSuppressionWindowAdvancedSettingEnabled\" | \"filterProcessDescendantsForEventFiltersEnabled\" | \"bulkEditAlertSuppressionEnabled\" | \"doesNotMatchForIndicatorMatchRuleEnabled\" | \"dataIngestionHubEnabled\" | \"entityStoreDisabled\" | \"serviceEntityStoreEnabled\" | \"integrationsSyncEnabled\" | \"siemMigrationsDisabled\" | \"endpointExceptionsMovedUnderManagement\" | \"newExpandableFlyoutNavigationDisabled\" | \"editHighlightedFields\" | \"crowdstrikeRunScriptEnabled\" | \"responseActionsMSDefenderEndpointEnabled\" | \"eventCollectionDataReductionBannerEnabled\" | \"newDataViewPickerEnabled\" | \"microsoftDefenderEndpointRunScriptEnabled\" | \"trustedAppsAdvancedMode\" | \"trustedDevices\" | \"automaticDashboardsMigration\" | \"siemReadinessDashboard\" | \"microsoftDefenderEndpointCancelEnabled\" | undefined" + "\"assistantModelEvaluation\" | \"defendInsightsPolicyResponseFailure\" | \"excludePoliciesInFilterEnabled\" | \"kubernetesEnabled\" | \"donutChartEmbeddablesEnabled\" | \"previewTelemetryUrlEnabled\" | \"extendedRuleExecutionLoggingEnabled\" | \"socTrendsEnabled\" | \"responseActionUploadEnabled\" | \"automatedProcessActionsEnabled\" | \"responseActionsSentinelOneV1Enabled\" | \"responseActionsSentinelOneV2Enabled\" | \"responseActionsSentinelOneGetFileEnabled\" | \"responseActionsSentinelOneKillProcessEnabled\" | \"responseActionsSentinelOneProcessesEnabled\" | \"responseActionsCrowdstrikeManualHostIsolationEnabled\" | \"responseActionsSentinelOneRunScriptEnabled\" | \"endpointManagementSpaceAwarenessEnabled\" | \"securitySolutionNotesDisabled\" | \"newUserDetailsFlyoutManagedUser\" | \"riskScoringPersistence\" | \"riskScoringRoutesEnabled\" | \"disableESQLRiskScoring\" | \"enableRiskScoreResetToZero\" | \"riskScoreAssistantToolDisabled\" | \"esqlRulesDisabled\" | \"protectionUpdatesEnabled\" | \"disableTimelineSaveTour\" | \"riskEnginePrivilegesRouteEnabled\" | \"sentinelOneManualHostActionsEnabled\" | \"responseActionsTelemetryEnabled\" | \"microsoftDefenderEndpointDataInAnalyzerEnabled\" | \"malwareOnWriteScanOptionAvailable\" | \"unifiedManifestEnabled\" | \"valueListItemsModalEnabled\" | \"storeGapsInEventLogEnabled\" | \"bulkFillRuleGapsEnabled\" | \"filterProcessDescendantsForEventFiltersEnabled\" | \"bulkEditAlertSuppressionEnabled\" | \"doesNotMatchForIndicatorMatchRuleEnabled\" | \"dataIngestionHubEnabled\" | \"entityStoreDisabled\" | \"serviceEntityStoreEnabled\" | \"integrationsSyncEnabled\" | \"siemMigrationsDisabled\" | \"endpointExceptionsMovedUnderManagement\" | \"newExpandableFlyoutNavigationDisabled\" | \"editHighlightedFields\" | \"crowdstrikeRunScriptEnabled\" | \"responseActionsMSDefenderEndpointEnabled\" | \"eventCollectionDataReductionBannerEnabled\" | \"newDataViewPickerEnabled\" | \"microsoftDefenderEndpointRunScriptEnabled\" | \"trustedAppsAdvancedMode\" | \"trustedDevices\" | \"automaticDashboardsMigration\" | \"siemReadinessDashboard\" | \"microsoftDefenderEndpointCancelEnabled\" | undefined" ], "path": "x-pack/solutions/security/plugins/security_solution/public/common/links/types.ts", "deprecated": false, @@ -1791,7 +1791,7 @@ "label": "experimentalFeatures", "description": [], "signature": [ - "{ readonly excludePoliciesInFilterEnabled: boolean; readonly kubernetesEnabled: boolean; readonly donutChartEmbeddablesEnabled: boolean; readonly previewTelemetryUrlEnabled: boolean; readonly extendedRuleExecutionLoggingEnabled: boolean; readonly socTrendsEnabled: boolean; readonly responseActionUploadEnabled: boolean; readonly automatedProcessActionsEnabled: boolean; readonly responseActionsSentinelOneV1Enabled: boolean; readonly responseActionsSentinelOneV2Enabled: boolean; readonly responseActionsSentinelOneGetFileEnabled: boolean; readonly responseActionsSentinelOneKillProcessEnabled: boolean; readonly responseActionsSentinelOneProcessesEnabled: boolean; readonly responseActionsCrowdstrikeManualHostIsolationEnabled: boolean; readonly responseActionsSentinelOneRunScriptEnabled: boolean; readonly endpointManagementSpaceAwarenessEnabled: boolean; readonly securitySolutionNotesDisabled: boolean; readonly assistantModelEvaluation: boolean; readonly newUserDetailsFlyoutManagedUser: boolean; readonly riskScoringPersistence: boolean; readonly riskScoringRoutesEnabled: boolean; readonly disableESQLRiskScoring: boolean; readonly riskScoreAssistantToolEnabled: boolean; readonly esqlRulesDisabled: boolean; readonly protectionUpdatesEnabled: boolean; readonly disableTimelineSaveTour: boolean; readonly riskEnginePrivilegesRouteEnabled: boolean; readonly sentinelOneManualHostActionsEnabled: boolean; readonly responseActionsTelemetryEnabled: boolean; readonly microsoftDefenderEndpointDataInAnalyzerEnabled: boolean; readonly malwareOnWriteScanOptionAvailable: boolean; readonly unifiedManifestEnabled: boolean; readonly valueListItemsModalEnabled: boolean; readonly storeGapsInEventLogEnabled: boolean; readonly bulkFillRuleGapsEnabled: boolean; readonly continueSuppressionWindowAdvancedSettingEnabled: boolean; readonly filterProcessDescendantsForEventFiltersEnabled: boolean; readonly bulkEditAlertSuppressionEnabled: boolean; readonly doesNotMatchForIndicatorMatchRuleEnabled: boolean; readonly dataIngestionHubEnabled: boolean; readonly entityStoreDisabled: boolean; readonly serviceEntityStoreEnabled: boolean; readonly integrationsSyncEnabled: boolean; readonly siemMigrationsDisabled: boolean; readonly defendInsightsPolicyResponseFailure: boolean; readonly endpointExceptionsMovedUnderManagement: boolean; readonly newExpandableFlyoutNavigationDisabled: boolean; readonly editHighlightedFields: boolean; readonly crowdstrikeRunScriptEnabled: boolean; readonly responseActionsMSDefenderEndpointEnabled: boolean; readonly eventCollectionDataReductionBannerEnabled: boolean; readonly newDataViewPickerEnabled: boolean; readonly microsoftDefenderEndpointRunScriptEnabled: boolean; readonly trustedAppsAdvancedMode: boolean; readonly trustedDevices: boolean; readonly automaticDashboardsMigration: boolean; readonly siemReadinessDashboard: boolean; readonly microsoftDefenderEndpointCancelEnabled: boolean; }" + "{ readonly excludePoliciesInFilterEnabled: boolean; readonly kubernetesEnabled: boolean; readonly donutChartEmbeddablesEnabled: boolean; readonly previewTelemetryUrlEnabled: boolean; readonly extendedRuleExecutionLoggingEnabled: boolean; readonly socTrendsEnabled: boolean; readonly responseActionUploadEnabled: boolean; readonly automatedProcessActionsEnabled: boolean; readonly responseActionsSentinelOneV1Enabled: boolean; readonly responseActionsSentinelOneV2Enabled: boolean; readonly responseActionsSentinelOneGetFileEnabled: boolean; readonly responseActionsSentinelOneKillProcessEnabled: boolean; readonly responseActionsSentinelOneProcessesEnabled: boolean; readonly responseActionsCrowdstrikeManualHostIsolationEnabled: boolean; readonly responseActionsSentinelOneRunScriptEnabled: boolean; readonly endpointManagementSpaceAwarenessEnabled: boolean; readonly securitySolutionNotesDisabled: boolean; readonly assistantModelEvaluation: boolean; readonly newUserDetailsFlyoutManagedUser: boolean; readonly riskScoringPersistence: boolean; readonly riskScoringRoutesEnabled: boolean; readonly disableESQLRiskScoring: boolean; readonly enableRiskScoreResetToZero: boolean; readonly riskScoreAssistantToolDisabled: boolean; readonly esqlRulesDisabled: boolean; readonly protectionUpdatesEnabled: boolean; readonly disableTimelineSaveTour: boolean; readonly riskEnginePrivilegesRouteEnabled: boolean; readonly sentinelOneManualHostActionsEnabled: boolean; readonly responseActionsTelemetryEnabled: boolean; readonly microsoftDefenderEndpointDataInAnalyzerEnabled: boolean; readonly malwareOnWriteScanOptionAvailable: boolean; readonly unifiedManifestEnabled: boolean; readonly valueListItemsModalEnabled: boolean; readonly storeGapsInEventLogEnabled: boolean; readonly bulkFillRuleGapsEnabled: boolean; readonly filterProcessDescendantsForEventFiltersEnabled: boolean; readonly bulkEditAlertSuppressionEnabled: boolean; readonly doesNotMatchForIndicatorMatchRuleEnabled: boolean; readonly dataIngestionHubEnabled: boolean; readonly entityStoreDisabled: boolean; readonly serviceEntityStoreEnabled: boolean; readonly integrationsSyncEnabled: boolean; readonly siemMigrationsDisabled: boolean; readonly defendInsightsPolicyResponseFailure: boolean; readonly endpointExceptionsMovedUnderManagement: boolean; readonly newExpandableFlyoutNavigationDisabled: boolean; readonly editHighlightedFields: boolean; readonly crowdstrikeRunScriptEnabled: boolean; readonly responseActionsMSDefenderEndpointEnabled: boolean; readonly eventCollectionDataReductionBannerEnabled: boolean; readonly newDataViewPickerEnabled: boolean; readonly microsoftDefenderEndpointRunScriptEnabled: boolean; readonly trustedAppsAdvancedMode: boolean; readonly trustedDevices: boolean; readonly automaticDashboardsMigration: boolean; readonly siemReadinessDashboard: boolean; readonly microsoftDefenderEndpointCancelEnabled: boolean; }" ], "path": "x-pack/solutions/security/plugins/security_solution/public/types.ts", "deprecated": false, @@ -3202,7 +3202,7 @@ "\nThe security solution generic experimental features" ], "signature": [ - "{ readonly excludePoliciesInFilterEnabled: boolean; readonly kubernetesEnabled: boolean; readonly donutChartEmbeddablesEnabled: boolean; readonly previewTelemetryUrlEnabled: boolean; readonly extendedRuleExecutionLoggingEnabled: boolean; readonly socTrendsEnabled: boolean; readonly responseActionUploadEnabled: boolean; readonly automatedProcessActionsEnabled: boolean; readonly responseActionsSentinelOneV1Enabled: boolean; readonly responseActionsSentinelOneV2Enabled: boolean; readonly responseActionsSentinelOneGetFileEnabled: boolean; readonly responseActionsSentinelOneKillProcessEnabled: boolean; readonly responseActionsSentinelOneProcessesEnabled: boolean; readonly responseActionsCrowdstrikeManualHostIsolationEnabled: boolean; readonly responseActionsSentinelOneRunScriptEnabled: boolean; readonly endpointManagementSpaceAwarenessEnabled: boolean; readonly securitySolutionNotesDisabled: boolean; readonly assistantModelEvaluation: boolean; readonly newUserDetailsFlyoutManagedUser: boolean; readonly riskScoringPersistence: boolean; readonly riskScoringRoutesEnabled: boolean; readonly disableESQLRiskScoring: boolean; readonly riskScoreAssistantToolEnabled: boolean; readonly esqlRulesDisabled: boolean; readonly protectionUpdatesEnabled: boolean; readonly disableTimelineSaveTour: boolean; readonly riskEnginePrivilegesRouteEnabled: boolean; readonly sentinelOneManualHostActionsEnabled: boolean; readonly responseActionsTelemetryEnabled: boolean; readonly microsoftDefenderEndpointDataInAnalyzerEnabled: boolean; readonly malwareOnWriteScanOptionAvailable: boolean; readonly unifiedManifestEnabled: boolean; readonly valueListItemsModalEnabled: boolean; readonly storeGapsInEventLogEnabled: boolean; readonly bulkFillRuleGapsEnabled: boolean; readonly continueSuppressionWindowAdvancedSettingEnabled: boolean; readonly filterProcessDescendantsForEventFiltersEnabled: boolean; readonly bulkEditAlertSuppressionEnabled: boolean; readonly doesNotMatchForIndicatorMatchRuleEnabled: boolean; readonly dataIngestionHubEnabled: boolean; readonly entityStoreDisabled: boolean; readonly serviceEntityStoreEnabled: boolean; readonly integrationsSyncEnabled: boolean; readonly siemMigrationsDisabled: boolean; readonly defendInsightsPolicyResponseFailure: boolean; readonly endpointExceptionsMovedUnderManagement: boolean; readonly newExpandableFlyoutNavigationDisabled: boolean; readonly editHighlightedFields: boolean; readonly crowdstrikeRunScriptEnabled: boolean; readonly responseActionsMSDefenderEndpointEnabled: boolean; readonly eventCollectionDataReductionBannerEnabled: boolean; readonly newDataViewPickerEnabled: boolean; readonly microsoftDefenderEndpointRunScriptEnabled: boolean; readonly trustedAppsAdvancedMode: boolean; readonly trustedDevices: boolean; readonly automaticDashboardsMigration: boolean; readonly siemReadinessDashboard: boolean; readonly microsoftDefenderEndpointCancelEnabled: boolean; }" + "{ readonly excludePoliciesInFilterEnabled: boolean; readonly kubernetesEnabled: boolean; readonly donutChartEmbeddablesEnabled: boolean; readonly previewTelemetryUrlEnabled: boolean; readonly extendedRuleExecutionLoggingEnabled: boolean; readonly socTrendsEnabled: boolean; readonly responseActionUploadEnabled: boolean; readonly automatedProcessActionsEnabled: boolean; readonly responseActionsSentinelOneV1Enabled: boolean; readonly responseActionsSentinelOneV2Enabled: boolean; readonly responseActionsSentinelOneGetFileEnabled: boolean; readonly responseActionsSentinelOneKillProcessEnabled: boolean; readonly responseActionsSentinelOneProcessesEnabled: boolean; readonly responseActionsCrowdstrikeManualHostIsolationEnabled: boolean; readonly responseActionsSentinelOneRunScriptEnabled: boolean; readonly endpointManagementSpaceAwarenessEnabled: boolean; readonly securitySolutionNotesDisabled: boolean; readonly assistantModelEvaluation: boolean; readonly newUserDetailsFlyoutManagedUser: boolean; readonly riskScoringPersistence: boolean; readonly riskScoringRoutesEnabled: boolean; readonly disableESQLRiskScoring: boolean; readonly enableRiskScoreResetToZero: boolean; readonly riskScoreAssistantToolDisabled: boolean; readonly esqlRulesDisabled: boolean; readonly protectionUpdatesEnabled: boolean; readonly disableTimelineSaveTour: boolean; readonly riskEnginePrivilegesRouteEnabled: boolean; readonly sentinelOneManualHostActionsEnabled: boolean; readonly responseActionsTelemetryEnabled: boolean; readonly microsoftDefenderEndpointDataInAnalyzerEnabled: boolean; readonly malwareOnWriteScanOptionAvailable: boolean; readonly unifiedManifestEnabled: boolean; readonly valueListItemsModalEnabled: boolean; readonly storeGapsInEventLogEnabled: boolean; readonly bulkFillRuleGapsEnabled: boolean; readonly filterProcessDescendantsForEventFiltersEnabled: boolean; readonly bulkEditAlertSuppressionEnabled: boolean; readonly doesNotMatchForIndicatorMatchRuleEnabled: boolean; readonly dataIngestionHubEnabled: boolean; readonly entityStoreDisabled: boolean; readonly serviceEntityStoreEnabled: boolean; readonly integrationsSyncEnabled: boolean; readonly siemMigrationsDisabled: boolean; readonly defendInsightsPolicyResponseFailure: boolean; readonly endpointExceptionsMovedUnderManagement: boolean; readonly newExpandableFlyoutNavigationDisabled: boolean; readonly editHighlightedFields: boolean; readonly crowdstrikeRunScriptEnabled: boolean; readonly responseActionsMSDefenderEndpointEnabled: boolean; readonly eventCollectionDataReductionBannerEnabled: boolean; readonly newDataViewPickerEnabled: boolean; readonly microsoftDefenderEndpointRunScriptEnabled: boolean; readonly trustedAppsAdvancedMode: boolean; readonly trustedDevices: boolean; readonly automaticDashboardsMigration: boolean; readonly siemReadinessDashboard: boolean; readonly microsoftDefenderEndpointCancelEnabled: boolean; }" ], "path": "x-pack/solutions/security/plugins/security_solution/server/plugin_contract.ts", "deprecated": false, @@ -3375,7 +3375,7 @@ "label": "ExperimentalFeatures", "description": [], "signature": [ - "{ readonly excludePoliciesInFilterEnabled: boolean; readonly kubernetesEnabled: boolean; readonly donutChartEmbeddablesEnabled: boolean; readonly previewTelemetryUrlEnabled: boolean; readonly extendedRuleExecutionLoggingEnabled: boolean; readonly socTrendsEnabled: boolean; readonly responseActionUploadEnabled: boolean; readonly automatedProcessActionsEnabled: boolean; readonly responseActionsSentinelOneV1Enabled: boolean; readonly responseActionsSentinelOneV2Enabled: boolean; readonly responseActionsSentinelOneGetFileEnabled: boolean; readonly responseActionsSentinelOneKillProcessEnabled: boolean; readonly responseActionsSentinelOneProcessesEnabled: boolean; readonly responseActionsCrowdstrikeManualHostIsolationEnabled: boolean; readonly responseActionsSentinelOneRunScriptEnabled: boolean; readonly endpointManagementSpaceAwarenessEnabled: boolean; readonly securitySolutionNotesDisabled: boolean; readonly assistantModelEvaluation: boolean; readonly newUserDetailsFlyoutManagedUser: boolean; readonly riskScoringPersistence: boolean; readonly riskScoringRoutesEnabled: boolean; readonly disableESQLRiskScoring: boolean; readonly riskScoreAssistantToolEnabled: boolean; readonly esqlRulesDisabled: boolean; readonly protectionUpdatesEnabled: boolean; readonly disableTimelineSaveTour: boolean; readonly riskEnginePrivilegesRouteEnabled: boolean; readonly sentinelOneManualHostActionsEnabled: boolean; readonly responseActionsTelemetryEnabled: boolean; readonly microsoftDefenderEndpointDataInAnalyzerEnabled: boolean; readonly malwareOnWriteScanOptionAvailable: boolean; readonly unifiedManifestEnabled: boolean; readonly valueListItemsModalEnabled: boolean; readonly storeGapsInEventLogEnabled: boolean; readonly bulkFillRuleGapsEnabled: boolean; readonly continueSuppressionWindowAdvancedSettingEnabled: boolean; readonly filterProcessDescendantsForEventFiltersEnabled: boolean; readonly bulkEditAlertSuppressionEnabled: boolean; readonly doesNotMatchForIndicatorMatchRuleEnabled: boolean; readonly dataIngestionHubEnabled: boolean; readonly entityStoreDisabled: boolean; readonly serviceEntityStoreEnabled: boolean; readonly integrationsSyncEnabled: boolean; readonly siemMigrationsDisabled: boolean; readonly defendInsightsPolicyResponseFailure: boolean; readonly endpointExceptionsMovedUnderManagement: boolean; readonly newExpandableFlyoutNavigationDisabled: boolean; readonly editHighlightedFields: boolean; readonly crowdstrikeRunScriptEnabled: boolean; readonly responseActionsMSDefenderEndpointEnabled: boolean; readonly eventCollectionDataReductionBannerEnabled: boolean; readonly newDataViewPickerEnabled: boolean; readonly microsoftDefenderEndpointRunScriptEnabled: boolean; readonly trustedAppsAdvancedMode: boolean; readonly trustedDevices: boolean; readonly automaticDashboardsMigration: boolean; readonly siemReadinessDashboard: boolean; readonly microsoftDefenderEndpointCancelEnabled: boolean; }" + "{ readonly excludePoliciesInFilterEnabled: boolean; readonly kubernetesEnabled: boolean; readonly donutChartEmbeddablesEnabled: boolean; readonly previewTelemetryUrlEnabled: boolean; readonly extendedRuleExecutionLoggingEnabled: boolean; readonly socTrendsEnabled: boolean; readonly responseActionUploadEnabled: boolean; readonly automatedProcessActionsEnabled: boolean; readonly responseActionsSentinelOneV1Enabled: boolean; readonly responseActionsSentinelOneV2Enabled: boolean; readonly responseActionsSentinelOneGetFileEnabled: boolean; readonly responseActionsSentinelOneKillProcessEnabled: boolean; readonly responseActionsSentinelOneProcessesEnabled: boolean; readonly responseActionsCrowdstrikeManualHostIsolationEnabled: boolean; readonly responseActionsSentinelOneRunScriptEnabled: boolean; readonly endpointManagementSpaceAwarenessEnabled: boolean; readonly securitySolutionNotesDisabled: boolean; readonly assistantModelEvaluation: boolean; readonly newUserDetailsFlyoutManagedUser: boolean; readonly riskScoringPersistence: boolean; readonly riskScoringRoutesEnabled: boolean; readonly disableESQLRiskScoring: boolean; readonly enableRiskScoreResetToZero: boolean; readonly riskScoreAssistantToolDisabled: boolean; readonly esqlRulesDisabled: boolean; readonly protectionUpdatesEnabled: boolean; readonly disableTimelineSaveTour: boolean; readonly riskEnginePrivilegesRouteEnabled: boolean; readonly sentinelOneManualHostActionsEnabled: boolean; readonly responseActionsTelemetryEnabled: boolean; readonly microsoftDefenderEndpointDataInAnalyzerEnabled: boolean; readonly malwareOnWriteScanOptionAvailable: boolean; readonly unifiedManifestEnabled: boolean; readonly valueListItemsModalEnabled: boolean; readonly storeGapsInEventLogEnabled: boolean; readonly bulkFillRuleGapsEnabled: boolean; readonly filterProcessDescendantsForEventFiltersEnabled: boolean; readonly bulkEditAlertSuppressionEnabled: boolean; readonly doesNotMatchForIndicatorMatchRuleEnabled: boolean; readonly dataIngestionHubEnabled: boolean; readonly entityStoreDisabled: boolean; readonly serviceEntityStoreEnabled: boolean; readonly integrationsSyncEnabled: boolean; readonly siemMigrationsDisabled: boolean; readonly defendInsightsPolicyResponseFailure: boolean; readonly endpointExceptionsMovedUnderManagement: boolean; readonly newExpandableFlyoutNavigationDisabled: boolean; readonly editHighlightedFields: boolean; readonly crowdstrikeRunScriptEnabled: boolean; readonly responseActionsMSDefenderEndpointEnabled: boolean; readonly eventCollectionDataReductionBannerEnabled: boolean; readonly newDataViewPickerEnabled: boolean; readonly microsoftDefenderEndpointRunScriptEnabled: boolean; readonly trustedAppsAdvancedMode: boolean; readonly trustedDevices: boolean; readonly automaticDashboardsMigration: boolean; readonly siemReadinessDashboard: boolean; readonly microsoftDefenderEndpointCancelEnabled: boolean; }" ], "path": "x-pack/solutions/security/plugins/security_solution/common/experimental_features.ts", "deprecated": false, @@ -3405,7 +3405,7 @@ "label": "SECURITY_FEATURE_ID", "description": [], "signature": [ - "\"siemV3\"" + "\"siemV4\"" ], "path": "x-pack/solutions/security/plugins/security_solution/common/constants.ts", "deprecated": false, @@ -3456,7 +3456,7 @@ "\nA list of allowed values that can be used in `xpack.securitySolution.enableExperimental`.\nThis object is then used to validate and parse the value entered." ], "signature": [ - "{ readonly excludePoliciesInFilterEnabled: false; readonly kubernetesEnabled: false; readonly donutChartEmbeddablesEnabled: false; readonly previewTelemetryUrlEnabled: false; readonly extendedRuleExecutionLoggingEnabled: false; readonly socTrendsEnabled: false; readonly responseActionUploadEnabled: true; readonly automatedProcessActionsEnabled: true; readonly responseActionsSentinelOneV1Enabled: true; readonly responseActionsSentinelOneV2Enabled: true; readonly responseActionsSentinelOneGetFileEnabled: true; readonly responseActionsSentinelOneKillProcessEnabled: true; readonly responseActionsSentinelOneProcessesEnabled: true; readonly responseActionsCrowdstrikeManualHostIsolationEnabled: true; readonly responseActionsSentinelOneRunScriptEnabled: true; readonly endpointManagementSpaceAwarenessEnabled: true; readonly securitySolutionNotesDisabled: false; readonly assistantModelEvaluation: false; readonly newUserDetailsFlyoutManagedUser: false; readonly riskScoringPersistence: true; readonly riskScoringRoutesEnabled: true; readonly disableESQLRiskScoring: true; readonly riskScoreAssistantToolEnabled: false; readonly esqlRulesDisabled: false; readonly protectionUpdatesEnabled: true; readonly disableTimelineSaveTour: false; readonly riskEnginePrivilegesRouteEnabled: true; readonly sentinelOneManualHostActionsEnabled: true; readonly responseActionsTelemetryEnabled: true; readonly microsoftDefenderEndpointDataInAnalyzerEnabled: true; readonly malwareOnWriteScanOptionAvailable: true; readonly unifiedManifestEnabled: true; readonly valueListItemsModalEnabled: true; readonly storeGapsInEventLogEnabled: true; readonly bulkFillRuleGapsEnabled: true; readonly continueSuppressionWindowAdvancedSettingEnabled: false; readonly filterProcessDescendantsForEventFiltersEnabled: true; readonly bulkEditAlertSuppressionEnabled: true; readonly doesNotMatchForIndicatorMatchRuleEnabled: true; readonly dataIngestionHubEnabled: false; readonly entityStoreDisabled: false; readonly serviceEntityStoreEnabled: true; readonly integrationsSyncEnabled: false; readonly siemMigrationsDisabled: false; readonly defendInsightsPolicyResponseFailure: false; readonly endpointExceptionsMovedUnderManagement: false; readonly newExpandableFlyoutNavigationDisabled: false; readonly editHighlightedFields: true; readonly crowdstrikeRunScriptEnabled: true; readonly responseActionsMSDefenderEndpointEnabled: true; readonly eventCollectionDataReductionBannerEnabled: true; readonly newDataViewPickerEnabled: false; readonly microsoftDefenderEndpointRunScriptEnabled: true; readonly trustedAppsAdvancedMode: true; readonly trustedDevices: false; readonly automaticDashboardsMigration: false; readonly siemReadinessDashboard: false; readonly microsoftDefenderEndpointCancelEnabled: false; }" + "{ readonly excludePoliciesInFilterEnabled: false; readonly kubernetesEnabled: false; readonly donutChartEmbeddablesEnabled: false; readonly previewTelemetryUrlEnabled: false; readonly extendedRuleExecutionLoggingEnabled: false; readonly socTrendsEnabled: false; readonly responseActionUploadEnabled: true; readonly automatedProcessActionsEnabled: true; readonly responseActionsSentinelOneV1Enabled: true; readonly responseActionsSentinelOneV2Enabled: true; readonly responseActionsSentinelOneGetFileEnabled: true; readonly responseActionsSentinelOneKillProcessEnabled: true; readonly responseActionsSentinelOneProcessesEnabled: true; readonly responseActionsCrowdstrikeManualHostIsolationEnabled: true; readonly responseActionsSentinelOneRunScriptEnabled: true; readonly endpointManagementSpaceAwarenessEnabled: true; readonly securitySolutionNotesDisabled: false; readonly assistantModelEvaluation: false; readonly newUserDetailsFlyoutManagedUser: false; readonly riskScoringPersistence: true; readonly riskScoringRoutesEnabled: true; readonly disableESQLRiskScoring: true; readonly enableRiskScoreResetToZero: false; readonly riskScoreAssistantToolDisabled: false; readonly esqlRulesDisabled: false; readonly protectionUpdatesEnabled: true; readonly disableTimelineSaveTour: false; readonly riskEnginePrivilegesRouteEnabled: true; readonly sentinelOneManualHostActionsEnabled: true; readonly responseActionsTelemetryEnabled: true; readonly microsoftDefenderEndpointDataInAnalyzerEnabled: true; readonly malwareOnWriteScanOptionAvailable: true; readonly unifiedManifestEnabled: true; readonly valueListItemsModalEnabled: true; readonly storeGapsInEventLogEnabled: true; readonly bulkFillRuleGapsEnabled: true; readonly filterProcessDescendantsForEventFiltersEnabled: true; readonly bulkEditAlertSuppressionEnabled: true; readonly doesNotMatchForIndicatorMatchRuleEnabled: true; readonly dataIngestionHubEnabled: false; readonly entityStoreDisabled: false; readonly serviceEntityStoreEnabled: true; readonly integrationsSyncEnabled: false; readonly siemMigrationsDisabled: false; readonly defendInsightsPolicyResponseFailure: true; readonly endpointExceptionsMovedUnderManagement: false; readonly newExpandableFlyoutNavigationDisabled: false; readonly editHighlightedFields: true; readonly crowdstrikeRunScriptEnabled: true; readonly responseActionsMSDefenderEndpointEnabled: true; readonly eventCollectionDataReductionBannerEnabled: true; readonly newDataViewPickerEnabled: false; readonly microsoftDefenderEndpointRunScriptEnabled: true; readonly trustedAppsAdvancedMode: true; readonly trustedDevices: false; readonly automaticDashboardsMigration: false; readonly siemReadinessDashboard: false; readonly microsoftDefenderEndpointCancelEnabled: true; }" ], "path": "x-pack/solutions/security/plugins/security_solution/common/experimental_features.ts", "deprecated": false, diff --git a/api_docs/security_solution.mdx b/api_docs/security_solution.mdx index b6dbdecc81b07..a0a8c3432ee7f 100644 --- a/api_docs/security_solution.mdx +++ b/api_docs/security_solution.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/securitySolution title: "securitySolution" image: https://source.unsplash.com/400x175/?github description: API docs for the securitySolution plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'securitySolution'] --- import securitySolutionObj from './security_solution.devdocs.json'; diff --git a/api_docs/security_solution_ess.mdx b/api_docs/security_solution_ess.mdx index 7dc658dfda5c6..43a3102a29592 100644 --- a/api_docs/security_solution_ess.mdx +++ b/api_docs/security_solution_ess.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/securitySolutionEss title: "securitySolutionEss" image: https://source.unsplash.com/400x175/?github description: API docs for the securitySolutionEss plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'securitySolutionEss'] --- import securitySolutionEssObj from './security_solution_ess.devdocs.json'; diff --git a/api_docs/security_solution_serverless.mdx b/api_docs/security_solution_serverless.mdx index 9a71cadd580eb..6f23ef1af1e6f 100644 --- a/api_docs/security_solution_serverless.mdx +++ b/api_docs/security_solution_serverless.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/securitySolutionServerless title: "securitySolutionServerless" image: https://source.unsplash.com/400x175/?github description: API docs for the securitySolutionServerless plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'securitySolutionServerless'] --- import securitySolutionServerlessObj from './security_solution_serverless.devdocs.json'; diff --git a/api_docs/serverless.mdx b/api_docs/serverless.mdx index b9166e57f6709..7dec573fe3549 100644 --- a/api_docs/serverless.mdx +++ b/api_docs/serverless.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/serverless title: "serverless" image: https://source.unsplash.com/400x175/?github description: API docs for the serverless plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'serverless'] --- import serverlessObj from './serverless.devdocs.json'; diff --git a/api_docs/serverless_chat.mdx b/api_docs/serverless_chat.mdx index 1aad93e01e977..85d571d382be5 100644 --- a/api_docs/serverless_chat.mdx +++ b/api_docs/serverless_chat.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/serverlessChat title: "serverlessChat" image: https://source.unsplash.com/400x175/?github description: API docs for the serverlessChat plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'serverlessChat'] --- import serverlessChatObj from './serverless_chat.devdocs.json'; diff --git a/api_docs/serverless_observability.mdx b/api_docs/serverless_observability.mdx index 39e926ed656cb..6ce2e413b1c1c 100644 --- a/api_docs/serverless_observability.mdx +++ b/api_docs/serverless_observability.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/serverlessObservability title: "serverlessObservability" image: https://source.unsplash.com/400x175/?github description: API docs for the serverlessObservability plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'serverlessObservability'] --- import serverlessObservabilityObj from './serverless_observability.devdocs.json'; diff --git a/api_docs/serverless_search.mdx b/api_docs/serverless_search.mdx index 362aa709aa27f..6cf615eaef996 100644 --- a/api_docs/serverless_search.mdx +++ b/api_docs/serverless_search.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/serverlessSearch title: "serverlessSearch" image: https://source.unsplash.com/400x175/?github description: API docs for the serverlessSearch plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'serverlessSearch'] --- import serverlessSearchObj from './serverless_search.devdocs.json'; diff --git a/api_docs/session_view.mdx b/api_docs/session_view.mdx index 3dd1bd43bafbf..16accb23f5710 100644 --- a/api_docs/session_view.mdx +++ b/api_docs/session_view.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/sessionView title: "sessionView" image: https://source.unsplash.com/400x175/?github description: API docs for the sessionView plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'sessionView'] --- import sessionViewObj from './session_view.devdocs.json'; diff --git a/api_docs/share.mdx b/api_docs/share.mdx index 49ca768b1e841..629bae2d45bd2 100644 --- a/api_docs/share.mdx +++ b/api_docs/share.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/share title: "share" image: https://source.unsplash.com/400x175/?github description: API docs for the share plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'share'] --- import shareObj from './share.devdocs.json'; diff --git a/api_docs/slo.devdocs.json b/api_docs/slo.devdocs.json index ad9d5810e14e1..8f3a024fa7e52 100644 --- a/api_docs/slo.devdocs.json +++ b/api_docs/slo.devdocs.json @@ -1461,7 +1461,7 @@ "label": "sloPaths", "description": [], "signature": [ - "{ slos: string; slosSettings: string; slosWelcome: string; slosManagement: string; sloCreate: string; sloCreateWithEncodedForm: (encodedParams: string) => string; sloEdit: (sloId: string) => string; sloEditWithEncodedForm: (sloId: string, encodedParams: string) => string; sloDetails: (sloId: string, instanceId: string, remoteName?: string | undefined, tabId?: string | undefined) => string; sloDetailsHistory: ({ id, instanceId, remoteName, encodedAppState, }: { id: string; instanceId: string; remoteName?: string | undefined; encodedAppState?: string | undefined; }) => string; }" + "{ slos: string; slosSettings: string; slosWelcome: string; slosManagement: string; sloCreate: string; sloCreateWithEncodedForm: (encodedParams: string) => string; sloEdit: (sloId: string) => string; sloEditWithEncodedForm: (sloId: string, encodedParams: string) => string; sloDetails: (sloId: string, instanceId: string, remoteName?: string | undefined, tabId?: string | undefined) => string; }" ], "path": "x-pack/solutions/observability/plugins/slo/common/index.ts", "deprecated": false, diff --git a/api_docs/slo.mdx b/api_docs/slo.mdx index 3c54df8ea36f7..8667757257402 100644 --- a/api_docs/slo.mdx +++ b/api_docs/slo.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/slo title: "slo" image: https://source.unsplash.com/400x175/?github description: API docs for the slo plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'slo'] --- import sloObj from './slo.devdocs.json'; diff --git a/api_docs/snapshot_restore.mdx b/api_docs/snapshot_restore.mdx index eb99795587487..8684476ef57b9 100644 --- a/api_docs/snapshot_restore.mdx +++ b/api_docs/snapshot_restore.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/snapshotRestore title: "snapshotRestore" image: https://source.unsplash.com/400x175/?github description: API docs for the snapshotRestore plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'snapshotRestore'] --- import snapshotRestoreObj from './snapshot_restore.devdocs.json'; diff --git a/api_docs/spaces.mdx b/api_docs/spaces.mdx index bae691a0456cd..783489698653a 100644 --- a/api_docs/spaces.mdx +++ b/api_docs/spaces.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/spaces title: "spaces" image: https://source.unsplash.com/400x175/?github description: API docs for the spaces plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'spaces'] --- import spacesObj from './spaces.devdocs.json'; diff --git a/api_docs/stack_alerts.devdocs.json b/api_docs/stack_alerts.devdocs.json index 994cd42365757..e41eb76b66e36 100644 --- a/api_docs/stack_alerts.devdocs.json +++ b/api_docs/stack_alerts.devdocs.json @@ -24,7 +24,7 @@ "id": "def-public.DataViewSelectPopover.$1", "type": "Object", "tags": [], - "label": "{\n dependencies: { dataViews, dataViewEditor },\n metadata = { adHocDataViewList: [], isManagementPage: true },\n dataView,\n onSelectDataView,\n onChangeMetaData,\n}", + "label": "{\n dependencies: { dataViews, dataViewEditor },\n metadata,\n dataView,\n onSelectDataView,\n onChangeMetaData,\n}", "description": [], "signature": [ "DataViewSelectPopoverProps" diff --git a/api_docs/stack_alerts.mdx b/api_docs/stack_alerts.mdx index 8d8f1f67bf3ed..070a088983d69 100644 --- a/api_docs/stack_alerts.mdx +++ b/api_docs/stack_alerts.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/stackAlerts title: "stackAlerts" image: https://source.unsplash.com/400x175/?github description: API docs for the stackAlerts plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'stackAlerts'] --- import stackAlertsObj from './stack_alerts.devdocs.json'; diff --git a/api_docs/stack_connectors.mdx b/api_docs/stack_connectors.mdx index 97f06b4696a69..bfb8b73af5f9c 100644 --- a/api_docs/stack_connectors.mdx +++ b/api_docs/stack_connectors.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/stackConnectors title: "stackConnectors" image: https://source.unsplash.com/400x175/?github description: API docs for the stackConnectors plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'stackConnectors'] --- import stackConnectorsObj from './stack_connectors.devdocs.json'; diff --git a/api_docs/streams.devdocs.json b/api_docs/streams.devdocs.json index b986e53cf767a..20f02e318ee15 100644 --- a/api_docs/streams.devdocs.json +++ b/api_docs/streams.devdocs.json @@ -1046,7 +1046,19 @@ "StreamsRouteHandlerResources", ", ", "ListDashboardsResponse", - ", undefined>; \"POST /internal/streams/{name}/systems/_identify\": ", + ", undefined>; \"POST /internal/streams/{name}/_describe_stream\": ", + { + "pluginId": "@kbn/server-route-repository-utils", + "scope": "common", + "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", + "section": "def-common.ServerRoute", + "text": "ServerRoute" + }, + "<\"POST /internal/streams/{name}/_describe_stream\", Zod.ZodObject<{ path: Zod.ZodObject<{ name: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { name: string; }, { name: string; }>; query: Zod.ZodObject<{ connectorId: Zod.ZodString; from: Zod.ZodEffects; to: Zod.ZodEffects; }, \"strip\", Zod.ZodTypeAny, { connectorId: string; from: Date; to: Date; }, { connectorId: string; from: string; to: string; }>; }, \"strip\", Zod.ZodTypeAny, { query: { connectorId: string; from: Date; to: Date; }; path: { name: string; }; }, { query: { connectorId: string; from: string; to: string; }; path: { name: string; }; }>, ", + "StreamsRouteHandlerResources", + ", ", + "Observable", + "<{ description: string; } & { type: \"stream_description\"; }>, undefined>; \"POST /internal/streams/{name}/systems/_identify\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", @@ -1491,7 +1503,7 @@ " & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; } & { name: string; }) | ({ type: \"system\"; } & { name: string; }))[]; }; }>, ", "StreamsRouteHandlerResources", ", { status: \"unknown\" | \"success\" | \"failure\"; simulationError: string | null; documentsWithRuntimeFieldsApplied: ", - "RecursiveRecord", + "DocumentWithIgnoredFields", "[] | null; }, undefined>; \"GET /internal/streams/{name}/schema/unmapped_fields\": ", { "pluginId": "@kbn/server-route-repository-utils", @@ -2797,7 +2809,19 @@ "StreamsRouteHandlerResources", ", ", "ListDashboardsResponse", - ", undefined>; \"POST /internal/streams/{name}/systems/_identify\": ", + ", undefined>; \"POST /internal/streams/{name}/_describe_stream\": ", + { + "pluginId": "@kbn/server-route-repository-utils", + "scope": "common", + "docId": "kibKbnServerRouteRepositoryUtilsPluginApi", + "section": "def-common.ServerRoute", + "text": "ServerRoute" + }, + "<\"POST /internal/streams/{name}/_describe_stream\", Zod.ZodObject<{ path: Zod.ZodObject<{ name: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { name: string; }, { name: string; }>; query: Zod.ZodObject<{ connectorId: Zod.ZodString; from: Zod.ZodEffects; to: Zod.ZodEffects; }, \"strip\", Zod.ZodTypeAny, { connectorId: string; from: Date; to: Date; }, { connectorId: string; from: string; to: string; }>; }, \"strip\", Zod.ZodTypeAny, { query: { connectorId: string; from: Date; to: Date; }; path: { name: string; }; }, { query: { connectorId: string; from: string; to: string; }; path: { name: string; }; }>, ", + "StreamsRouteHandlerResources", + ", ", + "Observable", + "<{ description: string; } & { type: \"stream_description\"; }>, undefined>; \"POST /internal/streams/{name}/systems/_identify\": ", { "pluginId": "@kbn/server-route-repository-utils", "scope": "common", @@ -3242,7 +3266,7 @@ " & { type: \"boolean\" | \"ip\" | \"keyword\" | \"date\" | \"long\" | \"double\" | \"match_only_text\"; format?: string | undefined; } & { name: string; }) | ({ type: \"system\"; } & { name: string; }))[]; }; }>, ", "StreamsRouteHandlerResources", ", { status: \"unknown\" | \"success\" | \"failure\"; simulationError: string | null; documentsWithRuntimeFieldsApplied: ", - "RecursiveRecord", + "DocumentWithIgnoredFields", "[] | null; }, undefined>; \"GET /internal/streams/{name}/schema/unmapped_fields\": ", { "pluginId": "@kbn/server-route-repository-utils", diff --git a/api_docs/streams.mdx b/api_docs/streams.mdx index 8cdf66d38f7f6..701183ad29564 100644 --- a/api_docs/streams.mdx +++ b/api_docs/streams.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/streams title: "streams" image: https://source.unsplash.com/400x175/?github description: API docs for the streams plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'streams'] --- import streamsObj from './streams.devdocs.json'; diff --git a/api_docs/streams_app.devdocs.json b/api_docs/streams_app.devdocs.json index 07d7e60433a12..539d9a9f36687 100644 --- a/api_docs/streams_app.devdocs.json +++ b/api_docs/streams_app.devdocs.json @@ -29,51 +29,6 @@ "path": "x-pack/platform/plugins/shared/streams_app/public/types.ts", "deprecated": false, "trackAdoption": false - }, - { - "parentPluginId": "streamsApp", - "id": "def-public.StreamsApplicationProps.PageTemplate", - "type": "Function", - "tags": [], - "label": "PageTemplate", - "description": [], - "signature": [ - "React.FunctionComponent<{ children?: React.ReactNode; }>" - ], - "path": "x-pack/platform/plugins/shared/streams_app/public/types.ts", - "deprecated": false, - "trackAdoption": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "streamsApp", - "id": "def-public.StreamsApplicationProps.PageTemplate.$1", - "type": "Uncategorized", - "tags": [], - "label": "props", - "description": [], - "signature": [ - "P" - ], - "path": "node_modules/@types/react/ts5.0/index.d.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "streamsApp", - "id": "def-public.StreamsApplicationProps.PageTemplate.$2", - "type": "Any", - "tags": [], - "label": "context", - "description": [], - "signature": [ - "any" - ], - "path": "node_modules/@types/react/ts5.0/index.d.ts", - "deprecated": false, - "trackAdoption": false - } - ] } ], "initialIsOpen": false @@ -161,31 +116,7 @@ "path": "x-pack/platform/plugins/shared/streams_app/public/types.ts", "deprecated": false, "trackAdoption": false, - "children": [ - { - "parentPluginId": "streamsApp", - "id": "def-public.StreamsAppPublicStart.createStreamsApplicationComponent", - "type": "Function", - "tags": [], - "label": "createStreamsApplicationComponent", - "description": [], - "signature": [ - "() => ", - { - "pluginId": "streamsApp", - "scope": "public", - "docId": "kibStreamsAppPluginApi", - "section": "def-public.StreamsApplicationComponentType", - "text": "StreamsApplicationComponentType" - } - ], - "path": "x-pack/platform/plugins/shared/streams_app/public/types.ts", - "deprecated": false, - "trackAdoption": false, - "children": [], - "returnComment": [] - } - ], + "children": [], "lifecycle": "start", "initialIsOpen": true } diff --git a/api_docs/streams_app.mdx b/api_docs/streams_app.mdx index b07ddd9833e8d..8ddcc842fd345 100644 --- a/api_docs/streams_app.mdx +++ b/api_docs/streams_app.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/streamsApp title: "streamsApp" image: https://source.unsplash.com/400x175/?github description: API docs for the streamsApp plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'streamsApp'] --- import streamsAppObj from './streams_app.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/streams-program-team](https://github.com/orgs/elastic/teams/st | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 18 | 0 | 14 | 1 | +| 14 | 0 | 12 | 1 | ## Client diff --git a/api_docs/task_manager.devdocs.json b/api_docs/task_manager.devdocs.json index 99a6777dc04f8..278feb6658549 100644 --- a/api_docs/task_manager.devdocs.json +++ b/api_docs/task_manager.devdocs.json @@ -2038,6 +2038,68 @@ "deprecated": false, "trackAdoption": false, "initialIsOpen": false + }, + { + "parentPluginId": "taskManager", + "id": "def-server.scheduleRruleSchema", + "type": "Object", + "tags": [], + "label": "scheduleRruleSchema", + "description": [], + "signature": [ + { + "pluginId": "@kbn/config-schema", + "scope": "common", + "docId": "kibKbnConfigSchemaPluginApi", + "section": "def-common.ObjectType", + "text": "ObjectType" + }, + "<{ rrule: ", + { + "pluginId": "@kbn/config-schema", + "scope": "common", + "docId": "kibKbnConfigSchemaPluginApi", + "section": "def-common.Type", + "text": "Type" + }, + " | Readonly<{ dtstart?: string | undefined; byweekday?: string[] | undefined; byhour?: number[] | undefined; byminute?: number[] | undefined; } & { interval: number; tzid: string; freq: ", + { + "pluginId": "@kbn/rrule", + "scope": "common", + "docId": "kibKbnRrulePluginApi", + "section": "def-common.Frequency", + "text": "Frequency" + }, + ".WEEKLY; bymonthday: never; }> | Readonly<{ dtstart?: string | undefined; byweekday?: string[] | undefined; byhour?: number[] | undefined; byminute?: number[] | undefined; } & { interval: number; tzid: string; freq: ", + { + "pluginId": "@kbn/rrule", + "scope": "common", + "docId": "kibKbnRrulePluginApi", + "section": "def-common.Frequency", + "text": "Frequency" + }, + ".DAILY; bymonthday: never; }> | Readonly<{ dtstart?: string | undefined; byminute?: number[] | undefined; } & { interval: number; tzid: string; freq: ", + { + "pluginId": "@kbn/rrule", + "scope": "common", + "docId": "kibKbnRrulePluginApi", + "section": "def-common.Frequency", + "text": "Frequency" + }, + ".HOURLY; byweekday: never; bymonthday: never; byhour: never; }>>; }>" + ], + "path": "x-pack/platform/plugins/shared/task_manager/server/saved_objects/schemas/rrule/v3.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false } ], "setup": { diff --git a/api_docs/task_manager.mdx b/api_docs/task_manager.mdx index 9975c8ce39634..b0fd633889442 100644 --- a/api_docs/task_manager.mdx +++ b/api_docs/task_manager.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/taskManager title: "taskManager" image: https://source.unsplash.com/400x175/?github description: API docs for the taskManager plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'taskManager'] --- import taskManagerObj from './task_manager.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-o | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 119 | 0 | 73 | 9 | +| 120 | 0 | 74 | 9 | ## Server diff --git a/api_docs/telemetry.mdx b/api_docs/telemetry.mdx index e1fc280b126ec..d3cfe6de29f26 100644 --- a/api_docs/telemetry.mdx +++ b/api_docs/telemetry.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/telemetry title: "telemetry" image: https://source.unsplash.com/400x175/?github description: API docs for the telemetry plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'telemetry'] --- import telemetryObj from './telemetry.devdocs.json'; diff --git a/api_docs/telemetry_collection_manager.mdx b/api_docs/telemetry_collection_manager.mdx index 299384ace8692..eaa22caece09b 100644 --- a/api_docs/telemetry_collection_manager.mdx +++ b/api_docs/telemetry_collection_manager.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/telemetryCollectionManager title: "telemetryCollectionManager" image: https://source.unsplash.com/400x175/?github description: API docs for the telemetryCollectionManager plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'telemetryCollectionManager'] --- import telemetryCollectionManagerObj from './telemetry_collection_manager.devdocs.json'; diff --git a/api_docs/telemetry_management_section.mdx b/api_docs/telemetry_management_section.mdx index be06ce52ce36b..c288f61506e8a 100644 --- a/api_docs/telemetry_management_section.mdx +++ b/api_docs/telemetry_management_section.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/telemetryManagementSection title: "telemetryManagementSection" image: https://source.unsplash.com/400x175/?github description: API docs for the telemetryManagementSection plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'telemetryManagementSection'] --- import telemetryManagementSectionObj from './telemetry_management_section.devdocs.json'; diff --git a/api_docs/timelines.mdx b/api_docs/timelines.mdx index c094c32d381e1..83801076d334d 100644 --- a/api_docs/timelines.mdx +++ b/api_docs/timelines.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/timelines title: "timelines" image: https://source.unsplash.com/400x175/?github description: API docs for the timelines plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'timelines'] --- import timelinesObj from './timelines.devdocs.json'; diff --git a/api_docs/transform.mdx b/api_docs/transform.mdx index 95b9110dcfdf7..35c25884b6825 100644 --- a/api_docs/transform.mdx +++ b/api_docs/transform.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/transform title: "transform" image: https://source.unsplash.com/400x175/?github description: API docs for the transform plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'transform'] --- import transformObj from './transform.devdocs.json'; diff --git a/api_docs/triggers_actions_ui.devdocs.json b/api_docs/triggers_actions_ui.devdocs.json index 592104dfb2e47..4e84349374aaf 100644 --- a/api_docs/triggers_actions_ui.devdocs.json +++ b/api_docs/triggers_actions_ui.devdocs.json @@ -3616,6 +3616,17 @@ "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false + }, + { + "parentPluginId": "triggersActionsUi", + "id": "def-public.RuleTableItem.isInternallyManaged", + "type": "boolean", + "tags": [], + "label": "isInternallyManaged", + "description": [], + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", + "deprecated": false, + "trackAdoption": false } ], "initialIsOpen": false @@ -3701,6 +3712,17 @@ "path": "src/platform/packages/shared/kbn-triggers-actions-ui-types/rule_types.ts", "deprecated": false, "trackAdoption": false + }, + { + "parentPluginId": "triggersActionsUi", + "id": "def-public.RuleType.isInternallyManaged", + "type": "boolean", + "tags": [], + "label": "isInternallyManaged", + "description": [], + "path": "src/platform/packages/shared/kbn-triggers-actions-ui-types/rule_types.ts", + "deprecated": false, + "trackAdoption": false } ], "initialIsOpen": false @@ -3934,6 +3956,20 @@ "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", "deprecated": false, "trackAdoption": false + }, + { + "parentPluginId": "triggersActionsUi", + "id": "def-public.RuleTypeModel.isInternallyManaged", + "type": "CompoundType", + "tags": [], + "label": "isInternallyManaged", + "description": [], + "signature": [ + "boolean | undefined" + ], + "path": "x-pack/platform/plugins/shared/triggers_actions_ui/public/types.ts", + "deprecated": false, + "trackAdoption": false } ], "initialIsOpen": false diff --git a/api_docs/triggers_actions_ui.mdx b/api_docs/triggers_actions_ui.mdx index 47ba039822160..5d7029485fbe8 100644 --- a/api_docs/triggers_actions_ui.mdx +++ b/api_docs/triggers_actions_ui.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/triggersActionsUi title: "triggersActionsUi" image: https://source.unsplash.com/400x175/?github description: API docs for the triggersActionsUi plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'triggersActionsUi'] --- import triggersActionsUiObj from './triggers_actions_ui.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-o | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 496 | 1 | 492 | 38 | +| 499 | 1 | 495 | 38 | ## Client diff --git a/api_docs/ui_actions.mdx b/api_docs/ui_actions.mdx index 414703fc8738d..b74c3485cac4b 100644 --- a/api_docs/ui_actions.mdx +++ b/api_docs/ui_actions.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/uiActions title: "uiActions" image: https://source.unsplash.com/400x175/?github description: API docs for the uiActions plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'uiActions'] --- import uiActionsObj from './ui_actions.devdocs.json'; diff --git a/api_docs/ui_actions_enhanced.mdx b/api_docs/ui_actions_enhanced.mdx index 739393f6bbd99..28860bb9a105e 100644 --- a/api_docs/ui_actions_enhanced.mdx +++ b/api_docs/ui_actions_enhanced.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/uiActionsEnhanced title: "uiActionsEnhanced" image: https://source.unsplash.com/400x175/?github description: API docs for the uiActionsEnhanced plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'uiActionsEnhanced'] --- import uiActionsEnhancedObj from './ui_actions_enhanced.devdocs.json'; diff --git a/api_docs/unified_doc_viewer.devdocs.json b/api_docs/unified_doc_viewer.devdocs.json index e160ffa6b5eef..7869e4e755969 100644 --- a/api_docs/unified_doc_viewer.devdocs.json +++ b/api_docs/unified_doc_viewer.devdocs.json @@ -207,7 +207,7 @@ }, ") => JSX.Element) | undefined; indexes: ", "TraceIndexes", - "; } & React.RefAttributes<", + "; showTraceWaterfall?: boolean | undefined; } & React.RefAttributes<", { "pluginId": "unifiedDocViewer", "scope": "public", @@ -341,11 +341,17 @@ "label": "UnifiedDocViewerObservabilityTracesOverview", "description": [], "signature": [ - "React.ForwardRefExoticComponent<", + "React.ForwardRefExoticComponent>" + "; showWaterfall?: boolean | undefined; showActions?: boolean | undefined; } & React.RefAttributes<", + "OverviewApi", + ">, \"ref\"> & { ref?: ((instance: ", + "OverviewApi", + " | null) => void) | React.RefObject<", + "OverviewApi", + "> | null | undefined; }, \"ref\"> & React.RefAttributes<{}>>" ], "path": "src/platform/plugins/shared/unified_doc_viewer/public/components/observability/traces/doc_viewer_overview/lazy_doc_viewer_obs_traces_overview.tsx", "deprecated": false, @@ -508,7 +514,7 @@ }, ") => JSX.Element) | undefined; indexes: ", "TraceIndexes", - "; }" + "; showTraceWaterfall?: boolean | undefined; }" ], "path": "src/platform/plugins/shared/unified_doc_viewer/public/components/doc_viewer_logs_overview/logs_overview.tsx", "deprecated": false, diff --git a/api_docs/unified_doc_viewer.mdx b/api_docs/unified_doc_viewer.mdx index 31f17d29e6727..f0d350863b3d1 100644 --- a/api_docs/unified_doc_viewer.mdx +++ b/api_docs/unified_doc_viewer.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/unifiedDocViewer title: "unifiedDocViewer" image: https://source.unsplash.com/400x175/?github description: API docs for the unifiedDocViewer plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'unifiedDocViewer'] --- import unifiedDocViewerObj from './unified_doc_viewer.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/k | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 26 | 0 | 17 | 4 | +| 26 | 0 | 17 | 5 | ## Client diff --git a/api_docs/unified_search.mdx b/api_docs/unified_search.mdx index 71ec96fdaf66e..0d45c4db3df22 100644 --- a/api_docs/unified_search.mdx +++ b/api_docs/unified_search.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/unifiedSearch title: "unifiedSearch" image: https://source.unsplash.com/400x175/?github description: API docs for the unifiedSearch plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'unifiedSearch'] --- import unifiedSearchObj from './unified_search.devdocs.json'; diff --git a/api_docs/unified_search_autocomplete.mdx b/api_docs/unified_search_autocomplete.mdx index 94d3fdd174110..5099ec1ef05b1 100644 --- a/api_docs/unified_search_autocomplete.mdx +++ b/api_docs/unified_search_autocomplete.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/unifiedSearch-autocomplete title: "unifiedSearch.autocomplete" image: https://source.unsplash.com/400x175/?github description: API docs for the unifiedSearch.autocomplete plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'unifiedSearch.autocomplete'] --- import unifiedSearchAutocompleteObj from './unified_search_autocomplete.devdocs.json'; diff --git a/api_docs/upgrade_assistant.mdx b/api_docs/upgrade_assistant.mdx index 9a66059d9a180..a48776c1cabf8 100644 --- a/api_docs/upgrade_assistant.mdx +++ b/api_docs/upgrade_assistant.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/upgradeAssistant title: "upgradeAssistant" image: https://source.unsplash.com/400x175/?github description: API docs for the upgradeAssistant plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'upgradeAssistant'] --- import upgradeAssistantObj from './upgrade_assistant.devdocs.json'; diff --git a/api_docs/uptime.mdx b/api_docs/uptime.mdx index a8e9b18aa4389..b2e970c44cbea 100644 --- a/api_docs/uptime.mdx +++ b/api_docs/uptime.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/uptime title: "uptime" image: https://source.unsplash.com/400x175/?github description: API docs for the uptime plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'uptime'] --- import uptimeObj from './uptime.devdocs.json'; diff --git a/api_docs/url_forwarding.mdx b/api_docs/url_forwarding.mdx index fd3412dbf6191..4106ffdfdd46e 100644 --- a/api_docs/url_forwarding.mdx +++ b/api_docs/url_forwarding.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/urlForwarding title: "urlForwarding" image: https://source.unsplash.com/400x175/?github description: API docs for the urlForwarding plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'urlForwarding'] --- import urlForwardingObj from './url_forwarding.devdocs.json'; diff --git a/api_docs/usage_collection.mdx b/api_docs/usage_collection.mdx index 3ed03fd5357b2..e9c2ea3080a35 100644 --- a/api_docs/usage_collection.mdx +++ b/api_docs/usage_collection.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/usageCollection title: "usageCollection" image: https://source.unsplash.com/400x175/?github description: API docs for the usageCollection plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'usageCollection'] --- import usageCollectionObj from './usage_collection.devdocs.json'; diff --git a/api_docs/ux.mdx b/api_docs/ux.mdx index 4182c492ca375..3a6b6cccc6397 100644 --- a/api_docs/ux.mdx +++ b/api_docs/ux.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/ux title: "ux" image: https://source.unsplash.com/400x175/?github description: API docs for the ux plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'ux'] --- import uxObj from './ux.devdocs.json'; diff --git a/api_docs/vis_default_editor.mdx b/api_docs/vis_default_editor.mdx index b96150eec805a..211c99a94590d 100644 --- a/api_docs/vis_default_editor.mdx +++ b/api_docs/vis_default_editor.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visDefaultEditor title: "visDefaultEditor" image: https://source.unsplash.com/400x175/?github description: API docs for the visDefaultEditor plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visDefaultEditor'] --- import visDefaultEditorObj from './vis_default_editor.devdocs.json'; diff --git a/api_docs/vis_type_gauge.mdx b/api_docs/vis_type_gauge.mdx index fb4f50273bb00..23d0eb44610f1 100644 --- a/api_docs/vis_type_gauge.mdx +++ b/api_docs/vis_type_gauge.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypeGauge title: "visTypeGauge" image: https://source.unsplash.com/400x175/?github description: API docs for the visTypeGauge plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visTypeGauge'] --- import visTypeGaugeObj from './vis_type_gauge.devdocs.json'; diff --git a/api_docs/vis_type_heatmap.mdx b/api_docs/vis_type_heatmap.mdx index d2579f1e50c1e..dab1e1f81b3c4 100644 --- a/api_docs/vis_type_heatmap.mdx +++ b/api_docs/vis_type_heatmap.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypeHeatmap title: "visTypeHeatmap" image: https://source.unsplash.com/400x175/?github description: API docs for the visTypeHeatmap plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visTypeHeatmap'] --- import visTypeHeatmapObj from './vis_type_heatmap.devdocs.json'; diff --git a/api_docs/vis_type_pie.mdx b/api_docs/vis_type_pie.mdx index fc3157f043c98..d4f4f8e705680 100644 --- a/api_docs/vis_type_pie.mdx +++ b/api_docs/vis_type_pie.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypePie title: "visTypePie" image: https://source.unsplash.com/400x175/?github description: API docs for the visTypePie plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visTypePie'] --- import visTypePieObj from './vis_type_pie.devdocs.json'; diff --git a/api_docs/vis_type_table.mdx b/api_docs/vis_type_table.mdx index 0146847639ba4..5be0b49721785 100644 --- a/api_docs/vis_type_table.mdx +++ b/api_docs/vis_type_table.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypeTable title: "visTypeTable" image: https://source.unsplash.com/400x175/?github description: API docs for the visTypeTable plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visTypeTable'] --- import visTypeTableObj from './vis_type_table.devdocs.json'; diff --git a/api_docs/vis_type_timelion.mdx b/api_docs/vis_type_timelion.mdx index 8e0904d1d4b0a..1e35d7944cbdc 100644 --- a/api_docs/vis_type_timelion.mdx +++ b/api_docs/vis_type_timelion.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypeTimelion title: "visTypeTimelion" image: https://source.unsplash.com/400x175/?github description: API docs for the visTypeTimelion plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visTypeTimelion'] --- import visTypeTimelionObj from './vis_type_timelion.devdocs.json'; diff --git a/api_docs/vis_type_timeseries.mdx b/api_docs/vis_type_timeseries.mdx index 5833dcb1dfe92..39cc4f2c2fc80 100644 --- a/api_docs/vis_type_timeseries.mdx +++ b/api_docs/vis_type_timeseries.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypeTimeseries title: "visTypeTimeseries" image: https://source.unsplash.com/400x175/?github description: API docs for the visTypeTimeseries plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visTypeTimeseries'] --- import visTypeTimeseriesObj from './vis_type_timeseries.devdocs.json'; diff --git a/api_docs/vis_type_vega.mdx b/api_docs/vis_type_vega.mdx index f10a39a3d3cc6..2b57730a09160 100644 --- a/api_docs/vis_type_vega.mdx +++ b/api_docs/vis_type_vega.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypeVega title: "visTypeVega" image: https://source.unsplash.com/400x175/?github description: API docs for the visTypeVega plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visTypeVega'] --- import visTypeVegaObj from './vis_type_vega.devdocs.json'; diff --git a/api_docs/vis_type_vislib.mdx b/api_docs/vis_type_vislib.mdx index 0783c443fea12..88f8878d80b84 100644 --- a/api_docs/vis_type_vislib.mdx +++ b/api_docs/vis_type_vislib.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypeVislib title: "visTypeVislib" image: https://source.unsplash.com/400x175/?github description: API docs for the visTypeVislib plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visTypeVislib'] --- import visTypeVislibObj from './vis_type_vislib.devdocs.json'; diff --git a/api_docs/vis_type_xy.mdx b/api_docs/vis_type_xy.mdx index c95066d1d309e..735d029597be4 100644 --- a/api_docs/vis_type_xy.mdx +++ b/api_docs/vis_type_xy.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypeXy title: "visTypeXy" image: https://source.unsplash.com/400x175/?github description: API docs for the visTypeXy plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visTypeXy'] --- import visTypeXyObj from './vis_type_xy.devdocs.json'; diff --git a/api_docs/visualizations.mdx b/api_docs/visualizations.mdx index 5facc7b339416..a3a5a77da4b21 100644 --- a/api_docs/visualizations.mdx +++ b/api_docs/visualizations.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visualizations title: "visualizations" image: https://source.unsplash.com/400x175/?github description: API docs for the visualizations plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visualizations'] --- import visualizationsObj from './visualizations.devdocs.json'; diff --git a/api_docs/workchat_app.mdx b/api_docs/workchat_app.mdx index 41002cfe104cb..df1ce8a350eca 100644 --- a/api_docs/workchat_app.mdx +++ b/api_docs/workchat_app.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/workchatApp title: "workchatApp" image: https://source.unsplash.com/400x175/?github description: API docs for the workchatApp plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'workchatApp'] --- import workchatAppObj from './workchat_app.devdocs.json'; diff --git a/api_docs/workflows_execution_engine.mdx b/api_docs/workflows_execution_engine.mdx index f6bc9336dbd10..c470f0db79322 100644 --- a/api_docs/workflows_execution_engine.mdx +++ b/api_docs/workflows_execution_engine.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/workflowsExecutionEngine title: "workflowsExecutionEngine" image: https://source.unsplash.com/400x175/?github description: API docs for the workflowsExecutionEngine plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'workflowsExecutionEngine'] --- import workflowsExecutionEngineObj from './workflows_execution_engine.devdocs.json'; diff --git a/api_docs/workflows_management.devdocs.json b/api_docs/workflows_management.devdocs.json index e596bf1e2e077..9868f627be75a 100644 --- a/api_docs/workflows_management.devdocs.json +++ b/api_docs/workflows_management.devdocs.json @@ -78,6 +78,20 @@ "deprecated": false, "trackAdoption": false }, + { + "parentPluginId": "workflowsManagement", + "id": "def-public.WorkflowExecutionProps.showBackButton", + "type": "CompoundType", + "tags": [], + "label": "showBackButton", + "description": [], + "signature": [ + "boolean | undefined" + ], + "path": "src/platform/plugins/shared/workflows_management/public/features/workflow_execution_detail/ui/workflow_execution_detail.tsx", + "deprecated": false, + "trackAdoption": false + }, { "parentPluginId": "workflowsManagement", "id": "def-public.WorkflowExecutionProps.fields", diff --git a/api_docs/workflows_management.mdx b/api_docs/workflows_management.mdx index bc056bb21af7d..1eb7f336661f3 100644 --- a/api_docs/workflows_management.mdx +++ b/api_docs/workflows_management.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/workflowsManagement title: "workflowsManagement" image: https://source.unsplash.com/400x175/?github description: API docs for the workflowsManagement plugin -date: 2025-09-26 +date: 2025-10-01 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'workflowsManagement'] --- import workflowsManagementObj from './workflows_management.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/workflows-eng](https://github.com/orgs/elastic/teams/workflows | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 17 | 0 | 16 | 1 | +| 18 | 0 | 17 | 1 | ## Client diff --git a/x-pack/platform/packages/shared/kbn-page-attachment-schema/src/schema/v1.ts b/x-pack/platform/packages/shared/kbn-page-attachment-schema/src/schema/v1.ts index 54422b013f01d..1ae46596eda17 100644 --- a/x-pack/platform/packages/shared/kbn-page-attachment-schema/src/schema/v1.ts +++ b/x-pack/platform/packages/shared/kbn-page-attachment-schema/src/schema/v1.ts @@ -35,10 +35,6 @@ export const pageAttachmentPersistedStateSchema = z.object({ * can be provided to an LLM to generate a summary or perform analysis */ screenContext: z.array(z.object({ screenDescription: z.string() })).optional(), - /** - * Optional summary of the page. - */ - summary: z.string().optional(), }); export type PageAttachmentPersistedState = z.infer; diff --git a/x-pack/solutions/observability/plugins/observability/public/attachments/page/attachment_children.tsx b/x-pack/solutions/observability/plugins/observability/public/attachments/page/attachment_children.tsx index 90bb61cc42bd7..704b0a09ac82f 100644 --- a/x-pack/solutions/observability/plugins/observability/public/attachments/page/attachment_children.tsx +++ b/x-pack/solutions/observability/plugins/observability/public/attachments/page/attachment_children.tsx @@ -29,7 +29,7 @@ export function PageAttachmentChildren({ notifications: { toasts }, }, } = useKibana(); - const { url, summary } = pageState; + const { url } = pageState; const label = url?.label; const href = useMemo(() => { @@ -117,7 +117,6 @@ export function PageAttachmentChildren({ - {summary && {summary}} ); } diff --git a/x-pack/solutions/observability/plugins/observability/public/plugin.ts b/x-pack/solutions/observability/plugins/observability/public/plugin.ts index cd333d928430c..85000c3ca09e4 100644 --- a/x-pack/solutions/observability/plugins/observability/public/plugin.ts +++ b/x-pack/solutions/observability/plugins/observability/public/plugin.ts @@ -5,12 +5,8 @@ * 2.0. */ -import { - type CasesPublicSetup, - CasesDeepLinkId, - type CasesPublicStart, - getCasesDeepLinks, -} from '@kbn/cases-plugin/public'; +import type { CasesPublicStart, CasesPublicSetup } from '@kbn/cases-plugin/public'; +import { CasesDeepLinkId, getCasesDeepLinks } from '@kbn/cases-plugin/public'; import type { DashboardStart } from '@kbn/dashboard-plugin/public'; import type { ChartsPluginStart } from '@kbn/charts-plugin/public'; import type { CloudStart } from '@kbn/cloud-plugin/public'; diff --git a/x-pack/solutions/observability/plugins/observability_shared/kibana.jsonc b/x-pack/solutions/observability/plugins/observability_shared/kibana.jsonc index d6081b4e285f9..5b45bfc1d534f 100644 --- a/x-pack/solutions/observability/plugins/observability_shared/kibana.jsonc +++ b/x-pack/solutions/observability/plugins/observability_shared/kibana.jsonc @@ -24,8 +24,7 @@ "data", "inspector", "kibanaReact", - "kibanaUtils", - "observabilityAIAssistant" + "kibanaUtils" ], "extraPublicDirs": [ "common" diff --git a/x-pack/solutions/observability/plugins/observability_shared/public/components/add_page_attachment_to_case_modal/add_page_attachment_to_case_modal.test.tsx b/x-pack/solutions/observability/plugins/observability_shared/public/components/add_page_attachment_to_case_modal/add_page_attachment_to_case_modal.test.tsx deleted file mode 100644 index 6002ba6ccee11..0000000000000 --- a/x-pack/solutions/observability/plugins/observability_shared/public/components/add_page_attachment_to_case_modal/add_page_attachment_to_case_modal.test.tsx +++ /dev/null @@ -1,325 +0,0 @@ -/* - * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one - * or more contributor license agreements. Licensed under the Elastic License - * 2.0; you may not use this file except in compliance with the Elastic License - * 2.0. - */ - -import React from 'react'; -import { render, screen, fireEvent } from '@testing-library/react'; -import { __IntlProvider as IntlProvider } from '@kbn/i18n-react'; -import type { PageAttachmentPersistedState } from '@kbn/page-attachment-schema'; -import type { CasesPublicStart } from '@kbn/cases-plugin/public'; -import { mockCasesContract } from '@kbn/cases-plugin/public/mocks'; -import { notificationServiceMock } from '@kbn/core-notifications-browser-mocks'; -import { AddPageAttachmentToCaseModal } from './add_page_attachment_to_case_modal'; -import * as usePageSummaryHook from '../../hooks/use_page_summary'; - -jest.mock('../../hooks/use_page_summary', () => ({ - usePageSummary: jest.fn(() => ({ - isObsAIAssistantEnabled: true, - generateSummary: jest.fn(), - isLoading: false, - summary: '', - errors: [], - abortController: { signal: new AbortController().signal, abort: jest.fn() }, - screenContexts: [], - isComplete: false, - })), -})); - -const mockCases: Partial = mockCasesContract(); - -describe('AddPageAttachmentToCaseModal', () => { - const notifications = notificationServiceMock.createStartContract(); - const pageAttachmentState: PageAttachmentPersistedState = { - type: 'example', - url: { - pathAndQuery: 'http://example.com', - actionLabel: 'Go to Example Page', - label: 'Example Page', - iconType: 'globe', - }, - }; - - beforeEach(() => { - jest.clearAllMocks(); - - mockCases.helpers = { - canUseCases: jest.fn().mockReturnValue({ - read: true, - update: true, - push: true, - all: true, - create: true, - delete: true, - get: true, - connectors: true, - reopenCase: true, - settings: true, - createComment: true, - getCaseUserActions: true, - assign: true, - }), - getUICapabilities: jest.fn().mockReturnValue({}), - getRuleIdFromEvent: jest.fn().mockReturnValue({}), - groupAlertsByRule: jest.fn().mockReturnValue({}), - getObservablesFromEcs: jest.fn().mockReturnValue({}), - }; - }); - - it('renders modal when user has permissions', () => { - mockCases.helpers!.canUseCases = jest.fn().mockImplementationOnce(() => ({ - read: true, - update: true, - push: true, - })); - - render( - - - - ); - - expect(screen.getByText('Add page to case')).toBeInTheDocument(); - }); - - it('does not render modal when user lacks permissions', () => { - mockCases.helpers!.canUseCases = jest.fn().mockImplementationOnce(() => ({ - read: true, - update: true, - push: false, - })); - - render( - - ); - - expect(screen.queryByText('Add page to case')).not.toBeInTheDocument(); - }); - - it('calls onCloseModal when cancel button is clicked', () => { - const onCloseModalMock = jest.fn(); - - render( - - - - ); - - fireEvent.click(screen.getByText('Cancel')); - expect(onCloseModalMock).toHaveBeenCalled(); - }); - - it('opens case modal when confirm button is clicked', () => { - jest.spyOn(usePageSummaryHook, 'usePageSummary').mockReturnValue({ - isObsAIAssistantEnabled: true, - generateSummary: jest.fn(), - isLoading: false, - summary: '', - errors: [], - abortController: { signal: new AbortController().signal, abort: jest.fn() }, - screenContexts: [], - isComplete: true, - }); - - const mockCasesModal = { - open: jest.fn(), - close: jest.fn(), - }; - mockCases.hooks!.useCasesAddToExistingCaseModal = jest.fn(() => mockCasesModal); - render( - - - - ); - - fireEvent.click(screen.getByText('Confirm')); - expect(mockCasesModal.open).toHaveBeenCalled(); - }); - - it('passes correct getAttachments payload when case modal is opened', () => { - jest.spyOn(usePageSummaryHook, 'usePageSummary').mockReturnValue({ - isObsAIAssistantEnabled: true, - generateSummary: jest.fn(), - isLoading: false, - summary: '', - errors: [], - abortController: { signal: new AbortController().signal, abort: jest.fn() }, - screenContexts: [], - isComplete: true, - }); - - const mockCasesModal = { - open: jest.fn(), - close: jest.fn(), - }; - mockCases.hooks!.useCasesAddToExistingCaseModal = jest.fn(() => mockCasesModal); - const comment = 'Test comment'; - - render( - - - - ); - - fireEvent.change(screen.getByRole('textbox'), { target: { value: comment } }); - fireEvent.click(screen.getByText('Confirm')); - - expect(mockCasesModal!.open).toHaveBeenCalledWith({ - getAttachments: expect.any(Function), - }); - - const attachments = mockCasesModal!.open.mock.calls[0][0].getAttachments(); - expect(attachments).toEqual([ - { - persistableStateAttachmentState: { - ...pageAttachmentState, - screenContext: [], - summary: comment, - }, - persistableStateAttachmentTypeId: '.page', - type: 'persistableState', - }, - ]); - }); - - it('passes correct screenContexts to the case attachment', () => { - const mockCasesModal = { - open: jest.fn(), - close: jest.fn(), - }; - mockCases.hooks!.useCasesAddToExistingCaseModal = jest.fn(() => mockCasesModal); - const screenContexts = [{ screenDescription: 'testContext' }]; - jest.spyOn(usePageSummaryHook, 'usePageSummary').mockReturnValue({ - isObsAIAssistantEnabled: true, - generateSummary: jest.fn(), - isLoading: false, - summary: '', - errors: [], - abortController: { signal: new AbortController().signal, abort: jest.fn() }, - screenContexts, - isComplete: true, - }); - render( - - - - ); - fireEvent.click(screen.getByText('Confirm')); - expect(mockCasesModal!.open).toHaveBeenCalledWith({ - getAttachments: expect.any(Function), - }); - const attachments = mockCasesModal!.open.mock.calls[0][0].getAttachments(); - expect(attachments).toEqual([ - { - persistableStateAttachmentState: { - ...pageAttachmentState, - screenContext: screenContexts, - summary: '', - }, - persistableStateAttachmentTypeId: '.page', - type: 'persistableState', - }, - ]); - }); - - it('can update the summary comment', () => { - jest.spyOn(usePageSummaryHook, 'usePageSummary').mockReturnValue({ - isObsAIAssistantEnabled: true, - generateSummary: jest.fn(), - isLoading: false, - summary: '', - errors: [], - abortController: { signal: new AbortController().signal, abort: jest.fn() }, - screenContexts: [], - isComplete: true, - }); - - const mockCasesModal = { - open: jest.fn(), - close: jest.fn(), - }; - mockCases.hooks!.useCasesAddToExistingCaseModal = jest.fn(() => mockCasesModal); - const comment = 'Test comment'; - render( - - - - ); - fireEvent.change(screen.getByRole('textbox'), { target: { value: comment } }); - fireEvent.click(screen.getByText('Confirm')); - expect(mockCasesModal!.open).toHaveBeenCalledWith({ - getAttachments: expect.any(Function), - }); - const attachments = mockCasesModal!.open.mock.calls[0][0].getAttachments(); - expect(attachments).toEqual([ - { - persistableStateAttachmentState: { - ...pageAttachmentState, - screenContext: [], - summary: comment, - }, - persistableStateAttachmentTypeId: '.page', - type: 'persistableState', - }, - ]); - }); - - it('should trigger a warning toast if hasCasesPermissions is false', () => { - const addWarningMock = jest.spyOn(notifications.toasts, 'addWarning'); - mockCases.helpers!.canUseCases = jest.fn().mockImplementationOnce(() => ({ - read: true, - update: true, - push: false, - })); - - render( - - ); - - expect(addWarningMock).toHaveBeenCalledWith({ - title: expect.stringContaining('Insufficient privileges to add page to case'), - }); - }); -}); diff --git a/x-pack/solutions/observability/plugins/observability_shared/public/components/add_page_attachment_to_case_modal/add_page_attachment_to_case_modal.tsx b/x-pack/solutions/observability/plugins/observability_shared/public/components/add_page_attachment_to_case_modal/add_page_attachment_to_case_modal.tsx deleted file mode 100644 index e3ed51b61f2ce..0000000000000 --- a/x-pack/solutions/observability/plugins/observability_shared/public/components/add_page_attachment_to_case_modal/add_page_attachment_to_case_modal.tsx +++ /dev/null @@ -1,205 +0,0 @@ -/* - * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one - * or more contributor license agreements. Licensed under the Elastic License - * 2.0; you may not use this file except in compliance with the Elastic License - * 2.0. - */ - -import React, { useMemo, useCallback, useState, useEffect } from 'react'; -import type { CasesPublicStart } from '@kbn/cases-plugin/public'; -import { EuiConfirmModal, EuiModalHeader, EuiModalHeaderTitle, EuiModalBody } from '@elastic/eui'; -import { i18n } from '@kbn/i18n'; -import { AttachmentType } from '@kbn/cases-plugin/common'; -import type { ObservabilityAIAssistantPublicStart } from '@kbn/observability-ai-assistant-plugin/public'; -import { - type PageAttachmentPersistedState, - PAGE_ATTACHMENT_TYPE, -} from '@kbn/page-attachment-schema'; -import { type CasesPermissions } from '@kbn/cases-plugin/common'; -import type { NotificationsStart } from '@kbn/core/public'; -import { useChatService } from '../../hooks/use_chat_service'; -import { usePageSummary } from '../../hooks/use_page_summary'; -import { AddToCaseComment } from '../add_to_case_comment'; - -export interface AddPageAttachmentToCaseModalProps { - pageAttachmentState: PageAttachmentPersistedState; - observabilityAIAssistant?: ObservabilityAIAssistantPublicStart; - notifications: NotificationsStart; - cases: CasesPublicStart; - onCloseModal: () => void; -} - -export function AddPageAttachmentToCaseModal({ - pageAttachmentState, - cases, - observabilityAIAssistant, - notifications, - onCloseModal, -}: AddPageAttachmentToCaseModalProps) { - const getCasesContext = cases.ui.getCasesContext; - const canUseCases = cases.helpers.canUseCases; - const { ObservabilityAIAssistantChatServiceContext, chatService } = useChatService({ - observabilityAIAssistant, - }); - - const casesPermissions: CasesPermissions = useMemo(() => { - if (!canUseCases) { - return { - all: false, - create: false, - read: false, - update: false, - delete: false, - push: false, - connectors: false, - settings: false, - reopenCase: false, - createComment: false, - assign: false, - }; - } - return canUseCases(); - }, [canUseCases]); - - const hasCasesPermissions = useMemo(() => { - return casesPermissions.read && casesPermissions.update && casesPermissions.push; - }, [casesPermissions]); - - const CasesContext = getCasesContext(); - - useEffect(() => { - if (!hasCasesPermissions) { - notifications.toasts.addWarning({ - title: i18n.translate( - 'xpack.observabilityShared.cases.addPageToCaseModal.noPermissionsTitle', - { - defaultMessage: - 'Insufficient privileges to add page to case. Please contact your admin.', - } - ), - }); - } - }, [hasCasesPermissions, notifications.toasts]); - - return hasCasesPermissions ? ( - - {ObservabilityAIAssistantChatServiceContext && chatService ? ( - - - - ) : ( - - )} - - ) : null; -} - -function AddToCaseButtonContent({ - pageAttachmentState, - cases, - observabilityAIAssistant, - notifications, - onCloseModal, -}: AddPageAttachmentToCaseModalProps) { - const [isCommentModalOpen, setIsCommentModalOpen] = useState(true); - const [isCommentLoading, setIsCommentLoading] = useState(true); - const [comment, setComment] = useState(''); - const useCasesAddToExistingCaseModal = cases.hooks.useCasesAddToExistingCaseModal!; - const { screenContexts } = usePageSummary({ - observabilityAIAssistant, - appInstructions: - 'When referring to Synthetics monitors, include the monitor name, test run timestamp, and test run location.', - }); - const casesModal = useCasesAddToExistingCaseModal({ - onClose: (_, isCreateCase) => { - if (!isCreateCase) { - onCloseModal(); - } - }, - }); - - const handleCloseModal = useCallback(() => { - setIsCommentModalOpen(true); - onCloseModal(); - }, [onCloseModal]); - - const onCommentAdded = useCallback(() => { - setIsCommentModalOpen(false); - casesModal.open({ - getAttachments: () => [ - { - persistableStateAttachmentState: { - ...pageAttachmentState, - summary: comment, - screenContext: screenContexts || [], - }, - persistableStateAttachmentTypeId: PAGE_ATTACHMENT_TYPE, - type: AttachmentType.persistableState, - }, - ], - }); - }, [casesModal, comment, pageAttachmentState, screenContexts]); - - return isCommentModalOpen ? ( - - - - {i18n.translate('xpack.observabilityShared.cases.addToCaseModal.title', { - defaultMessage: 'Add page to case', - })} - - - - - - - ) : null; -} - -// eslint-disable-next-line import/no-default-export -export default AddPageAttachmentToCaseModal; diff --git a/x-pack/solutions/observability/plugins/observability_shared/public/components/add_page_attachment_to_case_modal/add_page_attachment_to_case_modal_lazy.tsx b/x-pack/solutions/observability/plugins/observability_shared/public/components/add_page_attachment_to_case_modal/add_page_attachment_to_case_modal_lazy.tsx deleted file mode 100644 index bc03f420c671f..0000000000000 --- a/x-pack/solutions/observability/plugins/observability_shared/public/components/add_page_attachment_to_case_modal/add_page_attachment_to_case_modal_lazy.tsx +++ /dev/null @@ -1,17 +0,0 @@ -/* - * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one - * or more contributor license agreements. Licensed under the Elastic License - * 2.0; you may not use this file except in compliance with the Elastic License - * 2.0. - */ - -import React from 'react'; -import { EuiLoadingSpinner } from '@elastic/eui'; -import { dynamic } from '@kbn/shared-ux-utility'; - -export const AddPageAttachmentToCaseModal = dynamic( - () => import('./add_page_attachment_to_case_modal'), - { - fallback: , - } -); diff --git a/x-pack/solutions/observability/plugins/observability_shared/public/components/add_to_case_comment/add_to_case_comment.test.tsx b/x-pack/solutions/observability/plugins/observability_shared/public/components/add_to_case_comment/add_to_case_comment.test.tsx deleted file mode 100644 index 88e2efcc14519..0000000000000 --- a/x-pack/solutions/observability/plugins/observability_shared/public/components/add_to_case_comment/add_to_case_comment.test.tsx +++ /dev/null @@ -1,349 +0,0 @@ -/* - * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one - * or more contributor license agreements. Licensed under the Elastic License - * 2.0; you may not use this file except in compliance with the Elastic License - * 2.0. - */ - -import React from 'react'; -import { render, screen, fireEvent } from '@testing-library/react'; -import { AddToCaseComment } from '.'; -import { observabilityAIAssistantPluginMock } from '@kbn/observability-ai-assistant-plugin/public/mock'; -import { notificationServiceMock } from '@kbn/core-notifications-browser-mocks'; -import * as usePageSummaryHook from '../../hooks/use_page_summary'; - -// Mock i18n -jest.mock('@kbn/i18n-react', () => ({ - FormattedMessage: ({ defaultMessage }: { defaultMessage: string }) => ( - {defaultMessage} - ), - useIntl: () => ({ - formatMessage: ({ defaultMessage }: { defaultMessage: string }) => defaultMessage, - }), -})); - -const mockObservabilityAIAssistant = observabilityAIAssistantPluginMock.createStartContract(); - -describe('AddToCaseComment', () => { - const addErrorMock = jest.fn(); - const notificationsContractMock = notificationServiceMock.createStartContract(); - const notificationsMock = { - ...notificationsContractMock, - toasts: { - ...notificationsContractMock.toasts, - addError: addErrorMock, - }, - }; - beforeEach(() => { - jest.clearAllMocks(); - jest.spyOn(usePageSummaryHook, 'usePageSummary').mockReturnValue({ - isObsAIAssistantEnabled: true, - generateSummary: jest.fn(), - isLoading: false, - summary: '', - errors: [], - abortController: { signal: new AbortController().signal, abort: jest.fn() }, - screenContexts: [], - isComplete: false, - }); - }); - - it('renders the input field with placeholder text', () => { - render( - - ); - - expect(screen.getByLabelText('Add a comment (optional)')).toBeInTheDocument(); - }); - - it('updates the comment when text is entered', () => { - const onCommentChangeMock = jest.fn(); - render( - - ); - - fireEvent.change(screen.getByLabelText('Add a comment (optional)'), { - target: { value: 'New comment' }, - }); - - expect(onCommentChangeMock).toHaveBeenCalledWith('New comment'); - }); - - it('shows input when AI assistant is enabled and comment is defined', () => { - jest.spyOn(usePageSummaryHook, 'usePageSummary').mockReturnValue({ - isObsAIAssistantEnabled: true, - generateSummary: jest.fn(), - isLoading: true, - summary: '', - abortController: { signal: new AbortController().signal, abort: jest.fn() }, - screenContexts: [], - errors: [], - isComplete: false, - }); - - render( - - ); - - expect(screen.getByLabelText('Add a comment (optional)')).toBeInTheDocument(); - }); - - it('shows input when AI assistant is enabled and isComplete is true', () => { - jest.spyOn(usePageSummaryHook, 'usePageSummary').mockReturnValue({ - isObsAIAssistantEnabled: true, - generateSummary: jest.fn(), - isLoading: true, - summary: '', - abortController: { signal: new AbortController().signal, abort: jest.fn() }, - screenContexts: [], - errors: [], - isComplete: true, - }); - - render( - - ); - - expect(screen.getByLabelText('Add a comment (optional)')).toBeInTheDocument(); - }); - - it('shows skeleton loader when AI assistant is enabled and comment is empty and isComplete is false', () => { - jest.spyOn(usePageSummaryHook, 'usePageSummary').mockReturnValue({ - isObsAIAssistantEnabled: true, - generateSummary: jest.fn(), - isLoading: true, - summary: '', - abortController: { signal: new AbortController().signal, abort: jest.fn() }, - screenContexts: [], - errors: [], - isComplete: false, - }); - - render( - - ); - - expect(screen.getByTestId('addPageToCaseCommentSkeleton')).toBeInTheDocument(); - }); - - it('displays AI assistant help text when enabled', () => { - render( - - ); - - expect( - screen.getByText( - '{icon} Initial comment AI generated. AI can be wrong or incomplete. Please review and edit as necessary.' - ) - ).toBeInTheDocument(); - }); - - it('does not display AI assistant help text when isObsAIAssistantEnabled is false', () => { - jest.spyOn(usePageSummaryHook, 'usePageSummary').mockReturnValue({ - isObsAIAssistantEnabled: false, - generateSummary: jest.fn(), - isLoading: false, - summary: '', - abortController: { signal: new AbortController().signal, abort: jest.fn() }, - screenContexts: [], - errors: [], - isComplete: false, - }); - - render( - - ); - - expect( - screen.queryByText( - '{icon} Initial comment AI generated. AI can be wrong or incomplete. Please review and edit as necessary.' - ) - ).not.toBeInTheDocument(); - }); - - it('does not display AI assistant help text when there are errors', () => { - jest.spyOn(usePageSummaryHook, 'usePageSummary').mockReturnValue({ - isObsAIAssistantEnabled: true, - generateSummary: jest.fn(), - isLoading: false, - summary: '', - abortController: { signal: new AbortController().signal, abort: jest.fn() }, - screenContexts: [], - errors: [new Error('Test error')], - isComplete: false, - }); - - render( - - ); - - expect( - screen.queryByText( - '{icon} Initial comment AI generated. AI can be wrong or incomplete. Please review and edit as necessary.' - ) - ).not.toBeInTheDocument(); - }); - - it('calls generateSummary when isObsAIAssistantEnabled is true and isComplete is false', () => { - const generateSummaryMock = jest.fn(); - jest.spyOn(usePageSummaryHook, 'usePageSummary').mockReturnValue({ - isObsAIAssistantEnabled: true, - generateSummary: generateSummaryMock, - isLoading: false, - summary: '', - abortController: { signal: new AbortController().signal, abort: jest.fn() }, - screenContexts: [], - errors: [], - isComplete: false, - }); - - render( - - ); - - expect(generateSummaryMock).toHaveBeenCalled(); - }); - - it('does not generateSummary when isObsAIAssistantEnabled is true and isComplete is true', () => { - const generateSummaryMock = jest.fn(); - jest.spyOn(usePageSummaryHook, 'usePageSummary').mockReturnValue({ - isObsAIAssistantEnabled: false, - generateSummary: generateSummaryMock, - isLoading: false, - summary: '', - abortController: { signal: new AbortController().signal, abort: jest.fn() }, - screenContexts: [], - errors: [], - isComplete: false, - }); - - render( - - ); - - expect(generateSummaryMock).not.toHaveBeenCalled(); - }); - - it('appends partial summaries to the comment using handleStreamingUpdate', () => { - const onCommentChangeMock = jest.fn((prevComment) => `${prevComment} Partial summary`); - const generateSummaryMock = jest.fn(); - const usePageSummarySpy = jest.spyOn(usePageSummaryHook, 'usePageSummary').mockReturnValue({ - isObsAIAssistantEnabled: true, - generateSummary: generateSummaryMock, - isLoading: false, - summary: '', - abortController: { signal: new AbortController().signal, abort: jest.fn() }, - screenContexts: [], - errors: [], - isComplete: false, - }); - - render( - - ); - - expect(onCommentChangeMock).not.toBeCalledWith(expect.any(Function)); - - expect(screen.getByText('Existing comment')).toBeInTheDocument(); - - expect(generateSummaryMock).toHaveBeenCalled(); - - const handleStreamingUpdate = usePageSummarySpy.mock.calls[0]![0]!.onChunk!; - handleStreamingUpdate(' Partial summary'); - - expect(onCommentChangeMock).toBeCalledWith(expect.any(Function)); - }); - - it('calls notifications.toasts.addError when errors are present', () => { - jest.spyOn(usePageSummaryHook, 'usePageSummary').mockReturnValue({ - isObsAIAssistantEnabled: true, - generateSummary: jest.fn(), - isLoading: false, - summary: '', - abortController: { signal: new AbortController().signal, abort: jest.fn() }, - screenContexts: [], - errors: [new Error('Test error')], - isComplete: false, - }); - - render( - - ); - - expect(notificationsMock.toasts.addError).toHaveBeenCalledWith(expect.any(Error), { - title: 'Could not initialize AI-generated summary', - }); - }); -}); diff --git a/x-pack/solutions/observability/plugins/observability_shared/public/components/add_to_case_comment/index.tsx b/x-pack/solutions/observability/plugins/observability_shared/public/components/add_to_case_comment/index.tsx deleted file mode 100644 index 89d3679b9e471..0000000000000 --- a/x-pack/solutions/observability/plugins/observability_shared/public/components/add_to_case_comment/index.tsx +++ /dev/null @@ -1,115 +0,0 @@ -/* - * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one - * or more contributor license agreements. Licensed under the Elastic License - * 2.0; you may not use this file except in compliance with the Elastic License - * 2.0. - */ - -import React, { useCallback, useEffect } from 'react'; -import { FormattedMessage } from '@kbn/i18n-react'; -import { EuiTextArea, EuiFormRow, EuiSkeletonText, EuiIcon } from '@elastic/eui'; -import { i18n } from '@kbn/i18n'; -import type { ObservabilityAIAssistantPublicStart } from '@kbn/observability-ai-assistant-plugin/public'; -import type { NotificationsStart } from '@kbn/core/public'; -import { usePageSummary } from '../../hooks/use_page_summary'; - -interface AddToCaseCommentProps { - comment: string; - setComment: React.Dispatch>; - setIsLoading: React.Dispatch>; - observabilityAIAssistant?: ObservabilityAIAssistantPublicStart; - notifications: NotificationsStart; -} - -export function AddToCaseComment({ - comment, - setComment, - setIsLoading, - observabilityAIAssistant, - notifications, -}: AddToCaseCommentProps) { - const handleStreamingUpdate = useCallback( - (partialSummary: string) => { - setComment((prevComment) => prevComment + partialSummary); - }, - [setComment] - ); - - const { generateSummary, isObsAIAssistantEnabled, errors, isComplete } = usePageSummary({ - onChunk: handleStreamingUpdate, - observabilityAIAssistant, - }); - - useEffect(() => { - if (isObsAIAssistantEnabled && !isComplete) { - generateSummary(); - } - }, [generateSummary, isObsAIAssistantEnabled, isComplete]); - - useEffect(() => { - if (isObsAIAssistantEnabled && !isComplete) { - setIsLoading(true); - } else { - setIsLoading(false); - } - }, [isObsAIAssistantEnabled, isComplete, setIsLoading]); - - useEffect(() => { - if (errors.length > 0) { - errors.forEach((error) => { - notifications.toasts.addError(error, { - title: i18n.translate( - 'xpack.observabilityShared.cases.addPageToCaseModal.errorGeneratingSummary', - { - defaultMessage: 'Could not initialize AI-generated summary', - } - ), - }); - }); - } - }, [errors, notifications]); - - const input = ( - { - setComment(e.target.value); - }} - value={comment} - fullWidth - rows={5} - /> - ); - - const showAIEnhancedExperience = isObsAIAssistantEnabled && !errors.length; - - return ( - <> - }} - /> - ) : undefined - } - fullWidth - > - {showAIEnhancedExperience ? ( - comment || isComplete ? ( - input - ) : ( - - ) - ) : ( - input - )} - - - ); -} diff --git a/x-pack/solutions/observability/plugins/observability_shared/public/hooks/use_chat_service.test.ts b/x-pack/solutions/observability/plugins/observability_shared/public/hooks/use_chat_service.test.ts deleted file mode 100644 index 1cef38bd3e311..0000000000000 --- a/x-pack/solutions/observability/plugins/observability_shared/public/hooks/use_chat_service.test.ts +++ /dev/null @@ -1,143 +0,0 @@ -/* - * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one - * or more contributor license agreements. Licensed under the Elastic License - * 2.0; you may not use this file except in compliance with the Elastic License - * 2.0. - */ - -import { renderHook, waitFor } from '@testing-library/react'; -import { useChatService } from './use_chat_service'; -import { useKibana } from '@kbn/kibana-react-plugin/public'; -import { useAbortableAsync } from '@kbn/react-hooks'; -import { observabilityAIAssistantPluginMock } from '@kbn/observability-ai-assistant-plugin/public/mock'; - -jest.mock('@kbn/kibana-react-plugin/public', () => ({ - useKibana: jest.fn(), -})); - -jest.mock('@kbn/react-hooks', () => ({ - useAbortableAsync: jest.fn(), -})); - -describe('useChatService', () => { - const mockObservabilityAIAssistant = observabilityAIAssistantPluginMock.createStartContract(); - - beforeEach(() => { - jest.clearAllMocks(); - (useKibana as jest.Mock).mockReturnValue({ - services: { - observabilityAIAssistant: mockObservabilityAIAssistant, - }, - }); - (useAbortableAsync as jest.Mock).mockImplementation((fn) => fn({ signal: {} })); - }); - - it('should return the correct values when ObservabilityAIAssistant is enabled', () => { - mockObservabilityAIAssistant.useGenAIConnectors = jest.fn().mockReturnValue({ - connectors: [{ id: 'test-connector' }, { id: 'another-connector' }], - selectedConnector: { id: 'test-connector' }, - }); - const { result } = renderHook(() => - useChatService({ - observabilityAIAssistant: mockObservabilityAIAssistant, - }) - ); - - expect(result.current.ObservabilityAIAssistantChatServiceContext).toBe( - mockObservabilityAIAssistant.ObservabilityAIAssistantChatServiceContext - ); - expect(result.current.isObsAIAssistantEnabled).toBe(true); - expect(result.current.connectors).toEqual([ - { id: 'test-connector' }, - { id: 'another-connector' }, - ]); - expect(result.current.selectedConnector).toEqual({ id: 'test-connector' }); - }); - - it('should start the chat service when ObservabilityAIAssistant is enabled', () => { - const mockStart = jest.fn().mockResolvedValue({ complete: jest.fn() }); - mockObservabilityAIAssistant.service.start = mockStart; - const { result } = renderHook(() => - useChatService({ - observabilityAIAssistant: mockObservabilityAIAssistant, - }) - ); - expect(result.current.chatService).toBeDefined(); - expect(mockStart).toHaveBeenCalled(); - }); - - it('should return isObsAIAssistantEnabled as false when ObservabilityAIAssistant is not available', () => { - const { result } = renderHook(() => - useChatService({ - observabilityAIAssistant: undefined, - }) - ); - - expect(result.current.ObservabilityAIAssistantChatServiceContext).toBeUndefined(); - expect(result.current.isObsAIAssistantEnabled).toBe(false); - expect(result.current.connectors).toEqual([]); - }); - - it('should track errors when the chat service fails to start', async () => { - const mockError = new Error('Test error'); - jest.spyOn(mockObservabilityAIAssistant.service, 'start').mockRejectedValueOnce(mockError); - - const { result } = renderHook(() => - useChatService({ - observabilityAIAssistant: mockObservabilityAIAssistant, - }) - ); - - await waitFor(() => { - expect(result.current.errors).toContain(mockError); - }); - }); - - it('returns isObsAIAssistantEnabled as false when observability ai assistant is not available', () => { - const { result } = renderHook(() => - useChatService({ - observabilityAIAssistant: undefined, - }) - ); - - expect(result.current).toEqual({ - ObservabilityAIAssistantChatServiceContext: undefined, - chatService: null, - observabilityAIAssistantService: undefined, - isObsAIAssistantEnabled: false, - connectors: [], - selectedConnector: undefined, - errors: [], - }); - }); - - it('returns isObsAIAssistantEnabled as false when context is not available', () => { - const { result } = renderHook(() => - useChatService({ - observabilityAIAssistant: { - ...mockObservabilityAIAssistant, - // @ts-ignore - ObservabilityAIAssistantChatServiceContext: undefined, - }, - }) - ); - - expect(result.current.isObsAIAssistantEnabled).toBe(false); - }); - - it('returns isObsAIAssistantEnabled as false when service is not enabled', () => { - const mockService = { - isEnabled: jest.fn().mockReturnValue(false), - }; - const { result } = renderHook(() => - useChatService({ - observabilityAIAssistant: { - ...mockObservabilityAIAssistant, - service: mockService as any, - }, - }) - ); - - expect(result.current.isObsAIAssistantEnabled).toBe(false); - }); -}); diff --git a/x-pack/solutions/observability/plugins/observability_shared/public/hooks/use_chat_service.ts b/x-pack/solutions/observability/plugins/observability_shared/public/hooks/use_chat_service.ts deleted file mode 100644 index e3a26e30e4186..0000000000000 --- a/x-pack/solutions/observability/plugins/observability_shared/public/hooks/use_chat_service.ts +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one - * or more contributor license agreements. Licensed under the Elastic License - * 2.0; you may not use this file except in compliance with the Elastic License - * 2.0. - */ -import { useState } from 'react'; -import { useAbortableAsync } from '@kbn/react-hooks'; -import { type ObservabilityAIAssistantPublicStart } from '@kbn/observability-ai-assistant-plugin/public'; - -export const useChatService = ({ - observabilityAIAssistant, -}: { - observabilityAIAssistant?: ObservabilityAIAssistantPublicStart; -}) => { - const [errors, setErrors] = useState([]); - const ObservabilityAIAssistantChatServiceContext = - observabilityAIAssistant?.ObservabilityAIAssistantChatServiceContext; - const obsAIService = observabilityAIAssistant?.service; - const isObsAIAssistantEnabled = Boolean( - observabilityAIAssistant && - ObservabilityAIAssistantChatServiceContext && - obsAIService?.isEnabled() - ); - const { connectors = [], selectedConnector } = - observabilityAIAssistant?.useGenAIConnectors() || {}; - - const chatService = useAbortableAsync( - async ({ signal }) => { - if (!obsAIService || !isObsAIAssistantEnabled) { - return Promise.resolve(null); - } - return obsAIService.start({ signal }).catch((error: Error) => { - setErrors((prevErrors: Error[]) => [...prevErrors, error]); - }); - }, - [obsAIService, isObsAIAssistantEnabled] - ); - - return { - ObservabilityAIAssistantChatServiceContext, - chatService: chatService.value || null, - observabilityAIAssistantService: obsAIService, - isObsAIAssistantEnabled, - connectors, - selectedConnector, - errors, - }; -}; diff --git a/x-pack/solutions/observability/plugins/observability_shared/public/hooks/use_page_summary.test.ts b/x-pack/solutions/observability/plugins/observability_shared/public/hooks/use_page_summary.test.ts deleted file mode 100644 index 32502b45437a7..0000000000000 --- a/x-pack/solutions/observability/plugins/observability_shared/public/hooks/use_page_summary.test.ts +++ /dev/null @@ -1,215 +0,0 @@ -/* - * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one - * or more contributor license agreements. Licensed under the Elastic License - * 2.0; you may not use this file except in compliance with the Elastic License - * 2.0. - */ - -import { renderHook, act } from '@testing-library/react'; -import { usePageSummary } from './use_page_summary'; -import { observabilityAIAssistantPluginMock } from '@kbn/observability-ai-assistant-plugin/public/mock'; -import type { - MessageRole, - StreamingChatResponseEventWithoutError, -} from '@kbn/observability-ai-assistant-plugin/common'; -import { type ObservabilityAIAssistantChatService } from '@kbn/observability-ai-assistant-plugin/public'; -import * as useChatServiceHook from './use_chat_service'; -import { Observable, of, BehaviorSubject } from 'rxjs'; - -jest.mock('./use_chat_service', () => ({ - useChatService: jest.fn(() => ({ - ObservabilityAIAssistantChatServiceContext: null, - chatService: { - complete: jest.fn(), - }, - observabilityAIAssistantService: null, - isObsAIAssistantEnabled: true, - connectors: [], - selectedConnector: null, - errors: [], - })), -})); - -describe('usePageSummary', () => { - const mockObservabilityAIAssistant = observabilityAIAssistantPluginMock.createStartContract(); - - beforeEach(() => { - jest.clearAllMocks(); - }); - - it('should initialize with default states', () => { - const { result } = renderHook(() => - usePageSummary({ observabilityAIAssistant: mockObservabilityAIAssistant }) - ); - expect(result.current.summary).toBe(null); - expect(result.current.isLoading).toBe(true); - expect(result.current.errors).toEqual([]); - }); - - it('should handle loading state correctly', () => { - const mockOnSuccess = jest.fn(); - const { result } = renderHook(() => - usePageSummary({ - onSuccess: mockOnSuccess, - observabilityAIAssistant: mockObservabilityAIAssistant, - }) - ); - - result.current.generateSummary(); - - expect(result.current.isLoading).toBe(true); - }); - - it('should handle errors correctly', () => { - const mockOnSuccess = jest.fn(); - const { result } = renderHook(() => - usePageSummary({ - onSuccess: mockOnSuccess, - observabilityAIAssistant: mockObservabilityAIAssistant, - }) - ); - - result.current.generateSummary(); - - result.current.errors.push(new Error('Test error')); - - expect(result.current.errors.length).toBe(1); - expect(result.current.errors[0].message).toBe('Test error'); - }); - - it('sets isLoading to false when observabilityAIAssistant is not enabled', () => { - jest.spyOn(useChatServiceHook, 'useChatService').mockReturnValue({ - ObservabilityAIAssistantChatServiceContext: undefined, - chatService: null, - observabilityAIAssistantService: undefined, - isObsAIAssistantEnabled: false, - connectors: [], - selectedConnector: undefined, - errors: [], - }); - const { result } = renderHook(() => - usePageSummary({ - observabilityAIAssistant: mockObservabilityAIAssistant, - }) - ); - - act(() => { - result.current.generateSummary(); - }); - - expect(result.current.isLoading).toBe(false); - expect(result.current.summary).toBe(null); - }); - - it('should call onChunk when chunk event comes in', () => { - const observable = of({ - type: 'chatCompletionChunk', - '@timestamp': new Date().toISOString(), - message: { - content: 'Generated chunk', - role: 'assistant' as MessageRole, - }, - id: '2', - } as StreamingChatResponseEventWithoutError); - jest.spyOn(useChatServiceHook, 'useChatService').mockReturnValue({ - ObservabilityAIAssistantChatServiceContext: undefined, - chatService: { - complete: jest.fn(() => observable), - sendAnalyticsEvent: jest.fn(), - chat: jest.fn(), - getFunctions: jest.fn(), - hasFunction: jest.fn(), - hasRenderFunction: jest.fn(), - getSystemMessage: jest.fn(), - getScopes: jest.fn(), - renderFunction: jest.fn(), - functions$: new BehaviorSubject( - [] - ) as unknown as ObservabilityAIAssistantChatService['functions$'], - }, - observabilityAIAssistantService: mockObservabilityAIAssistant.service, - isObsAIAssistantEnabled: true, - connectors: [], - selectedConnector: 'test-connector', - errors: [], - }); - const mockOnChunk = jest.fn(); - const { result } = renderHook(() => - usePageSummary({ - onChunk: mockOnChunk, - observabilityAIAssistant: mockObservabilityAIAssistant, - }) - ); - - act(() => { - result.current.generateSummary(); - }); - - expect(mockOnChunk).toHaveBeenCalledWith('Generated chunk'); - }); - - it('should call onSuccess when summary event comes in', () => { - const observable = of({ - type: 'chatCompletionMessage', - '@timestamp': new Date().toISOString(), - message: { - content: 'Generated summary', - role: 'assistant' as MessageRole, - }, - id: '1', - } as StreamingChatResponseEventWithoutError); - jest.spyOn(useChatServiceHook, 'useChatService').mockReturnValue({ - ObservabilityAIAssistantChatServiceContext: undefined, - chatService: { - complete: jest.fn(() => observable) as ObservabilityAIAssistantChatService['complete'], - } as ObservabilityAIAssistantChatService, - observabilityAIAssistantService: mockObservabilityAIAssistant.service, - isObsAIAssistantEnabled: true, - connectors: [], - selectedConnector: 'test-connector', - errors: [], - }); - const mockOnSuccess = jest.fn(); - const { result } = renderHook(() => - usePageSummary({ - onSuccess: mockOnSuccess, - observabilityAIAssistant: mockObservabilityAIAssistant, - }) - ); - - act(() => { - result.current.generateSummary(); - }); - - expect(mockOnSuccess).toHaveBeenCalledWith('Generated summary'); - }); - - it('should handle errors from the observable correctly', () => { - const observable = new Observable((subscriber) => { - subscriber.error(new Error('Observable error')); - }); - jest.spyOn(useChatServiceHook, 'useChatService').mockReturnValue({ - ObservabilityAIAssistantChatServiceContext: undefined, - chatService: { - complete: jest.fn(() => observable) as ObservabilityAIAssistantChatService['complete'], - } as ObservabilityAIAssistantChatService, - observabilityAIAssistantService: mockObservabilityAIAssistant.service, - isObsAIAssistantEnabled: true, - connectors: [], - selectedConnector: 'test-connector', - errors: [], - }); - const { result } = renderHook(() => - usePageSummary({ - observabilityAIAssistant: mockObservabilityAIAssistant, - }) - ); - - act(() => { - result.current.generateSummary(); - }); - - expect(result.current.errors).toEqual([new Error('Observable error')]); - expect(result.current.isLoading).toBe(false); - }); -}); diff --git a/x-pack/solutions/observability/plugins/observability_shared/public/hooks/use_page_summary.ts b/x-pack/solutions/observability/plugins/observability_shared/public/hooks/use_page_summary.ts deleted file mode 100644 index caf0d99ca0b81..0000000000000 --- a/x-pack/solutions/observability/plugins/observability_shared/public/hooks/use_page_summary.ts +++ /dev/null @@ -1,152 +0,0 @@ -/* - * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one - * or more contributor license agreements. Licensed under the Elastic License - * 2.0; you may not use this file except in compliance with the Elastic License - * 2.0. - */ -import dedent from 'dedent'; -import { v4 as uuidv4 } from 'uuid'; -import { useRef, useCallback, useState, useMemo, useEffect } from 'react'; -import { - MessageRole, - type ObservabilityAIAssistantPublicStart, -} from '@kbn/observability-ai-assistant-plugin/public'; -import { useChatService } from './use_chat_service'; - -interface UsePageSummaryProps { - onSuccess?: (summary: string) => void; - onChunk?: (chunk: string) => void; - isLoading?: boolean; - observabilityAIAssistant?: ObservabilityAIAssistantPublicStart; - appInstructions?: string; -} - -export const usePageSummary = ({ - onSuccess, - onChunk, - observabilityAIAssistant, - appInstructions, -}: UsePageSummaryProps = {}) => { - const [errors, setErrors] = useState([]); - const [summary, setSummary] = useState(null); - const [isLoading, setIsLoading] = useState(true); - const [isComplete, setIsComplete] = useState(false); - const abortControllerRef = useRef(new AbortController()); - const { - chatService, - observabilityAIAssistantService, - selectedConnector, - isObsAIAssistantEnabled, - errors: chatServiceErrors, - } = useChatService({ observabilityAIAssistant }); - - const screenContexts = observabilityAIAssistantService?.getScreenContexts(); - - const formattedScreenContexts = useMemo(() => { - return screenContexts - ?.map((context) => ({ - screenDescription: context.screenDescription || '', - })) - .filter((context) => context.screenDescription); - }, [screenContexts]); - - const generateSummary = useCallback(() => { - if (!isObsAIAssistantEnabled) { - setIsLoading(false); - return; - } - if ( - !observabilityAIAssistantService || - !chatService || - !selectedConnector || - chatServiceErrors.length > 0 - ) { - setSummary(''); - setErrors((prevErrors) => [...prevErrors, ...chatServiceErrors]); - return; - } - const conversationId = uuidv4(); - setIsLoading(true); - chatService - .complete({ - getScreenContexts: () => observabilityAIAssistantService?.getScreenContexts(), - conversationId, - signal: abortControllerRef.current.signal, - connectorId: selectedConnector, - messages: [ - { - '@timestamp': new Date().toISOString(), - message: { - role: MessageRole.User, - content: - dedent(`Create a 1 sentence summary of the current page. State facts directly without descriptive phrases like "shows," "indicates," or "reveals." - - Include specific numbers, percentages, error counts, response times, exact timestamps, and locations when available. - - Report anomalies, spikes, drops, or failures with their precise timing and impact. - - Use both UTC and local timestamps if provided. Use the date format provided - do not convert times yourself. When both local and UTC times are available, include the local time first and the UTC time in parentheses. - - Begin immediately with the most urgent findings. - - ${ - appInstructions - ? `Here are some additional instructions for the current page: ${appInstructions}.` - : '' - }`), - }, - }, - ], - scopes: ['observability'], - disableFunctions: true, - persist: false, - systemMessage: - 'You are an expert Site Reliability Engineering (SRE) assistant specialized in incident investigation and observability data analysis. You work with a senior SRE who is highly skilled at interpreting monitoring signals, metrics, logs, and traces.', - }) - .subscribe({ - next: (result) => { - if (result.type === 'chatCompletionMessage' && result.message.content) { - setIsLoading(false); - onSuccess?.(result.message.content); - setIsComplete(true); - } - if (result.type === 'chatCompletionChunk' && result.message.content) { - setIsLoading(false); - onChunk?.(result.message.content); - } - }, - error: (error: Error) => { - setErrors((prevErrors) => [...prevErrors, error]); - setIsComplete(true); - setIsLoading(false); - }, - }); - }, [ - chatService, - observabilityAIAssistantService, - onChunk, - isObsAIAssistantEnabled, - onSuccess, - selectedConnector, - chatServiceErrors, - appInstructions, - ]); - - useEffect(() => { - const abortController = abortControllerRef.current; - return () => { - abortController.abort(); - }; - }, []); - - return { - summary, - abortController: abortControllerRef.current, - screenContexts: formattedScreenContexts, - generateSummary, - isObsAIAssistantEnabled: Boolean(isObsAIAssistantEnabled), - isLoading, - isComplete, - errors, - }; -}; diff --git a/x-pack/solutions/observability/plugins/observability_shared/public/index.ts b/x-pack/solutions/observability/plugins/observability_shared/public/index.ts index e3332ad1dbf90..5c0c4f1bdc7dd 100644 --- a/x-pack/solutions/observability/plugins/observability_shared/public/index.ts +++ b/x-pack/solutions/observability/plugins/observability_shared/public/index.ts @@ -34,7 +34,6 @@ export { } from './components/section/section'; export type { SectionLinkProps } from './components/section/section'; export { LoadWhenInView } from './components/load_when_in_view/get_load_when_in_view_lazy'; -export { AddPageAttachmentToCaseModal } from './components/add_page_attachment_to_case_modal/add_page_attachment_to_case_modal_lazy'; export { TagsList } from './components/tags_list/tags_list_lazy'; export type { TagsListProps } from './components/tags_list/tags_list'; diff --git a/x-pack/solutions/observability/plugins/observability_shared/tsconfig.json b/x-pack/solutions/observability/plugins/observability_shared/tsconfig.json index 8a73c45ab2cf3..6366045aa59e0 100644 --- a/x-pack/solutions/observability/plugins/observability_shared/tsconfig.json +++ b/x-pack/solutions/observability/plugins/observability_shared/tsconfig.json @@ -49,11 +49,8 @@ "@kbn/deeplinks-observability", "@kbn/home-sample-data-tab", "@kbn/config-schema", - "@kbn/page-attachment-schema", - "@kbn/observability-ai-assistant-plugin", "@kbn/react-hooks", - "@kbn/core-notifications-browser-mocks", - "@kbn/shared-ux-utility", + "@kbn/observability-ai-assistant-plugin", ], "exclude": ["target/**/*", ".storybook/**/*.js"] } diff --git a/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/common/components/monitor_status.tsx b/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/common/components/monitor_status.tsx index baca1a206d0d8..02fb2504f1d2e 100644 --- a/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/common/components/monitor_status.tsx +++ b/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/common/components/monitor_status.tsx @@ -8,7 +8,6 @@ import React from 'react'; import { EuiBadge, EuiDescriptionList, EuiSkeletonText } from '@elastic/eui'; import { i18n } from '@kbn/i18n'; import type { EncryptedSyntheticsMonitor } from '../../../../../../common/runtime_types'; -import { useScreenContext } from '../../../hooks/use_screen_context'; export const BadgeStatus = ({ status, @@ -22,10 +21,6 @@ export const BadgeStatus = ({ const { color, dataTestSubj, labels } = badgeMapping[status || 'unknown']; const label = isBrowserType && labels.browser ? labels.browser : labels.default; - useScreenContext({ - screenDescription: `The user is viewing the monitor status based on the last test run. The current status is ${label}.`, - }); - return ( { const { failedTests } = useErrorFailedTests(); @@ -30,3 +31,28 @@ export const ErrorDuration: React.FC = () => { const ERROR_DURATION = i18n.translate('xpack.synthetics.errorDetails.errorDuration', { defaultMessage: 'Error duration', }); + +const getErrorDuration = (startedAt: Moment, endsAt: Moment) => { + // const endsAt = state.ends ? moment(state.ends) : moment(); + // const startedAt = moment(state?.started_at); + + const diffInDays = endsAt.diff(startedAt, 'days'); + if (diffInDays > 1) { + return i18n.translate('xpack.synthetics.errorDetails.errorDuration.days', { + defaultMessage: '{value} days', + values: { value: diffInDays }, + }); + } + const diffInHours = endsAt.diff(startedAt, 'hours'); + if (diffInHours > 1) { + return i18n.translate('xpack.synthetics.errorDetails.errorDuration.hours', { + defaultMessage: '{value} hours', + values: { value: diffInHours }, + }); + } + const diffInMinutes = endsAt.diff(startedAt, 'minutes'); + return i18n.translate('xpack.synthetics.errorDetails.errorDuration.mins', { + defaultMessage: '{value} mins', + values: { value: diffInMinutes }, + }); +}; diff --git a/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/error_details/error_details_page.tsx b/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/error_details/error_details_page.tsx index ee7b1c1c5fb5e..201408ad6c53f 100644 --- a/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/error_details/error_details_page.tsx +++ b/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/error_details/error_details_page.tsx @@ -22,11 +22,9 @@ import { useErrorDetailsBreadcrumbs } from './hooks/use_error_details_breadcrumb import { StepImage } from '../step_details_page/step_screenshot/step_image'; import { MonitorDetailsPanelContainer } from '../monitor_details/monitor_summary/monitor_details_panel_container'; import { useDateFormat } from '../../../../hooks/use_date_format'; -import { useSelectedMonitor } from '../monitor_details/hooks/use_selected_monitor'; export function ErrorDetailsPage() { const { failedTests, loading } = useErrorFailedTests(); - const { monitor } = useSelectedMonitor(); const checkGroupId = failedTests?.[0]?.monitor.check_group ?? ''; @@ -43,10 +41,6 @@ export function ErrorDetailsPage() { const isBrowser = data?.details?.journey.monitor.type === 'browser'; - if (!monitor) { - return null; - } - return (
@@ -71,7 +65,6 @@ export function ErrorDetailsPage() { stepsData={data} stepsLoading={stepsLoading} isErrorDetails={true} - monitor={monitor} /> {isBrowser && ( <> diff --git a/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/monitor_details/actions.test.tsx b/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/monitor_details/actions.test.tsx index dc4750641b64b..61eba82c7b962 100644 --- a/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/monitor_details/actions.test.tsx +++ b/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/monitor_details/actions.test.tsx @@ -28,18 +28,6 @@ jest.mock('react-redux', () => ({ useSelector: jest.fn(), })); -jest.mock('./hooks/use_selected_monitor', () => ({ - useSelectedMonitor: jest - .fn() - .mockReturnValue({ monitor: { config_id: 'test-config-id', name: 'Test Monitor' } }), -})); - -jest.mock('../../hooks', () => ({ - useMonitorDetailLocator: jest.fn().mockReturnValue('/mock-monitor-url'), - useGetUrlParams: jest.fn().mockReturnValue({ dateRangeStart: 'now-15m', dateRangeEnd: 'now' }), - useEnablement: jest.fn().mockReturnValue({ isServiceAllowed: true }), -})); - describe('Actions Component', () => { let mockDispatch: jest.Mock; diff --git a/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/monitor_details/actions.tsx b/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/monitor_details/actions.tsx index 4164fb2cf61c9..15f5047a0f283 100644 --- a/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/monitor_details/actions.tsx +++ b/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/monitor_details/actions.tsx @@ -47,10 +47,10 @@ export function Actions() { , - , - , - ].concat(isAddToCaseEnabled ? [] : [])} + , + , + , + ].concat(isAddToCaseEnabled ? [] : [])} /> ); diff --git a/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/monitor_details/add_to_case_action.test.tsx b/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/monitor_details/add_to_case_action.test.tsx deleted file mode 100644 index e580d361f68e4..0000000000000 --- a/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/monitor_details/add_to_case_action.test.tsx +++ /dev/null @@ -1,185 +0,0 @@ -/* - * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one - * or more contributor license agreements. Licensed under the Elastic License - * 2.0; you may not use this file except in compliance with the Elastic License - * 2.0. - */ - -import React from 'react'; -import { render, screen, fireEvent, waitFor } from '@testing-library/react'; -import { AddToCaseContextItem } from './add_to_case_action'; -import { useKibana } from '@kbn/kibana-react-plugin/public'; -import { useSelectedMonitor } from './hooks/use_selected_monitor'; -import { useGetUrlParams } from '../../hooks'; - -jest.mock('@kbn/kibana-react-plugin/public', () => ({ - useKibana: jest.fn(), -})); - -jest.mock('./hooks/use_selected_monitor', () => ({ - useSelectedMonitor: jest.fn(), -})); - -jest.mock('../../hooks', () => ({ - useGetUrlParams: jest.fn(), - useMonitorDetailLocator: jest - .fn() - .mockImplementation( - ({ timeRange, locationId, configId, tabId, useAbsoluteDate }) => - `/history?locationId=${locationId}&dateRangeStart=${ - useAbsoluteDate ? '2025-06-26T12:42:38.568Z' : timeRange.from - }&dateRangeEnd=${ - useAbsoluteDate ? '2025-06-26T12:57:38.568Z' : timeRange.to - }&configId=${configId}` - ), -})); - -describe('AddToCaseContextItem', () => { - const mockUseKibana = useKibana as jest.Mock; - const mockUseSelectedMonitor = useSelectedMonitor as jest.Mock; - const mockUseGetUrlParams = useGetUrlParams as jest.Mock; - const mockAddDanger = jest.fn(); - const mockOpen = jest.fn(); - - beforeAll(() => { - jest.useFakeTimers(); - jest.setSystemTime(new Date('2025-06-26T12:57:38.568Z')); - }); - - afterAll(() => { - jest.useRealTimers(); - }); - - beforeEach(() => { - jest.clearAllMocks(); - - mockUseKibana.mockReturnValue({ - services: { - cases: { - ui: { - getCasesContext: jest.fn(() => ({ children }: any) => <>{children}), - }, - helpers: { - canUseCases: jest.fn(() => ({ - read: true, - update: true, - push: true, - })), - }, - hooks: { - useCasesAddToExistingCaseModal: jest.fn(() => ({ - open: mockOpen, - })), - }, - }, - notifications: { - toasts: { - addDanger: mockAddDanger, - }, - }, - }, - }); - - mockUseSelectedMonitor.mockReturnValue({ - monitor: { config_id: 'test-config-id', name: 'Test Monitor' }, - }); - - mockUseGetUrlParams.mockReturnValue({ - dateRangeStart: 'now-15m', - dateRangeEnd: 'now', - locationId: 'test-location-id', - }); - }); - - it('renders the AddToCaseContextItem component', () => { - render(); - expect(screen.getByText('Add to case')).toBeInTheDocument(); - }); - - it('opens the page attachment modal when clicked', async () => { - mockUseKibana.mockReturnValueOnce({ - services: { - cases: { - ui: { - getCasesContext: jest.fn(() => ({ children }: any) => <>{children}), - }, - helpers: { - canUseCases: jest.fn(() => ({ - read: true, - update: true, - push: true, - })), - }, - hooks: { - useCasesAddToExistingCaseModal: jest.fn().mockReturnValue({ - open: mockOpen, - }), - }, - }, - notifications: { - toasts: { - addDanger: jest.fn(), - }, - }, - }, - }); - - render(); - fireEvent.click(screen.getByText('Add to case')); - - await waitFor(() => { - expect(screen.getByText('Add page to case')).toBeInTheDocument(); - }); - }); - - it('defines persistableStateAttachmentState correctly when case modal is opened', () => { - render(); - fireEvent.click(screen.getByText('Add to case')); - fireEvent.click(screen.getByText('Confirm')); - - const getAttachments = mockOpen.mock.calls[0][0].getAttachments; - const attachments = getAttachments(); - - expect(attachments).toHaveLength(1); - expect(attachments[0]).toEqual({ - persistableStateAttachmentState: { - type: 'synthetics_monitor', - url: { - pathAndQuery: - '/history?locationId=test-location-id&dateRangeStart=2025-06-26T12:42:38.568Z&dateRangeEnd=2025-06-26T12:57:38.568Z&configId=test-config-id', - label: 'Test Monitor', - actionLabel: 'Go to Monitor History', - iconType: 'uptimeApp', - }, - summary: '', - screenContext: [], - }, - persistableStateAttachmentTypeId: '.page', - type: 'persistableState', - }); - }); - - it('converts relative date ranges to absolute date ranges via the component', async () => { - mockUseGetUrlParams.mockReturnValue({ - dateRangeStart: 'now-15m', - dateRangeEnd: 'now', - locationId: 'test-location-id', - }); - - render(); - fireEvent.click(screen.getByText('Add to case')); - - await waitFor(() => { - expect(screen.getByText('Add page to case')).toBeInTheDocument(); - }); - - fireEvent.click(screen.getByText('Confirm')); - - const getAttachments = mockOpen.mock.calls[0][0].getAttachments; - const attachments = getAttachments(); - - expect(attachments[0].persistableStateAttachmentState.url.pathAndQuery).toEqual( - '/history?locationId=test-location-id&dateRangeStart=2025-06-26T12:42:38.568Z&dateRangeEnd=2025-06-26T12:57:38.568Z&configId=test-config-id' - ); - }); -}); diff --git a/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/monitor_details/add_to_case_action.tsx b/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/monitor_details/add_to_case_action.tsx deleted file mode 100644 index 6f96cc76aadc6..0000000000000 --- a/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/monitor_details/add_to_case_action.tsx +++ /dev/null @@ -1,132 +0,0 @@ -/* - * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one - * or more contributor license agreements. Licensed under the Elastic License - * 2.0; you may not use this file except in compliance with the Elastic License - * 2.0. - */ - -import React, { useMemo, useCallback, useState } from 'react'; -import { EuiContextMenuItem } from '@elastic/eui'; -import { useKibana } from '@kbn/kibana-react-plugin/public'; -import { type TimeRange } from '@kbn/data-plugin/common'; -import { i18n } from '@kbn/i18n'; -import { AddPageAttachmentToCaseModal } from '@kbn/observability-shared-plugin/public'; -import { type CasesPermissions } from '@kbn/cases-plugin/common'; -import type { ClientPluginsStart } from '../../../../plugin'; -import { useSelectedMonitor } from './hooks/use_selected_monitor'; -import { useGetUrlParams, useMonitorDetailLocator } from '../../hooks'; - -export function AddToCaseContextItem() { - const [isAddToCaseModalOpen, setIsAddToCaseModalOpen] = useState(false); - const services = useKibana().services; - const observabilityAIAssistant = services.observabilityAIAssistant; - const cases = services.cases; - const canUseCases = cases?.helpers?.canUseCases; - const notifications = services.notifications; - - const { monitor } = useSelectedMonitor(); - const { dateRangeEnd, dateRangeStart, locationId } = useGetUrlParams(); - const timeRange: TimeRange = useMemo( - () => ({ - from: dateRangeStart, - to: dateRangeEnd, - }), - [dateRangeStart, dateRangeEnd] - ); - - const casesPermissions: CasesPermissions = useMemo(() => { - if (!canUseCases) { - return { - all: false, - create: false, - read: false, - update: false, - delete: false, - push: false, - connectors: false, - settings: false, - reopenCase: false, - createComment: false, - assign: false, - }; - } - return canUseCases(); - }, [canUseCases]); - - const hasCasesPermissions = useMemo(() => { - return casesPermissions.read && casesPermissions.update && casesPermissions.push; - }, [casesPermissions.read, casesPermissions.update, casesPermissions.push]); - - const redirectUrl = useMonitorDetailLocator({ - configId: monitor?.config_id ?? '', - timeRange, - locationId, - tabId: 'history', - useAbsoluteDate: true, - }); - - const onClick = useCallback(() => { - if (!redirectUrl || !monitor?.name) { - notifications.toasts.addDanger({ - title: i18n.translate('xpack.synthetics.cases.addToCaseModal.error.noMonitorLocator', { - defaultMessage: 'Error adding monitor to case', - }), - 'data-test-subj': 'monitorAddToCaseError', - }); - return; - } - setIsAddToCaseModalOpen(true); - }, [setIsAddToCaseModalOpen, redirectUrl, monitor?.name, notifications.toasts]); - - const onCloseModal = useCallback(() => { - setIsAddToCaseModalOpen(false); - }, [setIsAddToCaseModalOpen]); - - const pageState = useMemo(() => { - if (!redirectUrl || !monitor?.name) { - return null; - } - return { - type: 'synthetics_monitor', - url: { - pathAndQuery: redirectUrl, - label: monitor.name, - actionLabel: i18n.translate( - 'xpack.synthetics.cases.addToCaseModal.goToMonitorHistoryLinkLabel', - { - defaultMessage: 'Go to Monitor History', - } - ), - iconType: 'uptimeApp', - }, - }; - }, [monitor, redirectUrl]); - - if (!monitor || !redirectUrl || !cases || !hasCasesPermissions || !pageState) { - return null; // Ensure monitor and redirectUrl are available before rendering - } - - return ( - <> - - {i18n.translate('xpack.synthetics.cases.addToCaseModal.buttonLabel', { - defaultMessage: 'Add to case', - })} - - {isAddToCaseModalOpen && ( - - )} - - ); -} diff --git a/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/monitor_details/hooks/use_monitor_screen_context.tsx b/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/monitor_details/hooks/use_monitor_screen_context.tsx deleted file mode 100644 index 84ad2c4ee91ed..0000000000000 --- a/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/monitor_details/hooks/use_monitor_screen_context.tsx +++ /dev/null @@ -1,46 +0,0 @@ -/* - * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one - * or more contributor license agreements. Licensed under the Elastic License - * 2.0; you may not use this file except in compliance with the Elastic License - * 2.0. - */ -import { useEffect } from 'react'; -import dedent from 'dedent'; -import { useKibana } from '@kbn/kibana-react-plugin/public'; -import { useSelectedMonitor } from './use_selected_monitor'; -import { useSelectedLocation } from './use_selected_location'; -import type { ClientPluginsStart } from '../../../../../plugin'; - -export const useMonitorScreenContext = () => { - const { monitor } = useSelectedMonitor(); - const selectedLocation = useSelectedLocation(); - const services = useKibana().services; - const setScreenContext = services.observabilityAIAssistant?.service.setScreenContext; - - useEffect(() => { - if (!monitor || !setScreenContext) { - return; - } - - if (setScreenContext) { - const screenContext = dedent`The user is looking at the details of a monitor. - - Monitor ID: ${monitor.id} - Monitor Saved Object ID: ${monitor.config_id} - Monitor Type: ${monitor.type} - Monitor Name: ${monitor.name} - Location: ${selectedLocation.label} - - When referencing the monitor, use the monitor name. - Only utilize monitor ID when needed for a specific Elasticsearch query`; - - return setScreenContext({ - screenDescription: screenContext, - }); - } - }, [setScreenContext, monitor, selectedLocation?.label]); - return { - monitor, - selectedLocation, - }; -}; diff --git a/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_history/monitor_history.tsx b/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_history/monitor_history.tsx index b735a16c44434..fc151db70d1ee 100644 --- a/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_history/monitor_history.tsx +++ b/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_history/monitor_history.tsx @@ -24,14 +24,12 @@ import { DurationSparklines } from '../monitor_summary/duration_sparklines'; import { MonitorCompleteSparklines } from '../monitor_summary/monitor_complete_sparklines'; import { MonitorStatusPanel } from '../monitor_status/monitor_status_panel'; import { MonitorPendingWrapper } from '../monitor_pending_wrapper'; -import { useMonitorScreenContext } from '../hooks/use_monitor_screen_context'; const STATS_WIDTH_SINGLE_COLUMN_THRESHOLD = 360; // ✨ determined by trial and error export const MonitorHistory = () => { const [, updateUrlParams] = useUrlParams(); const { from, to } = useRefreshedRangeFromUrl(); - useMonitorScreenContext(); const { elementRef: statsRef, width: statsWidth } = useDimensions(); const statsColumns = statsWidth && statsWidth < STATS_WIDTH_SINGLE_COLUMN_THRESHOLD ? 1 : 2; diff --git a/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/last_test_run.tsx b/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/last_test_run.tsx index cd423cc8a155b..14806e13efefd 100644 --- a/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/last_test_run.tsx +++ b/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/last_test_run.tsx @@ -6,8 +6,6 @@ */ import React from 'react'; -import dedent from 'dedent'; -import moment from 'moment'; import { EuiButton, EuiButtonEmpty, @@ -29,13 +27,12 @@ import { useParams } from 'react-router-dom'; import { getTestRunDetailLink } from '../../common/links/test_details_link'; import { useSelectedLocation } from '../hooks/use_selected_location'; import { getErrorDetailsUrl } from '../monitor_errors/errors_list'; -import { - ConfigKey, - MonitorTypeEnum, - type EncryptedSyntheticsSavedMonitor, - type Ping, - type SyntheticsJourneyApiResponse, +import type { + EncryptedSyntheticsSavedMonitor, + Ping, + SyntheticsJourneyApiResponse, } from '../../../../../../common/runtime_types'; +import { ConfigKey, MonitorTypeEnum } from '../../../../../../common/runtime_types'; import { useSyntheticsRefreshContext, useSyntheticsSettingsContext } from '../../../contexts'; import { BrowserStepsList } from '../../common/monitor_test_result/browser_steps_list'; @@ -45,12 +42,9 @@ import { parseBadgeStatus, StatusBadge } from '../../common/monitor_test_result/ import { useJourneySteps } from '../hooks/use_journey_steps'; import { useSelectedMonitor } from '../hooks/use_selected_monitor'; import { useMonitorLatestPing } from '../hooks/use_monitor_latest_ping'; -import { useDateFormat, useUTCDateFormat } from '../../../../../hooks/use_date_format'; -import { getErrorDuration } from '../../../utils/formatting'; -import { useScreenContext } from '../../../hooks/use_screen_context'; +import { useDateFormat } from '../../../../../hooks/use_date_format'; export const LastTestRun = () => { - const { monitor } = useSelectedMonitor(); const { latestPing, loading: pingsLoading } = useMonitorLatestPing(); const { lastRefresh } = useSyntheticsRefreshContext(); @@ -61,16 +55,15 @@ export const LastTestRun = () => { const loading = stepsLoading || pingsLoading; - return monitor ? ( + return ( - ) : null; + ); }; export const LastTestRunComponent = ({ @@ -79,63 +72,23 @@ export const LastTestRunComponent = ({ stepsData, stepsLoading, isErrorDetails = false, - monitor, }: { stepsLoading: boolean; latestPing?: Ping; loading: boolean; stepsData?: SyntheticsJourneyApiResponse; isErrorDetails?: boolean; - monitor: EncryptedSyntheticsSavedMonitor; }) => { + const { monitor } = useSelectedMonitor(); const { euiTheme } = useEuiTheme(); const selectedLocation = useSelectedLocation(); const { basePath } = useSyntheticsSettingsContext(); - const isDown = latestPing?.summary?.down! > 0; - const status = parseBadgeStatus(isDown ? 'fail' : 'success'); - const formatter = useDateFormat(); - const utcFormatter = useUTCDateFormat(); - const lastRunTimestamp = formatter(latestPing?.['@timestamp']); - const lastRunTimestampUTC = utcFormatter(latestPing?.['@timestamp']); - const errorMessage = latestPing?.error?.message; - const stateStartedAt = latestPing?.state?.started_at; - const stateEndsAt = Date.now(); - const formattedStateStartedAt = formatter(latestPing?.state?.started_at); - const utcStateStartedAt = utcFormatter(latestPing?.state?.started_at); - const stateDuration = - stateStartedAt && stateEndsAt - ? getErrorDuration(moment(stateStartedAt), moment(stateEndsAt)) - : 0; - const location = latestPing?.observer?.geo?.name || ''; - - useScreenContext({ - screenDescription: dedent(`The user is viewing the last test run for monitor "${monitor.name}". - The last test run ${status} and was executed at ${lastRunTimestamp} (${lastRunTimestampUTC} UTC) - from location "${location}". - - ${errorMessage ? `The latest error was: ${errorMessage}` : ''}. - - ${ - stateStartedAt && stateDuration - ? `The monitor has been ${ - isDown ? 'down' : 'up' - } for ${stateDuration} since ${formattedStateStartedAt} (${utcStateStartedAt} UTC).` - : '' - } - `), - }); - return ( {loading && } - + {!(loading && !latestPing) && latestPing?.error ? ( { const { euiTheme } = useEuiTheme(); @@ -203,6 +154,9 @@ const PanelHeader = ({ const { monitorId } = useParams<{ monitorId: string }>(); + const formatter = useDateFormat(); + const lastRunTimestamp = formatter(latestPing?.['@timestamp']); + const isBrowserMonitor = monitor?.[ConfigKey.MONITOR_TYPE] === MonitorTypeEnum.BROWSER; const TitleNode = ( diff --git a/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/monitor_summary.tsx b/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/monitor_summary.tsx index 04e27f84bf654..267fe6fbe34e3 100644 --- a/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/monitor_summary.tsx +++ b/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/monitor_summary.tsx @@ -30,7 +30,6 @@ import { MonitorDetailsPanelContainer } from './monitor_details_panel_container' import { LastTestRun } from './last_test_run'; import { LAST_10_TEST_RUNS, TestRunsTable } from './test_runs_table'; import { MonitorPendingWrapper } from '../monitor_pending_wrapper'; -import { useMonitorScreenContext } from '../hooks/use_monitor_screen_context'; export const MonitorSummary = () => { const { from, to } = useMonitorRangeFrom(); @@ -38,8 +37,6 @@ export const MonitorSummary = () => { const dateLabel = from === 'now-30d/d' ? LAST_30_DAYS_LABEL : TO_DATE_LABEL; const isMediumDevice = useIsWithinBreakpoints(['xs', 's', 'm', 'l']); - useMonitorScreenContext(); - const redirect = useMonitorDetailsPage(); if (redirect) { return redirect; diff --git a/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/test_runs_table.tsx b/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/test_runs_table.tsx index 570d9c9e4dc18..10be6e0ca9979 100644 --- a/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/test_runs_table.tsx +++ b/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/test_runs_table.tsx @@ -5,8 +5,8 @@ * 2.0. */ -import React, { type MouseEvent, useMemo, useState } from 'react'; -import dedent from 'dedent'; +import type { MouseEvent } from 'react'; +import React, { useMemo, useState } from 'react'; import { useHistory, useParams } from 'react-router-dom'; import { useSelector } from 'react-redux'; import { i18n } from '@kbn/i18n'; @@ -51,7 +51,6 @@ import { useSelectedLocation } from '../hooks/use_selected_location'; import { useMonitorPings } from '../hooks/use_monitor_pings'; import { JourneyLastScreenshot } from '../../common/screenshot/journey_last_screenshot'; import { useSyntheticsRefreshContext, useSyntheticsSettingsContext } from '../../../contexts'; -import { useScreenContext } from '../../../hooks/use_screen_context'; type SortableField = 'timestamp' | 'monitor.status' | 'monitor.duration.us'; @@ -91,29 +90,6 @@ export const TestRunsTable = ({ return sortPings(pings, sortField, sortDirection); }, [pings, sortField, sortDirection]); - const isLast10 = paginable === false && page.size === 10; - const timeRangeContext = `between ${from} and ${to} UTC`; - - const screenContext = dedent` - This table shows ${isLast10 ? 'the last ' : ''}${page.size} test runs for the monitor${ - isLast10 ? '' : ` ${timeRangeContext}` - }. - - ${pings - .map((ping, i) => { - return `${i + 1}. Executed at ${ping['@timestamp']} from ${ - ping.observer.geo.name - } with status ${ping.monitor.status} and duration ${formatTestDuration( - ping.monitor.duration?.us - )}.\n ${ping.error?.message ? `Error: ${ping.error.message}` : ''}\n`; - }) - .join('\n')} - `; - - useScreenContext({ - screenDescription: screenContext, - }); - const pingsError = useSelector(selectPingsError); const { monitor } = useSelectedMonitor(); const selectedLocation = useSelectedLocation(); diff --git a/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/monitor_details/run_test_manually.tsx b/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/monitor_details/run_test_manually.tsx index 1f7e6c5a3d9d9..805c5b06533af 100644 --- a/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/monitor_details/run_test_manually.tsx +++ b/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/components/monitor_details/run_test_manually.tsx @@ -5,7 +5,6 @@ * 2.0. */ -import React from 'react'; import { EuiContextMenuItem, EuiFlexGroup, @@ -13,6 +12,7 @@ import { EuiIcon, EuiLoadingSpinner, } from '@elastic/eui'; +import React from 'react'; import { i18n } from '@kbn/i18n'; import { useDispatch, useSelector } from 'react-redux'; import { useSyntheticsSettingsContext } from '../../contexts'; diff --git a/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/hooks/use_monitor_detail_locator.ts b/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/hooks/use_monitor_detail_locator.ts index 38b951cb1eec4..ec3fe9810b07c 100644 --- a/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/hooks/use_monitor_detail_locator.ts +++ b/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/hooks/use_monitor_detail_locator.ts @@ -5,11 +5,10 @@ * 2.0. */ -import { useEffect, useState, useMemo } from 'react'; +import { useEffect, useState } from 'react'; import { syntheticsMonitorDetailLocatorID } from '@kbn/observability-plugin/common'; -import { getAbsoluteTimeRange } from '@kbn/data-plugin/common'; import { useKibana } from '@kbn/kibana-react-plugin/public'; -import { type TimeRange } from '@kbn/es-query'; +import type { TimeRange } from '@kbn/es-query'; import { getMonitorSpaceToAppend } from './use_edit_monitor_locator'; import { useKibanaSpace } from '../../../hooks/use_kibana_space'; import type { ClientPluginsStart } from '../../../plugin'; @@ -20,7 +19,6 @@ export interface MonitorDetailLocatorParams { timeRange?: TimeRange; spaces?: string[]; tabId?: string; - useAbsoluteDate?: boolean; } export function useMonitorDetailLocator({ @@ -29,44 +27,26 @@ export function useMonitorDetailLocator({ spaces, timeRange, tabId, - useAbsoluteDate = false, }: MonitorDetailLocatorParams) { const { space } = useKibanaSpace(); const [monitorUrl, setMonitorUrl] = useState(undefined); - const locators = useKibana().services?.share?.url.locators; - const locator = useMemo(() => { - return locators?.get(syntheticsMonitorDetailLocatorID); - }, [locators]); + const locator = useKibana().services?.share?.url.locators.get( + syntheticsMonitorDetailLocatorID + ); useEffect(() => { - const url = locator?.getRedirectUrl({ - configId, - locationId, - timeRange: useAbsoluteDate ? convertToAbsoluteTimeRange(timeRange) : timeRange, - tabId, - ...getMonitorSpaceToAppend(space, spaces), - }); - setMonitorUrl(url); - }, [locator, configId, locationId, spaces, space, timeRange, tabId, useAbsoluteDate]); + async function generateUrl() { + const url = locator?.getRedirectUrl({ + configId, + locationId, + timeRange, + tabId, + ...getMonitorSpaceToAppend(space, spaces), + }); + setMonitorUrl(url); + } + generateUrl(); + }, [locator, configId, locationId, spaces, space?.id, space, timeRange, tabId]); return monitorUrl; } - -export const convertToAbsoluteTimeRange = (timeRange?: TimeRange): TimeRange | undefined => { - if (!timeRange) { - return; - } - - const absRange = getAbsoluteTimeRange( - { - from: timeRange.from, - to: timeRange.to, - }, - { forceNow: new Date() } - ); - - return { - from: absRange.from, - to: absRange.to, - }; -}; diff --git a/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/hooks/use_screen_context.ts b/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/hooks/use_screen_context.ts deleted file mode 100644 index 68d763bdd8218..0000000000000 --- a/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/hooks/use_screen_context.ts +++ /dev/null @@ -1,22 +0,0 @@ -/* - * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one - * or more contributor license agreements. Licensed under the Elastic License - * 2.0; you may not use this file except in compliance with the Elastic License - * 2.0. - */ -import { useEffect } from 'react'; -import { useKibana } from '@kbn/kibana-react-plugin/public'; -import type { ClientPluginsStart } from '../../../plugin'; - -export const useScreenContext = ({ screenDescription }: { screenDescription: string }) => { - const services = useKibana().services; - const setScreenContext = services.observabilityAIAssistant?.service.setScreenContext; - - useEffect(() => { - if (setScreenContext) { - return setScreenContext({ - screenDescription, - }); - } - }, [setScreenContext, screenDescription]); -}; diff --git a/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/utils/formatting/format.ts b/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/utils/formatting/format.ts index 4d3fff07042ba..5e4c9360fcd37 100644 --- a/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/utils/formatting/format.ts +++ b/x-pack/solutions/observability/plugins/synthetics/public/apps/synthetics/utils/formatting/format.ts @@ -5,7 +5,6 @@ * 2.0. */ import { i18n } from '@kbn/i18n'; -import type { Moment } from 'moment'; // one second = 1 million micros const ONE_SECOND_AS_MICROS = 1000000; @@ -51,25 +50,3 @@ export const formatDuration = (durationMicros: number, { noSpace }: { noSpace?: defaultMessage: '{seconds} s', }); }; - -export const getErrorDuration = (startedAt: Moment, endsAt: Moment) => { - const diffInDays = endsAt.diff(startedAt, 'days'); - if (diffInDays > 1) { - return i18n.translate('xpack.synthetics.errorDetails.errorDuration.days', { - defaultMessage: '{value} days', - values: { value: diffInDays }, - }); - } - const diffInHours = endsAt.diff(startedAt, 'hours'); - if (diffInHours > 1) { - return i18n.translate('xpack.synthetics.errorDetails.errorDuration.hours', { - defaultMessage: '{value} hours', - values: { value: diffInHours }, - }); - } - const diffInMinutes = endsAt.diff(startedAt, 'minutes'); - return i18n.translate('xpack.synthetics.errorDetails.errorDuration.mins', { - defaultMessage: '{value} mins', - values: { value: diffInMinutes }, - }); -}; diff --git a/x-pack/solutions/observability/plugins/synthetics/public/hooks/use_date_format.ts b/x-pack/solutions/observability/plugins/synthetics/public/hooks/use_date_format.ts index 09512009f182a..f7bdff8e32fd0 100644 --- a/x-pack/solutions/observability/plugins/synthetics/public/hooks/use_date_format.ts +++ b/x-pack/solutions/observability/plugins/synthetics/public/hooks/use_date_format.ts @@ -10,7 +10,6 @@ import { useEffect } from 'react'; import { i18n } from '@kbn/i18n'; export type DateFormatter = (timestamp?: string) => string; - export function useDateFormat(): DateFormatter { const kibanaLocale = i18n.getLocale(); const clientLocale = navigator.language; @@ -28,11 +27,3 @@ export function useDateFormat(): DateFormatter { return `${date.format('ll')} @ ${date.format('LTS')}`; }; } - -export function useUTCDateFormat(): DateFormatter { - return (timestamp?: string) => { - if (!timestamp) return ''; - const date = moment.utc(timestamp); - return date.toISOString(); - }; -} diff --git a/x-pack/solutions/observability/plugins/synthetics/tsconfig.json b/x-pack/solutions/observability/plugins/synthetics/tsconfig.json index 8bf551c5d779b..db7dabe0544e4 100644 --- a/x-pack/solutions/observability/plugins/synthetics/tsconfig.json +++ b/x-pack/solutions/observability/plugins/synthetics/tsconfig.json @@ -118,6 +118,7 @@ "@kbn/shared-ux-error-boundary", "@kbn/field-formats-plugin", "@kbn/core-ui-settings-browser", + "@kbn/page-attachment-schema", "@kbn/licensing-types", "@kbn/content-management-plugin" ], diff --git a/x-pack/solutions/security/plugins/security_solution/server/lib/siem_migrations/common/task/siem_migrations_task_runner.test.ts b/x-pack/solutions/security/plugins/security_solution/server/lib/siem_migrations/common/task/siem_migrations_task_runner.test.ts index 3f5b85841194b..4e5e7cae13982 100644 --- a/x-pack/solutions/security/plugins/security_solution/server/lib/siem_migrations/common/task/siem_migrations_task_runner.test.ts +++ b/x-pack/solutions/security/plugins/security_solution/server/lib/siem_migrations/common/task/siem_migrations_task_runner.test.ts @@ -46,6 +46,7 @@ const mockProcessTaskOutput = jest.fn().mockResolvedValue({}); const mockInitialize = jest.fn().mockResolvedValue(undefined); class TestMigrationTaskRunner extends SiemMigrationTaskRunner { + protected taskConcurrency = 10; protected TaskRunnerClass = SiemMigrationTaskRunner; protected EvaluatorClass = undefined; diff --git a/x-pack/solutions/security/plugins/security_solution/server/lib/siem_migrations/common/task/siem_migrations_task_runner.ts b/x-pack/solutions/security/plugins/security_solution/server/lib/siem_migrations/common/task/siem_migrations_task_runner.ts index e1d14f7662bf7..a768d73a11244 100644 --- a/x-pack/solutions/security/plugins/security_solution/server/lib/siem_migrations/common/task/siem_migrations_task_runner.ts +++ b/x-pack/solutions/security/plugins/security_solution/server/lib/siem_migrations/common/task/siem_migrations_task_runner.ts @@ -23,8 +23,6 @@ import type { import { ActionsClientChat } from './util/actions_client_chat'; import type { SiemMigrationTelemetryClient } from './siem_migrations_telemetry_client'; -/** Number of concurrent item translations in the pool */ -const TASK_CONCURRENCY = 10 as const; /** Number of items loaded in memory to be translated in the pool */ const TASK_BATCH_SIZE = 100 as const; /** The timeout of each individual agent invocation in minutes */ @@ -51,7 +49,7 @@ const EXECUTOR_SLEEP = { /** This limit should never be reached, it's a safety net to prevent infinite loops. * It represents the max number of consecutive rate limit recovery & failure attempts. - * This can only happen when the API can not process TASK_CONCURRENCY translations at a time, + * This can only happen when the API can not process all concurrenct translations ( based on taskConcurrency ) at a time, * even after the executor sleep is increased on every attempt. **/ const EXECUTOR_RECOVER_MAX_ATTEMPTS = 3 as const; @@ -78,6 +76,8 @@ export abstract class SiemMigrationTaskRunner< private abort: ReturnType; private executorSleepMultiplier: number = EXECUTOR_SLEEP.initialValueSeconds; public isWaiting: boolean = false; + /** Number of concurrent items to process. Each item triggers one instance of graph */ + protected abstract readonly taskConcurrency: number; constructor( public readonly migrationId: string, @@ -124,7 +124,7 @@ export abstract class SiemMigrationTaskRunner< } const migrateItemTask = this.createMigrateItemTask(invocationConfig); - this.logger.debug(`Started translations. Concurrency is: ${TASK_CONCURRENCY}`); + this.logger.debug(`Started translations. Concurrency is: ${this.taskConcurrency}`); try { do { @@ -139,7 +139,7 @@ export abstract class SiemMigrationTaskRunner< this.logger.debug(`Start processing batch of ${migrationItems.length} items`); const { errors } = await initPromisePool, void, Error>({ - concurrency: TASK_CONCURRENCY, + concurrency: this.taskConcurrency, abortSignal: this.abortController.signal, items: migrationItems, executor: async (migrationItem) => { @@ -207,6 +207,9 @@ export abstract class SiemMigrationTaskRunner< const config: RunnableConfig = { timeout: AGENT_INVOKE_TIMEOUT_MIN * 60 * 1000, // milliseconds timeout ...invocationConfig, + metadata: { + migrationId: this.migrationId, + }, signal: this.abortController.signal, }; @@ -251,6 +254,7 @@ export abstract class SiemMigrationTaskRunner< await this.executorSleep(); // Random sleep, increased every time we hit the rate limit. return await invoke(); } catch (error) { + this.logger.debug(`Error during migration item translation: ${error.toString()}`); if (!this.isRateLimitError(error) || recoverAttemptsLeft === 0) { throw error; } diff --git a/x-pack/solutions/security/plugins/security_solution/server/lib/siem_migrations/dashboards/task/agent/constants.ts b/x-pack/solutions/security/plugins/security_solution/server/lib/siem_migrations/dashboards/task/agent/constants.ts index eb214125274dc..1170935d7a21e 100644 --- a/x-pack/solutions/security/plugins/security_solution/server/lib/siem_migrations/dashboards/task/agent/constants.ts +++ b/x-pack/solutions/security/plugins/security_solution/server/lib/siem_migrations/dashboards/task/agent/constants.ts @@ -5,9 +5,17 @@ * 2.0. */ +import type { RetryPolicy } from '@langchain/langgraph'; + /* The "dummy" index pattern to use during the query translation, it is replaced at the end by the actual index pattern. We have detected that - using the placeholder "[indexPattern]": makes the LLM get confused because it is not the syntax it expects - using the wildcard "*": makes it harder for the LLM to understand that it is the index pattern */ export const TRANSLATION_INDEX_PATTERN = 'logs*'; + +export const RETRY_POLICY: RetryPolicy = { + initialInterval: 1000, + maxAttempts: 8, + jitter: true, +}; diff --git a/x-pack/solutions/security/plugins/security_solution/server/lib/siem_migrations/dashboards/task/agent/graph.ts b/x-pack/solutions/security/plugins/security_solution/server/lib/siem_migrations/dashboards/task/agent/graph.ts index be34123ddcbc3..388a28153cd4d 100644 --- a/x-pack/solutions/security/plugins/security_solution/server/lib/siem_migrations/dashboards/task/agent/graph.ts +++ b/x-pack/solutions/security/plugins/security_solution/server/lib/siem_migrations/dashboards/task/agent/graph.ts @@ -12,6 +12,7 @@ import { getParseOriginalDashboardNode } from './nodes/parse_original_dashboard' import { getCreateDescriptionsNode } from './nodes/create_descriptions'; import { getTranslatePanelNode } from './nodes/translate_panel/translate_panel'; import { getAggregateDashboardNode } from './nodes/aggregate_dashboard'; +import { RETRY_POLICY } from './constants'; export function getDashboardMigrationAgent(params: MigrateDashboardGraphParams) { const parseOriginalDashboardNode = getParseOriginalDashboardNode(); @@ -25,8 +26,12 @@ export function getDashboardMigrationAgent(params: MigrateDashboardGraphParams) ) // Nodes .addNode('parseOriginalDashboard', parseOriginalDashboardNode) - .addNode('createDescriptions', createDescriptionsNode) - .addNode('translatePanel', translatePanel.node, { subgraphs: [translatePanel.subgraph] }) + .addNode('createDescriptions', createDescriptionsNode, { + retryPolicy: RETRY_POLICY, + }) + .addNode('translatePanel', translatePanel.node, { + subgraphs: [translatePanel.subgraph], + }) .addNode('aggregateDashboard', aggregateDashboardNode) // Edges .addEdge(START, 'parseOriginalDashboard') diff --git a/x-pack/solutions/security/plugins/security_solution/server/lib/siem_migrations/dashboards/task/agent/nodes/translate_panel/translate_panel.ts b/x-pack/solutions/security/plugins/security_solution/server/lib/siem_migrations/dashboards/task/agent/nodes/translate_panel/translate_panel.ts index b630912625cb4..0b68885d55246 100644 --- a/x-pack/solutions/security/plugins/security_solution/server/lib/siem_migrations/dashboards/task/agent/nodes/translate_panel/translate_panel.ts +++ b/x-pack/solutions/security/plugins/security_solution/server/lib/siem_migrations/dashboards/task/agent/nodes/translate_panel/translate_panel.ts @@ -22,6 +22,9 @@ export type TranslatePanelNode = (( subgraph?: ReturnType; }; +/** Number of panels to be processed concurrently per dashboard */ +const DEFAULT_PANELS_CONCURRENCY = 4; + export interface TranslatePanel { node: TranslatePanelNode; conditionalEdge: (state: MigrateDashboardState) => Send[]; @@ -41,7 +44,9 @@ export const getTranslatePanelNode = (params: TranslatePanelGraphParams): Transl } // Invoke the subgraph to translate the panel - const output = await translatePanelSubGraph.invoke(nodeParams); + const output = await translatePanelSubGraph.invoke(nodeParams, { + maxConcurrency: DEFAULT_PANELS_CONCURRENCY, + }); if (!output.elastic_panel) { throw new Error('No panel visualization generated'); @@ -54,8 +59,8 @@ export const getTranslatePanelNode = (params: TranslatePanelGraphParams): Transl comments: output.comments, }; } catch (err) { - params.logger.error(`Error translating panel: ${err}`); const message = `Error translating panel: ${err.toString()}`; + params.logger.error(message); translatedPanel = { index, title: nodeParams.parsed_panel.title, diff --git a/x-pack/solutions/security/plugins/security_solution/server/lib/siem_migrations/dashboards/task/agent/sub_graphs/translate_panel/graph.ts b/x-pack/solutions/security/plugins/security_solution/server/lib/siem_migrations/dashboards/task/agent/sub_graphs/translate_panel/graph.ts index 7a48d50096b2e..04a809f8913a9 100644 --- a/x-pack/solutions/security/plugins/security_solution/server/lib/siem_migrations/dashboards/task/agent/sub_graphs/translate_panel/graph.ts +++ b/x-pack/solutions/security/plugins/security_solution/server/lib/siem_migrations/dashboards/task/agent/sub_graphs/translate_panel/graph.ts @@ -17,6 +17,7 @@ import { translateDashboardPanelState } from './state'; import type { TranslatePanelGraphParams, TranslateDashboardPanelState } from './types'; import { migrateDashboardConfigSchema } from '../../state'; import { getSelectIndexPatternNode } from './nodes/select_index_pattern'; +import { RETRY_POLICY } from '../../constants'; import { getExtractColumnsFromEsqlQueryNode } from './nodes/extract_columns'; export function getTranslatePanelGraph(params: TranslatePanelGraphParams) { @@ -34,12 +35,22 @@ export function getTranslatePanelGraph(params: TranslatePanelGraphParams) { migrateDashboardConfigSchema ) // Nodes - .addNode('inlineQuery', inlineQueryNode) - .addNode('translateQuery', translateQueryNode) + .addNode('inlineQuery', inlineQueryNode, { + retryPolicy: RETRY_POLICY, + }) + .addNode('translateQuery', translateQueryNode, { + retryPolicy: RETRY_POLICY, + }) .addNode('validation', validationNode) - .addNode('fixQueryErrors', fixQueryErrorsNode) - .addNode('ecsMapping', ecsMappingNode) - .addNode('extractColumnsFromEsql', extractColumnsFromEsqlNode) + .addNode('fixQueryErrors', fixQueryErrorsNode, { + retryPolicy: RETRY_POLICY, + }) + .addNode('ecsMapping', ecsMappingNode, { + retryPolicy: RETRY_POLICY, + }) + .addNode('extractColumnsFromEsql', extractColumnsFromEsqlNode, { + retryPolicy: RETRY_POLICY, + }) .addNode('selectIndexPattern', selectIndexPatternNode) .addNode('translationResult', translationResultNode) diff --git a/x-pack/solutions/security/plugins/security_solution/server/lib/siem_migrations/dashboards/task/dashboard_migrations_task_runner.ts b/x-pack/solutions/security/plugins/security_solution/server/lib/siem_migrations/dashboards/task/dashboard_migrations_task_runner.ts index 616be19be8d04..246d864473429 100644 --- a/x-pack/solutions/security/plugins/security_solution/server/lib/siem_migrations/dashboards/task/dashboard_migrations_task_runner.ts +++ b/x-pack/solutions/security/plugins/security_solution/server/lib/siem_migrations/dashboards/task/dashboard_migrations_task_runner.ts @@ -37,6 +37,7 @@ export class DashboardMigrationTaskRunner extends SiemMigrationTaskRunner< DashboardMigrationTaskOutput > { private retriever: DashboardMigrationsRetriever; + protected readonly taskConcurrency = 3; constructor( public readonly migrationId: string, diff --git a/x-pack/solutions/security/plugins/security_solution/server/lib/siem_migrations/rules/task/rule_migrations_task_runner.ts b/x-pack/solutions/security/plugins/security_solution/server/lib/siem_migrations/rules/task/rule_migrations_task_runner.ts index 2565f5fce3512..8271aefb9ad24 100644 --- a/x-pack/solutions/security/plugins/security_solution/server/lib/siem_migrations/rules/task/rule_migrations_task_runner.ts +++ b/x-pack/solutions/security/plugins/security_solution/server/lib/siem_migrations/rules/task/rule_migrations_task_runner.ts @@ -33,6 +33,7 @@ export class RuleMigrationTaskRunner extends SiemMigrationTaskRunner< RuleMigrationTaskOutput > { private retriever: RuleMigrationsRetriever; + protected readonly taskConcurrency = 10; constructor( public readonly migrationId: string,