mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[api-docs] 2025-01-08 Daily api_docs build (#205836)
Generated by https://buildkite.com/elastic/kibana-api-docs-daily/builds/946
This commit is contained in:
parent
a4b1975fce
commit
e96915a719
937 changed files with 4029 additions and 4601 deletions
|
@ -27,7 +27,7 @@
|
|||
"section": "def-public.ActionsPublicPluginSetup",
|
||||
"text": "ActionsPublicPluginSetup"
|
||||
},
|
||||
", void, object, object>"
|
||||
", void, never, never>"
|
||||
],
|
||||
"path": "x-pack/platform/plugins/shared/actions/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
|
|
|
@ -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-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'actions']
|
||||
---
|
||||
import actionsObj from './actions.devdocs.json';
|
||||
|
|
|
@ -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-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'advancedSettings']
|
||||
---
|
||||
import advancedSettingsObj from './advanced_settings.devdocs.json';
|
||||
|
|
|
@ -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-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiAssistantManagementSelection']
|
||||
---
|
||||
import aiAssistantManagementSelectionObj from './ai_assistant_management_selection.devdocs.json';
|
||||
|
|
|
@ -436,13 +436,7 @@
|
|||
"\nUI settings."
|
||||
],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "@kbn/core-ui-settings-browser",
|
||||
"scope": "public",
|
||||
"docId": "kibKbnCoreUiSettingsBrowserPluginApi",
|
||||
"section": "def-public.IUiSettingsClient",
|
||||
"text": "IUiSettingsClient"
|
||||
}
|
||||
"IUiSettingsClient"
|
||||
],
|
||||
"path": "x-pack/platform/plugins/shared/aiops/public/hooks/use_aiops_app_context.ts",
|
||||
"deprecated": false,
|
||||
|
@ -493,6 +487,22 @@
|
|||
"deprecated": false,
|
||||
"trackAdoption": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "aiops",
|
||||
"id": "def-public.AiopsAppContextValue.userProfile",
|
||||
"type": "Object",
|
||||
"tags": [],
|
||||
"label": "userProfile",
|
||||
"description": [
|
||||
"\nUser profile service."
|
||||
],
|
||||
"signature": [
|
||||
"UserProfileService"
|
||||
],
|
||||
"path": "x-pack/platform/plugins/shared/aiops/public/hooks/use_aiops_app_context.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "aiops",
|
||||
"id": "def-public.AiopsAppContextValue.share",
|
||||
|
|
|
@ -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-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiops']
|
||||
---
|
||||
import aiopsObj from './aiops.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 |
|
||||
|-------------------|-----------|------------------------|-----------------|
|
||||
| 72 | 0 | 8 | 2 |
|
||||
| 73 | 0 | 8 | 2 |
|
||||
|
||||
## Client
|
||||
|
||||
|
|
|
@ -2273,7 +2273,7 @@
|
|||
"label": "getIndexTemplateFields",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"(alias: string, pattern: string) => ",
|
||||
"(alias: string, patterns: string[]) => ",
|
||||
"IndexTemplateFields"
|
||||
],
|
||||
"path": "x-pack/platform/plugins/shared/alerting/server/alerts_service/lib/data_stream_adapter.ts",
|
||||
|
@ -2298,12 +2298,12 @@
|
|||
{
|
||||
"parentPluginId": "alerting",
|
||||
"id": "def-server.DataStreamAdapter.getIndexTemplateFields.$2",
|
||||
"type": "string",
|
||||
"type": "Array",
|
||||
"tags": [],
|
||||
"label": "pattern",
|
||||
"label": "patterns",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"string"
|
||||
"string[]"
|
||||
],
|
||||
"path": "x-pack/platform/plugins/shared/alerting/server/alerts_service/lib/data_stream_adapter.ts",
|
||||
"deprecated": false,
|
||||
|
@ -3678,13 +3678,7 @@
|
|||
"label": "uiSettingsClient",
|
||||
"description": [],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "@kbn/core-ui-settings-server",
|
||||
"scope": "server",
|
||||
"docId": "kibKbnCoreUiSettingsServerPluginApi",
|
||||
"section": "def-server.IUiSettingsClient",
|
||||
"text": "IUiSettingsClient"
|
||||
}
|
||||
"IUiSettingsClient"
|
||||
],
|
||||
"path": "x-pack/platform/plugins/shared/alerting/server/types.ts",
|
||||
"deprecated": false,
|
||||
|
@ -4367,7 +4361,7 @@
|
|||
"section": "def-common.FilterStateStore",
|
||||
"text": "FilterStateStore"
|
||||
},
|
||||
"; }> | undefined; } & { meta: Record<string, any>; }>[]; }> | undefined; timeframe?: Readonly<{} & { days: (2 | 1 | 7 | 6 | 5 | 4 | 3)[]; hours: Readonly<{} & { start: string; end: string; }>; timezone: string; }> | undefined; } & {}> | undefined; uuid?: string | undefined; useAlertDataForTemplate?: boolean | undefined; } & { params: Record<string, any>; id: string; group: string; }> | Readonly<{ actionTypeId?: string | undefined; uuid?: string | undefined; } & { params: Record<string, any>; id: string; }>)[]; field: \"actions\"; operation: \"add\" | \"set\"; }> | Readonly<{} & { value: Readonly<{} & { interval: string; }>; field: \"schedule\"; operation: \"set\"; }> | Readonly<{} & { value: string | null; field: \"throttle\"; operation: \"set\"; }> | Readonly<{} & { value: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; field: \"notifyWhen\"; operation: \"set\"; }> | Readonly<{} & { value: Readonly<{ id?: string | undefined; } & { duration: number; rRule: Readonly<{ count?: number | undefined; interval?: number | undefined; freq?: 0 | 2 | 1 | 3 | undefined; until?: string | undefined; byweekday?: string[] | undefined; bymonthday?: number[] | undefined; bymonth?: number[] | undefined; } & { dtstart: string; tzid: string; }>; }>; field: \"snoozeSchedule\"; operation: \"set\"; }> | Readonly<{ value?: string[] | undefined; } & { field: \"snoozeSchedule\"; operation: \"delete\"; }> | Readonly<{} & { field: \"apiKey\"; operation: \"set\"; }>"
|
||||
"; }> | undefined; } & { meta: Record<string, any>; }>[]; }> | undefined; timeframe?: Readonly<{} & { days: (2 | 1 | 7 | 6 | 5 | 4 | 3)[]; hours: Readonly<{} & { start: string; end: string; }>; timezone: string; }> | undefined; } & {}> | undefined; uuid?: string | undefined; useAlertDataForTemplate?: boolean | undefined; } & { params: Record<string, any>; id: string; group: string; }> | Readonly<{ actionTypeId?: string | undefined; uuid?: string | undefined; } & { params: Record<string, any>; id: string; }>)[]; field: \"actions\"; operation: \"add\" | \"set\"; }> | Readonly<{} & { value: Readonly<{} & { interval: string; }>; field: \"schedule\"; operation: \"set\"; }> | Readonly<{} & { value: string | null; field: \"throttle\"; operation: \"set\"; }> | Readonly<{} & { value: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; field: \"notifyWhen\"; operation: \"set\"; }> | Readonly<{} & { value: Readonly<{ id?: string | undefined; } & { duration: number; rRule: Readonly<{ count?: number | undefined; interval?: number | undefined; freq?: 0 | 2 | 1 | 3 | undefined; until?: string | undefined; byweekday?: (\"MO\" | \"TU\" | \"WE\" | \"TH\" | \"FR\" | \"SA\" | \"SU\")[] | undefined; bymonthday?: number[] | undefined; bymonth?: number[] | undefined; } & { dtstart: string; tzid: string; }>; }>; field: \"snoozeSchedule\"; operation: \"set\"; }> | Readonly<{ value?: string[] | undefined; } & { field: \"snoozeSchedule\"; operation: \"delete\"; }> | Readonly<{} & { field: \"apiKey\"; operation: \"set\"; }>"
|
||||
],
|
||||
"path": "x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_edit/types/bulk_edit_rules_options.ts",
|
||||
"deprecated": false,
|
||||
|
@ -4684,7 +4678,7 @@
|
|||
"section": "def-common.RuleTypeParams",
|
||||
"text": "RuleTypeParams"
|
||||
},
|
||||
" = never>(params?: Readonly<{ options?: Readonly<{ page?: number | undefined; filter?: string | Record<string, any> | undefined; search?: string | undefined; perPage?: number | undefined; defaultSearchOperator?: \"AND\" | \"OR\" | undefined; searchFields?: string[] | undefined; sortField?: string | undefined; sortOrder?: \"asc\" | \"desc\" | undefined; hasReference?: Readonly<{} & { id: string; type: string; }> | undefined; fields?: string[] | undefined; ruleTypeIds?: string[] | undefined; consumers?: string[] | undefined; } & {}> | undefined; includeSnoozeData?: boolean | undefined; excludeFromPublicApi?: boolean | undefined; } & {}> | undefined) => Promise<",
|
||||
" = never>(params?: Readonly<{ options?: Readonly<{ page?: number | undefined; filter?: string | Record<string, any> | undefined; search?: string | undefined; perPage?: number | undefined; defaultSearchOperator?: \"AND\" | \"OR\" | undefined; searchFields?: string[] | undefined; sortField?: string | undefined; sortOrder?: \"asc\" | \"desc\" | undefined; hasReference?: Readonly<{} & { id: string; type: string; }> | Readonly<{} & { id: string; type: string; }>[] | undefined; fields?: string[] | undefined; ruleTypeIds?: string[] | undefined; consumers?: string[] | undefined; } & {}> | undefined; includeSnoozeData?: boolean | undefined; excludeFromPublicApi?: boolean | undefined; } & {}> | undefined) => Promise<",
|
||||
{
|
||||
"pluginId": "alerting",
|
||||
"scope": "server",
|
||||
|
@ -7336,13 +7330,7 @@
|
|||
"label": "uiSettings",
|
||||
"description": [],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "@kbn/core-ui-settings-server",
|
||||
"scope": "server",
|
||||
"docId": "kibKbnCoreUiSettingsServerPluginApi",
|
||||
"section": "def-server.IUiSettingsClient",
|
||||
"text": "IUiSettingsClient"
|
||||
}
|
||||
"IUiSettingsClient"
|
||||
],
|
||||
"path": "x-pack/platform/plugins/shared/alerting/common/maintenance_window.ts",
|
||||
"deprecated": false,
|
||||
|
@ -11031,7 +11019,13 @@
|
|||
"description": [],
|
||||
"signature": [
|
||||
"Omit<",
|
||||
"Options",
|
||||
{
|
||||
"pluginId": "@kbn/rrule",
|
||||
"scope": "common",
|
||||
"docId": "kibKbnRrulePluginApi",
|
||||
"section": "def-common.Options",
|
||||
"text": "Options"
|
||||
},
|
||||
", \"dtstart\" | \"until\" | \"byweekday\" | \"wkst\"> & { dtstart: string; byweekday?: (string | number)[] | null | undefined; wkst?: ",
|
||||
{
|
||||
"pluginId": "@kbn/rrule",
|
||||
|
|
|
@ -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-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'alerting']
|
||||
---
|
||||
import alertingObj from './alerting.devdocs.json';
|
||||
|
|
|
@ -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-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'apm']
|
||||
---
|
||||
import apmObj from './apm.devdocs.json';
|
||||
|
|
|
@ -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-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'apmDataAccess']
|
||||
---
|
||||
import apmDataAccessObj from './apm_data_access.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/assetInventory
|
|||
title: "assetInventory"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the assetInventory plugin
|
||||
date: 2025-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'assetInventory']
|
||||
---
|
||||
import assetInventoryObj from './asset_inventory.devdocs.json';
|
||||
|
|
|
@ -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-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'banners']
|
||||
---
|
||||
import bannersObj from './banners.devdocs.json';
|
||||
|
|
|
@ -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-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'canvas']
|
||||
---
|
||||
import canvasObj from './canvas.devdocs.json';
|
||||
|
|
|
@ -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-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cases']
|
||||
---
|
||||
import casesObj from './cases.devdocs.json';
|
||||
|
|
|
@ -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-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'charts']
|
||||
---
|
||||
import chartsObj from './charts.devdocs.json';
|
||||
|
|
|
@ -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-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloud']
|
||||
---
|
||||
import cloudObj from './cloud.devdocs.json';
|
||||
|
|
|
@ -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-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloudDataMigration']
|
||||
---
|
||||
import cloudDataMigrationObj from './cloud_data_migration.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/cloudDefend
|
|||
title: "cloudDefend"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the cloudDefend plugin
|
||||
date: 2025-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloudDefend']
|
||||
---
|
||||
import cloudDefendObj from './cloud_defend.devdocs.json';
|
||||
|
|
|
@ -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-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloudSecurityPosture']
|
||||
---
|
||||
import cloudSecurityPostureObj from './cloud_security_posture.devdocs.json';
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
"section": "def-public.AppSetupUIPluginDependencies",
|
||||
"text": "AppSetupUIPluginDependencies"
|
||||
},
|
||||
", object>"
|
||||
", never>"
|
||||
],
|
||||
"path": "src/platform/plugins/shared/console/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
|
@ -92,7 +92,7 @@
|
|||
"signature": [
|
||||
"({ notifications, getStartServices, http }: ",
|
||||
"CoreSetup",
|
||||
"<object, unknown>, { devTools, home, share, usageCollection }: ",
|
||||
"<{}, unknown>, { devTools, home, share, usageCollection }: ",
|
||||
{
|
||||
"pluginId": "console",
|
||||
"scope": "public",
|
||||
|
@ -122,7 +122,7 @@
|
|||
"description": [],
|
||||
"signature": [
|
||||
"CoreSetup",
|
||||
"<object, unknown>"
|
||||
"<{}, unknown>"
|
||||
],
|
||||
"path": "src/platform/plugins/shared/console/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
|
|
|
@ -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-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'console']
|
||||
---
|
||||
import consoleObj from './console.devdocs.json';
|
||||
|
|
|
@ -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-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'contentManagement']
|
||||
---
|
||||
import contentManagementObj from './content_management.devdocs.json';
|
||||
|
|
|
@ -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-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'controls']
|
||||
---
|
||||
import controlsObj from './controls.devdocs.json';
|
||||
|
|
|
@ -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-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'customIntegrations']
|
||||
---
|
||||
import customIntegrationsObj from './custom_integrations.devdocs.json';
|
||||
|
|
|
@ -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-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dashboard']
|
||||
---
|
||||
import dashboardObj from './dashboard.devdocs.json';
|
||||
|
|
|
@ -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-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dashboardEnhanced']
|
||||
---
|
||||
import dashboardEnhancedObj from './dashboard_enhanced.devdocs.json';
|
||||
|
|
|
@ -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-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'data']
|
||||
---
|
||||
import dataObj from './data.devdocs.json';
|
||||
|
|
|
@ -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-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataQuality']
|
||||
---
|
||||
import dataQualityObj from './data_quality.devdocs.json';
|
||||
|
|
|
@ -61,13 +61,7 @@
|
|||
"label": "uiSettings",
|
||||
"description": [],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "@kbn/core-ui-settings-browser",
|
||||
"scope": "public",
|
||||
"docId": "kibKbnCoreUiSettingsBrowserPluginApi",
|
||||
"section": "def-public.IUiSettingsClient",
|
||||
"text": "IUiSettingsClient"
|
||||
}
|
||||
"IUiSettingsClient"
|
||||
],
|
||||
"path": "src/plugins/data/public/query/filter_manager/filter_manager.ts",
|
||||
"deprecated": false,
|
||||
|
|
|
@ -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-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'data.query']
|
||||
---
|
||||
import dataQueryObj from './data_query.devdocs.json';
|
||||
|
|
|
@ -1369,7 +1369,7 @@
|
|||
"signature": [
|
||||
"(core: ",
|
||||
"CoreSetup",
|
||||
"<object, unknown>, deps: SetupDependencies) => void"
|
||||
"<{}, unknown>, deps: SetupDependencies) => void"
|
||||
],
|
||||
"path": "src/plugins/data/server/search/session/session_service.ts",
|
||||
"deprecated": false,
|
||||
|
@ -1384,7 +1384,7 @@
|
|||
"description": [],
|
||||
"signature": [
|
||||
"CoreSetup",
|
||||
"<object, unknown>"
|
||||
"<{}, unknown>"
|
||||
],
|
||||
"path": "src/plugins/data/server/search/session/session_service.ts",
|
||||
"deprecated": false,
|
||||
|
@ -3286,13 +3286,7 @@
|
|||
"description": [],
|
||||
"signature": [
|
||||
"{ get: <T = any>(key: string, context?: ",
|
||||
{
|
||||
"pluginId": "@kbn/core-ui-settings-common",
|
||||
"scope": "common",
|
||||
"docId": "kibKbnCoreUiSettingsCommonPluginApi",
|
||||
"section": "def-common.GetUiSettingsContext",
|
||||
"text": "GetUiSettingsContext"
|
||||
},
|
||||
"GetUiSettingsContext",
|
||||
" | undefined) => Promise<T>; }"
|
||||
],
|
||||
"path": "src/plugins/data/server/search/types.ts",
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/data-search
|
|||
title: "data.search"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the data.search plugin
|
||||
date: 2025-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'data.search']
|
||||
---
|
||||
import dataSearchObj from './data_search.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dataUsage
|
|||
title: "dataUsage"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the dataUsage plugin
|
||||
date: 2025-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataUsage']
|
||||
---
|
||||
import dataUsageObj from './data_usage.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dataViewEditor
|
|||
title: "dataViewEditor"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the dataViewEditor plugin
|
||||
date: 2025-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataViewEditor']
|
||||
---
|
||||
import dataViewEditorObj from './data_view_editor.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dataViewFieldEditor
|
|||
title: "dataViewFieldEditor"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the dataViewFieldEditor plugin
|
||||
date: 2025-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataViewFieldEditor']
|
||||
---
|
||||
import dataViewFieldEditorObj from './data_view_field_editor.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dataViewManagement
|
|||
title: "dataViewManagement"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the dataViewManagement plugin
|
||||
date: 2025-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataViewManagement']
|
||||
---
|
||||
import dataViewManagementObj from './data_view_management.devdocs.json';
|
||||
|
|
|
@ -5417,13 +5417,7 @@
|
|||
"label": "uiSettings",
|
||||
"description": [],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "@kbn/core-ui-settings-browser",
|
||||
"scope": "public",
|
||||
"docId": "kibKbnCoreUiSettingsBrowserPluginApi",
|
||||
"section": "def-public.IUiSettingsClient",
|
||||
"text": "IUiSettingsClient"
|
||||
}
|
||||
"IUiSettingsClient"
|
||||
],
|
||||
"path": "src/platform/plugins/shared/data_views/public/ui_settings_wrapper.ts",
|
||||
"deprecated": false,
|
||||
|
@ -5474,21 +5468,9 @@
|
|||
"description": [],
|
||||
"signature": [
|
||||
"<T = unknown>() => Promise<Record<string, (",
|
||||
{
|
||||
"pluginId": "@kbn/core-ui-settings-browser",
|
||||
"scope": "public",
|
||||
"docId": "kibKbnCoreUiSettingsBrowserPluginApi",
|
||||
"section": "def-public.PublicUiSettingsParams",
|
||||
"text": "PublicUiSettingsParams"
|
||||
},
|
||||
"PublicUiSettingsParams",
|
||||
" & ",
|
||||
{
|
||||
"pluginId": "@kbn/core-ui-settings-common",
|
||||
"scope": "common",
|
||||
"docId": "kibKbnCoreUiSettingsCommonPluginApi",
|
||||
"section": "def-common.UserProvidedValues",
|
||||
"text": "UserProvidedValues"
|
||||
},
|
||||
"UserProvidedValues",
|
||||
"<T>) | undefined>>"
|
||||
],
|
||||
"path": "src/platform/plugins/shared/data_views/public/ui_settings_wrapper.ts",
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dataViews
|
|||
title: "dataViews"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the dataViews plugin
|
||||
date: 2025-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataViews']
|
||||
---
|
||||
import dataViewsObj from './data_views.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dataVisualizer
|
|||
title: "dataVisualizer"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the dataVisualizer plugin
|
||||
date: 2025-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataVisualizer']
|
||||
---
|
||||
import dataVisualizerObj from './data_visualizer.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/datasetQuality
|
|||
title: "datasetQuality"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the datasetQuality plugin
|
||||
date: 2025-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'datasetQuality']
|
||||
---
|
||||
import datasetQualityObj from './dataset_quality.devdocs.json';
|
||||
|
|
|
@ -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-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana']
|
||||
---
|
||||
|
||||
|
@ -23,7 +23,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
|
|||
| <DocLink id="kibKbnCoreHttpServerPluginApi" section="def-server.RouteConfigOptions.authRequired" text="authRequired"/> | @kbn/core, usageCollection, taskManager, security, files, monitoringCollection, banners, telemetry, securitySolution, @kbn/test-suites-xpack, cloudFullStory, customBranding, enterpriseSearch, interactiveSetup, mockIdpPlugin, spaces, ml | - |
|
||||
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-public.SimpleSavedObject" text="SimpleSavedObject"/> | @kbn/core, graph, visualizations, lens, dataVisualizer, ml, aiops, dashboardEnhanced, securitySolution, eventAnnotation, @kbn/core-saved-objects-browser-mocks | - |
|
||||
| <DocLink id="kibKbnCoreSavedObjectsCommonPluginApi" section="def-common.SavedObjectAttributes" text="SavedObjectAttributes"/> | @kbn/core, savedObjects, graph, visualizations, canvas, ml | - |
|
||||
| <DocLink id="kibKbnCoreSavedObjectsServerPluginApi" section="def-server.SavedObjectsType.migrations" text="migrations"/> | @kbn/core, @kbn/core-ui-settings-server-internal, dataViews, data, graph, taskManager, share, lens, spaces, actions, alerting, dashboard, ml, @kbn/core-saved-objects-migration-server-mocks, savedSearch, canvas, cases, fleet, maps, lists, securitySolution, apmDataAccess, apm, visualizations, infra, slo, synthetics, uptime, cloudSecurityPosture, eventAnnotation, links, savedObjectsManagement | - |
|
||||
| <DocLink id="kibKbnCoreSavedObjectsServerPluginApi" section="def-server.SavedObjectsType.migrations" text="migrations"/> | @kbn/core, dataViews, data, graph, taskManager, share, lens, spaces, actions, alerting, dashboard, ml, @kbn/core-saved-objects-migration-server-mocks, savedSearch, canvas, cases, fleet, maps, lists, securitySolution, apmDataAccess, apm, visualizations, infra, slo, synthetics, uptime, cloudSecurityPosture, eventAnnotation, links, savedObjectsManagement | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-public.SearchSource.fetch" text="fetch"/> | stackAlerts, alerting, securitySolution, inputControlVis | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-public.DataPublicPluginStart.indexPatterns" text="indexPatterns"/> | graph, stackAlerts, inputControlVis, securitySolution | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-public.DataPublicPluginStart.fieldFormats" text="fieldFormats"/> | dataVisualizer, stackAlerts, expressionPartitionVis | - |
|
||||
|
@ -49,8 +49,8 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
|
|||
| <DocLink id="kibTimelinesPluginApi" section="def-common.IndexFieldsStrategyResponse" text="IndexFieldsStrategyResponse"/> | securitySolution | - |
|
||||
| <DocLink id="kibKbnCoreSavedObjectsApiServerPluginApi" section="def-server.SavedObject.migrationVersion" text="migrationVersion"/> | @kbn/core, graph, @kbn/core-saved-objects-browser-mocks, fleet, osquery, securitySolution, alerting, lists | - |
|
||||
| <DocLink id="kibKbnCoreSavedObjectsApiServerPluginApi" section="def-server.SavedObjectAttributes" text="SavedObjectAttributes"/> | @kbn/core, actions, @kbn/alerting-types, alerting, savedSearch, canvas, securitySolution, taskManager, enterpriseSearch | - |
|
||||
| <DocLink id="kibKbnCoreSavedObjectsCommonPluginApi" section="def-common.SavedObject" text="SavedObject"/> | @kbn/core, home, savedObjectsTagging, canvas, savedObjectsTaggingOss, upgradeAssistant, securitySolution, lists, savedObjectsManagement, @kbn/core-saved-objects-browser-mocks, @kbn/core-ui-settings-server-internal | - |
|
||||
| <DocLink id="kibKbnCoreSavedObjectsServerPluginApi" section="def-server.SavedObjectsType.convertToMultiNamespaceTypeVersion" text="convertToMultiNamespaceTypeVersion"/> | @kbn/core, dataViews, data, graph, lens, actions, alerting, dashboard, savedSearch, canvas, savedObjectsTagging, cases, maps, lists, securitySolution, visualizations | - |
|
||||
| <DocLink id="kibKbnCoreSavedObjectsCommonPluginApi" section="def-common.SavedObject" text="SavedObject"/> | @kbn/core, home, savedObjectsTagging, canvas, savedObjectsTaggingOss, upgradeAssistant, securitySolution, lists, savedObjectsManagement, @kbn/core-saved-objects-browser-mocks | - |
|
||||
| <DocLink id="kibKbnCoreSavedObjectsServerPluginApi" section="def-server.SavedObjectsType.convertToMultiNamespaceTypeVersion" text="convertToMultiNamespaceTypeVersion"/> | @kbn/core, dataViews, data, graph, lens, actions, alerting, dashboard, savedSearch, canvas, cases, savedObjectsTagging, maps, lists, securitySolution, visualizations | - |
|
||||
| <DocLink id="kibKbnSecurityPluginTypesPublicPluginApi" section="def-public.SecurityPluginStart.authc" text="authc"/> | security, securitySolution, cloudLinks, cases | - |
|
||||
| <DocLink id="kibKbnSecurityPluginTypesPublicPluginApi" section="def-public.SecurityPluginStart.userProfiles" text="userProfiles"/> | security, cases, securitySolution, searchPlayground | - |
|
||||
| <DocLink id="kibKbnSecuritysolutionListConstantsPluginApi" section="def-common.ENDPOINT_TRUSTED_APPS_LIST_ID" text="ENDPOINT_TRUSTED_APPS_LIST_ID"/> | lists, securitySolution, @kbn/securitysolution-io-ts-list-types | - |
|
||||
|
@ -115,7 +115,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
|
|||
| <DocLink id="kibKbnCoreSavedObjectsBrowserMocksPluginApi" section="def-public.savedObjectsServiceMock" text="savedObjectsServiceMock"/> | @kbn/core-lifecycle-browser-mocks, @kbn/core | - |
|
||||
| <DocLink id="kibKbnCoreSavedObjectsBrowserMocksPluginApi" section="def-public.simpleSavedObjectMock" text="simpleSavedObjectMock"/> | @kbn/core, lens | - |
|
||||
| <DocLink id="kibKbnCoreSavedObjectsCommonPluginApi" section="def-common.SavedObjectAttributeSingle" text="SavedObjectAttributeSingle"/> | @kbn/core | - |
|
||||
| <DocLink id="kibKbnCoreSavedObjectsCommonPluginApi" section="def-common.SavedObjectReference" text="SavedObjectReference"/> | @kbn/core, savedObjectsManagement, savedObjects, graph, visualizations, lens, savedObjectsTagging, eventAnnotation, maps, dashboard, kibanaUtils, expressions, data, savedObjectsTaggingOss, embeddable, uiActionsEnhanced, controls, canvas, dashboardEnhanced, globalSearchProviders | - |
|
||||
| <DocLink id="kibKbnCoreSavedObjectsCommonPluginApi" section="def-common.SavedObjectReference" text="SavedObjectReference"/> | @kbn/core, savedObjectsManagement, savedObjects, graph, visualizations, lens, savedObjectsTagging, eventAnnotation, maps, streamsApp, dashboard, kibanaUtils, expressions, data, savedObjectsTaggingOss, embeddable, uiActionsEnhanced, controls, canvas, dashboardEnhanced, globalSearchProviders | - |
|
||||
| <DocLink id="kibKbnCoreSavedObjectsServerPluginApi" section="def-server.SavedObjectsType.schemas" text="schemas"/> | @kbn/core, data, spaces, dashboard, savedSearch, visualizations, cloudSecurityPosture | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.DataView.getNonScriptedFields" text="getNonScriptedFields"/> | graph, visTypeTimeseries, dataViewManagement, dataViews | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-server.DataView.getNonScriptedFields" text="getNonScriptedFields"/> | graph, visTypeTimeseries, dataViewManagement, dataViews | - |
|
||||
|
@ -157,7 +157,6 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
|
|||
| <DocLink id="kibKibanaReactPluginApi" section="def-public.wrapWithTheme" text="wrapWithTheme"/> | aiAssistantManagementSelection, observabilityAiAssistantManagement | - |
|
||||
| <DocLink id="kibKibanaReactPluginApi" section="def-common.KibanaStyledComponentsThemeProviderDecorator" text="KibanaStyledComponentsThemeProviderDecorator"/> | @kbn/react-kibana-context-styled, kibanaReact | - |
|
||||
| <DocLink id="kibKbnIndexLifecycleManagementCommonSharedPluginApi" section="def-common.RolloverAction.max_size" text="max_size"/> | indexLifecycleManagement | - |
|
||||
| <DocLink id="kibObservabilityAIAssistantPluginApi" section="def-public.AssistantAvatar" text="AssistantAvatar"/> | observabilityAIAssistantApp | - |
|
||||
| <DocLink id="kibKbnPresentationPublishingPluginApi" section="def-public.apiHasLegacyLibraryTransforms" text="apiHasLegacyLibraryTransforms"/> | dashboard | - |
|
||||
| <DocLink id="kibKbnPresentationPublishingPluginApi" section="def-public.HasLegacyLibraryTransforms" text="HasLegacyLibraryTransforms"/> | dashboard | - |
|
||||
| <DocLink id="kibSharePluginApi" section="def-public.ShareContext.shareableUrlForSavedObject" text="shareableUrlForSavedObject"/> | @kbn/reporting-public, discover | - |
|
||||
|
|
|
@ -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-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana']
|
||||
---
|
||||
|
||||
|
@ -32,7 +32,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
|
|||
|
||||
| Deprecated API | Reference location(s) | Remove By |
|
||||
| ---------------|-----------|-----------|
|
||||
| <DocLink id="kibKbnContentManagementTableListViewTablePluginApi" section="def-public.TableListViewTableProps.withoutPageTemplateWrapper" text="withoutPageTemplateWrapper"/> | [table_list_view.tsx](https://github.com/elastic/kibana/tree/main/packages/content-management/table_list_view/src/table_list_view.tsx#:~:text=withoutPageTemplateWrapper), [table_list_view.tsx](https://github.com/elastic/kibana/tree/main/packages/content-management/table_list_view/src/table_list_view.tsx#:~:text=withoutPageTemplateWrapper) | - |
|
||||
| <DocLink id="kibKbnContentManagementTableListViewTablePluginApi" section="def-public.TableListViewTableProps.withoutPageTemplateWrapper" text="withoutPageTemplateWrapper"/> | [table_list_view.tsx](https://github.com/elastic/kibana/tree/main/src/platform/packages/shared/content-management/table_list_view/src/table_list_view.tsx#:~:text=withoutPageTemplateWrapper), [table_list_view.tsx](https://github.com/elastic/kibana/tree/main/src/platform/packages/shared/content-management/table_list_view/src/table_list_view.tsx#:~:text=withoutPageTemplateWrapper) | - |
|
||||
|
||||
|
||||
|
||||
|
@ -89,12 +89,12 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
|
|||
| <DocLink id="kibKbnCoreSavedObjectsBrowserInternalPluginApi" section="def-public.SavedObjectsService" text="SavedObjectsService"/> | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/index.ts#:~:text=SavedObjectsService), [core_system.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/root/browser-internal/src/core_system.ts#:~:text=SavedObjectsService), [core_system.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/root/browser-internal/src/core_system.ts#:~:text=SavedObjectsService), [core_system.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/root/browser-internal/src/core_system.ts#:~:text=SavedObjectsService) | - |
|
||||
| <DocLink id="kibKbnCoreSavedObjectsBrowserMocksPluginApi" section="def-public.savedObjectsServiceMock" text="savedObjectsServiceMock"/> | [mocks.ts](https://github.com/elastic/kibana/tree/main/src/core/public/mocks.ts#:~:text=savedObjectsServiceMock), [plugins_service.test.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/plugins/browser-internal/src/plugins_service.test.ts#:~:text=savedObjectsServiceMock), [plugins_service.test.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/plugins/browser-internal/src/plugins_service.test.ts#:~:text=savedObjectsServiceMock) | - |
|
||||
| <DocLink id="kibKbnCoreSavedObjectsBrowserMocksPluginApi" section="def-public.simpleSavedObjectMock" text="simpleSavedObjectMock"/> | [mocks.ts](https://github.com/elastic/kibana/tree/main/src/core/public/mocks.ts#:~:text=simpleSavedObjectMock) | - |
|
||||
| <DocLink id="kibKbnCoreSavedObjectsCommonPluginApi" section="def-common.SavedObject" text="SavedObject"/> | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/common/index.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/simple_saved_object.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/simple_saved_object.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/simple_saved_object.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/simple_saved_object.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/simple_saved_object.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/simple_saved_object.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/simple_saved_object.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/simple_saved_object.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/simple_saved_object.ts#:~:text=SavedObject)+ 59 more | - |
|
||||
| <DocLink id="kibKbnCoreSavedObjectsCommonPluginApi" section="def-common.SavedObject" text="SavedObject"/> | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/common/index.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/simple_saved_object.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/browser-internal/src/simple_saved_object.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/simple_saved_object.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/simple_saved_object.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/simple_saved_object.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/simple_saved_object.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/simple_saved_object.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/simple_saved_object.ts#:~:text=SavedObject), [simple_saved_object.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/simple_saved_object.ts#:~:text=SavedObject)+ 62 more | - |
|
||||
| <DocLink id="kibKbnCoreSavedObjectsCommonPluginApi" section="def-common.SavedObjectAttributeSingle" text="SavedObjectAttributeSingle"/> | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/common/index.ts#:~:text=SavedObjectAttributeSingle), [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectAttributeSingle), [index.ts](https://github.com/elastic/kibana/tree/main/src/core/types/index.ts#:~:text=SavedObjectAttributeSingle) | - |
|
||||
| <DocLink id="kibKbnCoreSavedObjectsCommonPluginApi" section="def-common.SavedObjectAttribute" text="SavedObjectAttribute"/> | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/common/index.ts#:~:text=SavedObjectAttribute), [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectAttribute), [index.ts](https://github.com/elastic/kibana/tree/main/src/core/types/index.ts#:~:text=SavedObjectAttribute) | - |
|
||||
| <DocLink id="kibKbnCoreSavedObjectsCommonPluginApi" section="def-common.SavedObjectAttributes" text="SavedObjectAttributes"/> | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/common/index.ts#:~:text=SavedObjectAttributes), [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectAttributes), [index.ts](https://github.com/elastic/kibana/tree/main/src/core/types/index.ts#:~:text=SavedObjectAttributes) | - |
|
||||
| <DocLink id="kibKbnCoreSavedObjectsCommonPluginApi" section="def-common.SavedObjectReference" text="SavedObjectReference"/> | [index.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/common/index.ts#:~:text=SavedObjectReference), [create.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/apis/create.ts#:~:text=SavedObjectReference), [create.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/apis/create.ts#:~:text=SavedObjectReference), [bulk_update.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/apis/bulk_update.ts#:~:text=SavedObjectReference), [bulk_update.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/apis/bulk_update.ts#:~:text=SavedObjectReference), [update.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/apis/update.ts#:~:text=SavedObjectReference), [update.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-browser/src/apis/update.ts#:~:text=SavedObjectReference), [index.ts](https://github.com/elastic/kibana/tree/main/src/core/public/index.ts#:~:text=SavedObjectReference), [index.ts](https://github.com/elastic/kibana/tree/main/src/core/types/index.ts#:~:text=SavedObjectReference) | - |
|
||||
| <DocLink id="kibKbnCoreSavedObjectsServerPluginApi" section="def-server.SavedObjectsType.migrations" text="migrations"/> | [saved_objects_type.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/server/src/saved_objects_type.ts#:~:text=migrations), [saved_objects_type.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/server/src/saved_objects_type.ts#:~:text=migrations), [version_map.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/base-server-internal/src/model_version/version_map.ts#:~:text=migrations), [version_map.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/base-server-internal/src/model_version/version_map.ts#:~:text=migrations), [version_map.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/base-server-internal/src/model_version/version_map.ts#:~:text=migrations), [validate_migrations.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/migration-server-internal/src/document_migrator/validate_migrations.ts#:~:text=migrations), [validate_migrations.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/migration-server-internal/src/document_migrator/validate_migrations.ts#:~:text=migrations), [validate_migrations.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/migration-server-internal/src/document_migrator/validate_migrations.ts#:~:text=migrations), [validate_migrations.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/migration-server-internal/src/document_migrator/validate_migrations.ts#:~:text=migrations), [validate_migrations.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/migration-server-internal/src/document_migrator/validate_migrations.ts#:~:text=migrations)+ 109 more | - |
|
||||
| <DocLink id="kibKbnCoreSavedObjectsServerPluginApi" section="def-server.SavedObjectsType.migrations" text="migrations"/> | [saved_objects_type.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/server/src/saved_objects_type.ts#:~:text=migrations), [saved_objects_type.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/server/src/saved_objects_type.ts#:~:text=migrations), [version_map.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/base-server-internal/src/model_version/version_map.ts#:~:text=migrations), [version_map.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/base-server-internal/src/model_version/version_map.ts#:~:text=migrations), [version_map.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/base-server-internal/src/model_version/version_map.ts#:~:text=migrations), [validate_migrations.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/migration-server-internal/src/document_migrator/validate_migrations.ts#:~:text=migrations), [validate_migrations.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/migration-server-internal/src/document_migrator/validate_migrations.ts#:~:text=migrations), [validate_migrations.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/migration-server-internal/src/document_migrator/validate_migrations.ts#:~:text=migrations), [validate_migrations.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/migration-server-internal/src/document_migrator/validate_migrations.ts#:~:text=migrations), [validate_migrations.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/migration-server-internal/src/document_migrator/validate_migrations.ts#:~:text=migrations)+ 110 more | - |
|
||||
| <DocLink id="kibKbnCoreSavedObjectsServerPluginApi" section="def-server.SavedObjectsType.schemas" text="schemas"/> | [saved_objects_type.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/server/src/saved_objects_type.ts#:~:text=schemas), [validation.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-server-internal/src/lib/apis/helpers/validation.ts#:~:text=schemas), [validation.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-server-internal/src/lib/apis/helpers/validation.ts#:~:text=schemas), [validation.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/api-server-internal/src/lib/apis/helpers/validation.ts#:~:text=schemas), [validate_migrations.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/migration-server-internal/src/document_migrator/validate_migrations.ts#:~:text=schemas), [validate_migrations.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/migration-server-internal/src/document_migrator/validate_migrations.ts#:~:text=schemas), [validate_migrations.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/migration-server-internal/src/document_migrator/validate_migrations.ts#:~:text=schemas), [extract_migration_info.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/test-helpers/so-type-serializer/src/extract_migration_info.ts#:~:text=schemas), [extract_migration_info.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/test-helpers/so-type-serializer/src/extract_migration_info.ts#:~:text=schemas), [extract_migration_info.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/test-helpers/so-type-serializer/src/extract_migration_info.ts#:~:text=schemas)+ 19 more | - |
|
||||
| <DocLink id="kibKbnCoreSavedObjectsServerPluginApi" section="def-server.SavedObjectsType.convertToMultiNamespaceTypeVersion" text="convertToMultiNamespaceTypeVersion"/> | [utils.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/migration-server-internal/src/document_migrator/utils.ts#:~:text=convertToMultiNamespaceTypeVersion), [internal_transforms.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/migration-server-internal/src/document_migrator/internal_transforms.ts#:~:text=convertToMultiNamespaceTypeVersion), [internal_transforms.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/migration-server-internal/src/document_migrator/internal_transforms.ts#:~:text=convertToMultiNamespaceTypeVersion), [internal_transforms.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/migration-server-internal/src/document_migrator/internal_transforms.ts#:~:text=convertToMultiNamespaceTypeVersion), [validate_migrations.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/migration-server-internal/src/document_migrator/validate_migrations.ts#:~:text=convertToMultiNamespaceTypeVersion), [validate_migrations.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/saved-objects/migration-server-internal/src/document_migrator/validate_migrations.ts#:~:text=convertToMultiNamespaceTypeVersion), [extract_migration_info.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/test-helpers/so-type-serializer/src/extract_migration_info.ts#:~:text=convertToMultiNamespaceTypeVersion), [extract_migration_info.test.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/test-helpers/so-type-serializer/src/extract_migration_info.test.ts#:~:text=convertToMultiNamespaceTypeVersion), [get_migration_hash.test.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/test-helpers/so-type-serializer/src/get_migration_hash.test.ts#:~:text=convertToMultiNamespaceTypeVersion), [get_migration_hash.test.ts](https://github.com/elastic/kibana/tree/main/src/core/packages/test-helpers/so-type-serializer/src/get_migration_hash.test.ts#:~:text=convertToMultiNamespaceTypeVersion)+ 22 more | - |
|
||||
|
||||
|
@ -151,15 +151,6 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
|
|||
|
||||
|
||||
|
||||
## @kbn/core-ui-settings-server-internal
|
||||
|
||||
| Deprecated API | Reference location(s) | Remove By |
|
||||
| ---------------|-----------|-----------|
|
||||
| <DocLink id="kibKbnCoreSavedObjectsCommonPluginApi" section="def-common.SavedObject" text="SavedObject"/> | [transforms.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/ui-settings/core-ui-settings-server-internal/src/saved_objects/transforms.test.ts#:~:text=SavedObject), [transforms.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/ui-settings/core-ui-settings-server-internal/src/saved_objects/transforms.test.ts#:~:text=SavedObject), [transforms.test.ts](https://github.com/elastic/kibana/tree/main/packages/core/ui-settings/core-ui-settings-server-internal/src/saved_objects/transforms.test.ts#:~:text=SavedObject) | - |
|
||||
| <DocLink id="kibKbnCoreSavedObjectsServerPluginApi" section="def-server.SavedObjectsType.migrations" text="migrations"/> | [ui_settings.ts](https://github.com/elastic/kibana/tree/main/packages/core/ui-settings/core-ui-settings-server-internal/src/saved_objects/ui_settings.ts#:~:text=migrations) | - |
|
||||
|
||||
|
||||
|
||||
## @kbn/esql-utils
|
||||
|
||||
| Deprecated API | Reference location(s) | Remove By |
|
||||
|
@ -220,7 +211,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
|
|||
|
||||
| Deprecated API | Reference location(s) | Remove By |
|
||||
| ---------------|-----------|-----------|
|
||||
| <DocLink id="kibKbnReportingExportTypesPdfCommonPluginApi" section="def-common.JobParamsPDFDeprecated" text="JobParamsPDFDeprecated"/> | [printable_pdf.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-reporting/export_types/pdf/printable_pdf.ts#:~:text=JobParamsPDFDeprecated), [printable_pdf.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-reporting/export_types/pdf/printable_pdf.ts#:~:text=JobParamsPDFDeprecated), [printable_pdf.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-reporting/export_types/pdf/printable_pdf.ts#:~:text=JobParamsPDFDeprecated) | - |
|
||||
| <DocLink id="kibKbnReportingExportTypesPdfCommonPluginApi" section="def-common.JobParamsPDFDeprecated" text="JobParamsPDFDeprecated"/> | [printable_pdf.ts](https://github.com/elastic/kibana/tree/main/src/platform/packages/private/kbn-reporting/export_types/pdf/printable_pdf.ts#:~:text=JobParamsPDFDeprecated), [printable_pdf.ts](https://github.com/elastic/kibana/tree/main/src/platform/packages/private/kbn-reporting/export_types/pdf/printable_pdf.ts#:~:text=JobParamsPDFDeprecated), [printable_pdf.ts](https://github.com/elastic/kibana/tree/main/src/platform/packages/private/kbn-reporting/export_types/pdf/printable_pdf.ts#:~:text=JobParamsPDFDeprecated) | - |
|
||||
|
||||
|
||||
|
||||
|
@ -228,7 +219,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
|
|||
|
||||
| Deprecated API | Reference location(s) | Remove By |
|
||||
| ---------------|-----------|-----------|
|
||||
| <DocLink id="kibSharePluginApi" section="def-public.ShareContext.shareableUrlForSavedObject" text="shareableUrlForSavedObject"/> | [register_pdf_png_modal_reporting.tsx](https://github.com/elastic/kibana/tree/main/packages/kbn-reporting/public/share/share_context_menu/register_pdf_png_modal_reporting.tsx#:~:text=shareableUrlForSavedObject) | - |
|
||||
| <DocLink id="kibSharePluginApi" section="def-public.ShareContext.shareableUrlForSavedObject" text="shareableUrlForSavedObject"/> | [register_pdf_png_modal_reporting.tsx](https://github.com/elastic/kibana/tree/main/src/platform/packages/private/kbn-reporting/public/share/share_context_menu/register_pdf_png_modal_reporting.tsx#:~:text=shareableUrlForSavedObject) | - |
|
||||
|
||||
|
||||
|
||||
|
@ -976,14 +967,6 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
|
|||
|
||||
|
||||
|
||||
## observabilityAIAssistantApp
|
||||
|
||||
| Deprecated API | Reference location(s) | Remove By |
|
||||
| ---------------|-----------|-----------|
|
||||
| <DocLink id="kibObservabilityAIAssistantPluginApi" section="def-public.AssistantAvatar" text="AssistantAvatar"/> | [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/observability_ai_assistant_app/public/components/rca/rca_callout/index.tsx#:~:text=AssistantAvatar), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/observability_ai_assistant_app/public/components/rca/rca_callout/index.tsx#:~:text=AssistantAvatar) | - |
|
||||
|
||||
|
||||
|
||||
## observabilityAiAssistantManagement
|
||||
|
||||
| Deprecated API | Reference location(s) | Remove By |
|
||||
|
@ -1105,10 +1088,10 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
|
|||
|
||||
| Deprecated API | Reference location(s) | Remove By |
|
||||
| ---------------|-----------|-----------|
|
||||
| <DocLink id="kibSecurityPluginApi" section="def-server.SecurityPluginSetup.authz" text="authz"/> | [request_handler_context.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/saved_objects_tagging/server/request_handler_context.ts#:~:text=authz) | - |
|
||||
| <DocLink id="kibKbnCoreSavedObjectsCommonPluginApi" section="def-common.SavedObject" text="SavedObject"/> | [get_table_column_definition.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/saved_objects_tagging/public/ui_api/get_table_column_definition.tsx#:~:text=SavedObject), [get_table_column_definition.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/saved_objects_tagging/public/ui_api/get_table_column_definition.tsx#:~:text=SavedObject), [get_table_column_definition.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/saved_objects_tagging/public/ui_api/get_table_column_definition.tsx#:~:text=SavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/saved_objects_tagging/common/types.ts#:~:text=SavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/saved_objects_tagging/common/types.ts#:~:text=SavedObject), [utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/saved_objects_tagging/public/utils.ts#:~:text=SavedObject), [utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/saved_objects_tagging/public/utils.ts#:~:text=SavedObject), [utils.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/saved_objects_tagging/public/utils.test.ts#:~:text=SavedObject), [utils.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/saved_objects_tagging/public/utils.test.ts#:~:text=SavedObject), [utils.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/saved_objects_tagging/public/utils.test.ts#:~:text=SavedObject)+ 3 more | - |
|
||||
| <DocLink id="kibKbnCoreSavedObjectsCommonPluginApi" section="def-common.SavedObjectReference" text="SavedObjectReference"/> | [get_table_column_definition.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/saved_objects_tagging/public/ui_api/get_table_column_definition.tsx#:~:text=SavedObjectReference), [get_table_column_definition.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/saved_objects_tagging/public/ui_api/get_table_column_definition.tsx#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/saved_objects_tagging/common/references.ts#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/saved_objects_tagging/common/references.ts#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/saved_objects_tagging/common/references.ts#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/saved_objects_tagging/common/references.ts#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/saved_objects_tagging/common/references.ts#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/saved_objects_tagging/common/references.ts#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/saved_objects_tagging/common/references.ts#:~:text=SavedObjectReference), [utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/saved_objects_tagging/public/utils.ts#:~:text=SavedObjectReference)+ 12 more | - |
|
||||
| <DocLink id="kibKbnCoreSavedObjectsServerPluginApi" section="def-server.SavedObjectsType.convertToMultiNamespaceTypeVersion" text="convertToMultiNamespaceTypeVersion"/> | [tag.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/saved_objects_tagging/server/saved_objects/tag.ts#:~:text=convertToMultiNamespaceTypeVersion) | - |
|
||||
| <DocLink id="kibSecurityPluginApi" section="def-server.SecurityPluginSetup.authz" text="authz"/> | [request_handler_context.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/saved_objects_tagging/server/request_handler_context.ts#:~:text=authz) | - |
|
||||
| <DocLink id="kibKbnCoreSavedObjectsCommonPluginApi" section="def-common.SavedObject" text="SavedObject"/> | [get_table_column_definition.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/saved_objects_tagging/public/ui_api/get_table_column_definition.tsx#:~:text=SavedObject), [get_table_column_definition.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/saved_objects_tagging/public/ui_api/get_table_column_definition.tsx#:~:text=SavedObject), [get_table_column_definition.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/saved_objects_tagging/public/ui_api/get_table_column_definition.tsx#:~:text=SavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/saved_objects_tagging/common/types.ts#:~:text=SavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/saved_objects_tagging/common/types.ts#:~:text=SavedObject), [utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/saved_objects_tagging/public/utils.ts#:~:text=SavedObject), [utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/saved_objects_tagging/public/utils.ts#:~:text=SavedObject), [utils.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/saved_objects_tagging/public/utils.test.ts#:~:text=SavedObject), [utils.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/saved_objects_tagging/public/utils.test.ts#:~:text=SavedObject), [utils.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/saved_objects_tagging/public/utils.test.ts#:~:text=SavedObject)+ 3 more | - |
|
||||
| <DocLink id="kibKbnCoreSavedObjectsCommonPluginApi" section="def-common.SavedObjectReference" text="SavedObjectReference"/> | [get_table_column_definition.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/saved_objects_tagging/public/ui_api/get_table_column_definition.tsx#:~:text=SavedObjectReference), [get_table_column_definition.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/saved_objects_tagging/public/ui_api/get_table_column_definition.tsx#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/saved_objects_tagging/common/references.ts#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/saved_objects_tagging/common/references.ts#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/saved_objects_tagging/common/references.ts#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/saved_objects_tagging/common/references.ts#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/saved_objects_tagging/common/references.ts#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/saved_objects_tagging/common/references.ts#:~:text=SavedObjectReference), [references.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/saved_objects_tagging/common/references.ts#:~:text=SavedObjectReference), [utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/saved_objects_tagging/public/utils.ts#:~:text=SavedObjectReference)+ 12 more | - |
|
||||
| <DocLink id="kibKbnCoreSavedObjectsServerPluginApi" section="def-server.SavedObjectsType.convertToMultiNamespaceTypeVersion" text="convertToMultiNamespaceTypeVersion"/> | [tag.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/saved_objects_tagging/server/saved_objects/tag.ts#:~:text=convertToMultiNamespaceTypeVersion) | - |
|
||||
|
||||
|
||||
|
||||
|
@ -1169,7 +1152,7 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/
|
|||
| <DocLink id="kibLicensingPluginApi" section="def-server.PublicLicense.mode" text="mode"/> | [license_service.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/security/common/licensing/license_service.test.ts#:~:text=mode), [license_service.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/security/common/licensing/license_service.test.ts#:~:text=mode), [license_service.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/security/common/licensing/license_service.test.ts#:~:text=mode) | 8.8.0 |
|
||||
| <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.license$" text="license$"/> | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/security/server/plugin.ts#:~:text=license%24) | 8.8.0 |
|
||||
| <DocLink id="kibKbnCoreApplicationBrowserPluginApi" section="def-public.AppMountParameters.appBasePath" text="appBasePath"/> | [logout_app.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/security/public/authentication/logout/logout_app.test.ts#:~:text=appBasePath) | - |
|
||||
| <DocLink id="kibKbnCoreHttpServerPluginApi" section="def-server.RouteConfigOptions.authRequired" text="authRequired"/> | [oidc.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/security/server/routes/authentication/oidc.ts#:~:text=authRequired), [oidc.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/security/server/routes/authentication/oidc.ts#:~:text=authRequired), [oidc.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/security/server/routes/authentication/oidc.ts#:~:text=authRequired), [oidc.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/security/server/routes/authentication/oidc.ts#:~:text=authRequired), [oidc.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/security/server/routes/authentication/oidc.ts#:~:text=authRequired), [saml.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/security/server/routes/authentication/saml.ts#:~:text=authRequired), [reset_session_page.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/security/server/routes/authorization/reset_session_page.ts#:~:text=authRequired), [capture_url.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/security/server/routes/views/capture_url.ts#:~:text=authRequired), [logged_out.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/security/server/routes/views/logged_out.ts#:~:text=authRequired), [login.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/security/server/routes/views/login.ts#:~:text=authRequired)+ 10 more | - |
|
||||
| <DocLink id="kibKbnCoreHttpServerPluginApi" section="def-server.RouteConfigOptions.authRequired" text="authRequired"/> | [reset_session_page.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/security/server/routes/authorization/reset_session_page.ts#:~:text=authRequired), [capture_url.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/security/server/routes/views/capture_url.ts#:~:text=authRequired), [logged_out.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/security/server/routes/views/logged_out.ts#:~:text=authRequired), [login.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/security/server/routes/views/login.ts#:~:text=authRequired), [login.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/security/server/routes/views/login.ts#:~:text=authRequired), [logout.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/security/server/routes/views/logout.ts#:~:text=authRequired), [record_violations.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/security/server/routes/analytics/record_violations.ts#:~:text=authRequired), [anonymous.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/security/server/authentication/providers/anonymous.ts#:~:text=authRequired), [basic.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/security/server/authentication/providers/basic.ts#:~:text=authRequired), [kerberos.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/security/server/authentication/providers/kerberos.ts#:~:text=authRequired)+ 4 more | - |
|
||||
| <DocLink id="kibKbnCoreLoggingServerPluginApi" section="def-server.NumericRollingStrategyConfig.max" text="max"/> | [config.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/security/server/config.ts#:~:text=max) | - |
|
||||
| <DocLink id="kibKbnSecurityPluginTypesPublicPluginApi" section="def-public.SecurityPluginSetup.authc" text="authc"/> | [plugin.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/security/public/plugin.tsx#:~:text=authc) | - |
|
||||
| <DocLink id="kibKbnSecurityPluginTypesPublicPluginApi" section="def-public.SecurityPluginStart.authc" text="authc"/> | [plugin.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/security/public/plugin.tsx#:~:text=authc) | - |
|
||||
|
@ -1296,6 +1279,14 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/
|
|||
|
||||
|
||||
|
||||
## streamsApp
|
||||
|
||||
| Deprecated API | Reference location(s) | Remove By |
|
||||
| ---------------|-----------|-----------|
|
||||
| <DocLink id="kibKbnCoreSavedObjectsCommonPluginApi" section="def-common.SavedObjectReference" text="SavedObjectReference"/> | [to_reference_list.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/streams_app/public/components/stream_detail_dashboards_view/to_reference_list.ts#:~:text=SavedObjectReference), [to_reference_list.ts](https://github.com/elastic/kibana/tree/main/x-pack/solutions/observability/plugins/streams_app/public/components/stream_detail_dashboards_view/to_reference_list.ts#:~:text=SavedObjectReference) | - |
|
||||
|
||||
|
||||
|
||||
## synthetics
|
||||
|
||||
| Deprecated API | Reference location(s) | Remove By |
|
||||
|
|
|
@ -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-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana']
|
||||
---
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
"section": "def-public.DevToolsSetup",
|
||||
"text": "DevToolsSetup"
|
||||
},
|
||||
", void, object, object>"
|
||||
", void, never, never>"
|
||||
],
|
||||
"path": "src/platform/plugins/shared/dev_tools/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
|
@ -59,7 +59,7 @@
|
|||
"signature": [
|
||||
"(coreSetup: ",
|
||||
"CoreSetup",
|
||||
"<object, unknown>, { urlForwarding }: { urlForwarding: { forwardApp: (legacyAppId: string, newAppId: string, rewritePath?: ((legacyPath: string) => string) | undefined) => void; }; }) => { register: (devToolArgs: ",
|
||||
"<{}, unknown>, { urlForwarding }: { urlForwarding: { forwardApp: (legacyAppId: string, newAppId: string, rewritePath?: ((legacyPath: string) => string) | undefined) => void; }; }) => { register: (devToolArgs: ",
|
||||
"CreateDevToolArgs",
|
||||
") => ",
|
||||
"DevToolApp",
|
||||
|
@ -78,7 +78,7 @@
|
|||
"description": [],
|
||||
"signature": [
|
||||
"CoreSetup",
|
||||
"<object, unknown>"
|
||||
"<{}, unknown>"
|
||||
],
|
||||
"path": "src/platform/plugins/shared/dev_tools/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
|
|
|
@ -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-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'devTools']
|
||||
---
|
||||
import devToolsObj from './dev_tools.devdocs.json';
|
||||
|
|
|
@ -1482,13 +1482,7 @@
|
|||
"label": "uiSettings",
|
||||
"description": [],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "@kbn/core-ui-settings-browser",
|
||||
"scope": "public",
|
||||
"docId": "kibKbnCoreUiSettingsBrowserPluginApi",
|
||||
"section": "def-public.IUiSettingsClient",
|
||||
"text": "IUiSettingsClient"
|
||||
}
|
||||
"IUiSettingsClient"
|
||||
],
|
||||
"path": "src/platform/plugins/shared/discover/public/build_services.ts",
|
||||
"deprecated": false,
|
||||
|
@ -1502,13 +1496,7 @@
|
|||
"label": "settings",
|
||||
"description": [],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "@kbn/core-ui-settings-browser",
|
||||
"scope": "public",
|
||||
"docId": "kibKbnCoreUiSettingsBrowserPluginApi",
|
||||
"section": "def-public.SettingsStart",
|
||||
"text": "SettingsStart"
|
||||
}
|
||||
"SettingsStart"
|
||||
],
|
||||
"path": "src/platform/plugins/shared/discover/public/build_services.ts",
|
||||
"deprecated": false,
|
||||
|
|
|
@ -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-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'discover']
|
||||
---
|
||||
import discoverObj from './discover.devdocs.json';
|
||||
|
|
|
@ -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-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'discoverEnhanced']
|
||||
---
|
||||
import discoverEnhancedObj from './discover_enhanced.devdocs.json';
|
||||
|
|
|
@ -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-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'discoverShared']
|
||||
---
|
||||
import discoverSharedObj from './discover_shared.devdocs.json';
|
||||
|
|
|
@ -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-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'ecsDataQualityDashboard']
|
||||
---
|
||||
import ecsDataQualityDashboardObj from './ecs_data_quality_dashboard.devdocs.json';
|
||||
|
|
|
@ -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-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'elasticAssistant']
|
||||
---
|
||||
import elasticAssistantObj from './elastic_assistant.devdocs.json';
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -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-01-07
|
||||
date: 2025-01-08
|
||||
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 |
|
||||
|-------------------|-----------|------------------------|-----------------|
|
||||
| 179 | 0 | 152 | 2 |
|
||||
| 172 | 0 | 145 | 2 |
|
||||
|
||||
## Client
|
||||
|
||||
|
|
|
@ -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-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'embeddableEnhanced']
|
||||
---
|
||||
import embeddableEnhancedObj from './embeddable_enhanced.devdocs.json';
|
||||
|
|
|
@ -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-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'encryptedSavedObjects']
|
||||
---
|
||||
import encryptedSavedObjectsObj from './encrypted_saved_objects.devdocs.json';
|
||||
|
|
|
@ -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-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'enterpriseSearch']
|
||||
---
|
||||
import enterpriseSearchObj from './enterprise_search.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/entitiesDataAccess
|
|||
title: "entitiesDataAccess"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the entitiesDataAccess plugin
|
||||
date: 2025-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'entitiesDataAccess']
|
||||
---
|
||||
import entitiesDataAccessObj from './entities_data_access.devdocs.json';
|
||||
|
|
|
@ -760,7 +760,7 @@
|
|||
"CoreStart",
|
||||
" | ",
|
||||
"CoreSetup",
|
||||
"<object, unknown>"
|
||||
"<{}, unknown>"
|
||||
],
|
||||
"path": "x-pack/platform/plugins/shared/entity_manager/public/lib/entity_client.ts",
|
||||
"deprecated": false,
|
||||
|
|
|
@ -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-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'entityManager']
|
||||
---
|
||||
import entityManagerObj from './entity_manager.devdocs.json';
|
||||
|
|
|
@ -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-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'esUiShared']
|
||||
---
|
||||
import esUiSharedObj from './es_ui_shared.devdocs.json';
|
||||
|
|
|
@ -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-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'esql']
|
||||
---
|
||||
import esqlObj from './esql.devdocs.json';
|
||||
|
|
|
@ -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-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'esqlDataGrid']
|
||||
---
|
||||
import esqlDataGridObj from './esql_data_grid.devdocs.json';
|
||||
|
|
|
@ -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-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'eventAnnotation']
|
||||
---
|
||||
import eventAnnotationObj from './event_annotation.devdocs.json';
|
||||
|
|
|
@ -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-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'eventAnnotationListing']
|
||||
---
|
||||
import eventAnnotationListingObj from './event_annotation_listing.devdocs.json';
|
||||
|
|
|
@ -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-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'eventLog']
|
||||
---
|
||||
import eventLogObj from './event_log.devdocs.json';
|
||||
|
|
|
@ -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-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'exploratoryView']
|
||||
---
|
||||
import exploratoryViewObj from './exploratory_view.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionError
|
|||
title: "expressionError"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the expressionError plugin
|
||||
date: 2025-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionError']
|
||||
---
|
||||
import expressionErrorObj from './expression_error.devdocs.json';
|
||||
|
|
|
@ -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-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionGauge']
|
||||
---
|
||||
import expressionGaugeObj from './expression_gauge.devdocs.json';
|
||||
|
|
|
@ -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-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionHeatmap']
|
||||
---
|
||||
import expressionHeatmapObj from './expression_heatmap.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionImage
|
|||
title: "expressionImage"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the expressionImage plugin
|
||||
date: 2025-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionImage']
|
||||
---
|
||||
import expressionImageObj from './expression_image.devdocs.json';
|
||||
|
|
|
@ -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-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionLegacyMetricVis']
|
||||
---
|
||||
import expressionLegacyMetricVisObj from './expression_legacy_metric_vis.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionMetric
|
|||
title: "expressionMetric"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the expressionMetric plugin
|
||||
date: 2025-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionMetric']
|
||||
---
|
||||
import expressionMetricObj from './expression_metric.devdocs.json';
|
||||
|
|
|
@ -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-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionMetricVis']
|
||||
---
|
||||
import expressionMetricVisObj from './expression_metric_vis.devdocs.json';
|
||||
|
|
|
@ -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-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionPartitionVis']
|
||||
---
|
||||
import expressionPartitionVisObj from './expression_partition_vis.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionRepeatImage
|
|||
title: "expressionRepeatImage"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the expressionRepeatImage plugin
|
||||
date: 2025-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionRepeatImage']
|
||||
---
|
||||
import expressionRepeatImageObj from './expression_repeat_image.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionRevealImage
|
|||
title: "expressionRevealImage"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the expressionRevealImage plugin
|
||||
date: 2025-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionRevealImage']
|
||||
---
|
||||
import expressionRevealImageObj from './expression_reveal_image.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionShape
|
|||
title: "expressionShape"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the expressionShape plugin
|
||||
date: 2025-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionShape']
|
||||
---
|
||||
import expressionShapeObj from './expression_shape.devdocs.json';
|
||||
|
|
|
@ -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-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionTagcloud']
|
||||
---
|
||||
import expressionTagcloudObj from './expression_tagcloud.devdocs.json';
|
||||
|
|
|
@ -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-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionXY']
|
||||
---
|
||||
import expressionXYObj from './expression_x_y.devdocs.json';
|
||||
|
|
|
@ -3993,7 +3993,7 @@
|
|||
"section": "def-public.ExpressionsStart",
|
||||
"text": "ExpressionsStart"
|
||||
},
|
||||
", object, object>"
|
||||
", never, never>"
|
||||
],
|
||||
"path": "src/plugins/expressions/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
|
@ -4042,7 +4042,7 @@
|
|||
"signature": [
|
||||
"(core: ",
|
||||
"CoreSetup",
|
||||
"<object, unknown>) => ",
|
||||
"<{}, unknown>) => ",
|
||||
{
|
||||
"pluginId": "expressions",
|
||||
"scope": "common",
|
||||
|
@ -4064,7 +4064,7 @@
|
|||
"description": [],
|
||||
"signature": [
|
||||
"CoreSetup",
|
||||
"<object, unknown>"
|
||||
"<{}, unknown>"
|
||||
],
|
||||
"path": "src/plugins/expressions/public/plugin.ts",
|
||||
"deprecated": false,
|
||||
|
@ -16678,7 +16678,7 @@
|
|||
"section": "def-common.ExpressionsServiceStart",
|
||||
"text": "ExpressionsServiceStart"
|
||||
},
|
||||
", object, object>"
|
||||
", {}, {}>"
|
||||
],
|
||||
"path": "src/plugins/expressions/server/plugin.ts",
|
||||
"deprecated": false,
|
||||
|
@ -16747,7 +16747,7 @@
|
|||
"signature": [
|
||||
"(core: ",
|
||||
"CoreSetup",
|
||||
"<object, unknown>) => ",
|
||||
"<{}, unknown>) => ",
|
||||
{
|
||||
"pluginId": "expressions",
|
||||
"scope": "common",
|
||||
|
@ -16769,7 +16769,7 @@
|
|||
"description": [],
|
||||
"signature": [
|
||||
"CoreSetup",
|
||||
"<object, unknown>"
|
||||
"<{}, unknown>"
|
||||
],
|
||||
"path": "src/plugins/expressions/server/plugin.ts",
|
||||
"deprecated": false,
|
||||
|
|
|
@ -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-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressions']
|
||||
---
|
||||
import expressionsObj from './expressions.devdocs.json';
|
||||
|
|
|
@ -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-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'features']
|
||||
---
|
||||
import featuresObj from './features.devdocs.json';
|
||||
|
|
|
@ -825,13 +825,7 @@
|
|||
],
|
||||
"signature": [
|
||||
"(uiSettings: ",
|
||||
{
|
||||
"pluginId": "@kbn/core-ui-settings-server",
|
||||
"scope": "server",
|
||||
"docId": "kibKbnCoreUiSettingsServerPluginApi",
|
||||
"section": "def-server.IUiSettingsClient",
|
||||
"text": "IUiSettingsClient"
|
||||
},
|
||||
"IUiSettingsClient",
|
||||
") => Promise<",
|
||||
{
|
||||
"pluginId": "fieldFormats",
|
||||
|
@ -856,13 +850,7 @@
|
|||
"- {@link IUiSettingsClient }"
|
||||
],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "@kbn/core-ui-settings-server",
|
||||
"scope": "server",
|
||||
"docId": "kibKbnCoreUiSettingsServerPluginApi",
|
||||
"section": "def-server.IUiSettingsClient",
|
||||
"text": "IUiSettingsClient"
|
||||
}
|
||||
"IUiSettingsClient"
|
||||
],
|
||||
"path": "src/platform/plugins/shared/field_formats/server/types.ts",
|
||||
"deprecated": false,
|
||||
|
|
|
@ -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-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'fieldFormats']
|
||||
---
|
||||
import fieldFormatsObj from './field_formats.devdocs.json';
|
||||
|
|
|
@ -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-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'fieldsMetadata']
|
||||
---
|
||||
import fieldsMetadataObj from './fields_metadata.devdocs.json';
|
||||
|
|
|
@ -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-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'fileUpload']
|
||||
---
|
||||
import fileUploadObj from './file_upload.devdocs.json';
|
||||
|
|
|
@ -5979,7 +5979,7 @@
|
|||
},
|
||||
"<Meta>"
|
||||
],
|
||||
"path": "packages/shared-ux/file/types/index.ts",
|
||||
"path": "src/platform/packages/shared/shared-ux/file/types/index.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"children": [
|
||||
|
@ -5992,7 +5992,7 @@
|
|||
"description": [
|
||||
"\nUnique file ID."
|
||||
],
|
||||
"path": "packages/shared-ux/file/types/index.ts",
|
||||
"path": "src/platform/packages/shared/shared-ux/file/types/index.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false
|
||||
},
|
||||
|
@ -6005,7 +6005,7 @@
|
|||
"description": [
|
||||
"\nISO string of when this file was created"
|
||||
],
|
||||
"path": "packages/shared-ux/file/types/index.ts",
|
||||
"path": "src/platform/packages/shared/shared-ux/file/types/index.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false
|
||||
},
|
||||
|
@ -6018,7 +6018,7 @@
|
|||
"description": [
|
||||
"\nISO string of when the file was updated"
|
||||
],
|
||||
"path": "packages/shared-ux/file/types/index.ts",
|
||||
"path": "src/platform/packages/shared/shared-ux/file/types/index.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false
|
||||
},
|
||||
|
@ -6033,7 +6033,7 @@
|
|||
"description": [
|
||||
"\nFile name.\n"
|
||||
],
|
||||
"path": "packages/shared-ux/file/types/index.ts",
|
||||
"path": "src/platform/packages/shared/shared-ux/file/types/index.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false
|
||||
},
|
||||
|
@ -6049,7 +6049,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"path": "packages/shared-ux/file/types/index.ts",
|
||||
"path": "src/platform/packages/shared/shared-ux/file/types/index.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false
|
||||
},
|
||||
|
@ -6065,7 +6065,7 @@
|
|||
"signature": [
|
||||
"number | undefined"
|
||||
],
|
||||
"path": "packages/shared-ux/file/types/index.ts",
|
||||
"path": "src/platform/packages/shared/shared-ux/file/types/index.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false
|
||||
},
|
||||
|
@ -6083,7 +6083,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"path": "packages/shared-ux/file/types/index.ts",
|
||||
"path": "src/platform/packages/shared/shared-ux/file/types/index.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false
|
||||
},
|
||||
|
@ -6099,7 +6099,7 @@
|
|||
"signature": [
|
||||
"Meta | undefined"
|
||||
],
|
||||
"path": "packages/shared-ux/file/types/index.ts",
|
||||
"path": "src/platform/packages/shared/shared-ux/file/types/index.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false
|
||||
},
|
||||
|
@ -6115,7 +6115,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"path": "packages/shared-ux/file/types/index.ts",
|
||||
"path": "src/platform/packages/shared/shared-ux/file/types/index.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false
|
||||
},
|
||||
|
@ -6130,7 +6130,7 @@
|
|||
"description": [
|
||||
"\nA unique kind that governs various aspects of the file. A consumer of the\nfiles service must register a file kind and link their files to a specific\nkind.\n"
|
||||
],
|
||||
"path": "packages/shared-ux/file/types/index.ts",
|
||||
"path": "src/platform/packages/shared/shared-ux/file/types/index.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false
|
||||
},
|
||||
|
@ -6146,7 +6146,7 @@
|
|||
"signature": [
|
||||
"\"AWAITING_UPLOAD\" | \"UPLOADING\" | \"READY\" | \"UPLOAD_ERROR\" | \"DELETED\""
|
||||
],
|
||||
"path": "packages/shared-ux/file/types/index.ts",
|
||||
"path": "src/platform/packages/shared/shared-ux/file/types/index.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false
|
||||
},
|
||||
|
@ -6162,7 +6162,7 @@
|
|||
"signature": [
|
||||
"{ name?: string | undefined; id?: string | undefined; } | undefined"
|
||||
],
|
||||
"path": "packages/shared-ux/file/types/index.ts",
|
||||
"path": "src/platform/packages/shared/shared-ux/file/types/index.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false
|
||||
},
|
||||
|
@ -6178,7 +6178,7 @@
|
|||
"signature": [
|
||||
"{ [hashName: string]: string | undefined; md5?: string | undefined; sha1?: string | undefined; sha256?: string | undefined; sha384?: string | undefined; sha512?: string | undefined; ssdeep?: string | undefined; tlsh?: string | undefined; } | undefined"
|
||||
],
|
||||
"path": "packages/shared-ux/file/types/index.ts",
|
||||
"path": "src/platform/packages/shared/shared-ux/file/types/index.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false
|
||||
}
|
||||
|
@ -6323,7 +6323,7 @@
|
|||
"text": "FileKindBase"
|
||||
}
|
||||
],
|
||||
"path": "packages/shared-ux/file/types/index.ts",
|
||||
"path": "src/platform/packages/shared/shared-ux/file/types/index.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"children": [
|
||||
|
@ -6341,7 +6341,7 @@
|
|||
"signature": [
|
||||
"number | undefined"
|
||||
],
|
||||
"path": "packages/shared-ux/file/types/index.ts",
|
||||
"path": "src/platform/packages/shared/shared-ux/file/types/index.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false
|
||||
},
|
||||
|
@ -6357,7 +6357,7 @@
|
|||
"signature": [
|
||||
"{ list?: { enabled: boolean; } | undefined; delete?: { enabled: boolean; reason?: string | undefined; } | undefined; } | undefined"
|
||||
],
|
||||
"path": "packages/shared-ux/file/types/index.ts",
|
||||
"path": "src/platform/packages/shared/shared-ux/file/types/index.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false
|
||||
}
|
||||
|
@ -6373,7 +6373,7 @@
|
|||
"description": [
|
||||
"\nAttributes of a file that represent a serialised version of the file."
|
||||
],
|
||||
"path": "packages/shared-ux/file/types/sharing.ts",
|
||||
"path": "src/platform/packages/shared/shared-ux/file/types/sharing.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"children": [
|
||||
|
@ -6386,7 +6386,7 @@
|
|||
"description": [
|
||||
"\nUnique ID share instance"
|
||||
],
|
||||
"path": "packages/shared-ux/file/types/sharing.ts",
|
||||
"path": "src/platform/packages/shared/shared-ux/file/types/sharing.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false
|
||||
},
|
||||
|
@ -6399,7 +6399,7 @@
|
|||
"description": [
|
||||
"\nISO timestamp the share was created"
|
||||
],
|
||||
"path": "packages/shared-ux/file/types/sharing.ts",
|
||||
"path": "src/platform/packages/shared/shared-ux/file/types/sharing.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false
|
||||
},
|
||||
|
@ -6412,7 +6412,7 @@
|
|||
"description": [
|
||||
"\nUnix timestamp (in milliseconds) of when this share expires"
|
||||
],
|
||||
"path": "packages/shared-ux/file/types/sharing.ts",
|
||||
"path": "src/platform/packages/shared/shared-ux/file/types/sharing.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false
|
||||
},
|
||||
|
@ -6428,7 +6428,7 @@
|
|||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"path": "packages/shared-ux/file/types/sharing.ts",
|
||||
"path": "src/platform/packages/shared/shared-ux/file/types/sharing.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false
|
||||
},
|
||||
|
@ -6441,7 +6441,7 @@
|
|||
"description": [
|
||||
"\nThe ID of the file this share is linked to"
|
||||
],
|
||||
"path": "packages/shared-ux/file/types/sharing.ts",
|
||||
"path": "src/platform/packages/shared/shared-ux/file/types/sharing.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false
|
||||
}
|
||||
|
@ -6670,7 +6670,7 @@
|
|||
},
|
||||
" | undefined; }"
|
||||
],
|
||||
"path": "packages/shared-ux/file/types/index.ts",
|
||||
"path": "src/platform/packages/shared/shared-ux/file/types/index.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"initialIsOpen": false
|
||||
|
@ -6721,7 +6721,7 @@
|
|||
"signature": [
|
||||
"\"none\" | \"br\" | \"gzip\" | \"deflate\""
|
||||
],
|
||||
"path": "packages/shared-ux/file/types/index.ts",
|
||||
"path": "src/platform/packages/shared/shared-ux/file/types/index.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"initialIsOpen": false
|
||||
|
@ -6754,7 +6754,7 @@
|
|||
},
|
||||
" & { FileKind: string; Meta?: Meta | undefined; }"
|
||||
],
|
||||
"path": "packages/shared-ux/file/types/index.ts",
|
||||
"path": "src/platform/packages/shared/shared-ux/file/types/index.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"initialIsOpen": false
|
||||
|
@ -6797,7 +6797,7 @@
|
|||
"signature": [
|
||||
"{ created: string; token: string; name?: string | undefined; valid_until: number; }"
|
||||
],
|
||||
"path": "packages/shared-ux/file/types/sharing.ts",
|
||||
"path": "src/platform/packages/shared/shared-ux/file/types/sharing.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"initialIsOpen": false
|
||||
|
@ -6823,7 +6823,7 @@
|
|||
},
|
||||
" & { token: string; }"
|
||||
],
|
||||
"path": "packages/shared-ux/file/types/sharing.ts",
|
||||
"path": "src/platform/packages/shared/shared-ux/file/types/sharing.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"initialIsOpen": false
|
||||
|
@ -6838,7 +6838,7 @@
|
|||
"signature": [
|
||||
"\"AWAITING_UPLOAD\" | \"UPLOADING\" | \"READY\" | \"UPLOAD_ERROR\" | \"DELETED\""
|
||||
],
|
||||
"path": "packages/shared-ux/file/types/index.ts",
|
||||
"path": "src/platform/packages/shared/shared-ux/file/types/index.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"initialIsOpen": false
|
||||
|
|
|
@ -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-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'files']
|
||||
---
|
||||
import filesObj from './files.devdocs.json';
|
||||
|
|
|
@ -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-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'filesManagement']
|
||||
---
|
||||
import filesManagementObj from './files_management.devdocs.json';
|
||||
|
|
|
@ -20993,6 +20993,22 @@
|
|||
"deprecated": false,
|
||||
"trackAdoption": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "fleet",
|
||||
"id": "def-common.FleetServerAgent.audit_unenrolled_reason",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "audit_unenrolled_reason",
|
||||
"description": [
|
||||
"\nDate/time the Elastic Agent was last upgraded"
|
||||
],
|
||||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"path": "x-pack/platform/plugins/shared/fleet/common/types/models/agent.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "fleet",
|
||||
"id": "def-common.FleetServerAgent.upgraded_at",
|
||||
|
@ -21000,7 +21016,7 @@
|
|||
"tags": [],
|
||||
"label": "upgraded_at",
|
||||
"description": [
|
||||
"\nDate/time the Elastic Agent was last upgraded"
|
||||
"\nReason for agent unenrollment"
|
||||
],
|
||||
"signature": [
|
||||
"string | null | undefined"
|
||||
|
|
|
@ -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-01-07
|
||||
date: 2025-01-08
|
||||
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 |
|
||||
|-------------------|-----------|------------------------|-----------------|
|
||||
| 1435 | 5 | 1309 | 82 |
|
||||
| 1436 | 5 | 1309 | 82 |
|
||||
|
||||
## Client
|
||||
|
||||
|
|
|
@ -711,13 +711,7 @@
|
|||
"; typeRegistry: ",
|
||||
"ISavedObjectTypeRegistry",
|
||||
"; }; uiSettings: { client: ",
|
||||
{
|
||||
"pluginId": "@kbn/core-ui-settings-server",
|
||||
"scope": "server",
|
||||
"docId": "kibKbnCoreUiSettingsServerPluginApi",
|
||||
"section": "def-server.IUiSettingsClient",
|
||||
"text": "IUiSettingsClient"
|
||||
},
|
||||
"IUiSettingsClient",
|
||||
"; }; capabilities: ",
|
||||
"Observable",
|
||||
"<",
|
||||
|
|
|
@ -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-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'globalSearch']
|
||||
---
|
||||
import globalSearchObj from './global_search.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/guidedOnboarding
|
|||
title: "guidedOnboarding"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the guidedOnboarding plugin
|
||||
date: 2025-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'guidedOnboarding']
|
||||
---
|
||||
import guidedOnboardingObj from './guided_onboarding.devdocs.json';
|
||||
|
|
|
@ -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-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'home']
|
||||
---
|
||||
import homeObj from './home.devdocs.json';
|
||||
|
|
|
@ -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-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'imageEmbeddable']
|
||||
---
|
||||
import imageEmbeddableObj from './image_embeddable.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/indexLifecycleManagement
|
|||
title: "indexLifecycleManagement"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the indexLifecycleManagement plugin
|
||||
date: 2025-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'indexLifecycleManagement']
|
||||
---
|
||||
import indexLifecycleManagementObj from './index_lifecycle_management.devdocs.json';
|
||||
|
|
|
@ -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-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'indexManagement']
|
||||
---
|
||||
import indexManagementObj from './index_management.devdocs.json';
|
||||
|
|
|
@ -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-01-07
|
||||
date: 2025-01-08
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'inference']
|
||||
---
|
||||
import inferenceObj from './inference.devdocs.json';
|
||||
|
|
|
@ -239,13 +239,7 @@
|
|||
"label": "uiSettingsClient",
|
||||
"description": [],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "@kbn/core-ui-settings-server",
|
||||
"scope": "server",
|
||||
"docId": "kibKbnCoreUiSettingsServerPluginApi",
|
||||
"section": "def-server.IUiSettingsClient",
|
||||
"text": "IUiSettingsClient"
|
||||
}
|
||||
"IUiSettingsClient"
|
||||
],
|
||||
"path": "x-pack/solutions/observability/plugins/infra/server/types.ts",
|
||||
"deprecated": false,
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue