mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
[api-docs] 2024-09-13 Daily api_docs build (#192796)
Generated by https://buildkite.com/elastic/kibana-api-docs-daily/builds/829
This commit is contained in:
parent
79e4578c2b
commit
e2a4278637
808 changed files with 7540 additions and 5923 deletions
|
@ -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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiAssistantManagementSelection']
|
||||
---
|
||||
import aiAssistantManagementSelectionObj from './ai_assistant_management_selection.devdocs.json';
|
||||
|
|
|
@ -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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiops']
|
||||
---
|
||||
import aiopsObj from './aiops.devdocs.json';
|
||||
|
|
|
@ -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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'alerting']
|
||||
---
|
||||
import alertingObj from './alerting.devdocs.json';
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'apm']
|
||||
---
|
||||
import apmObj from './apm.devdocs.json';
|
||||
|
@ -21,7 +21,7 @@ Contact [@elastic/obs-ux-infra_services-team](https://github.com/orgs/elastic/te
|
|||
|
||||
| Public API count | Any count | Items lacking comments | Missing exports |
|
||||
|-------------------|-----------|------------------------|-----------------|
|
||||
| 29 | 0 | 29 | 118 |
|
||||
| 29 | 0 | 29 | 119 |
|
||||
|
||||
## Client
|
||||
|
||||
|
|
|
@ -2244,7 +2244,9 @@
|
|||
"section": "def-common.ApmDataSourceWithSummary",
|
||||
"text": "ApmDataSourceWithSummary"
|
||||
},
|
||||
"<AnyApmDocumentType>; bucketSizeInSeconds: number; }; documentTypeConfig: DocumentTypeConfigOf<AnyApmDocumentType>; }; }"
|
||||
"<AnyApmDocumentType>; bucketSizeInSeconds: number; }; documentTypeConfig: DocumentTypeConfigOf<AnyApmDocumentType>; }; getHostServices: ({ start, end, size, filters, documentSources }: ",
|
||||
"HostServicesRequest",
|
||||
") => Promise<{ services: { serviceName: string; agentName: string | null; }[]; }>; }"
|
||||
],
|
||||
"path": "x-pack/plugins/observability_solution/apm_data_access/server/types.ts",
|
||||
"deprecated": false,
|
||||
|
@ -2445,7 +2447,9 @@
|
|||
"section": "def-common.ApmDataSourceWithSummary",
|
||||
"text": "ApmDataSourceWithSummary"
|
||||
},
|
||||
"<AnyApmDocumentType>; bucketSizeInSeconds: number; }; documentTypeConfig: DocumentTypeConfigOf<AnyApmDocumentType>; }; }"
|
||||
"<AnyApmDocumentType>; bucketSizeInSeconds: number; }; documentTypeConfig: DocumentTypeConfigOf<AnyApmDocumentType>; }; getHostServices: ({ start, end, size, filters, documentSources }: ",
|
||||
"HostServicesRequest",
|
||||
") => Promise<{ services: { serviceName: string; agentName: string | null; }[]; }>; }"
|
||||
],
|
||||
"path": "x-pack/plugins/observability_solution/apm_data_access/server/types.ts",
|
||||
"deprecated": false,
|
||||
|
|
|
@ -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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'apmDataAccess']
|
||||
---
|
||||
import apmDataAccessObj from './apm_data_access.devdocs.json';
|
||||
|
@ -21,7 +21,7 @@ Contact [@elastic/obs-knowledge-team](https://github.com/orgs/elastic/teams/obs-
|
|||
|
||||
| Public API count | Any count | Items lacking comments | Missing exports |
|
||||
|-------------------|-----------|------------------------|-----------------|
|
||||
| 93 | 0 | 93 | 0 |
|
||||
| 93 | 0 | 93 | 1 |
|
||||
|
||||
## Server
|
||||
|
||||
|
|
|
@ -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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'banners']
|
||||
---
|
||||
import bannersObj from './banners.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/bfetch
|
|||
title: "bfetch"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the bfetch plugin
|
||||
date: 2024-09-12
|
||||
date: 2024-09-13
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'bfetch']
|
||||
---
|
||||
import bfetchObj from './bfetch.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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloudDataMigration']
|
||||
---
|
||||
import cloudDataMigrationObj from './cloud_data_migration.devdocs.json';
|
||||
|
|
|
@ -404,7 +404,7 @@
|
|||
"label": "type",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"\"file\" | \"process\""
|
||||
"\"process\" | \"file\""
|
||||
],
|
||||
"path": "x-pack/plugins/cloud_defend/common/v1.ts",
|
||||
"deprecated": false,
|
||||
|
@ -667,7 +667,7 @@
|
|||
"label": "type",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"\"file\" | \"process\""
|
||||
"\"process\" | \"file\""
|
||||
],
|
||||
"path": "x-pack/plugins/cloud_defend/common/v1.ts",
|
||||
"deprecated": false,
|
||||
|
@ -816,7 +816,7 @@
|
|||
"\ncloud_defend/control types"
|
||||
],
|
||||
"signature": [
|
||||
"\"file\" | \"process\""
|
||||
"\"process\" | \"file\""
|
||||
],
|
||||
"path": "x-pack/plugins/cloud_defend/common/v1.ts",
|
||||
"deprecated": false,
|
||||
|
|
|
@ -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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloudDefend']
|
||||
---
|
||||
import cloudDefendObj from './cloud_defend.devdocs.json';
|
||||
|
|
|
@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/cloudExperiments
|
|||
title: "cloudExperiments"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
description: API docs for the cloudExperiments plugin
|
||||
date: 2024-09-12
|
||||
date: 2024-09-13
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloudExperiments']
|
||||
---
|
||||
import cloudExperimentsObj from './cloud_experiments.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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloudSecurityPosture']
|
||||
---
|
||||
import cloudSecurityPostureObj from './cloud_security_posture.devdocs.json';
|
||||
|
|
|
@ -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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dashboardEnhanced']
|
||||
---
|
||||
import dashboardEnhancedObj from './dashboard_enhanced.devdocs.json';
|
||||
|
|
|
@ -4472,7 +4472,7 @@
|
|||
"section": "def-common.DataView",
|
||||
"text": "DataView"
|
||||
},
|
||||
" | undefined, params: TabifyDocsOptions | undefined) => Record<string, any>"
|
||||
" | undefined, params: (TabifyDocsOptions & { flattenedFieldsComparator?: ((a: string | symbol, b: string | symbol) => 0 | 1 | -1) | undefined; }) | undefined) => Record<string, any>"
|
||||
],
|
||||
"path": "packages/kbn-data-service/src/search/tabify/tabify_docs.ts",
|
||||
"deprecated": false,
|
||||
|
@ -4522,14 +4522,14 @@
|
|||
{
|
||||
"parentPluginId": "data",
|
||||
"id": "def-public.flattenHit.$3",
|
||||
"type": "Object",
|
||||
"type": "CompoundType",
|
||||
"tags": [],
|
||||
"label": "params",
|
||||
"description": [
|
||||
"Parameters how to flatten the hit"
|
||||
],
|
||||
"signature": [
|
||||
"TabifyDocsOptions | undefined"
|
||||
"(TabifyDocsOptions & { flattenedFieldsComparator?: ((a: string | symbol, b: string | symbol) => 0 | 1 | -1) | undefined; }) | undefined"
|
||||
],
|
||||
"path": "packages/kbn-data-service/src/search/tabify/tabify_docs.ts",
|
||||
"deprecated": false,
|
||||
|
@ -9614,7 +9614,7 @@
|
|||
},
|
||||
"; history: ",
|
||||
"SearchRequest",
|
||||
"<Record<string, any>>[]; setOverwriteDataViewType: (overwriteType: string | false | undefined) => void; setField: <K extends keyof ",
|
||||
"<Record<string, any>>[]; destroy: () => void; setOverwriteDataViewType: (overwriteType: string | false | undefined) => void; setField: <K extends keyof ",
|
||||
{
|
||||
"pluginId": "data",
|
||||
"scope": "common",
|
||||
|
@ -9792,7 +9792,7 @@
|
|||
"section": "def-common.SearchSourceSearchOptions",
|
||||
"text": "SearchSourceSearchOptions"
|
||||
},
|
||||
" | undefined) => Promise<unknown>) => void; getSearchRequestBody: () => any; destroy: () => void; loadDataViewFields: (dataView: ",
|
||||
" | undefined) => Promise<unknown>) => void; getSearchRequestBody: () => any; loadDataViewFields: (dataView: ",
|
||||
{
|
||||
"pluginId": "dataViews",
|
||||
"scope": "common",
|
||||
|
@ -23162,7 +23162,7 @@
|
|||
"section": "def-common.DataView",
|
||||
"text": "DataView"
|
||||
},
|
||||
" | undefined, params: TabifyDocsOptions | undefined) => Record<string, any>"
|
||||
" | undefined, params: (TabifyDocsOptions & { flattenedFieldsComparator?: ((a: string | symbol, b: string | symbol) => 0 | 1 | -1) | undefined; }) | undefined) => Record<string, any>"
|
||||
],
|
||||
"path": "packages/kbn-data-service/src/search/tabify/tabify_docs.ts",
|
||||
"deprecated": false,
|
||||
|
@ -23212,14 +23212,14 @@
|
|||
{
|
||||
"parentPluginId": "data",
|
||||
"id": "def-common.flattenHit.$3",
|
||||
"type": "Object",
|
||||
"type": "CompoundType",
|
||||
"tags": [],
|
||||
"label": "params",
|
||||
"description": [
|
||||
"Parameters how to flatten the hit"
|
||||
],
|
||||
"signature": [
|
||||
"TabifyDocsOptions | undefined"
|
||||
"(TabifyDocsOptions & { flattenedFieldsComparator?: ((a: string | symbol, b: string | symbol) => 0 | 1 | -1) | undefined; }) | undefined"
|
||||
],
|
||||
"path": "packages/kbn-data-service/src/search/tabify/tabify_docs.ts",
|
||||
"deprecated": false,
|
||||
|
|
|
@ -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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataQuality']
|
||||
---
|
||||
import dataQualityObj from './data_quality.devdocs.json';
|
||||
|
|
|
@ -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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'data.query']
|
||||
---
|
||||
import dataQueryObj from './data_query.devdocs.json';
|
||||
|
|
|
@ -159,7 +159,7 @@
|
|||
"\nCurrent session management\n{@link ISessionService}"
|
||||
],
|
||||
"signature": [
|
||||
"{ start: () => string; clear: () => void; save: () => Promise<void>; destroy: () => void; readonly state$: ",
|
||||
"{ start: () => string; clear: () => void; destroy: () => void; save: () => Promise<void>; readonly state$: ",
|
||||
"Observable",
|
||||
"<",
|
||||
{
|
||||
|
@ -615,7 +615,7 @@
|
|||
"\nCurrent session management\n{@link ISessionService}"
|
||||
],
|
||||
"signature": [
|
||||
"{ start: () => string; clear: () => void; save: () => Promise<void>; destroy: () => void; readonly state$: ",
|
||||
"{ start: () => string; clear: () => void; destroy: () => void; save: () => Promise<void>; readonly state$: ",
|
||||
"Observable",
|
||||
"<",
|
||||
{
|
||||
|
@ -1141,7 +1141,7 @@
|
|||
"label": "ISessionService",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"{ start: () => string; clear: () => void; save: () => Promise<void>; destroy: () => void; readonly state$: ",
|
||||
"{ start: () => string; clear: () => void; destroy: () => void; save: () => Promise<void>; readonly state$: ",
|
||||
"Observable",
|
||||
"<",
|
||||
{
|
||||
|
@ -7004,7 +7004,7 @@
|
|||
},
|
||||
"; history: ",
|
||||
"SearchRequest",
|
||||
"<Record<string, any>>[]; setOverwriteDataViewType: (overwriteType: string | false | undefined) => void; setField: <K extends keyof ",
|
||||
"<Record<string, any>>[]; destroy: () => void; setOverwriteDataViewType: (overwriteType: string | false | undefined) => void; setField: <K extends keyof ",
|
||||
{
|
||||
"pluginId": "data",
|
||||
"scope": "common",
|
||||
|
@ -7182,7 +7182,7 @@
|
|||
"section": "def-common.SearchSourceSearchOptions",
|
||||
"text": "SearchSourceSearchOptions"
|
||||
},
|
||||
" | undefined) => Promise<unknown>) => void; getSearchRequestBody: () => any; destroy: () => void; loadDataViewFields: (dataView: ",
|
||||
" | undefined) => Promise<unknown>) => void; getSearchRequestBody: () => any; loadDataViewFields: (dataView: ",
|
||||
{
|
||||
"pluginId": "dataViews",
|
||||
"scope": "common",
|
||||
|
@ -33580,7 +33580,7 @@
|
|||
},
|
||||
"; history: ",
|
||||
"SearchRequest",
|
||||
"<Record<string, any>>[]; setOverwriteDataViewType: (overwriteType: string | false | undefined) => void; setField: <K extends keyof ",
|
||||
"<Record<string, any>>[]; destroy: () => void; setOverwriteDataViewType: (overwriteType: string | false | undefined) => void; setField: <K extends keyof ",
|
||||
{
|
||||
"pluginId": "data",
|
||||
"scope": "common",
|
||||
|
@ -33758,7 +33758,7 @@
|
|||
"section": "def-common.SearchSourceSearchOptions",
|
||||
"text": "SearchSourceSearchOptions"
|
||||
},
|
||||
" | undefined) => Promise<unknown>) => void; getSearchRequestBody: () => any; destroy: () => void; loadDataViewFields: (dataView: ",
|
||||
" | undefined) => Promise<unknown>) => void; getSearchRequestBody: () => any; loadDataViewFields: (dataView: ",
|
||||
{
|
||||
"pluginId": "dataViews",
|
||||
"scope": "common",
|
||||
|
|
|
@ -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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'data.search']
|
||||
---
|
||||
import dataSearchObj from './data_search.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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataViewManagement']
|
||||
---
|
||||
import dataViewManagementObj from './data_view_management.devdocs.json';
|
||||
|
|
|
@ -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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataVisualizer']
|
||||
---
|
||||
import dataVisualizerObj from './data_visualizer.devdocs.json';
|
||||
|
|
|
@ -230,31 +230,63 @@
|
|||
"label": "APIClientRequestParamsOf",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"{ \"GET /internal/dataset_quality/integrations/{integration}/dashboards\": { endpoint: \"GET /internal/dataset_quality/integrations/{integration}/dashboards\"; params?: ",
|
||||
"{ \"GET /internal/dataset_quality/integrations/{integration}/dashboards\": ",
|
||||
{
|
||||
"pluginId": "@kbn/server-route-repository-utils",
|
||||
"scope": "common",
|
||||
"docId": "kibKbnServerRouteRepositoryUtilsPluginApi",
|
||||
"section": "def-common.ServerRoute",
|
||||
"text": "ServerRoute"
|
||||
},
|
||||
"<\"GET /internal/dataset_quality/integrations/{integration}/dashboards\", ",
|
||||
"TypeC",
|
||||
"<{ path: ",
|
||||
"TypeC",
|
||||
"<{ integration: ",
|
||||
"StringC",
|
||||
"; }>; }> | undefined; handler: ({}: ",
|
||||
"; }>; }>, ",
|
||||
"DatasetQualityRouteHandlerResources",
|
||||
" & { params: { path: { integration: string; }; }; }) => Promise<{ dashboards: { id: string; title: string; }[]; }>; } & ",
|
||||
", { dashboards: { id: string; title: string; }[]; }, ",
|
||||
"DatasetQualityRouteCreateOptions",
|
||||
"; \"GET /internal/dataset_quality/integrations\": { endpoint: \"GET /internal/dataset_quality/integrations\"; params?: undefined; handler: ({}: ",
|
||||
">; \"GET /internal/dataset_quality/integrations\": ",
|
||||
{
|
||||
"pluginId": "@kbn/server-route-repository-utils",
|
||||
"scope": "common",
|
||||
"docId": "kibKbnServerRouteRepositoryUtilsPluginApi",
|
||||
"section": "def-common.ServerRoute",
|
||||
"text": "ServerRoute"
|
||||
},
|
||||
"<\"GET /internal/dataset_quality/integrations\", undefined, ",
|
||||
"DatasetQualityRouteHandlerResources",
|
||||
") => Promise<{ integrations: ({ name: string; } & { title?: string | undefined; version?: string | undefined; icons?: ({ src: string; } & { path?: string | undefined; size?: string | undefined; title?: string | undefined; type?: string | undefined; })[] | undefined; datasets?: { [x: string]: string; } | undefined; })[]; }>; } & ",
|
||||
", { integrations: ({ name: string; } & { title?: string | undefined; version?: string | undefined; icons?: ({ src: string; } & { path?: string | undefined; size?: string | undefined; title?: string | undefined; type?: string | undefined; })[] | undefined; datasets?: { [x: string]: string; } | undefined; })[]; }, ",
|
||||
"DatasetQualityRouteCreateOptions",
|
||||
"; \"GET /internal/dataset_quality/data_streams/{dataStream}/settings\": { endpoint: \"GET /internal/dataset_quality/data_streams/{dataStream}/settings\"; params?: ",
|
||||
">; \"GET /internal/dataset_quality/data_streams/{dataStream}/settings\": ",
|
||||
{
|
||||
"pluginId": "@kbn/server-route-repository-utils",
|
||||
"scope": "common",
|
||||
"docId": "kibKbnServerRouteRepositoryUtilsPluginApi",
|
||||
"section": "def-common.ServerRoute",
|
||||
"text": "ServerRoute"
|
||||
},
|
||||
"<\"GET /internal/dataset_quality/data_streams/{dataStream}/settings\", ",
|
||||
"TypeC",
|
||||
"<{ path: ",
|
||||
"TypeC",
|
||||
"<{ dataStream: ",
|
||||
"StringC",
|
||||
"; }>; }> | undefined; handler: ({}: ",
|
||||
"; }>; }>, ",
|
||||
"DatasetQualityRouteHandlerResources",
|
||||
" & { params: { path: { dataStream: string; }; }; }) => Promise<{ createdOn?: number | null | undefined; integration?: string | undefined; datasetUserPrivileges?: ({ canMonitor: boolean; } & { canRead: boolean; canViewIntegrations: boolean; }) | undefined; }>; } & ",
|
||||
", { createdOn?: number | null | undefined; integration?: string | undefined; datasetUserPrivileges?: ({ canMonitor: boolean; } & { canRead: boolean; canViewIntegrations: boolean; }) | undefined; }, ",
|
||||
"DatasetQualityRouteCreateOptions",
|
||||
"; \"GET /internal/dataset_quality/data_streams/{dataStream}/details\": { endpoint: \"GET /internal/dataset_quality/data_streams/{dataStream}/details\"; params?: ",
|
||||
">; \"GET /internal/dataset_quality/data_streams/{dataStream}/details\": ",
|
||||
{
|
||||
"pluginId": "@kbn/server-route-repository-utils",
|
||||
"scope": "common",
|
||||
"docId": "kibKbnServerRouteRepositoryUtilsPluginApi",
|
||||
"section": "def-common.ServerRoute",
|
||||
"text": "ServerRoute"
|
||||
},
|
||||
"<\"GET /internal/dataset_quality/data_streams/{dataStream}/details\", ",
|
||||
"TypeC",
|
||||
"<{ path: ",
|
||||
"TypeC",
|
||||
|
@ -266,11 +298,19 @@
|
|||
"Type",
|
||||
"<number, string, unknown>; end: ",
|
||||
"Type",
|
||||
"<number, string, unknown>; }>; }> | undefined; handler: ({}: ",
|
||||
"<number, string, unknown>; }>; }>, ",
|
||||
"DatasetQualityRouteHandlerResources",
|
||||
" & { params: { path: { dataStream: string; }; query: { start: number; end: number; }; }; }) => Promise<{ lastActivity?: number | undefined; degradedDocsCount?: number | undefined; docsCount?: number | undefined; sizeBytes?: number | null | undefined; services?: { [x: string]: string[]; } | undefined; hosts?: { [x: string]: string[]; } | undefined; userPrivileges?: { canMonitor: boolean; } | undefined; }>; } & ",
|
||||
", { lastActivity?: number | undefined; degradedDocsCount?: number | undefined; docsCount?: number | undefined; sizeBytes?: number | null | undefined; services?: { [x: string]: string[]; } | undefined; hosts?: { [x: string]: string[]; } | undefined; userPrivileges?: { canMonitor: boolean; } | undefined; }, ",
|
||||
"DatasetQualityRouteCreateOptions",
|
||||
"; \"GET /internal/dataset_quality/data_streams/{dataStream}/degraded_field/{degradedField}/values\": { endpoint: \"GET /internal/dataset_quality/data_streams/{dataStream}/degraded_field/{degradedField}/values\"; params?: ",
|
||||
">; \"GET /internal/dataset_quality/data_streams/{dataStream}/degraded_field/{degradedField}/values\": ",
|
||||
{
|
||||
"pluginId": "@kbn/server-route-repository-utils",
|
||||
"scope": "common",
|
||||
"docId": "kibKbnServerRouteRepositoryUtilsPluginApi",
|
||||
"section": "def-common.ServerRoute",
|
||||
"text": "ServerRoute"
|
||||
},
|
||||
"<\"GET /internal/dataset_quality/data_streams/{dataStream}/degraded_field/{degradedField}/values\", ",
|
||||
"TypeC",
|
||||
"<{ path: ",
|
||||
"TypeC",
|
||||
|
@ -278,11 +318,19 @@
|
|||
"StringC",
|
||||
"; degradedField: ",
|
||||
"StringC",
|
||||
"; }>; }> | undefined; handler: ({}: ",
|
||||
"; }>; }>, ",
|
||||
"DatasetQualityRouteHandlerResources",
|
||||
" & { params: { path: { dataStream: string; degradedField: string; }; }; }) => Promise<{ field: string; values: string[]; }>; } & ",
|
||||
", { field: string; values: string[]; }, ",
|
||||
"DatasetQualityRouteCreateOptions",
|
||||
"; \"GET /internal/dataset_quality/data_streams/{dataStream}/degraded_fields\": { endpoint: \"GET /internal/dataset_quality/data_streams/{dataStream}/degraded_fields\"; params?: ",
|
||||
">; \"GET /internal/dataset_quality/data_streams/{dataStream}/degraded_fields\": ",
|
||||
{
|
||||
"pluginId": "@kbn/server-route-repository-utils",
|
||||
"scope": "common",
|
||||
"docId": "kibKbnServerRouteRepositoryUtilsPluginApi",
|
||||
"section": "def-common.ServerRoute",
|
||||
"text": "ServerRoute"
|
||||
},
|
||||
"<\"GET /internal/dataset_quality/data_streams/{dataStream}/degraded_fields\", ",
|
||||
"TypeC",
|
||||
"<{ path: ",
|
||||
"TypeC",
|
||||
|
@ -294,11 +342,19 @@
|
|||
"Type",
|
||||
"<number, string, unknown>; end: ",
|
||||
"Type",
|
||||
"<number, string, unknown>; }>; }> | undefined; handler: ({}: ",
|
||||
"<number, string, unknown>; }>; }>, ",
|
||||
"DatasetQualityRouteHandlerResources",
|
||||
" & { params: { path: { dataStream: string; }; query: { start: number; end: number; }; }; }) => Promise<{ degradedFields: { name: string; count: number; lastOccurrence: number | null; timeSeries: { x: number; y: number; }[]; }[]; }>; } & ",
|
||||
", { degradedFields: { name: string; count: number; lastOccurrence: number | null; timeSeries: { x: number; y: number; }[]; }[]; }, ",
|
||||
"DatasetQualityRouteCreateOptions",
|
||||
"; \"GET /internal/dataset_quality/data_streams/{dataStream}/non_aggregatable\": { endpoint: \"GET /internal/dataset_quality/data_streams/{dataStream}/non_aggregatable\"; params?: ",
|
||||
">; \"GET /internal/dataset_quality/data_streams/{dataStream}/non_aggregatable\": ",
|
||||
{
|
||||
"pluginId": "@kbn/server-route-repository-utils",
|
||||
"scope": "common",
|
||||
"docId": "kibKbnServerRouteRepositoryUtilsPluginApi",
|
||||
"section": "def-common.ServerRoute",
|
||||
"text": "ServerRoute"
|
||||
},
|
||||
"<\"GET /internal/dataset_quality/data_streams/{dataStream}/non_aggregatable\", ",
|
||||
"TypeC",
|
||||
"<{ path: ",
|
||||
"TypeC",
|
||||
|
@ -316,11 +372,19 @@
|
|||
"TypeC",
|
||||
"<{ type: ",
|
||||
"KeyofC",
|
||||
"<{ logs: null; metrics: null; traces: null; synthetics: null; profiling: null; }>; }>]>; }> | undefined; handler: ({}: ",
|
||||
"<{ logs: null; metrics: null; traces: null; synthetics: null; profiling: null; }>; }>]>; }>, ",
|
||||
"DatasetQualityRouteHandlerResources",
|
||||
" & { params: { path: { dataStream: string; }; query: { start: number; end: number; } & { type: \"profiling\" | \"metrics\" | \"synthetics\" | \"traces\" | \"logs\"; }; }; }) => Promise<{ aggregatable: boolean; datasets: string[]; }>; } & ",
|
||||
", { aggregatable: boolean; datasets: string[]; }, ",
|
||||
"DatasetQualityRouteCreateOptions",
|
||||
"; \"GET /internal/dataset_quality/data_streams/non_aggregatable\": { endpoint: \"GET /internal/dataset_quality/data_streams/non_aggregatable\"; params?: ",
|
||||
">; \"GET /internal/dataset_quality/data_streams/non_aggregatable\": ",
|
||||
{
|
||||
"pluginId": "@kbn/server-route-repository-utils",
|
||||
"scope": "common",
|
||||
"docId": "kibKbnServerRouteRepositoryUtilsPluginApi",
|
||||
"section": "def-common.ServerRoute",
|
||||
"text": "ServerRoute"
|
||||
},
|
||||
"<\"GET /internal/dataset_quality/data_streams/non_aggregatable\", ",
|
||||
"TypeC",
|
||||
"<{ query: ",
|
||||
"IntersectionC",
|
||||
|
@ -338,11 +402,19 @@
|
|||
"PartialC",
|
||||
"<{ dataStream: ",
|
||||
"StringC",
|
||||
"; }>]>; }> | undefined; handler: ({}: ",
|
||||
"; }>]>; }>, ",
|
||||
"DatasetQualityRouteHandlerResources",
|
||||
" & { params: { query: { start: number; end: number; } & { types: (\"profiling\" | \"metrics\" | \"synthetics\" | \"traces\" | \"logs\")[]; } & { dataStream?: string | undefined; }; }; }) => Promise<{ aggregatable: boolean; datasets: string[]; }>; } & ",
|
||||
", { aggregatable: boolean; datasets: string[]; }, ",
|
||||
"DatasetQualityRouteCreateOptions",
|
||||
"; \"GET /internal/dataset_quality/data_streams/degraded_docs\": { endpoint: \"GET /internal/dataset_quality/data_streams/degraded_docs\"; params?: ",
|
||||
">; \"GET /internal/dataset_quality/data_streams/degraded_docs\": ",
|
||||
{
|
||||
"pluginId": "@kbn/server-route-repository-utils",
|
||||
"scope": "common",
|
||||
"docId": "kibKbnServerRouteRepositoryUtilsPluginApi",
|
||||
"section": "def-common.ServerRoute",
|
||||
"text": "ServerRoute"
|
||||
},
|
||||
"<\"GET /internal/dataset_quality/data_streams/degraded_docs\", ",
|
||||
"TypeC",
|
||||
"<{ query: ",
|
||||
"IntersectionC",
|
||||
|
@ -360,11 +432,19 @@
|
|||
"PartialC",
|
||||
"<{ datasetQuery: ",
|
||||
"StringC",
|
||||
"; }>]>; }> | undefined; handler: ({}: ",
|
||||
"; }>]>; }>, ",
|
||||
"DatasetQualityRouteHandlerResources",
|
||||
" & { params: { query: { start: number; end: number; } & { type: \"profiling\" | \"metrics\" | \"synthetics\" | \"traces\" | \"logs\"; } & { datasetQuery?: string | undefined; }; }; }) => Promise<{ degradedDocs: { dataset: string; count: number; docsCount: number; percentage: number; }[]; }>; } & ",
|
||||
", { degradedDocs: { dataset: string; count: number; docsCount: number; percentage: number; }[]; }, ",
|
||||
"DatasetQualityRouteCreateOptions",
|
||||
"; \"GET /internal/dataset_quality/data_streams/stats\": { endpoint: \"GET /internal/dataset_quality/data_streams/stats\"; params?: ",
|
||||
">; \"GET /internal/dataset_quality/data_streams/stats\": ",
|
||||
{
|
||||
"pluginId": "@kbn/server-route-repository-utils",
|
||||
"scope": "common",
|
||||
"docId": "kibKbnServerRouteRepositoryUtilsPluginApi",
|
||||
"section": "def-common.ServerRoute",
|
||||
"text": "ServerRoute"
|
||||
},
|
||||
"<\"GET /internal/dataset_quality/data_streams/stats\", ",
|
||||
"TypeC",
|
||||
"<{ query: ",
|
||||
"IntersectionC",
|
||||
|
@ -376,11 +456,19 @@
|
|||
"PartialC",
|
||||
"<{ datasetQuery: ",
|
||||
"StringC",
|
||||
"; }>]>; }> | undefined; handler: ({}: ",
|
||||
"; }>]>; }>, ",
|
||||
"DatasetQualityRouteHandlerResources",
|
||||
" & { params: { query: { types: (\"profiling\" | \"metrics\" | \"synthetics\" | \"traces\" | \"logs\")[]; } & { datasetQuery?: string | undefined; }; }; }) => Promise<{ datasetUserPrivileges: { canMonitor: boolean; } & { canRead: boolean; canViewIntegrations: boolean; }; dataStreamsStats: ({ name: string; userPrivileges: { canMonitor: boolean; }; } & { size?: string | undefined; sizeBytes?: number | undefined; lastActivity?: number | undefined; integration?: string | undefined; totalDocs?: number | null | undefined; })[]; }>; } & ",
|
||||
", { datasetUserPrivileges: { canMonitor: boolean; } & { canRead: boolean; canViewIntegrations: boolean; }; dataStreamsStats: ({ name: string; userPrivileges: { canMonitor: boolean; }; } & { size?: string | undefined; sizeBytes?: number | undefined; lastActivity?: number | undefined; integration?: string | undefined; totalDocs?: number | null | undefined; })[]; }, ",
|
||||
"DatasetQualityRouteCreateOptions",
|
||||
"; }[TEndpoint] extends { endpoint: any; params?: infer TRouteParamsRT extends ",
|
||||
">; }[TEndpoint] extends ",
|
||||
{
|
||||
"pluginId": "@kbn/server-route-repository-utils",
|
||||
"scope": "common",
|
||||
"docId": "kibKbnServerRouteRepositoryUtilsPluginApi",
|
||||
"section": "def-common.ServerRoute",
|
||||
"text": "ServerRoute"
|
||||
},
|
||||
"<any, infer TRouteParamsRT extends ",
|
||||
{
|
||||
"pluginId": "@kbn/server-route-repository-utils",
|
||||
"scope": "common",
|
||||
|
@ -388,7 +476,7 @@
|
|||
"section": "def-common.RouteParamsRT",
|
||||
"text": "RouteParamsRT"
|
||||
},
|
||||
" | undefined | undefined; handler: ({}: any) => Promise<any>; } & ",
|
||||
" | undefined, any, any, ",
|
||||
{
|
||||
"pluginId": "@kbn/server-route-repository-utils",
|
||||
"scope": "common",
|
||||
|
@ -396,7 +484,7 @@
|
|||
"section": "def-common.ServerRouteCreateOptions",
|
||||
"text": "ServerRouteCreateOptions"
|
||||
},
|
||||
" ? TRouteParamsRT extends ",
|
||||
"> ? TRouteParamsRT extends ",
|
||||
{
|
||||
"pluginId": "@kbn/server-route-repository-utils",
|
||||
"scope": "common",
|
||||
|
@ -404,7 +492,7 @@
|
|||
"section": "def-common.RouteParamsRT",
|
||||
"text": "RouteParamsRT"
|
||||
},
|
||||
" ? ClientRequestParamsOfType<TRouteParamsRT> : {} : never"
|
||||
" ? ClientRequestParamsOfType<TRouteParamsRT> : TRouteParamsRT extends undefined ? {} : never : never"
|
||||
],
|
||||
"path": "x-pack/plugins/observability_solution/dataset_quality/common/rest/create_call_dataset_quality_api.ts",
|
||||
"deprecated": false,
|
||||
|
@ -419,31 +507,63 @@
|
|||
"label": "APIReturnType",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"{ \"GET /internal/dataset_quality/integrations/{integration}/dashboards\": { endpoint: \"GET /internal/dataset_quality/integrations/{integration}/dashboards\"; params?: ",
|
||||
"{ \"GET /internal/dataset_quality/integrations/{integration}/dashboards\": ",
|
||||
{
|
||||
"pluginId": "@kbn/server-route-repository-utils",
|
||||
"scope": "common",
|
||||
"docId": "kibKbnServerRouteRepositoryUtilsPluginApi",
|
||||
"section": "def-common.ServerRoute",
|
||||
"text": "ServerRoute"
|
||||
},
|
||||
"<\"GET /internal/dataset_quality/integrations/{integration}/dashboards\", ",
|
||||
"TypeC",
|
||||
"<{ path: ",
|
||||
"TypeC",
|
||||
"<{ integration: ",
|
||||
"StringC",
|
||||
"; }>; }> | undefined; handler: ({}: ",
|
||||
"; }>; }>, ",
|
||||
"DatasetQualityRouteHandlerResources",
|
||||
" & { params: { path: { integration: string; }; }; }) => Promise<{ dashboards: { id: string; title: string; }[]; }>; } & ",
|
||||
", { dashboards: { id: string; title: string; }[]; }, ",
|
||||
"DatasetQualityRouteCreateOptions",
|
||||
"; \"GET /internal/dataset_quality/integrations\": { endpoint: \"GET /internal/dataset_quality/integrations\"; params?: undefined; handler: ({}: ",
|
||||
">; \"GET /internal/dataset_quality/integrations\": ",
|
||||
{
|
||||
"pluginId": "@kbn/server-route-repository-utils",
|
||||
"scope": "common",
|
||||
"docId": "kibKbnServerRouteRepositoryUtilsPluginApi",
|
||||
"section": "def-common.ServerRoute",
|
||||
"text": "ServerRoute"
|
||||
},
|
||||
"<\"GET /internal/dataset_quality/integrations\", undefined, ",
|
||||
"DatasetQualityRouteHandlerResources",
|
||||
") => Promise<{ integrations: ({ name: string; } & { title?: string | undefined; version?: string | undefined; icons?: ({ src: string; } & { path?: string | undefined; size?: string | undefined; title?: string | undefined; type?: string | undefined; })[] | undefined; datasets?: { [x: string]: string; } | undefined; })[]; }>; } & ",
|
||||
", { integrations: ({ name: string; } & { title?: string | undefined; version?: string | undefined; icons?: ({ src: string; } & { path?: string | undefined; size?: string | undefined; title?: string | undefined; type?: string | undefined; })[] | undefined; datasets?: { [x: string]: string; } | undefined; })[]; }, ",
|
||||
"DatasetQualityRouteCreateOptions",
|
||||
"; \"GET /internal/dataset_quality/data_streams/{dataStream}/settings\": { endpoint: \"GET /internal/dataset_quality/data_streams/{dataStream}/settings\"; params?: ",
|
||||
">; \"GET /internal/dataset_quality/data_streams/{dataStream}/settings\": ",
|
||||
{
|
||||
"pluginId": "@kbn/server-route-repository-utils",
|
||||
"scope": "common",
|
||||
"docId": "kibKbnServerRouteRepositoryUtilsPluginApi",
|
||||
"section": "def-common.ServerRoute",
|
||||
"text": "ServerRoute"
|
||||
},
|
||||
"<\"GET /internal/dataset_quality/data_streams/{dataStream}/settings\", ",
|
||||
"TypeC",
|
||||
"<{ path: ",
|
||||
"TypeC",
|
||||
"<{ dataStream: ",
|
||||
"StringC",
|
||||
"; }>; }> | undefined; handler: ({}: ",
|
||||
"; }>; }>, ",
|
||||
"DatasetQualityRouteHandlerResources",
|
||||
" & { params: { path: { dataStream: string; }; }; }) => Promise<{ createdOn?: number | null | undefined; integration?: string | undefined; datasetUserPrivileges?: ({ canMonitor: boolean; } & { canRead: boolean; canViewIntegrations: boolean; }) | undefined; }>; } & ",
|
||||
", { createdOn?: number | null | undefined; integration?: string | undefined; datasetUserPrivileges?: ({ canMonitor: boolean; } & { canRead: boolean; canViewIntegrations: boolean; }) | undefined; }, ",
|
||||
"DatasetQualityRouteCreateOptions",
|
||||
"; \"GET /internal/dataset_quality/data_streams/{dataStream}/details\": { endpoint: \"GET /internal/dataset_quality/data_streams/{dataStream}/details\"; params?: ",
|
||||
">; \"GET /internal/dataset_quality/data_streams/{dataStream}/details\": ",
|
||||
{
|
||||
"pluginId": "@kbn/server-route-repository-utils",
|
||||
"scope": "common",
|
||||
"docId": "kibKbnServerRouteRepositoryUtilsPluginApi",
|
||||
"section": "def-common.ServerRoute",
|
||||
"text": "ServerRoute"
|
||||
},
|
||||
"<\"GET /internal/dataset_quality/data_streams/{dataStream}/details\", ",
|
||||
"TypeC",
|
||||
"<{ path: ",
|
||||
"TypeC",
|
||||
|
@ -455,11 +575,19 @@
|
|||
"Type",
|
||||
"<number, string, unknown>; end: ",
|
||||
"Type",
|
||||
"<number, string, unknown>; }>; }> | undefined; handler: ({}: ",
|
||||
"<number, string, unknown>; }>; }>, ",
|
||||
"DatasetQualityRouteHandlerResources",
|
||||
" & { params: { path: { dataStream: string; }; query: { start: number; end: number; }; }; }) => Promise<{ lastActivity?: number | undefined; degradedDocsCount?: number | undefined; docsCount?: number | undefined; sizeBytes?: number | null | undefined; services?: { [x: string]: string[]; } | undefined; hosts?: { [x: string]: string[]; } | undefined; userPrivileges?: { canMonitor: boolean; } | undefined; }>; } & ",
|
||||
", { lastActivity?: number | undefined; degradedDocsCount?: number | undefined; docsCount?: number | undefined; sizeBytes?: number | null | undefined; services?: { [x: string]: string[]; } | undefined; hosts?: { [x: string]: string[]; } | undefined; userPrivileges?: { canMonitor: boolean; } | undefined; }, ",
|
||||
"DatasetQualityRouteCreateOptions",
|
||||
"; \"GET /internal/dataset_quality/data_streams/{dataStream}/degraded_field/{degradedField}/values\": { endpoint: \"GET /internal/dataset_quality/data_streams/{dataStream}/degraded_field/{degradedField}/values\"; params?: ",
|
||||
">; \"GET /internal/dataset_quality/data_streams/{dataStream}/degraded_field/{degradedField}/values\": ",
|
||||
{
|
||||
"pluginId": "@kbn/server-route-repository-utils",
|
||||
"scope": "common",
|
||||
"docId": "kibKbnServerRouteRepositoryUtilsPluginApi",
|
||||
"section": "def-common.ServerRoute",
|
||||
"text": "ServerRoute"
|
||||
},
|
||||
"<\"GET /internal/dataset_quality/data_streams/{dataStream}/degraded_field/{degradedField}/values\", ",
|
||||
"TypeC",
|
||||
"<{ path: ",
|
||||
"TypeC",
|
||||
|
@ -467,11 +595,19 @@
|
|||
"StringC",
|
||||
"; degradedField: ",
|
||||
"StringC",
|
||||
"; }>; }> | undefined; handler: ({}: ",
|
||||
"; }>; }>, ",
|
||||
"DatasetQualityRouteHandlerResources",
|
||||
" & { params: { path: { dataStream: string; degradedField: string; }; }; }) => Promise<{ field: string; values: string[]; }>; } & ",
|
||||
", { field: string; values: string[]; }, ",
|
||||
"DatasetQualityRouteCreateOptions",
|
||||
"; \"GET /internal/dataset_quality/data_streams/{dataStream}/degraded_fields\": { endpoint: \"GET /internal/dataset_quality/data_streams/{dataStream}/degraded_fields\"; params?: ",
|
||||
">; \"GET /internal/dataset_quality/data_streams/{dataStream}/degraded_fields\": ",
|
||||
{
|
||||
"pluginId": "@kbn/server-route-repository-utils",
|
||||
"scope": "common",
|
||||
"docId": "kibKbnServerRouteRepositoryUtilsPluginApi",
|
||||
"section": "def-common.ServerRoute",
|
||||
"text": "ServerRoute"
|
||||
},
|
||||
"<\"GET /internal/dataset_quality/data_streams/{dataStream}/degraded_fields\", ",
|
||||
"TypeC",
|
||||
"<{ path: ",
|
||||
"TypeC",
|
||||
|
@ -483,11 +619,19 @@
|
|||
"Type",
|
||||
"<number, string, unknown>; end: ",
|
||||
"Type",
|
||||
"<number, string, unknown>; }>; }> | undefined; handler: ({}: ",
|
||||
"<number, string, unknown>; }>; }>, ",
|
||||
"DatasetQualityRouteHandlerResources",
|
||||
" & { params: { path: { dataStream: string; }; query: { start: number; end: number; }; }; }) => Promise<{ degradedFields: { name: string; count: number; lastOccurrence: number | null; timeSeries: { x: number; y: number; }[]; }[]; }>; } & ",
|
||||
", { degradedFields: { name: string; count: number; lastOccurrence: number | null; timeSeries: { x: number; y: number; }[]; }[]; }, ",
|
||||
"DatasetQualityRouteCreateOptions",
|
||||
"; \"GET /internal/dataset_quality/data_streams/{dataStream}/non_aggregatable\": { endpoint: \"GET /internal/dataset_quality/data_streams/{dataStream}/non_aggregatable\"; params?: ",
|
||||
">; \"GET /internal/dataset_quality/data_streams/{dataStream}/non_aggregatable\": ",
|
||||
{
|
||||
"pluginId": "@kbn/server-route-repository-utils",
|
||||
"scope": "common",
|
||||
"docId": "kibKbnServerRouteRepositoryUtilsPluginApi",
|
||||
"section": "def-common.ServerRoute",
|
||||
"text": "ServerRoute"
|
||||
},
|
||||
"<\"GET /internal/dataset_quality/data_streams/{dataStream}/non_aggregatable\", ",
|
||||
"TypeC",
|
||||
"<{ path: ",
|
||||
"TypeC",
|
||||
|
@ -505,11 +649,19 @@
|
|||
"TypeC",
|
||||
"<{ type: ",
|
||||
"KeyofC",
|
||||
"<{ logs: null; metrics: null; traces: null; synthetics: null; profiling: null; }>; }>]>; }> | undefined; handler: ({}: ",
|
||||
"<{ logs: null; metrics: null; traces: null; synthetics: null; profiling: null; }>; }>]>; }>, ",
|
||||
"DatasetQualityRouteHandlerResources",
|
||||
" & { params: { path: { dataStream: string; }; query: { start: number; end: number; } & { type: \"profiling\" | \"metrics\" | \"synthetics\" | \"traces\" | \"logs\"; }; }; }) => Promise<{ aggregatable: boolean; datasets: string[]; }>; } & ",
|
||||
", { aggregatable: boolean; datasets: string[]; }, ",
|
||||
"DatasetQualityRouteCreateOptions",
|
||||
"; \"GET /internal/dataset_quality/data_streams/non_aggregatable\": { endpoint: \"GET /internal/dataset_quality/data_streams/non_aggregatable\"; params?: ",
|
||||
">; \"GET /internal/dataset_quality/data_streams/non_aggregatable\": ",
|
||||
{
|
||||
"pluginId": "@kbn/server-route-repository-utils",
|
||||
"scope": "common",
|
||||
"docId": "kibKbnServerRouteRepositoryUtilsPluginApi",
|
||||
"section": "def-common.ServerRoute",
|
||||
"text": "ServerRoute"
|
||||
},
|
||||
"<\"GET /internal/dataset_quality/data_streams/non_aggregatable\", ",
|
||||
"TypeC",
|
||||
"<{ query: ",
|
||||
"IntersectionC",
|
||||
|
@ -527,11 +679,19 @@
|
|||
"PartialC",
|
||||
"<{ dataStream: ",
|
||||
"StringC",
|
||||
"; }>]>; }> | undefined; handler: ({}: ",
|
||||
"; }>]>; }>, ",
|
||||
"DatasetQualityRouteHandlerResources",
|
||||
" & { params: { query: { start: number; end: number; } & { types: (\"profiling\" | \"metrics\" | \"synthetics\" | \"traces\" | \"logs\")[]; } & { dataStream?: string | undefined; }; }; }) => Promise<{ aggregatable: boolean; datasets: string[]; }>; } & ",
|
||||
", { aggregatable: boolean; datasets: string[]; }, ",
|
||||
"DatasetQualityRouteCreateOptions",
|
||||
"; \"GET /internal/dataset_quality/data_streams/degraded_docs\": { endpoint: \"GET /internal/dataset_quality/data_streams/degraded_docs\"; params?: ",
|
||||
">; \"GET /internal/dataset_quality/data_streams/degraded_docs\": ",
|
||||
{
|
||||
"pluginId": "@kbn/server-route-repository-utils",
|
||||
"scope": "common",
|
||||
"docId": "kibKbnServerRouteRepositoryUtilsPluginApi",
|
||||
"section": "def-common.ServerRoute",
|
||||
"text": "ServerRoute"
|
||||
},
|
||||
"<\"GET /internal/dataset_quality/data_streams/degraded_docs\", ",
|
||||
"TypeC",
|
||||
"<{ query: ",
|
||||
"IntersectionC",
|
||||
|
@ -549,11 +709,19 @@
|
|||
"PartialC",
|
||||
"<{ datasetQuery: ",
|
||||
"StringC",
|
||||
"; }>]>; }> | undefined; handler: ({}: ",
|
||||
"; }>]>; }>, ",
|
||||
"DatasetQualityRouteHandlerResources",
|
||||
" & { params: { query: { start: number; end: number; } & { type: \"profiling\" | \"metrics\" | \"synthetics\" | \"traces\" | \"logs\"; } & { datasetQuery?: string | undefined; }; }; }) => Promise<{ degradedDocs: { dataset: string; count: number; docsCount: number; percentage: number; }[]; }>; } & ",
|
||||
", { degradedDocs: { dataset: string; count: number; docsCount: number; percentage: number; }[]; }, ",
|
||||
"DatasetQualityRouteCreateOptions",
|
||||
"; \"GET /internal/dataset_quality/data_streams/stats\": { endpoint: \"GET /internal/dataset_quality/data_streams/stats\"; params?: ",
|
||||
">; \"GET /internal/dataset_quality/data_streams/stats\": ",
|
||||
{
|
||||
"pluginId": "@kbn/server-route-repository-utils",
|
||||
"scope": "common",
|
||||
"docId": "kibKbnServerRouteRepositoryUtilsPluginApi",
|
||||
"section": "def-common.ServerRoute",
|
||||
"text": "ServerRoute"
|
||||
},
|
||||
"<\"GET /internal/dataset_quality/data_streams/stats\", ",
|
||||
"TypeC",
|
||||
"<{ query: ",
|
||||
"IntersectionC",
|
||||
|
@ -565,11 +733,19 @@
|
|||
"PartialC",
|
||||
"<{ datasetQuery: ",
|
||||
"StringC",
|
||||
"; }>]>; }> | undefined; handler: ({}: ",
|
||||
"; }>]>; }>, ",
|
||||
"DatasetQualityRouteHandlerResources",
|
||||
" & { params: { query: { types: (\"profiling\" | \"metrics\" | \"synthetics\" | \"traces\" | \"logs\")[]; } & { datasetQuery?: string | undefined; }; }; }) => Promise<{ datasetUserPrivileges: { canMonitor: boolean; } & { canRead: boolean; canViewIntegrations: boolean; }; dataStreamsStats: ({ name: string; userPrivileges: { canMonitor: boolean; }; } & { size?: string | undefined; sizeBytes?: number | undefined; lastActivity?: number | undefined; integration?: string | undefined; totalDocs?: number | null | undefined; })[]; }>; } & ",
|
||||
", { datasetUserPrivileges: { canMonitor: boolean; } & { canRead: boolean; canViewIntegrations: boolean; }; dataStreamsStats: ({ name: string; userPrivileges: { canMonitor: boolean; }; } & { size?: string | undefined; sizeBytes?: number | undefined; lastActivity?: number | undefined; integration?: string | undefined; totalDocs?: number | null | undefined; })[]; }, ",
|
||||
"DatasetQualityRouteCreateOptions",
|
||||
"; }[TEndpoint] extends { endpoint: any; params?: any; handler: ({}: any) => Promise<infer TReturnType>; } & ",
|
||||
">; }[TEndpoint] extends ",
|
||||
{
|
||||
"pluginId": "@kbn/server-route-repository-utils",
|
||||
"scope": "common",
|
||||
"docId": "kibKbnServerRouteRepositoryUtilsPluginApi",
|
||||
"section": "def-common.ServerRoute",
|
||||
"text": "ServerRoute"
|
||||
},
|
||||
"<any, any, any, infer TReturnType extends ServerRouteHandlerReturnType, ",
|
||||
{
|
||||
"pluginId": "@kbn/server-route-repository-utils",
|
||||
"scope": "common",
|
||||
|
@ -577,7 +753,7 @@
|
|||
"section": "def-common.ServerRouteCreateOptions",
|
||||
"text": "ServerRouteCreateOptions"
|
||||
},
|
||||
" ? TReturnType extends ",
|
||||
"> ? TReturnType extends ",
|
||||
{
|
||||
"pluginId": "@kbn/core-http-server",
|
||||
"scope": "server",
|
||||
|
|
|
@ -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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana']
|
||||
---
|
||||
|
||||
|
@ -69,7 +69,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
|
|||
| <DocLink id="kibKbnUnifiedDataTablePluginApi" section="def-public.UnifiedDataTableProps.externalControlColumns" text="externalControlColumns"/> | cloudSecurityPosture, securitySolution | - |
|
||||
| <DocLink id="kibCloudExperimentsPluginApi" section="def-common.CloudExperimentsPluginStart.getVariation" text="getVariation"/> | cloudChat | - |
|
||||
| <DocLink id="kibKbnCoreElasticsearchServerPluginApi" section="def-server.ElasticsearchServiceSetup.legacy" text="legacy"/> | @kbn/core-elasticsearch-server-internal, @kbn/core-plugins-server-internal, enterpriseSearch, observabilityOnboarding, console | - |
|
||||
| <DocLink id="kibSecurityPluginApi" section="def-server.SecurityPluginStart.authc" text="authc"/> | alerting, observabilityAIAssistant, fleet, cloudSecurityPosture, serverlessSearch, transform, upgradeAssistant, entityManager, apm, synthetics, security | - |
|
||||
| <DocLink id="kibSecurityPluginApi" section="def-server.SecurityPluginStart.authc" text="authc"/> | alerting, observabilityAIAssistant, fleet, cloudSecurityPosture, entityManager, serverlessSearch, transform, upgradeAssistant, apm, synthetics, security | - |
|
||||
| <DocLink id="kibTaskManagerPluginApi" section="def-server.TaskManagerSetupContract.index" text="index"/> | actions, alerting | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-public.syncQueryStateWithUrl" text="syncQueryStateWithUrl"/> | monitoring | - |
|
||||
| <DocLink id="kibKbnCoreSavedObjectsCommonPluginApi" section="def-common.SavedObjectReference" text="SavedObjectReference"/> | @kbn/core-saved-objects-api-browser, @kbn/core, savedObjects, savedObjectsManagement, visualizations, savedObjectsTagging, eventAnnotation, lens, maps, graph, dashboard, savedObjectsTaggingOss, kibanaUtils, expressions, data, embeddable, uiActionsEnhanced, controls, canvas, dashboardEnhanced, globalSearchProviders | - |
|
||||
|
|
|
@ -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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana']
|
||||
---
|
||||
|
||||
|
@ -1629,7 +1629,7 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/
|
|||
|
||||
| Deprecated API | Reference location(s) | Remove By |
|
||||
| ---------------|-----------|-----------|
|
||||
| <DocLink id="kibSavedObjectsFinderPluginApi" section="def-public.SavedObjectMetaData.includeFields" text="includeFields"/> | [search_selection.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/wizard/search_selection/search_selection.tsx#:~:text=includeFields), [visualize_embeddable_factory.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/embeddable/visualize_embeddable_factory.tsx#:~:text=includeFields) | - |
|
||||
| <DocLink id="kibSavedObjectsFinderPluginApi" section="def-public.SavedObjectMetaData.includeFields" text="includeFields"/> | [search_selection.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/wizard/search_selection/search_selection.tsx#:~:text=includeFields), [visualize_embeddable_factory.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/legacy/embeddable/visualize_embeddable_factory.tsx#:~:text=includeFields) | - |
|
||||
| <DocLink id="kibKbnCoreLifecycleBrowserPluginApi" section="def-public.CoreStart.savedObjects" text="savedObjects"/> | [plugin.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/plugin.ts#:~:text=savedObjects), [visualize_listing.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/visualize_app/components/visualize_listing.tsx#:~:text=savedObjects) | - |
|
||||
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-public.SavedObjectsClientContract" text="SavedObjectsClientContract"/> | [plugin.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/plugin.ts#:~:text=SavedObjectsClientContract), [plugin.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/plugin.ts#:~:text=SavedObjectsClientContract) | - |
|
||||
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-public.SavedObjectsClientContract.delete" text="delete"/> | [visualize_listing.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/visualize_app/components/visualize_listing.tsx#:~:text=delete) | - |
|
||||
|
@ -1638,8 +1638,8 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/
|
|||
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-public.ResolvedSimpleSavedObject" text="ResolvedSimpleSavedObject"/> | [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/types.ts#:~:text=ResolvedSimpleSavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/types.ts#:~:text=ResolvedSimpleSavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/types.ts#:~:text=ResolvedSimpleSavedObject), [types.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/types.ts#:~:text=ResolvedSimpleSavedObject) | - |
|
||||
| <DocLink id="kibKbnCoreSavedObjectsBrowserPluginApi" section="def-public.SavedObjectsStart" text="SavedObjectsStart"/> | [services.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/services.ts#:~:text=SavedObjectsStart), [services.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/services.ts#:~:text=SavedObjectsStart) | - |
|
||||
| <DocLink id="kibKbnCoreSavedObjectsCommonPluginApi" section="def-common.SavedObjectAttribute" text="SavedObjectAttribute"/> | [saved_visualization_references.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_visualization_references/saved_visualization_references.ts#:~:text=SavedObjectAttribute), [saved_visualization_references.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_visualization_references/saved_visualization_references.ts#:~:text=SavedObjectAttribute) | - |
|
||||
| <DocLink id="kibKbnCoreSavedObjectsCommonPluginApi" section="def-common.SavedObjectAttributes" text="SavedObjectAttributes"/> | [saved_visualize_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_visualize_utils.ts#:~:text=SavedObjectAttributes), [saved_visualize_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_visualize_utils.ts#:~:text=SavedObjectAttributes), [visualize_embeddable.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx#:~:text=SavedObjectAttributes), [visualize_embeddable.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx#:~:text=SavedObjectAttributes), [visualize_embeddable_factory.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/embeddable/visualize_embeddable_factory.tsx#:~:text=SavedObjectAttributes), [visualize_embeddable_factory.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/embeddable/visualize_embeddable_factory.tsx#:~:text=SavedObjectAttributes) | - |
|
||||
| <DocLink id="kibKbnCoreSavedObjectsCommonPluginApi" section="def-common.SavedObjectReference" text="SavedObjectReference"/> | [saved_visualization_references.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_visualization_references/saved_visualization_references.ts#:~:text=SavedObjectReference), [saved_visualization_references.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_visualization_references/saved_visualization_references.ts#:~:text=SavedObjectReference), [saved_visualization_references.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_visualization_references/saved_visualization_references.ts#:~:text=SavedObjectReference), [saved_visualize_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_visualize_utils.ts#:~:text=SavedObjectReference), [saved_visualize_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_visualize_utils.ts#:~:text=SavedObjectReference), [saved_visualize_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_visualize_utils.ts#:~:text=SavedObjectReference), [saved_visualize_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_visualize_utils.ts#:~:text=SavedObjectReference), [saved_visualize_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_visualize_utils.ts#:~:text=SavedObjectReference), [saved_visualize_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_visualize_utils.ts#:~:text=SavedObjectReference), [visualize_embeddable_factory.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/embeddable/visualize_embeddable_factory.tsx#:~:text=SavedObjectReference)+ 10 more | - |
|
||||
| <DocLink id="kibKbnCoreSavedObjectsCommonPluginApi" section="def-common.SavedObjectAttributes" text="SavedObjectAttributes"/> | [saved_visualize_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_visualize_utils.ts#:~:text=SavedObjectAttributes), [saved_visualize_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_visualize_utils.ts#:~:text=SavedObjectAttributes), [visualize_embeddable.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/legacy/embeddable/visualize_embeddable.tsx#:~:text=SavedObjectAttributes), [visualize_embeddable.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/legacy/embeddable/visualize_embeddable.tsx#:~:text=SavedObjectAttributes), [visualize_embeddable_factory.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/legacy/embeddable/visualize_embeddable_factory.tsx#:~:text=SavedObjectAttributes), [visualize_embeddable_factory.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/legacy/embeddable/visualize_embeddable_factory.tsx#:~:text=SavedObjectAttributes) | - |
|
||||
| <DocLink id="kibKbnCoreSavedObjectsCommonPluginApi" section="def-common.SavedObjectReference" text="SavedObjectReference"/> | [saved_visualization_references.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_visualization_references/saved_visualization_references.ts#:~:text=SavedObjectReference), [saved_visualization_references.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_visualization_references/saved_visualization_references.ts#:~:text=SavedObjectReference), [saved_visualization_references.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_visualization_references/saved_visualization_references.ts#:~:text=SavedObjectReference), [saved_visualize_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_visualize_utils.ts#:~:text=SavedObjectReference), [saved_visualize_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_visualize_utils.ts#:~:text=SavedObjectReference), [saved_visualize_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_visualize_utils.ts#:~:text=SavedObjectReference), [saved_visualize_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_visualize_utils.ts#:~:text=SavedObjectReference), [saved_visualize_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_visualize_utils.ts#:~:text=SavedObjectReference), [saved_visualize_utils.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/utils/saved_visualize_utils.ts#:~:text=SavedObjectReference), [visualize_embeddable_factory.tsx](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/public/legacy/embeddable/visualize_embeddable_factory.tsx#:~:text=SavedObjectReference)+ 10 more | - |
|
||||
| <DocLink id="kibKbnCoreSavedObjectsServerPluginApi" section="def-server.SavedObjectsType.migrations" text="migrations"/> | [visualization.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/server/saved_objects/visualization.ts#:~:text=migrations) | - |
|
||||
| <DocLink id="kibKbnCoreSavedObjectsServerPluginApi" section="def-server.SavedObjectsType.schemas" text="schemas"/> | [visualization.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/server/saved_objects/visualization.ts#:~:text=schemas) | - |
|
||||
| <DocLink id="kibKbnCoreSavedObjectsServerPluginApi" section="def-server.SavedObjectsType.convertToMultiNamespaceTypeVersion" text="convertToMultiNamespaceTypeVersion"/> | [visualization.ts](https://github.com/elastic/kibana/tree/main/src/plugins/visualizations/server/saved_objects/visualization.ts#:~:text=convertToMultiNamespaceTypeVersion) | - |
|
||||
|
|
|
@ -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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana']
|
||||
---
|
||||
|
||||
|
|
|
@ -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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'devTools']
|
||||
---
|
||||
import devToolsObj from './dev_tools.devdocs.json';
|
||||
|
|
|
@ -1562,9 +1562,9 @@
|
|||
"OperatorFunction",
|
||||
"<any, any>[]): ",
|
||||
"Observable",
|
||||
"<unknown>; }; observers: ",
|
||||
"Observer",
|
||||
"<",
|
||||
"<unknown>; }; operator: ",
|
||||
"Operator",
|
||||
"<any, ",
|
||||
{
|
||||
"pluginId": "savedSearch",
|
||||
"scope": "common",
|
||||
|
@ -1572,7 +1572,7 @@
|
|||
"section": "def-common.SavedSearch",
|
||||
"text": "SavedSearch"
|
||||
},
|
||||
">[]; isStopped: boolean; hasError: boolean; thrownError: any; lift: <R>(operator: ",
|
||||
"> | undefined; lift: <R>(operator: ",
|
||||
"Operator",
|
||||
"<",
|
||||
{
|
||||
|
@ -1584,27 +1584,7 @@
|
|||
},
|
||||
", R>) => ",
|
||||
"Observable",
|
||||
"<R>; unsubscribe: () => void; readonly observed: boolean; asObservable: () => ",
|
||||
"Observable",
|
||||
"<",
|
||||
{
|
||||
"pluginId": "savedSearch",
|
||||
"scope": "common",
|
||||
"docId": "kibSavedSearchPluginApi",
|
||||
"section": "def-common.SavedSearch",
|
||||
"text": "SavedSearch"
|
||||
},
|
||||
">; operator: ",
|
||||
"Operator",
|
||||
"<any, ",
|
||||
{
|
||||
"pluginId": "savedSearch",
|
||||
"scope": "common",
|
||||
"docId": "kibSavedSearchPluginApi",
|
||||
"section": "def-common.SavedSearch",
|
||||
"text": "SavedSearch"
|
||||
},
|
||||
"> | undefined; subscribe: { (observerOrNext?: Partial<",
|
||||
"<R>; subscribe: { (observerOrNext?: Partial<",
|
||||
"Observer",
|
||||
"<",
|
||||
{
|
||||
|
@ -1658,7 +1638,27 @@
|
|||
"section": "def-common.SavedSearch",
|
||||
"text": "SavedSearch"
|
||||
},
|
||||
" | undefined>; }; }"
|
||||
" | undefined>; }; observers: ",
|
||||
"Observer",
|
||||
"<",
|
||||
{
|
||||
"pluginId": "savedSearch",
|
||||
"scope": "common",
|
||||
"docId": "kibSavedSearchPluginApi",
|
||||
"section": "def-common.SavedSearch",
|
||||
"text": "SavedSearch"
|
||||
},
|
||||
">[]; isStopped: boolean; hasError: boolean; thrownError: any; unsubscribe: () => void; readonly observed: boolean; asObservable: () => ",
|
||||
"Observable",
|
||||
"<",
|
||||
{
|
||||
"pluginId": "savedSearch",
|
||||
"scope": "common",
|
||||
"docId": "kibSavedSearchPluginApi",
|
||||
"section": "def-common.SavedSearch",
|
||||
"text": "SavedSearch"
|
||||
},
|
||||
">; }"
|
||||
],
|
||||
"path": "src/plugins/discover/public/embeddable/types.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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'ecsDataQualityDashboard']
|
||||
---
|
||||
import ecsDataQualityDashboardObj from './ecs_data_quality_dashboard.devdocs.json';
|
||||
|
|
|
@ -1641,7 +1641,7 @@
|
|||
"section": "def-server.KibanaRequest",
|
||||
"text": "KibanaRequest"
|
||||
},
|
||||
"<unknown, unknown, { actionTypeId: string; subAction: \"invokeAI\" | \"invokeStream\"; replacements: {} & { [k: string]: string; }; message?: string | undefined; allow?: string[] | undefined; size?: number | undefined; conversationId?: string | undefined; model?: string | undefined; alertsIndexPattern?: string | undefined; allowReplacement?: string[] | undefined; langSmithProject?: string | undefined; langSmithApiKey?: string | undefined; } | { size: number; subAction: \"invokeAI\" | \"invokeStream\"; alertsIndexPattern: string; anonymizationFields: { id: string; field: string; namespace?: string | undefined; timestamp?: string | undefined; createdBy?: string | undefined; updatedBy?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; allowed?: boolean | undefined; anonymized?: boolean | undefined; }[]; apiConfig: { connectorId: string; actionTypeId: string; model?: string | undefined; defaultSystemPromptId?: string | undefined; provider?: \"OpenAI\" | \"Azure OpenAI\" | undefined; }; model?: string | undefined; replacements?: Zod.objectOutputType<{}, Zod.ZodString, \"strip\"> | undefined; langSmithProject?: string | undefined; langSmithApiKey?: string | undefined; }, any>"
|
||||
"<unknown, unknown, { actionTypeId: string; subAction: \"invokeAI\" | \"invokeStream\"; replacements: {} & { [k: string]: string; }; message?: string | undefined; allow?: string[] | undefined; size?: number | undefined; conversationId?: string | undefined; model?: string | undefined; alertsIndexPattern?: string | undefined; allowReplacement?: string[] | undefined; langSmithProject?: string | undefined; langSmithApiKey?: string | undefined; } | { size: number; subAction: \"invokeAI\" | \"invokeStream\"; alertsIndexPattern: string; anonymizationFields: { id: string; field: string; namespace?: string | undefined; timestamp?: string | undefined; createdBy?: string | undefined; updatedBy?: string | undefined; createdAt?: string | undefined; updatedAt?: string | undefined; allowed?: boolean | undefined; anonymized?: boolean | undefined; }[]; apiConfig: { connectorId: string; actionTypeId: string; provider?: \"OpenAI\" | \"Azure OpenAI\" | undefined; model?: string | undefined; defaultSystemPromptId?: string | undefined; }; model?: string | undefined; replacements?: Zod.objectOutputType<{}, Zod.ZodString, \"strip\"> | undefined; langSmithProject?: string | undefined; langSmithApiKey?: string | undefined; }, any>"
|
||||
],
|
||||
"path": "x-pack/plugins/elastic_assistant/server/types.ts",
|
||||
"deprecated": false,
|
||||
|
|
|
@ -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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'elasticAssistant']
|
||||
---
|
||||
import elasticAssistantObj from './elastic_assistant.devdocs.json';
|
||||
|
|
|
@ -2484,9 +2484,9 @@
|
|||
"OperatorFunction",
|
||||
"<any, any>[]): ",
|
||||
"Observable",
|
||||
"<unknown>; }; observers: ",
|
||||
"Observer",
|
||||
"<",
|
||||
"<unknown>; }; operator: ",
|
||||
"Operator",
|
||||
"<any, ",
|
||||
{
|
||||
"pluginId": "@kbn/presentation-publishing",
|
||||
"scope": "public",
|
||||
|
@ -2494,7 +2494,7 @@
|
|||
"section": "def-public.ViewMode",
|
||||
"text": "ViewMode"
|
||||
},
|
||||
">[]; isStopped: boolean; hasError: boolean; thrownError: any; lift: <R>(operator: ",
|
||||
"> | undefined; lift: <R>(operator: ",
|
||||
"Operator",
|
||||
"<",
|
||||
{
|
||||
|
@ -2506,27 +2506,7 @@
|
|||
},
|
||||
", R>) => ",
|
||||
"Observable",
|
||||
"<R>; unsubscribe: () => void; readonly observed: boolean; asObservable: () => ",
|
||||
"Observable",
|
||||
"<",
|
||||
{
|
||||
"pluginId": "@kbn/presentation-publishing",
|
||||
"scope": "public",
|
||||
"docId": "kibKbnPresentationPublishingPluginApi",
|
||||
"section": "def-public.ViewMode",
|
||||
"text": "ViewMode"
|
||||
},
|
||||
">; operator: ",
|
||||
"Operator",
|
||||
"<any, ",
|
||||
{
|
||||
"pluginId": "@kbn/presentation-publishing",
|
||||
"scope": "public",
|
||||
"docId": "kibKbnPresentationPublishingPluginApi",
|
||||
"section": "def-public.ViewMode",
|
||||
"text": "ViewMode"
|
||||
},
|
||||
"> | undefined; subscribe: { (observerOrNext?: Partial<",
|
||||
"<R>; subscribe: { (observerOrNext?: Partial<",
|
||||
"Observer",
|
||||
"<",
|
||||
{
|
||||
|
@ -2580,7 +2560,27 @@
|
|||
"section": "def-public.ViewMode",
|
||||
"text": "ViewMode"
|
||||
},
|
||||
" | undefined>; }; }"
|
||||
" | undefined>; }; observers: ",
|
||||
"Observer",
|
||||
"<",
|
||||
{
|
||||
"pluginId": "@kbn/presentation-publishing",
|
||||
"scope": "public",
|
||||
"docId": "kibKbnPresentationPublishingPluginApi",
|
||||
"section": "def-public.ViewMode",
|
||||
"text": "ViewMode"
|
||||
},
|
||||
">[]; isStopped: boolean; hasError: boolean; thrownError: any; unsubscribe: () => void; readonly observed: boolean; asObservable: () => ",
|
||||
"Observable",
|
||||
"<",
|
||||
{
|
||||
"pluginId": "@kbn/presentation-publishing",
|
||||
"scope": "public",
|
||||
"docId": "kibKbnPresentationPublishingPluginApi",
|
||||
"section": "def-public.ViewMode",
|
||||
"text": "ViewMode"
|
||||
},
|
||||
">; }"
|
||||
],
|
||||
"path": "src/plugins/embeddable/public/lib/embeddables/embeddable.tsx",
|
||||
"deprecated": false,
|
||||
|
@ -2886,9 +2886,9 @@
|
|||
"OperatorFunction",
|
||||
"<any, any>[]): ",
|
||||
"Observable",
|
||||
"<unknown>; }; observers: ",
|
||||
"Observer",
|
||||
"<",
|
||||
"<unknown>; }; operator: ",
|
||||
"Operator",
|
||||
"<any, ",
|
||||
{
|
||||
"pluginId": "dataViews",
|
||||
"scope": "common",
|
||||
|
@ -2896,7 +2896,7 @@
|
|||
"section": "def-common.DataView",
|
||||
"text": "DataView"
|
||||
},
|
||||
"[] | undefined>[]; isStopped: boolean; hasError: boolean; thrownError: any; lift: <R>(operator: ",
|
||||
"[] | undefined> | undefined; lift: <R>(operator: ",
|
||||
"Operator",
|
||||
"<",
|
||||
{
|
||||
|
@ -2908,27 +2908,7 @@
|
|||
},
|
||||
"[] | undefined, R>) => ",
|
||||
"Observable",
|
||||
"<R>; unsubscribe: () => void; readonly observed: boolean; asObservable: () => ",
|
||||
"Observable",
|
||||
"<",
|
||||
{
|
||||
"pluginId": "dataViews",
|
||||
"scope": "common",
|
||||
"docId": "kibDataViewsPluginApi",
|
||||
"section": "def-common.DataView",
|
||||
"text": "DataView"
|
||||
},
|
||||
"[] | undefined>; operator: ",
|
||||
"Operator",
|
||||
"<any, ",
|
||||
{
|
||||
"pluginId": "dataViews",
|
||||
"scope": "common",
|
||||
"docId": "kibDataViewsPluginApi",
|
||||
"section": "def-common.DataView",
|
||||
"text": "DataView"
|
||||
},
|
||||
"[] | undefined> | undefined; subscribe: { (observerOrNext?: Partial<",
|
||||
"<R>; subscribe: { (observerOrNext?: Partial<",
|
||||
"Observer",
|
||||
"<",
|
||||
{
|
||||
|
@ -2982,7 +2962,27 @@
|
|||
"section": "def-common.DataView",
|
||||
"text": "DataView"
|
||||
},
|
||||
"[] | undefined>; }; }"
|
||||
"[] | undefined>; }; observers: ",
|
||||
"Observer",
|
||||
"<",
|
||||
{
|
||||
"pluginId": "dataViews",
|
||||
"scope": "common",
|
||||
"docId": "kibDataViewsPluginApi",
|
||||
"section": "def-common.DataView",
|
||||
"text": "DataView"
|
||||
},
|
||||
"[] | undefined>[]; isStopped: boolean; hasError: boolean; thrownError: any; unsubscribe: () => void; readonly observed: boolean; asObservable: () => ",
|
||||
"Observable",
|
||||
"<",
|
||||
{
|
||||
"pluginId": "dataViews",
|
||||
"scope": "common",
|
||||
"docId": "kibDataViewsPluginApi",
|
||||
"section": "def-common.DataView",
|
||||
"text": "DataView"
|
||||
},
|
||||
"[] | undefined>; }"
|
||||
],
|
||||
"path": "src/plugins/embeddable/public/lib/embeddables/embeddable.tsx",
|
||||
"deprecated": false,
|
||||
|
@ -3370,9 +3370,9 @@
|
|||
"OperatorFunction",
|
||||
"<any, any>[]): ",
|
||||
"Observable",
|
||||
"<unknown>; }; observers: ",
|
||||
"Observer",
|
||||
"<",
|
||||
"<unknown>; }; operator: ",
|
||||
"Operator",
|
||||
"<any, ",
|
||||
{
|
||||
"pluginId": "@kbn/es-query",
|
||||
"scope": "common",
|
||||
|
@ -3388,7 +3388,7 @@
|
|||
"section": "def-common.AggregateQuery",
|
||||
"text": "AggregateQuery"
|
||||
},
|
||||
" | undefined>[]; isStopped: boolean; hasError: boolean; thrownError: any; lift: <R>(operator: ",
|
||||
" | undefined> | undefined; lift: <R>(operator: ",
|
||||
"Operator",
|
||||
"<",
|
||||
{
|
||||
|
@ -3408,43 +3408,7 @@
|
|||
},
|
||||
" | undefined, R>) => ",
|
||||
"Observable",
|
||||
"<R>; unsubscribe: () => void; readonly observed: boolean; asObservable: () => ",
|
||||
"Observable",
|
||||
"<",
|
||||
{
|
||||
"pluginId": "@kbn/es-query",
|
||||
"scope": "common",
|
||||
"docId": "kibKbnEsQueryPluginApi",
|
||||
"section": "def-common.Query",
|
||||
"text": "Query"
|
||||
},
|
||||
" | ",
|
||||
{
|
||||
"pluginId": "@kbn/es-query",
|
||||
"scope": "common",
|
||||
"docId": "kibKbnEsQueryPluginApi",
|
||||
"section": "def-common.AggregateQuery",
|
||||
"text": "AggregateQuery"
|
||||
},
|
||||
" | undefined>; operator: ",
|
||||
"Operator",
|
||||
"<any, ",
|
||||
{
|
||||
"pluginId": "@kbn/es-query",
|
||||
"scope": "common",
|
||||
"docId": "kibKbnEsQueryPluginApi",
|
||||
"section": "def-common.Query",
|
||||
"text": "Query"
|
||||
},
|
||||
" | ",
|
||||
{
|
||||
"pluginId": "@kbn/es-query",
|
||||
"scope": "common",
|
||||
"docId": "kibKbnEsQueryPluginApi",
|
||||
"section": "def-common.AggregateQuery",
|
||||
"text": "AggregateQuery"
|
||||
},
|
||||
" | undefined> | undefined; subscribe: { (observerOrNext?: Partial<",
|
||||
"<R>; subscribe: { (observerOrNext?: Partial<",
|
||||
"Observer",
|
||||
"<",
|
||||
{
|
||||
|
@ -3546,7 +3510,43 @@
|
|||
"section": "def-common.AggregateQuery",
|
||||
"text": "AggregateQuery"
|
||||
},
|
||||
" | undefined>; }; }"
|
||||
" | undefined>; }; observers: ",
|
||||
"Observer",
|
||||
"<",
|
||||
{
|
||||
"pluginId": "@kbn/es-query",
|
||||
"scope": "common",
|
||||
"docId": "kibKbnEsQueryPluginApi",
|
||||
"section": "def-common.Query",
|
||||
"text": "Query"
|
||||
},
|
||||
" | ",
|
||||
{
|
||||
"pluginId": "@kbn/es-query",
|
||||
"scope": "common",
|
||||
"docId": "kibKbnEsQueryPluginApi",
|
||||
"section": "def-common.AggregateQuery",
|
||||
"text": "AggregateQuery"
|
||||
},
|
||||
" | undefined>[]; isStopped: boolean; hasError: boolean; thrownError: any; unsubscribe: () => void; readonly observed: boolean; asObservable: () => ",
|
||||
"Observable",
|
||||
"<",
|
||||
{
|
||||
"pluginId": "@kbn/es-query",
|
||||
"scope": "common",
|
||||
"docId": "kibKbnEsQueryPluginApi",
|
||||
"section": "def-common.Query",
|
||||
"text": "Query"
|
||||
},
|
||||
" | ",
|
||||
{
|
||||
"pluginId": "@kbn/es-query",
|
||||
"scope": "common",
|
||||
"docId": "kibKbnEsQueryPluginApi",
|
||||
"section": "def-common.AggregateQuery",
|
||||
"text": "AggregateQuery"
|
||||
},
|
||||
" | undefined>; }"
|
||||
],
|
||||
"path": "src/plugins/embeddable/public/lib/embeddables/embeddable.tsx",
|
||||
"deprecated": false,
|
||||
|
@ -3694,23 +3694,23 @@
|
|||
"OperatorFunction",
|
||||
"<any, any>[]): ",
|
||||
"Observable",
|
||||
"<unknown>; }; observers: ",
|
||||
"Observer",
|
||||
"<string | undefined>[]; isStopped: boolean; hasError: boolean; thrownError: any; lift: <R>(operator: ",
|
||||
"<unknown>; }; operator: ",
|
||||
"Operator",
|
||||
"<any, string | undefined> | undefined; lift: <R>(operator: ",
|
||||
"Operator",
|
||||
"<string | undefined, R>) => ",
|
||||
"Observable",
|
||||
"<R>; unsubscribe: () => void; readonly observed: boolean; asObservable: () => ",
|
||||
"Observable",
|
||||
"<string | undefined>; operator: ",
|
||||
"Operator",
|
||||
"<any, string | undefined> | undefined; subscribe: { (observerOrNext?: Partial<",
|
||||
"<R>; subscribe: { (observerOrNext?: Partial<",
|
||||
"Observer",
|
||||
"<string | undefined>> | ((value: string | undefined) => void) | undefined): ",
|
||||
"Subscription",
|
||||
"; (next?: ((value: string | undefined) => void) | null | undefined, error?: ((error: any) => void) | null | undefined, complete?: (() => void) | null | undefined): ",
|
||||
"Subscription",
|
||||
"; }; toPromise: { (): Promise<string | undefined>; (PromiseCtor: PromiseConstructor): Promise<string | undefined>; (PromiseCtor: PromiseConstructorLike): Promise<string | undefined>; }; }"
|
||||
"; }; toPromise: { (): Promise<string | undefined>; (PromiseCtor: PromiseConstructor): Promise<string | undefined>; (PromiseCtor: PromiseConstructorLike): Promise<string | undefined>; }; observers: ",
|
||||
"Observer",
|
||||
"<string | undefined>[]; isStopped: boolean; hasError: boolean; thrownError: any; unsubscribe: () => void; readonly observed: boolean; asObservable: () => ",
|
||||
"Observable",
|
||||
"<string | undefined>; }"
|
||||
],
|
||||
"path": "src/plugins/embeddable/public/lib/embeddables/embeddable.tsx",
|
||||
"deprecated": false,
|
||||
|
@ -3858,23 +3858,23 @@
|
|||
"OperatorFunction",
|
||||
"<any, any>[]): ",
|
||||
"Observable",
|
||||
"<unknown>; }; observers: ",
|
||||
"Observer",
|
||||
"<boolean | undefined>[]; isStopped: boolean; hasError: boolean; thrownError: any; lift: <R>(operator: ",
|
||||
"<unknown>; }; operator: ",
|
||||
"Operator",
|
||||
"<any, boolean | undefined> | undefined; lift: <R>(operator: ",
|
||||
"Operator",
|
||||
"<boolean | undefined, R>) => ",
|
||||
"Observable",
|
||||
"<R>; unsubscribe: () => void; readonly observed: boolean; asObservable: () => ",
|
||||
"Observable",
|
||||
"<boolean | undefined>; operator: ",
|
||||
"Operator",
|
||||
"<any, boolean | undefined> | undefined; subscribe: { (observerOrNext?: Partial<",
|
||||
"<R>; subscribe: { (observerOrNext?: Partial<",
|
||||
"Observer",
|
||||
"<boolean | undefined>> | ((value: boolean | undefined) => void) | undefined): ",
|
||||
"Subscription",
|
||||
"; (next?: ((value: boolean | undefined) => void) | null | undefined, error?: ((error: any) => void) | null | undefined, complete?: (() => void) | null | undefined): ",
|
||||
"Subscription",
|
||||
"; }; toPromise: { (): Promise<boolean | undefined>; (PromiseCtor: PromiseConstructor): Promise<boolean | undefined>; (PromiseCtor: PromiseConstructorLike): Promise<boolean | undefined>; }; }"
|
||||
"; }; toPromise: { (): Promise<boolean | undefined>; (PromiseCtor: PromiseConstructor): Promise<boolean | undefined>; (PromiseCtor: PromiseConstructorLike): Promise<boolean | undefined>; }; observers: ",
|
||||
"Observer",
|
||||
"<boolean | undefined>[]; isStopped: boolean; hasError: boolean; thrownError: any; unsubscribe: () => void; readonly observed: boolean; asObservable: () => ",
|
||||
"Observable",
|
||||
"<boolean | undefined>; }"
|
||||
],
|
||||
"path": "src/plugins/embeddable/public/lib/embeddables/embeddable.tsx",
|
||||
"deprecated": false,
|
||||
|
@ -4142,9 +4142,9 @@
|
|||
"OperatorFunction",
|
||||
"<any, any>[]): ",
|
||||
"Observable",
|
||||
"<unknown>; }; observers: ",
|
||||
"Observer",
|
||||
"<",
|
||||
"<unknown>; }; operator: ",
|
||||
"Operator",
|
||||
"<any, ",
|
||||
{
|
||||
"pluginId": "@kbn/es-query",
|
||||
"scope": "common",
|
||||
|
@ -4152,7 +4152,7 @@
|
|||
"section": "def-common.Filter",
|
||||
"text": "Filter"
|
||||
},
|
||||
"[] | undefined>[]; isStopped: boolean; hasError: boolean; thrownError: any; lift: <R>(operator: ",
|
||||
"[] | undefined> | undefined; lift: <R>(operator: ",
|
||||
"Operator",
|
||||
"<",
|
||||
{
|
||||
|
@ -4164,27 +4164,7 @@
|
|||
},
|
||||
"[] | undefined, R>) => ",
|
||||
"Observable",
|
||||
"<R>; unsubscribe: () => void; readonly observed: boolean; asObservable: () => ",
|
||||
"Observable",
|
||||
"<",
|
||||
{
|
||||
"pluginId": "@kbn/es-query",
|
||||
"scope": "common",
|
||||
"docId": "kibKbnEsQueryPluginApi",
|
||||
"section": "def-common.Filter",
|
||||
"text": "Filter"
|
||||
},
|
||||
"[] | undefined>; operator: ",
|
||||
"Operator",
|
||||
"<any, ",
|
||||
{
|
||||
"pluginId": "@kbn/es-query",
|
||||
"scope": "common",
|
||||
"docId": "kibKbnEsQueryPluginApi",
|
||||
"section": "def-common.Filter",
|
||||
"text": "Filter"
|
||||
},
|
||||
"[] | undefined> | undefined; subscribe: { (observerOrNext?: Partial<",
|
||||
"<R>; subscribe: { (observerOrNext?: Partial<",
|
||||
"Observer",
|
||||
"<",
|
||||
{
|
||||
|
@ -4238,7 +4218,27 @@
|
|||
"section": "def-common.Filter",
|
||||
"text": "Filter"
|
||||
},
|
||||
"[] | undefined>; }; }"
|
||||
"[] | undefined>; }; observers: ",
|
||||
"Observer",
|
||||
"<",
|
||||
{
|
||||
"pluginId": "@kbn/es-query",
|
||||
"scope": "common",
|
||||
"docId": "kibKbnEsQueryPluginApi",
|
||||
"section": "def-common.Filter",
|
||||
"text": "Filter"
|
||||
},
|
||||
"[] | undefined>[]; isStopped: boolean; hasError: boolean; thrownError: any; unsubscribe: () => void; readonly observed: boolean; asObservable: () => ",
|
||||
"Observable",
|
||||
"<",
|
||||
{
|
||||
"pluginId": "@kbn/es-query",
|
||||
"scope": "common",
|
||||
"docId": "kibKbnEsQueryPluginApi",
|
||||
"section": "def-common.Filter",
|
||||
"text": "Filter"
|
||||
},
|
||||
"[] | undefined>; }"
|
||||
],
|
||||
"path": "src/plugins/embeddable/public/lib/embeddables/embeddable.tsx",
|
||||
"deprecated": false,
|
||||
|
@ -4506,9 +4506,9 @@
|
|||
"OperatorFunction",
|
||||
"<any, any>[]): ",
|
||||
"Observable",
|
||||
"<unknown>; }; observers: ",
|
||||
"Observer",
|
||||
"<",
|
||||
"<unknown>; }; operator: ",
|
||||
"Operator",
|
||||
"<any, ",
|
||||
{
|
||||
"pluginId": "@kbn/presentation-publishing",
|
||||
"scope": "public",
|
||||
|
@ -4516,7 +4516,7 @@
|
|||
"section": "def-public.PhaseEvent",
|
||||
"text": "PhaseEvent"
|
||||
},
|
||||
" | undefined>[]; isStopped: boolean; hasError: boolean; thrownError: any; lift: <R>(operator: ",
|
||||
" | undefined> | undefined; lift: <R>(operator: ",
|
||||
"Operator",
|
||||
"<",
|
||||
{
|
||||
|
@ -4528,27 +4528,7 @@
|
|||
},
|
||||
" | undefined, R>) => ",
|
||||
"Observable",
|
||||
"<R>; unsubscribe: () => void; readonly observed: boolean; asObservable: () => ",
|
||||
"Observable",
|
||||
"<",
|
||||
{
|
||||
"pluginId": "@kbn/presentation-publishing",
|
||||
"scope": "public",
|
||||
"docId": "kibKbnPresentationPublishingPluginApi",
|
||||
"section": "def-public.PhaseEvent",
|
||||
"text": "PhaseEvent"
|
||||
},
|
||||
" | undefined>; operator: ",
|
||||
"Operator",
|
||||
"<any, ",
|
||||
{
|
||||
"pluginId": "@kbn/presentation-publishing",
|
||||
"scope": "public",
|
||||
"docId": "kibKbnPresentationPublishingPluginApi",
|
||||
"section": "def-public.PhaseEvent",
|
||||
"text": "PhaseEvent"
|
||||
},
|
||||
" | undefined> | undefined; subscribe: { (observerOrNext?: Partial<",
|
||||
"<R>; subscribe: { (observerOrNext?: Partial<",
|
||||
"Observer",
|
||||
"<",
|
||||
{
|
||||
|
@ -4602,7 +4582,27 @@
|
|||
"section": "def-public.PhaseEvent",
|
||||
"text": "PhaseEvent"
|
||||
},
|
||||
" | undefined>; }; }"
|
||||
" | undefined>; }; observers: ",
|
||||
"Observer",
|
||||
"<",
|
||||
{
|
||||
"pluginId": "@kbn/presentation-publishing",
|
||||
"scope": "public",
|
||||
"docId": "kibKbnPresentationPublishingPluginApi",
|
||||
"section": "def-public.PhaseEvent",
|
||||
"text": "PhaseEvent"
|
||||
},
|
||||
" | undefined>[]; isStopped: boolean; hasError: boolean; thrownError: any; unsubscribe: () => void; readonly observed: boolean; asObservable: () => ",
|
||||
"Observable",
|
||||
"<",
|
||||
{
|
||||
"pluginId": "@kbn/presentation-publishing",
|
||||
"scope": "public",
|
||||
"docId": "kibKbnPresentationPublishingPluginApi",
|
||||
"section": "def-public.PhaseEvent",
|
||||
"text": "PhaseEvent"
|
||||
},
|
||||
" | undefined>; }"
|
||||
],
|
||||
"path": "src/plugins/embeddable/public/lib/embeddables/embeddable.tsx",
|
||||
"deprecated": false,
|
||||
|
@ -4764,23 +4764,23 @@
|
|||
"OperatorFunction",
|
||||
"<any, any>[]): ",
|
||||
"Observable",
|
||||
"<unknown>; }; observers: ",
|
||||
"Observer",
|
||||
"<Error | undefined>[]; isStopped: boolean; hasError: boolean; thrownError: any; lift: <R>(operator: ",
|
||||
"<unknown>; }; operator: ",
|
||||
"Operator",
|
||||
"<any, Error | undefined> | undefined; lift: <R>(operator: ",
|
||||
"Operator",
|
||||
"<Error | undefined, R>) => ",
|
||||
"Observable",
|
||||
"<R>; unsubscribe: () => void; readonly observed: boolean; asObservable: () => ",
|
||||
"Observable",
|
||||
"<Error | undefined>; operator: ",
|
||||
"Operator",
|
||||
"<any, Error | undefined> | undefined; subscribe: { (observerOrNext?: Partial<",
|
||||
"<R>; subscribe: { (observerOrNext?: Partial<",
|
||||
"Observer",
|
||||
"<Error | undefined>> | ((value: Error | undefined) => void) | undefined): ",
|
||||
"Subscription",
|
||||
"; (next?: ((value: Error | undefined) => void) | null | undefined, error?: ((error: any) => void) | null | undefined, complete?: (() => void) | null | undefined): ",
|
||||
"Subscription",
|
||||
"; }; toPromise: { (): Promise<Error | undefined>; (PromiseCtor: PromiseConstructor): Promise<Error | undefined>; (PromiseCtor: PromiseConstructorLike): Promise<Error | undefined>; }; }"
|
||||
"; }; toPromise: { (): Promise<Error | undefined>; (PromiseCtor: PromiseConstructor): Promise<Error | undefined>; (PromiseCtor: PromiseConstructorLike): Promise<Error | undefined>; }; observers: ",
|
||||
"Observer",
|
||||
"<Error | undefined>[]; isStopped: boolean; hasError: boolean; thrownError: any; unsubscribe: () => void; readonly observed: boolean; asObservable: () => ",
|
||||
"Observable",
|
||||
"<Error | undefined>; }"
|
||||
],
|
||||
"path": "src/plugins/embeddable/public/lib/embeddables/embeddable.tsx",
|
||||
"deprecated": false,
|
||||
|
@ -5079,9 +5079,9 @@
|
|||
"OperatorFunction",
|
||||
"<any, any>[]): ",
|
||||
"Observable",
|
||||
"<unknown>; }; observers: ",
|
||||
"Observer",
|
||||
"<",
|
||||
"<unknown>; }; operator: ",
|
||||
"Operator",
|
||||
"<any, ",
|
||||
{
|
||||
"pluginId": "@kbn/es-query",
|
||||
"scope": "common",
|
||||
|
@ -5089,7 +5089,7 @@
|
|||
"section": "def-common.TimeRange",
|
||||
"text": "TimeRange"
|
||||
},
|
||||
" | undefined>[]; isStopped: boolean; hasError: boolean; thrownError: any; lift: <R>(operator: ",
|
||||
" | undefined> | undefined; lift: <R>(operator: ",
|
||||
"Operator",
|
||||
"<",
|
||||
{
|
||||
|
@ -5101,27 +5101,7 @@
|
|||
},
|
||||
" | undefined, R>) => ",
|
||||
"Observable",
|
||||
"<R>; unsubscribe: () => void; readonly observed: boolean; asObservable: () => ",
|
||||
"Observable",
|
||||
"<",
|
||||
{
|
||||
"pluginId": "@kbn/es-query",
|
||||
"scope": "common",
|
||||
"docId": "kibKbnEsQueryPluginApi",
|
||||
"section": "def-common.TimeRange",
|
||||
"text": "TimeRange"
|
||||
},
|
||||
" | undefined>; operator: ",
|
||||
"Operator",
|
||||
"<any, ",
|
||||
{
|
||||
"pluginId": "@kbn/es-query",
|
||||
"scope": "common",
|
||||
"docId": "kibKbnEsQueryPluginApi",
|
||||
"section": "def-common.TimeRange",
|
||||
"text": "TimeRange"
|
||||
},
|
||||
" | undefined> | undefined; subscribe: { (observerOrNext?: Partial<",
|
||||
"<R>; subscribe: { (observerOrNext?: Partial<",
|
||||
"Observer",
|
||||
"<",
|
||||
{
|
||||
|
@ -5175,7 +5155,27 @@
|
|||
"section": "def-common.TimeRange",
|
||||
"text": "TimeRange"
|
||||
},
|
||||
" | undefined>; }; }"
|
||||
" | undefined>; }; observers: ",
|
||||
"Observer",
|
||||
"<",
|
||||
{
|
||||
"pluginId": "@kbn/es-query",
|
||||
"scope": "common",
|
||||
"docId": "kibKbnEsQueryPluginApi",
|
||||
"section": "def-common.TimeRange",
|
||||
"text": "TimeRange"
|
||||
},
|
||||
" | undefined>[]; isStopped: boolean; hasError: boolean; thrownError: any; unsubscribe: () => void; readonly observed: boolean; asObservable: () => ",
|
||||
"Observable",
|
||||
"<",
|
||||
{
|
||||
"pluginId": "@kbn/es-query",
|
||||
"scope": "common",
|
||||
"docId": "kibKbnEsQueryPluginApi",
|
||||
"section": "def-common.TimeRange",
|
||||
"text": "TimeRange"
|
||||
},
|
||||
" | undefined>; }"
|
||||
],
|
||||
"path": "src/plugins/embeddable/public/lib/embeddables/embeddable.tsx",
|
||||
"deprecated": false,
|
||||
|
@ -5323,23 +5323,23 @@
|
|||
"OperatorFunction",
|
||||
"<any, any>[]): ",
|
||||
"Observable",
|
||||
"<unknown>; }; observers: ",
|
||||
"Observer",
|
||||
"<boolean | undefined>[]; isStopped: boolean; hasError: boolean; thrownError: any; lift: <R>(operator: ",
|
||||
"<unknown>; }; operator: ",
|
||||
"Operator",
|
||||
"<any, boolean | undefined> | undefined; lift: <R>(operator: ",
|
||||
"Operator",
|
||||
"<boolean | undefined, R>) => ",
|
||||
"Observable",
|
||||
"<R>; unsubscribe: () => void; readonly observed: boolean; asObservable: () => ",
|
||||
"Observable",
|
||||
"<boolean | undefined>; operator: ",
|
||||
"Operator",
|
||||
"<any, boolean | undefined> | undefined; subscribe: { (observerOrNext?: Partial<",
|
||||
"<R>; subscribe: { (observerOrNext?: Partial<",
|
||||
"Observer",
|
||||
"<boolean | undefined>> | ((value: boolean | undefined) => void) | undefined): ",
|
||||
"Subscription",
|
||||
"; (next?: ((value: boolean | undefined) => void) | null | undefined, error?: ((error: any) => void) | null | undefined, complete?: (() => void) | null | undefined): ",
|
||||
"Subscription",
|
||||
"; }; toPromise: { (): Promise<boolean | undefined>; (PromiseCtor: PromiseConstructor): Promise<boolean | undefined>; (PromiseCtor: PromiseConstructorLike): Promise<boolean | undefined>; }; }"
|
||||
"; }; toPromise: { (): Promise<boolean | undefined>; (PromiseCtor: PromiseConstructor): Promise<boolean | undefined>; (PromiseCtor: PromiseConstructorLike): Promise<boolean | undefined>; }; observers: ",
|
||||
"Observer",
|
||||
"<boolean | undefined>[]; isStopped: boolean; hasError: boolean; thrownError: any; unsubscribe: () => void; readonly observed: boolean; asObservable: () => ",
|
||||
"Observable",
|
||||
"<boolean | undefined>; }"
|
||||
],
|
||||
"path": "src/plugins/embeddable/public/lib/embeddables/embeddable.tsx",
|
||||
"deprecated": false,
|
||||
|
@ -5517,23 +5517,23 @@
|
|||
"OperatorFunction",
|
||||
"<any, any>[]): ",
|
||||
"Observable",
|
||||
"<unknown>; }; observers: ",
|
||||
"Observer",
|
||||
"<string | undefined>[]; isStopped: boolean; hasError: boolean; thrownError: any; lift: <R>(operator: ",
|
||||
"<unknown>; }; operator: ",
|
||||
"Operator",
|
||||
"<any, string | undefined> | undefined; lift: <R>(operator: ",
|
||||
"Operator",
|
||||
"<string | undefined, R>) => ",
|
||||
"Observable",
|
||||
"<R>; unsubscribe: () => void; readonly observed: boolean; asObservable: () => ",
|
||||
"Observable",
|
||||
"<string | undefined>; operator: ",
|
||||
"Operator",
|
||||
"<any, string | undefined> | undefined; subscribe: { (observerOrNext?: Partial<",
|
||||
"<R>; subscribe: { (observerOrNext?: Partial<",
|
||||
"Observer",
|
||||
"<string | undefined>> | ((value: string | undefined) => void) | undefined): ",
|
||||
"Subscription",
|
||||
"; (next?: ((value: string | undefined) => void) | null | undefined, error?: ((error: any) => void) | null | undefined, complete?: (() => void) | null | undefined): ",
|
||||
"Subscription",
|
||||
"; }; toPromise: { (): Promise<string | undefined>; (PromiseCtor: PromiseConstructor): Promise<string | undefined>; (PromiseCtor: PromiseConstructorLike): Promise<string | undefined>; }; }"
|
||||
"; }; toPromise: { (): Promise<string | undefined>; (PromiseCtor: PromiseConstructor): Promise<string | undefined>; (PromiseCtor: PromiseConstructorLike): Promise<string | undefined>; }; observers: ",
|
||||
"Observer",
|
||||
"<string | undefined>[]; isStopped: boolean; hasError: boolean; thrownError: any; unsubscribe: () => void; readonly observed: boolean; asObservable: () => ",
|
||||
"Observable",
|
||||
"<string | undefined>; }"
|
||||
],
|
||||
"path": "src/plugins/embeddable/public/lib/embeddables/embeddable.tsx",
|
||||
"deprecated": false,
|
||||
|
@ -5702,23 +5702,23 @@
|
|||
"OperatorFunction",
|
||||
"<any, any>[]): ",
|
||||
"Observable",
|
||||
"<unknown>; }; observers: ",
|
||||
"Observer",
|
||||
"<string[] | undefined>[]; isStopped: boolean; hasError: boolean; thrownError: any; lift: <R>(operator: ",
|
||||
"<unknown>; }; operator: ",
|
||||
"Operator",
|
||||
"<any, string[] | undefined> | undefined; lift: <R>(operator: ",
|
||||
"Operator",
|
||||
"<string[] | undefined, R>) => ",
|
||||
"Observable",
|
||||
"<R>; unsubscribe: () => void; readonly observed: boolean; asObservable: () => ",
|
||||
"Observable",
|
||||
"<string[] | undefined>; operator: ",
|
||||
"Operator",
|
||||
"<any, string[] | undefined> | undefined; subscribe: { (observerOrNext?: Partial<",
|
||||
"<R>; subscribe: { (observerOrNext?: Partial<",
|
||||
"Observer",
|
||||
"<string[] | undefined>> | ((value: string[] | undefined) => void) | undefined): ",
|
||||
"Subscription",
|
||||
"; (next?: ((value: string[] | undefined) => void) | null | undefined, error?: ((error: any) => void) | null | undefined, complete?: (() => void) | null | undefined): ",
|
||||
"Subscription",
|
||||
"; }; toPromise: { (): Promise<string[] | undefined>; (PromiseCtor: PromiseConstructor): Promise<string[] | undefined>; (PromiseCtor: PromiseConstructorLike): Promise<string[] | undefined>; }; }"
|
||||
"; }; toPromise: { (): Promise<string[] | undefined>; (PromiseCtor: PromiseConstructor): Promise<string[] | undefined>; (PromiseCtor: PromiseConstructorLike): Promise<string[] | undefined>; }; observers: ",
|
||||
"Observer",
|
||||
"<string[] | undefined>[]; isStopped: boolean; hasError: boolean; thrownError: any; unsubscribe: () => void; readonly observed: boolean; asObservable: () => ",
|
||||
"Observable",
|
||||
"<string[] | undefined>; }"
|
||||
],
|
||||
"path": "src/plugins/embeddable/public/lib/embeddables/embeddable.tsx",
|
||||
"deprecated": false,
|
||||
|
@ -6084,23 +6084,23 @@
|
|||
"OperatorFunction",
|
||||
"<any, any>[]): ",
|
||||
"Observable",
|
||||
"<unknown>; }; observers: ",
|
||||
"Observer",
|
||||
"<string | undefined>[]; isStopped: boolean; hasError: boolean; thrownError: any; lift: <R>(operator: ",
|
||||
"<unknown>; }; operator: ",
|
||||
"Operator",
|
||||
"<any, string | undefined> | undefined; lift: <R>(operator: ",
|
||||
"Operator",
|
||||
"<string | undefined, R>) => ",
|
||||
"Observable",
|
||||
"<R>; unsubscribe: () => void; readonly observed: boolean; asObservable: () => ",
|
||||
"Observable",
|
||||
"<string | undefined>; operator: ",
|
||||
"Operator",
|
||||
"<any, string | undefined> | undefined; subscribe: { (observerOrNext?: Partial<",
|
||||
"<R>; subscribe: { (observerOrNext?: Partial<",
|
||||
"Observer",
|
||||
"<string | undefined>> | ((value: string | undefined) => void) | undefined): ",
|
||||
"Subscription",
|
||||
"; (next?: ((value: string | undefined) => void) | null | undefined, error?: ((error: any) => void) | null | undefined, complete?: (() => void) | null | undefined): ",
|
||||
"Subscription",
|
||||
"; }; toPromise: { (): Promise<string | undefined>; (PromiseCtor: PromiseConstructor): Promise<string | undefined>; (PromiseCtor: PromiseConstructorLike): Promise<string | undefined>; }; }"
|
||||
"; }; toPromise: { (): Promise<string | undefined>; (PromiseCtor: PromiseConstructor): Promise<string | undefined>; (PromiseCtor: PromiseConstructorLike): Promise<string | undefined>; }; observers: ",
|
||||
"Observer",
|
||||
"<string | undefined>[]; isStopped: boolean; hasError: boolean; thrownError: any; unsubscribe: () => void; readonly observed: boolean; asObservable: () => ",
|
||||
"Observable",
|
||||
"<string | undefined>; }"
|
||||
],
|
||||
"path": "src/plugins/embeddable/public/lib/embeddables/embeddable.tsx",
|
||||
"deprecated": false,
|
||||
|
@ -8860,8 +8860,8 @@
|
|||
"pluginId": "@kbn/presentation-containers",
|
||||
"scope": "public",
|
||||
"docId": "kibKbnPresentationContainersPluginApi",
|
||||
"section": "def-public.PresentationContainer",
|
||||
"text": "PresentationContainer"
|
||||
"section": "def-public.CanAddNewPanel",
|
||||
"text": "CanAddNewPanel"
|
||||
},
|
||||
"; onAddPanel?: ((id: string) => void) | undefined; onClose?: (() => void) | undefined; }) => ",
|
||||
{
|
||||
|
@ -8899,8 +8899,8 @@
|
|||
"pluginId": "@kbn/presentation-containers",
|
||||
"scope": "public",
|
||||
"docId": "kibKbnPresentationContainersPluginApi",
|
||||
"section": "def-public.PresentationContainer",
|
||||
"text": "PresentationContainer"
|
||||
"section": "def-public.CanAddNewPanel",
|
||||
"text": "CanAddNewPanel"
|
||||
}
|
||||
],
|
||||
"path": "src/plugins/embeddable/public/add_panel_flyout/open_add_panel_flyout.tsx",
|
||||
|
|
|
@ -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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'embeddable']
|
||||
---
|
||||
import embeddableObj from './embeddable.devdocs.json';
|
||||
|
|
|
@ -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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'entitiesDataAccess']
|
||||
---
|
||||
import entitiesDataAccessObj from './entities_data_access.devdocs.json';
|
||||
|
|
|
@ -243,7 +243,15 @@
|
|||
"label": "EntityManagerRouteRepository",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"{ \"PATCH /internal/entities/definition/{id}\": { endpoint: \"PATCH /internal/entities/definition/{id}\"; params?: Zod.ZodObject<{ path: Zod.ZodObject<{ id: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { id: string; }, { id: string; }>; query: Zod.ZodObject<{ installOnly: Zod.ZodDefault<Zod.ZodOptional<Zod.ZodEffects<Zod.ZodUnion<[Zod.ZodEnum<[\"true\", \"false\"]>, Zod.ZodBoolean]>, boolean, boolean | \"true\" | \"false\">>>; }, \"strip\", Zod.ZodTypeAny, { installOnly: boolean; }, { installOnly?: boolean | \"true\" | \"false\" | undefined; }>; body: Zod.ZodObject<Zod.objectUtil.extendShape<{ type: Zod.ZodOptional<Zod.ZodString>; filter: Zod.ZodOptional<Zod.ZodOptional<Zod.ZodString>>; version: Zod.ZodOptional<Zod.ZodEffects<Zod.ZodString, string, string>>; name: Zod.ZodOptional<Zod.ZodString>; description: Zod.ZodOptional<Zod.ZodOptional<Zod.ZodString>>; history: Zod.ZodOptional<Zod.ZodObject<{ timestampField: Zod.ZodString; interval: Zod.ZodEffects<Zod.ZodString, string, string>; settings: Zod.ZodEffects<Zod.ZodOptional<Zod.ZodObject<{ syncField: Zod.ZodOptional<Zod.ZodString>; syncDelay: Zod.ZodOptional<Zod.ZodString>; lookbackPeriod: Zod.ZodDefault<Zod.ZodOptional<Zod.ZodString>>; frequency: Zod.ZodOptional<Zod.ZodString>; backfillSyncDelay: Zod.ZodOptional<Zod.ZodString>; backfillLookbackPeriod: Zod.ZodOptional<Zod.ZodString>; backfillFrequency: Zod.ZodOptional<Zod.ZodString>; }, \"strip\", Zod.ZodTypeAny, { lookbackPeriod: string; frequency?: string | undefined; syncField?: string | undefined; syncDelay?: string | undefined; backfillSyncDelay?: string | undefined; backfillLookbackPeriod?: string | undefined; backfillFrequency?: string | undefined; }, { frequency?: string | undefined; syncField?: string | undefined; syncDelay?: string | undefined; lookbackPeriod?: string | undefined; backfillSyncDelay?: string | undefined; backfillLookbackPeriod?: string | undefined; backfillFrequency?: string | undefined; }>>, { lookbackPeriod: string; frequency?: string | undefined; syncField?: string | undefined; syncDelay?: string | undefined; backfillSyncDelay?: string | undefined; backfillLookbackPeriod?: string | undefined; backfillFrequency?: string | undefined; }, { frequency?: string | undefined; syncField?: string | undefined; syncDelay?: string | undefined; lookbackPeriod?: string | undefined; backfillSyncDelay?: string | undefined; backfillLookbackPeriod?: string | undefined; backfillFrequency?: string | undefined; } | undefined>; }, \"strip\", Zod.ZodTypeAny, { interval: string; settings: { lookbackPeriod: string; frequency?: string | undefined; syncField?: string | undefined; syncDelay?: string | undefined; backfillSyncDelay?: string | undefined; backfillLookbackPeriod?: string | undefined; backfillFrequency?: string | undefined; }; timestampField: string; }, { interval: string; timestampField: string; settings?: { frequency?: string | undefined; syncField?: string | undefined; syncDelay?: string | undefined; lookbackPeriod?: string | undefined; backfillSyncDelay?: string | undefined; backfillLookbackPeriod?: string | undefined; backfillFrequency?: string | undefined; } | undefined; }>>; metrics: Zod.ZodOptional<Zod.ZodOptional<Zod.ZodArray<Zod.ZodObject<{ name: Zod.ZodString; metrics: Zod.ZodArray<Zod.ZodDiscriminatedUnion<\"aggregation\", [Zod.ZodObject<{ name: Zod.ZodString; aggregation: Zod.ZodNativeEnum<typeof ",
|
||||
"{ \"PATCH /internal/entities/definition/{id}\": ",
|
||||
{
|
||||
"pluginId": "@kbn/server-route-repository-utils",
|
||||
"scope": "common",
|
||||
"docId": "kibKbnServerRouteRepositoryUtilsPluginApi",
|
||||
"section": "def-common.ServerRoute",
|
||||
"text": "ServerRoute"
|
||||
},
|
||||
"<\"PATCH /internal/entities/definition/{id}\", Zod.ZodObject<{ path: Zod.ZodObject<{ id: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { id: string; }, { id: string; }>; query: Zod.ZodObject<{ installOnly: Zod.ZodDefault<Zod.ZodOptional<Zod.ZodEffects<Zod.ZodUnion<[Zod.ZodEnum<[\"true\", \"false\"]>, Zod.ZodBoolean]>, boolean, boolean | \"true\" | \"false\">>>; }, \"strip\", Zod.ZodTypeAny, { installOnly: boolean; }, { installOnly?: boolean | \"true\" | \"false\" | undefined; }>; body: Zod.ZodObject<Zod.objectUtil.extendShape<{ type: Zod.ZodOptional<Zod.ZodString>; filter: Zod.ZodOptional<Zod.ZodOptional<Zod.ZodString>>; version: Zod.ZodOptional<Zod.ZodEffects<Zod.ZodString, string, string>>; name: Zod.ZodOptional<Zod.ZodString>; description: Zod.ZodOptional<Zod.ZodOptional<Zod.ZodString>>; history: Zod.ZodOptional<Zod.ZodObject<{ timestampField: Zod.ZodString; interval: Zod.ZodEffects<Zod.ZodString, string, string>; settings: Zod.ZodEffects<Zod.ZodOptional<Zod.ZodObject<{ syncField: Zod.ZodOptional<Zod.ZodString>; syncDelay: Zod.ZodOptional<Zod.ZodString>; lookbackPeriod: Zod.ZodDefault<Zod.ZodOptional<Zod.ZodString>>; frequency: Zod.ZodOptional<Zod.ZodString>; backfillSyncDelay: Zod.ZodOptional<Zod.ZodString>; backfillLookbackPeriod: Zod.ZodOptional<Zod.ZodString>; backfillFrequency: Zod.ZodOptional<Zod.ZodString>; }, \"strip\", Zod.ZodTypeAny, { lookbackPeriod: string; frequency?: string | undefined; syncField?: string | undefined; syncDelay?: string | undefined; backfillSyncDelay?: string | undefined; backfillLookbackPeriod?: string | undefined; backfillFrequency?: string | undefined; }, { frequency?: string | undefined; syncField?: string | undefined; syncDelay?: string | undefined; lookbackPeriod?: string | undefined; backfillSyncDelay?: string | undefined; backfillLookbackPeriod?: string | undefined; backfillFrequency?: string | undefined; }>>, { lookbackPeriod: string; frequency?: string | undefined; syncField?: string | undefined; syncDelay?: string | undefined; backfillSyncDelay?: string | undefined; backfillLookbackPeriod?: string | undefined; backfillFrequency?: string | undefined; }, { frequency?: string | undefined; syncField?: string | undefined; syncDelay?: string | undefined; lookbackPeriod?: string | undefined; backfillSyncDelay?: string | undefined; backfillLookbackPeriod?: string | undefined; backfillFrequency?: string | undefined; } | undefined>; }, \"strip\", Zod.ZodTypeAny, { interval: string; settings: { lookbackPeriod: string; frequency?: string | undefined; syncField?: string | undefined; syncDelay?: string | undefined; backfillSyncDelay?: string | undefined; backfillLookbackPeriod?: string | undefined; backfillFrequency?: string | undefined; }; timestampField: string; }, { interval: string; timestampField: string; settings?: { frequency?: string | undefined; syncField?: string | undefined; syncDelay?: string | undefined; lookbackPeriod?: string | undefined; backfillSyncDelay?: string | undefined; backfillLookbackPeriod?: string | undefined; backfillFrequency?: string | undefined; } | undefined; }>>; metrics: Zod.ZodOptional<Zod.ZodOptional<Zod.ZodArray<Zod.ZodObject<{ name: Zod.ZodString; metrics: Zod.ZodArray<Zod.ZodDiscriminatedUnion<\"aggregation\", [Zod.ZodObject<{ name: Zod.ZodString; aggregation: Zod.ZodNativeEnum<typeof ",
|
||||
{
|
||||
"pluginId": "@kbn/entities-schema",
|
||||
"scope": "common",
|
||||
|
@ -315,25 +323,9 @@
|
|||
"section": "def-common.BasicAggregations",
|
||||
"text": "BasicAggregations"
|
||||
},
|
||||
"; filter?: string | undefined; } | { name: string; aggregation: \"doc_count\"; filter?: string | undefined; } | { name: string; field: string; percentile: number; aggregation: \"percentile\"; filter?: string | undefined; })[]; equation: string; }[] | undefined; indexPatterns?: string[] | undefined; metadata?: (string | { source: string; destination?: string | undefined; limit?: number | undefined; })[] | undefined; identityFields?: (string | { field: string; optional: boolean; })[] | undefined; displayNameTemplate?: string | undefined; staticFields?: Record<string, string> | undefined; latest?: { settings?: { frequency?: string | undefined; syncField?: string | undefined; syncDelay?: string | undefined; } | undefined; } | undefined; }; path: { id: string; }; }> | undefined; handler: ({}: ",
|
||||
"EntityManagerRouteDependencies",
|
||||
" & ",
|
||||
{
|
||||
"pluginId": "@kbn/server-route-repository-utils",
|
||||
"scope": "common",
|
||||
"docId": "kibKbnServerRouteRepositoryUtilsPluginApi",
|
||||
"section": "def-common.DefaultRouteHandlerResources",
|
||||
"text": "DefaultRouteHandlerResources"
|
||||
},
|
||||
" & { params: ZodMaybeOptional<{ query: { installOnly: boolean; }; body: { version: string; type?: string | undefined; filter?: string | undefined; name?: string | undefined; description?: string | undefined; history?: { interval?: string | undefined; settings?: { lookbackPeriod: string; frequency?: string | undefined; syncField?: string | undefined; syncDelay?: string | undefined; backfillSyncDelay?: string | undefined; backfillLookbackPeriod?: string | undefined; backfillFrequency?: string | undefined; } | undefined; timestampField?: string | undefined; } | undefined; metrics?: { name: string; metrics: ({ name: string; field: string; aggregation: ",
|
||||
{
|
||||
"pluginId": "@kbn/entities-schema",
|
||||
"scope": "common",
|
||||
"docId": "kibKbnEntitiesSchemaPluginApi",
|
||||
"section": "def-common.BasicAggregations",
|
||||
"text": "BasicAggregations"
|
||||
},
|
||||
"; filter?: string | undefined; } | { name: string; aggregation: \"doc_count\"; filter?: string | undefined; } | { name: string; field: string; percentile: number; aggregation: \"percentile\"; filter?: string | undefined; })[]; equation: string; }[] | undefined; indexPatterns?: string[] | undefined; metadata?: ({ destination: string; limit: number; source: string; } | { source: string; destination: string; limit: number; })[] | undefined; identityFields?: ({ field: string; optional: boolean; } | { field: string; optional: boolean; })[] | undefined; displayNameTemplate?: string | undefined; staticFields?: Record<string, string> | undefined; latest?: { settings?: { frequency?: string | undefined; syncField?: string | undefined; syncDelay?: string | undefined; } | undefined; } | undefined; }; path: { id: string; }; }>; }) => Promise<",
|
||||
"; filter?: string | undefined; } | { name: string; aggregation: \"doc_count\"; filter?: string | undefined; } | { name: string; field: string; percentile: number; aggregation: \"percentile\"; filter?: string | undefined; })[]; equation: string; }[] | undefined; indexPatterns?: string[] | undefined; metadata?: (string | { source: string; destination?: string | undefined; limit?: number | undefined; })[] | undefined; identityFields?: (string | { field: string; optional: boolean; })[] | undefined; displayNameTemplate?: string | undefined; staticFields?: Record<string, string> | undefined; latest?: { settings?: { frequency?: string | undefined; syncField?: string | undefined; syncDelay?: string | undefined; } | undefined; } | undefined; }; path: { id: string; }; }>, ",
|
||||
"EntityManagerRouteHandlerResources",
|
||||
", ",
|
||||
{
|
||||
"pluginId": "@kbn/core-http-server",
|
||||
"scope": "server",
|
||||
|
@ -341,7 +333,7 @@
|
|||
"section": "def-server.IKibanaResponse",
|
||||
"text": "IKibanaResponse"
|
||||
},
|
||||
"<any>>; } & ",
|
||||
"<any>, ",
|
||||
{
|
||||
"pluginId": "@kbn/server-route-repository-utils",
|
||||
"scope": "common",
|
||||
|
@ -349,17 +341,17 @@
|
|||
"section": "def-common.DefaultRouteCreateOptions",
|
||||
"text": "DefaultRouteCreateOptions"
|
||||
},
|
||||
"; \"POST /internal/entities/definition/{id}/_reset\": { endpoint: \"POST /internal/entities/definition/{id}/_reset\"; params?: Zod.ZodObject<{ path: Zod.ZodObject<{ id: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { id: string; }, { id: string; }>; }, \"strip\", Zod.ZodTypeAny, { path: { id: string; }; }, { path: { id: string; }; }> | undefined; handler: ({}: ",
|
||||
"EntityManagerRouteDependencies",
|
||||
" & ",
|
||||
">; \"POST /internal/entities/definition/{id}/_reset\": ",
|
||||
{
|
||||
"pluginId": "@kbn/server-route-repository-utils",
|
||||
"scope": "common",
|
||||
"docId": "kibKbnServerRouteRepositoryUtilsPluginApi",
|
||||
"section": "def-common.DefaultRouteHandlerResources",
|
||||
"text": "DefaultRouteHandlerResources"
|
||||
"section": "def-common.ServerRoute",
|
||||
"text": "ServerRoute"
|
||||
},
|
||||
" & { params: ZodMaybeOptional<{ path: { id: string; }; }>; }) => Promise<",
|
||||
"<\"POST /internal/entities/definition/{id}/_reset\", Zod.ZodObject<{ path: Zod.ZodObject<{ id: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { id: string; }, { id: string; }>; }, \"strip\", Zod.ZodTypeAny, { path: { id: string; }; }, { path: { id: string; }; }>, ",
|
||||
"EntityManagerRouteHandlerResources",
|
||||
", ",
|
||||
{
|
||||
"pluginId": "@kbn/core-http-server",
|
||||
"scope": "server",
|
||||
|
@ -367,7 +359,7 @@
|
|||
"section": "def-server.IKibanaResponse",
|
||||
"text": "IKibanaResponse"
|
||||
},
|
||||
"<any>>; } & ",
|
||||
"<any>, ",
|
||||
{
|
||||
"pluginId": "@kbn/server-route-repository-utils",
|
||||
"scope": "common",
|
||||
|
@ -375,17 +367,17 @@
|
|||
"section": "def-common.DefaultRouteCreateOptions",
|
||||
"text": "DefaultRouteCreateOptions"
|
||||
},
|
||||
"; \"GET /internal/entities/definition\": { endpoint: \"GET /internal/entities/definition\"; params?: Zod.ZodObject<{ query: Zod.ZodObject<{ page: Zod.ZodOptional<Zod.ZodNumber>; perPage: Zod.ZodOptional<Zod.ZodNumber>; }, \"strip\", Zod.ZodTypeAny, { page?: number | undefined; perPage?: number | undefined; }, { page?: number | undefined; perPage?: number | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { query: { page?: number | undefined; perPage?: number | undefined; }; }, { query: { page?: number | undefined; perPage?: number | undefined; }; }> | undefined; handler: ({}: ",
|
||||
"EntityManagerRouteDependencies",
|
||||
" & ",
|
||||
">; \"GET /internal/entities/definition\": ",
|
||||
{
|
||||
"pluginId": "@kbn/server-route-repository-utils",
|
||||
"scope": "common",
|
||||
"docId": "kibKbnServerRouteRepositoryUtilsPluginApi",
|
||||
"section": "def-common.DefaultRouteHandlerResources",
|
||||
"text": "DefaultRouteHandlerResources"
|
||||
"section": "def-common.ServerRoute",
|
||||
"text": "ServerRoute"
|
||||
},
|
||||
" & { params?: ZodMaybeOptional<{ query: { page?: number | undefined; perPage?: number | undefined; }; }> | undefined; }) => Promise<",
|
||||
"<\"GET /internal/entities/definition\", Zod.ZodObject<{ query: Zod.ZodObject<{ page: Zod.ZodOptional<Zod.ZodNumber>; perPage: Zod.ZodOptional<Zod.ZodNumber>; }, \"strip\", Zod.ZodTypeAny, { page?: number | undefined; perPage?: number | undefined; }, { page?: number | undefined; perPage?: number | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { query: { page?: number | undefined; perPage?: number | undefined; }; }, { query: { page?: number | undefined; perPage?: number | undefined; }; }>, ",
|
||||
"EntityManagerRouteHandlerResources",
|
||||
", ",
|
||||
{
|
||||
"pluginId": "@kbn/core-http-server",
|
||||
"scope": "server",
|
||||
|
@ -393,7 +385,7 @@
|
|||
"section": "def-server.IKibanaResponse",
|
||||
"text": "IKibanaResponse"
|
||||
},
|
||||
"<any>>; } & ",
|
||||
"<any>, ",
|
||||
{
|
||||
"pluginId": "@kbn/server-route-repository-utils",
|
||||
"scope": "common",
|
||||
|
@ -401,17 +393,17 @@
|
|||
"section": "def-common.DefaultRouteCreateOptions",
|
||||
"text": "DefaultRouteCreateOptions"
|
||||
},
|
||||
"; \"DELETE /internal/entities/definition/{id}\": { endpoint: \"DELETE /internal/entities/definition/{id}\"; params?: Zod.ZodObject<{ path: Zod.ZodObject<{ id: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { id: string; }, { id: string; }>; query: Zod.ZodObject<{ deleteData: Zod.ZodDefault<Zod.ZodOptional<Zod.ZodEffects<Zod.ZodUnion<[Zod.ZodEnum<[\"true\", \"false\"]>, Zod.ZodBoolean]>, boolean, boolean | \"true\" | \"false\">>>; }, \"strip\", Zod.ZodTypeAny, { deleteData: boolean; }, { deleteData?: boolean | \"true\" | \"false\" | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { query: { deleteData: boolean; }; path: { id: string; }; }, { query: { deleteData?: boolean | \"true\" | \"false\" | undefined; }; path: { id: string; }; }> | undefined; handler: ({}: ",
|
||||
"EntityManagerRouteDependencies",
|
||||
" & ",
|
||||
">; \"DELETE /internal/entities/definition/{id}\": ",
|
||||
{
|
||||
"pluginId": "@kbn/server-route-repository-utils",
|
||||
"scope": "common",
|
||||
"docId": "kibKbnServerRouteRepositoryUtilsPluginApi",
|
||||
"section": "def-common.DefaultRouteHandlerResources",
|
||||
"text": "DefaultRouteHandlerResources"
|
||||
"section": "def-common.ServerRoute",
|
||||
"text": "ServerRoute"
|
||||
},
|
||||
" & { params: ZodMaybeOptional<{ query: { deleteData: boolean; }; path: { id: string; }; }>; }) => Promise<",
|
||||
"<\"DELETE /internal/entities/definition/{id}\", Zod.ZodObject<{ path: Zod.ZodObject<{ id: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { id: string; }, { id: string; }>; query: Zod.ZodObject<{ deleteData: Zod.ZodDefault<Zod.ZodOptional<Zod.ZodEffects<Zod.ZodUnion<[Zod.ZodEnum<[\"true\", \"false\"]>, Zod.ZodBoolean]>, boolean, boolean | \"true\" | \"false\">>>; }, \"strip\", Zod.ZodTypeAny, { deleteData: boolean; }, { deleteData?: boolean | \"true\" | \"false\" | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { query: { deleteData: boolean; }; path: { id: string; }; }, { query: { deleteData?: boolean | \"true\" | \"false\" | undefined; }; path: { id: string; }; }>, ",
|
||||
"EntityManagerRouteHandlerResources",
|
||||
", ",
|
||||
{
|
||||
"pluginId": "@kbn/core-http-server",
|
||||
"scope": "server",
|
||||
|
@ -419,7 +411,7 @@
|
|||
"section": "def-server.IKibanaResponse",
|
||||
"text": "IKibanaResponse"
|
||||
},
|
||||
"<any>>; } & ",
|
||||
"<any>, ",
|
||||
{
|
||||
"pluginId": "@kbn/server-route-repository-utils",
|
||||
"scope": "common",
|
||||
|
@ -427,7 +419,15 @@
|
|||
"section": "def-common.DefaultRouteCreateOptions",
|
||||
"text": "DefaultRouteCreateOptions"
|
||||
},
|
||||
"; \"POST /internal/entities/definition\": { endpoint: \"POST /internal/entities/definition\"; params?: Zod.ZodObject<{ query: Zod.ZodObject<{ installOnly: Zod.ZodDefault<Zod.ZodOptional<Zod.ZodEffects<Zod.ZodUnion<[Zod.ZodEnum<[\"true\", \"false\"]>, Zod.ZodBoolean]>, boolean, boolean | \"true\" | \"false\">>>; }, \"strip\", Zod.ZodTypeAny, { installOnly: boolean; }, { installOnly?: boolean | \"true\" | \"false\" | undefined; }>; body: Zod.ZodObject<{ id: Zod.ZodString; version: Zod.ZodEffects<Zod.ZodString, string, string>; name: Zod.ZodString; description: Zod.ZodOptional<Zod.ZodString>; type: Zod.ZodString; filter: Zod.ZodOptional<Zod.ZodString>; indexPatterns: Zod.ZodArray<Zod.ZodString, \"many\">; identityFields: Zod.ZodArray<Zod.ZodUnion<[Zod.ZodObject<{ field: Zod.ZodString; optional: Zod.ZodBoolean; }, \"strip\", Zod.ZodTypeAny, { field: string; optional: boolean; }, { field: string; optional: boolean; }>, Zod.ZodEffects<Zod.ZodString, { field: string; optional: boolean; }, string>]>, \"many\">; displayNameTemplate: Zod.ZodString; metadata: Zod.ZodOptional<Zod.ZodArray<Zod.ZodEffects<Zod.ZodUnion<[Zod.ZodEffects<Zod.ZodObject<{ source: Zod.ZodString; destination: Zod.ZodOptional<Zod.ZodString>; limit: Zod.ZodOptional<Zod.ZodDefault<Zod.ZodNumber>>; }, \"strip\", Zod.ZodTypeAny, { source: string; destination?: string | undefined; limit?: number | undefined; }, { source: string; destination?: string | undefined; limit?: number | undefined; }>, { destination: string; limit: number; source: string; }, { source: string; destination?: string | undefined; limit?: number | undefined; }>, Zod.ZodEffects<Zod.ZodString, { source: string; destination: string; limit: number; }, string>]>, { destination: string; limit: number; source: string; } | { source: string; destination: string; limit: number; }, string | { source: string; destination?: string | undefined; limit?: number | undefined; }>, \"many\">>; metrics: Zod.ZodOptional<Zod.ZodArray<Zod.ZodObject<{ name: Zod.ZodString; metrics: Zod.ZodArray<Zod.ZodDiscriminatedUnion<\"aggregation\", [Zod.ZodObject<{ name: Zod.ZodString; aggregation: Zod.ZodNativeEnum<typeof ",
|
||||
">; \"POST /internal/entities/definition\": ",
|
||||
{
|
||||
"pluginId": "@kbn/server-route-repository-utils",
|
||||
"scope": "common",
|
||||
"docId": "kibKbnServerRouteRepositoryUtilsPluginApi",
|
||||
"section": "def-common.ServerRoute",
|
||||
"text": "ServerRoute"
|
||||
},
|
||||
"<\"POST /internal/entities/definition\", Zod.ZodObject<{ query: Zod.ZodObject<{ installOnly: Zod.ZodDefault<Zod.ZodOptional<Zod.ZodEffects<Zod.ZodUnion<[Zod.ZodEnum<[\"true\", \"false\"]>, Zod.ZodBoolean]>, boolean, boolean | \"true\" | \"false\">>>; }, \"strip\", Zod.ZodTypeAny, { installOnly: boolean; }, { installOnly?: boolean | \"true\" | \"false\" | undefined; }>; body: Zod.ZodObject<{ id: Zod.ZodString; version: Zod.ZodEffects<Zod.ZodString, string, string>; name: Zod.ZodString; description: Zod.ZodOptional<Zod.ZodString>; type: Zod.ZodString; filter: Zod.ZodOptional<Zod.ZodString>; indexPatterns: Zod.ZodArray<Zod.ZodString, \"many\">; identityFields: Zod.ZodArray<Zod.ZodUnion<[Zod.ZodObject<{ field: Zod.ZodString; optional: Zod.ZodBoolean; }, \"strip\", Zod.ZodTypeAny, { field: string; optional: boolean; }, { field: string; optional: boolean; }>, Zod.ZodEffects<Zod.ZodString, { field: string; optional: boolean; }, string>]>, \"many\">; displayNameTemplate: Zod.ZodString; metadata: Zod.ZodOptional<Zod.ZodArray<Zod.ZodEffects<Zod.ZodUnion<[Zod.ZodEffects<Zod.ZodObject<{ source: Zod.ZodString; destination: Zod.ZodOptional<Zod.ZodString>; limit: Zod.ZodOptional<Zod.ZodDefault<Zod.ZodNumber>>; }, \"strip\", Zod.ZodTypeAny, { source: string; destination?: string | undefined; limit?: number | undefined; }, { source: string; destination?: string | undefined; limit?: number | undefined; }>, { destination: string; limit: number; source: string; }, { source: string; destination?: string | undefined; limit?: number | undefined; }>, Zod.ZodEffects<Zod.ZodString, { source: string; destination: string; limit: number; }, string>]>, { destination: string; limit: number; source: string; } | { source: string; destination: string; limit: number; }, string | { source: string; destination?: string | undefined; limit?: number | undefined; }>, \"many\">>; metrics: Zod.ZodOptional<Zod.ZodArray<Zod.ZodObject<{ name: Zod.ZodString; metrics: Zod.ZodArray<Zod.ZodDiscriminatedUnion<\"aggregation\", [Zod.ZodObject<{ name: Zod.ZodString; aggregation: Zod.ZodNativeEnum<typeof ",
|
||||
{
|
||||
"pluginId": "@kbn/entities-schema",
|
||||
"scope": "common",
|
||||
|
@ -499,25 +499,9 @@
|
|||
"section": "def-common.BasicAggregations",
|
||||
"text": "BasicAggregations"
|
||||
},
|
||||
"; filter?: string | undefined; } | { name: string; aggregation: \"doc_count\"; filter?: string | undefined; } | { name: string; field: string; percentile: number; aggregation: \"percentile\"; filter?: string | undefined; })[]; equation: string; }[] | undefined; managed?: boolean | undefined; metadata?: (string | { source: string; destination?: string | undefined; limit?: number | undefined; })[] | undefined; staticFields?: Record<string, string> | undefined; latest?: { settings?: { frequency?: string | undefined; syncField?: string | undefined; syncDelay?: string | undefined; } | undefined; } | undefined; installStatus?: \"failed\" | \"installing\" | \"upgrading\" | \"installed\" | undefined; installStartedAt?: string | undefined; }; }> | undefined; handler: ({}: ",
|
||||
"EntityManagerRouteDependencies",
|
||||
" & ",
|
||||
{
|
||||
"pluginId": "@kbn/server-route-repository-utils",
|
||||
"scope": "common",
|
||||
"docId": "kibKbnServerRouteRepositoryUtilsPluginApi",
|
||||
"section": "def-common.DefaultRouteHandlerResources",
|
||||
"text": "DefaultRouteHandlerResources"
|
||||
},
|
||||
" & { params: ZodMaybeOptional<{ query: { installOnly: boolean; }; body: { id: string; type: string; version: string; name: string; history: { interval: string; settings: { lookbackPeriod: string; frequency?: string | undefined; syncField?: string | undefined; syncDelay?: string | undefined; backfillSyncDelay?: string | undefined; backfillLookbackPeriod?: string | undefined; backfillFrequency?: string | undefined; }; timestampField: string; }; managed: boolean; indexPatterns: string[]; identityFields: ({ field: string; optional: boolean; } | { field: string; optional: boolean; })[]; displayNameTemplate: string; filter?: string | undefined; description?: string | undefined; metrics?: { name: string; metrics: ({ name: string; field: string; aggregation: ",
|
||||
{
|
||||
"pluginId": "@kbn/entities-schema",
|
||||
"scope": "common",
|
||||
"docId": "kibKbnEntitiesSchemaPluginApi",
|
||||
"section": "def-common.BasicAggregations",
|
||||
"text": "BasicAggregations"
|
||||
},
|
||||
"; filter?: string | undefined; } | { name: string; aggregation: \"doc_count\"; filter?: string | undefined; } | { name: string; field: string; percentile: number; aggregation: \"percentile\"; filter?: string | undefined; })[]; equation: string; }[] | undefined; metadata?: ({ destination: string; limit: number; source: string; } | { source: string; destination: string; limit: number; })[] | undefined; staticFields?: Record<string, string> | undefined; latest?: { settings?: { frequency?: string | undefined; syncField?: string | undefined; syncDelay?: string | undefined; } | undefined; } | undefined; installStatus?: \"failed\" | \"installing\" | \"upgrading\" | \"installed\" | undefined; installStartedAt?: string | undefined; }; }>; }) => Promise<",
|
||||
"; filter?: string | undefined; } | { name: string; aggregation: \"doc_count\"; filter?: string | undefined; } | { name: string; field: string; percentile: number; aggregation: \"percentile\"; filter?: string | undefined; })[]; equation: string; }[] | undefined; managed?: boolean | undefined; metadata?: (string | { source: string; destination?: string | undefined; limit?: number | undefined; })[] | undefined; staticFields?: Record<string, string> | undefined; latest?: { settings?: { frequency?: string | undefined; syncField?: string | undefined; syncDelay?: string | undefined; } | undefined; } | undefined; installStatus?: \"failed\" | \"installing\" | \"upgrading\" | \"installed\" | undefined; installStartedAt?: string | undefined; }; }>, ",
|
||||
"EntityManagerRouteHandlerResources",
|
||||
", ",
|
||||
{
|
||||
"pluginId": "@kbn/core-http-server",
|
||||
"scope": "server",
|
||||
|
@ -525,7 +509,7 @@
|
|||
"section": "def-server.IKibanaResponse",
|
||||
"text": "IKibanaResponse"
|
||||
},
|
||||
"<any>>; } & ",
|
||||
"<any>, ",
|
||||
{
|
||||
"pluginId": "@kbn/server-route-repository-utils",
|
||||
"scope": "common",
|
||||
|
@ -533,17 +517,17 @@
|
|||
"section": "def-common.DefaultRouteCreateOptions",
|
||||
"text": "DefaultRouteCreateOptions"
|
||||
},
|
||||
"; \"DELETE /internal/entities/managed/enablement\": { endpoint: \"DELETE /internal/entities/managed/enablement\"; params?: Zod.ZodObject<{ query: Zod.ZodObject<{ deleteData: Zod.ZodDefault<Zod.ZodOptional<Zod.ZodEffects<Zod.ZodUnion<[Zod.ZodEnum<[\"true\", \"false\"]>, Zod.ZodBoolean]>, boolean, boolean | \"true\" | \"false\">>>; }, \"strip\", Zod.ZodTypeAny, { deleteData: boolean; }, { deleteData?: boolean | \"true\" | \"false\" | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { query: { deleteData: boolean; }; }, { query: { deleteData?: boolean | \"true\" | \"false\" | undefined; }; }> | undefined; handler: ({}: ",
|
||||
"EntityManagerRouteDependencies",
|
||||
" & ",
|
||||
">; \"DELETE /internal/entities/managed/enablement\": ",
|
||||
{
|
||||
"pluginId": "@kbn/server-route-repository-utils",
|
||||
"scope": "common",
|
||||
"docId": "kibKbnServerRouteRepositoryUtilsPluginApi",
|
||||
"section": "def-common.DefaultRouteHandlerResources",
|
||||
"text": "DefaultRouteHandlerResources"
|
||||
"section": "def-common.ServerRoute",
|
||||
"text": "ServerRoute"
|
||||
},
|
||||
" & { params: ZodMaybeOptional<{ query: { deleteData: boolean; }; }>; }) => Promise<",
|
||||
"<\"DELETE /internal/entities/managed/enablement\", Zod.ZodObject<{ query: Zod.ZodObject<{ deleteData: Zod.ZodDefault<Zod.ZodOptional<Zod.ZodEffects<Zod.ZodUnion<[Zod.ZodEnum<[\"true\", \"false\"]>, Zod.ZodBoolean]>, boolean, boolean | \"true\" | \"false\">>>; }, \"strip\", Zod.ZodTypeAny, { deleteData: boolean; }, { deleteData?: boolean | \"true\" | \"false\" | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { query: { deleteData: boolean; }; }, { query: { deleteData?: boolean | \"true\" | \"false\" | undefined; }; }>, ",
|
||||
"EntityManagerRouteHandlerResources",
|
||||
", ",
|
||||
{
|
||||
"pluginId": "@kbn/core-http-server",
|
||||
"scope": "server",
|
||||
|
@ -551,7 +535,7 @@
|
|||
"section": "def-server.IKibanaResponse",
|
||||
"text": "IKibanaResponse"
|
||||
},
|
||||
"<any>>; } & ",
|
||||
"<any>, ",
|
||||
{
|
||||
"pluginId": "@kbn/server-route-repository-utils",
|
||||
"scope": "common",
|
||||
|
@ -559,17 +543,17 @@
|
|||
"section": "def-common.DefaultRouteCreateOptions",
|
||||
"text": "DefaultRouteCreateOptions"
|
||||
},
|
||||
"; \"PUT /internal/entities/managed/enablement\": { endpoint: \"PUT /internal/entities/managed/enablement\"; params?: Zod.ZodObject<{ query: Zod.ZodObject<{ installOnly: Zod.ZodDefault<Zod.ZodOptional<Zod.ZodEffects<Zod.ZodUnion<[Zod.ZodEnum<[\"true\", \"false\"]>, Zod.ZodBoolean]>, boolean, boolean | \"true\" | \"false\">>>; }, \"strip\", Zod.ZodTypeAny, { installOnly: boolean; }, { installOnly?: boolean | \"true\" | \"false\" | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { query: { installOnly: boolean; }; }, { query: { installOnly?: boolean | \"true\" | \"false\" | undefined; }; }> | undefined; handler: ({}: ",
|
||||
"EntityManagerRouteDependencies",
|
||||
" & ",
|
||||
">; \"PUT /internal/entities/managed/enablement\": ",
|
||||
{
|
||||
"pluginId": "@kbn/server-route-repository-utils",
|
||||
"scope": "common",
|
||||
"docId": "kibKbnServerRouteRepositoryUtilsPluginApi",
|
||||
"section": "def-common.DefaultRouteHandlerResources",
|
||||
"text": "DefaultRouteHandlerResources"
|
||||
"section": "def-common.ServerRoute",
|
||||
"text": "ServerRoute"
|
||||
},
|
||||
" & { params: ZodMaybeOptional<{ query: { installOnly: boolean; }; }>; }) => Promise<",
|
||||
"<\"PUT /internal/entities/managed/enablement\", Zod.ZodObject<{ query: Zod.ZodObject<{ installOnly: Zod.ZodDefault<Zod.ZodOptional<Zod.ZodEffects<Zod.ZodUnion<[Zod.ZodEnum<[\"true\", \"false\"]>, Zod.ZodBoolean]>, boolean, boolean | \"true\" | \"false\">>>; }, \"strip\", Zod.ZodTypeAny, { installOnly: boolean; }, { installOnly?: boolean | \"true\" | \"false\" | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { query: { installOnly: boolean; }; }, { query: { installOnly?: boolean | \"true\" | \"false\" | undefined; }; }>, ",
|
||||
"EntityManagerRouteHandlerResources",
|
||||
", ",
|
||||
{
|
||||
"pluginId": "@kbn/core-http-server",
|
||||
"scope": "server",
|
||||
|
@ -577,7 +561,7 @@
|
|||
"section": "def-server.IKibanaResponse",
|
||||
"text": "IKibanaResponse"
|
||||
},
|
||||
"<any>>; } & ",
|
||||
"<any>, ",
|
||||
{
|
||||
"pluginId": "@kbn/server-route-repository-utils",
|
||||
"scope": "common",
|
||||
|
@ -585,17 +569,17 @@
|
|||
"section": "def-common.DefaultRouteCreateOptions",
|
||||
"text": "DefaultRouteCreateOptions"
|
||||
},
|
||||
"; \"GET /internal/entities/managed/enablement\": { endpoint: \"GET /internal/entities/managed/enablement\"; params?: undefined; handler: ({}: ",
|
||||
"EntityManagerRouteDependencies",
|
||||
" & ",
|
||||
">; \"GET /internal/entities/managed/enablement\": ",
|
||||
{
|
||||
"pluginId": "@kbn/server-route-repository-utils",
|
||||
"scope": "common",
|
||||
"docId": "kibKbnServerRouteRepositoryUtilsPluginApi",
|
||||
"section": "def-common.DefaultRouteHandlerResources",
|
||||
"text": "DefaultRouteHandlerResources"
|
||||
"section": "def-common.ServerRoute",
|
||||
"text": "ServerRoute"
|
||||
},
|
||||
") => Promise<",
|
||||
"<\"GET /internal/entities/managed/enablement\", undefined, ",
|
||||
"EntityManagerRouteHandlerResources",
|
||||
", ",
|
||||
{
|
||||
"pluginId": "@kbn/core-http-server",
|
||||
"scope": "server",
|
||||
|
@ -603,7 +587,7 @@
|
|||
"section": "def-server.IKibanaResponse",
|
||||
"text": "IKibanaResponse"
|
||||
},
|
||||
"<any>>; } & ",
|
||||
"<any>, ",
|
||||
{
|
||||
"pluginId": "@kbn/server-route-repository-utils",
|
||||
"scope": "common",
|
||||
|
@ -611,7 +595,7 @@
|
|||
"section": "def-common.DefaultRouteCreateOptions",
|
||||
"text": "DefaultRouteCreateOptions"
|
||||
},
|
||||
"; }"
|
||||
">; }"
|
||||
],
|
||||
"path": "x-pack/plugins/observability_solution/entity_manager/server/routes/index.ts",
|
||||
"deprecated": false,
|
||||
|
@ -620,19 +604,93 @@
|
|||
}
|
||||
],
|
||||
"objects": [],
|
||||
"start": {
|
||||
"setup": {
|
||||
"parentPluginId": "entityManager",
|
||||
"id": "def-server.EntityManagerServerPluginStart",
|
||||
"type": "Type",
|
||||
"id": "def-server.EntityManagerServerPluginSetup",
|
||||
"type": "Interface",
|
||||
"tags": [],
|
||||
"label": "EntityManagerServerPluginStart",
|
||||
"label": "EntityManagerServerPluginSetup",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"{}"
|
||||
],
|
||||
"path": "x-pack/plugins/observability_solution/entity_manager/server/plugin.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"children": [],
|
||||
"lifecycle": "setup",
|
||||
"initialIsOpen": true
|
||||
},
|
||||
"start": {
|
||||
"parentPluginId": "entityManager",
|
||||
"id": "def-server.EntityManagerServerPluginStart",
|
||||
"type": "Interface",
|
||||
"tags": [],
|
||||
"label": "EntityManagerServerPluginStart",
|
||||
"description": [],
|
||||
"path": "x-pack/plugins/observability_solution/entity_manager/server/plugin.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "entityManager",
|
||||
"id": "def-server.EntityManagerServerPluginStart.getScopedClient",
|
||||
"type": "Function",
|
||||
"tags": [],
|
||||
"label": "getScopedClient",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"(options: { request: ",
|
||||
{
|
||||
"pluginId": "@kbn/core-http-server",
|
||||
"scope": "server",
|
||||
"docId": "kibKbnCoreHttpServerPluginApi",
|
||||
"section": "def-server.KibanaRequest",
|
||||
"text": "KibanaRequest"
|
||||
},
|
||||
"<unknown, unknown, unknown, any>; }) => Promise<",
|
||||
"EntityClient",
|
||||
">"
|
||||
],
|
||||
"path": "x-pack/plugins/observability_solution/entity_manager/server/plugin.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "entityManager",
|
||||
"id": "def-server.EntityManagerServerPluginStart.getScopedClient.$1",
|
||||
"type": "Object",
|
||||
"tags": [],
|
||||
"label": "options",
|
||||
"description": [],
|
||||
"path": "x-pack/plugins/observability_solution/entity_manager/server/plugin.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "entityManager",
|
||||
"id": "def-server.EntityManagerServerPluginStart.getScopedClient.$1.request",
|
||||
"type": "Object",
|
||||
"tags": [],
|
||||
"label": "request",
|
||||
"description": [],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "@kbn/core-http-server",
|
||||
"scope": "server",
|
||||
"docId": "kibKbnCoreHttpServerPluginApi",
|
||||
"section": "def-server.KibanaRequest",
|
||||
"text": "KibanaRequest"
|
||||
},
|
||||
"<unknown, unknown, unknown, any>"
|
||||
],
|
||||
"path": "x-pack/plugins/observability_solution/entity_manager/server/plugin.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"returnComment": []
|
||||
}
|
||||
],
|
||||
"lifecycle": "start",
|
||||
"initialIsOpen": true
|
||||
}
|
||||
|
|
|
@ -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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'entityManager']
|
||||
---
|
||||
import entityManagerObj from './entity_manager.devdocs.json';
|
||||
|
@ -21,7 +21,7 @@ Contact [@elastic/obs-entities](https://github.com/orgs/elastic/teams/obs-entiti
|
|||
|
||||
| Public API count | Any count | Items lacking comments | Missing exports |
|
||||
|-------------------|-----------|------------------------|-----------------|
|
||||
| 17 | 0 | 17 | 2 |
|
||||
| 20 | 0 | 20 | 3 |
|
||||
|
||||
## Client
|
||||
|
||||
|
@ -39,6 +39,9 @@ Contact [@elastic/obs-entities](https://github.com/orgs/elastic/teams/obs-entiti
|
|||
|
||||
## Server
|
||||
|
||||
### Setup
|
||||
<DocDefinitionList data={[entityManagerObj.server.setup]}/>
|
||||
|
||||
### Start
|
||||
<DocDefinitionList data={[entityManagerObj.server.start]}/>
|
||||
|
||||
|
|
|
@ -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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'esqlDataGrid']
|
||||
---
|
||||
import esqlDataGridObj from './esql_data_grid.devdocs.json';
|
||||
|
|
|
@ -382,7 +382,7 @@
|
|||
"section": "def-common.EventAnnotationGroupConfig",
|
||||
"text": "EventAnnotationGroupConfig"
|
||||
},
|
||||
", \"ignoreGlobalFilters\" | \"annotations\" | \"indexPatternId\">[]; }) => ",
|
||||
", \"annotations\" | \"ignoreGlobalFilters\" | \"indexPatternId\">[]; }) => ",
|
||||
{
|
||||
"pluginId": "expressions",
|
||||
"scope": "common",
|
||||
|
@ -434,7 +434,7 @@
|
|||
"section": "def-common.EventAnnotationGroupConfig",
|
||||
"text": "EventAnnotationGroupConfig"
|
||||
},
|
||||
", \"ignoreGlobalFilters\" | \"annotations\" | \"indexPatternId\">[]"
|
||||
", \"annotations\" | \"ignoreGlobalFilters\" | \"indexPatternId\">[]"
|
||||
],
|
||||
"path": "packages/kbn-event-annotation-components/types.ts",
|
||||
"deprecated": false,
|
||||
|
|
|
@ -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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'eventAnnotationListing']
|
||||
---
|
||||
import eventAnnotationListingObj from './event_annotation_listing.devdocs.json';
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionXY']
|
||||
---
|
||||
import expressionXYObj from './expression_x_y.devdocs.json';
|
||||
|
|
|
@ -7590,7 +7590,7 @@
|
|||
"\nTracks state of execution.\n\n- `not-started` - before .start() method was called.\n- `pending` - immediately after .start() method is called.\n- `result` - when expression execution completed.\n- `error` - when execution failed with error."
|
||||
],
|
||||
"signature": [
|
||||
"\"error\" | \"pending\" | \"not-started\" | \"result\""
|
||||
"\"error\" | \"pending\" | \"result\" | \"not-started\""
|
||||
],
|
||||
"path": "src/plugins/expressions/common/execution/container.ts",
|
||||
"deprecated": false,
|
||||
|
@ -19098,7 +19098,7 @@
|
|||
"\nTracks state of execution.\n\n- `not-started` - before .start() method was called.\n- `pending` - immediately after .start() method is called.\n- `result` - when expression execution completed.\n- `error` - when execution failed with error."
|
||||
],
|
||||
"signature": [
|
||||
"\"error\" | \"pending\" | \"not-started\" | \"result\""
|
||||
"\"error\" | \"pending\" | \"result\" | \"not-started\""
|
||||
],
|
||||
"path": "src/plugins/expressions/common/execution/container.ts",
|
||||
"deprecated": false,
|
||||
|
@ -31534,7 +31534,7 @@
|
|||
"\nTracks state of execution.\n\n- `not-started` - before .start() method was called.\n- `pending` - immediately after .start() method is called.\n- `result` - when expression execution completed.\n- `error` - when execution failed with error."
|
||||
],
|
||||
"signature": [
|
||||
"\"error\" | \"pending\" | \"not-started\" | \"result\""
|
||||
"\"error\" | \"pending\" | \"result\" | \"not-started\""
|
||||
],
|
||||
"path": "src/plugins/expressions/common/execution/container.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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressions']
|
||||
---
|
||||
import expressionsObj from './expressions.devdocs.json';
|
||||
|
|
|
@ -64,7 +64,15 @@
|
|||
"section": "def-common.SubFeaturePrivilegeGroupType",
|
||||
"text": "SubFeaturePrivilegeGroupType"
|
||||
},
|
||||
"; privileges: readonly Readonly<{ id: string; name: string; includeIn: \"none\" | \"read\" | \"all\"; minimumLicense?: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined; alerting?: Readonly<{ rule?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; alert?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; }> | undefined; cases?: Readonly<{ all?: readonly string[] | undefined; push?: readonly string[] | undefined; create?: readonly string[] | undefined; read?: readonly string[] | undefined; update?: readonly string[] | undefined; delete?: readonly string[] | undefined; settings?: readonly string[] | undefined; }> | undefined; disabled?: boolean | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; ui: readonly string[]; catalogue?: readonly string[] | undefined; app?: readonly string[] | undefined; requireAllSpaces?: boolean | undefined; api?: readonly string[] | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; }>[]; }>[]; description?: string | undefined; }>[] | undefined; privilegesTooltip?: string | undefined; reserved?: Readonly<{ description: string; privileges: readonly Readonly<{ id: string; privilege: Readonly<{ excludeFromBasePrivileges?: boolean | undefined; requireAllSpaces?: boolean | undefined; disabled?: boolean | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; api?: readonly string[] | undefined; app?: readonly string[] | undefined; alerting?: Readonly<{ rule?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; alert?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; }> | undefined; cases?: Readonly<{ all?: readonly string[] | undefined; push?: readonly string[] | undefined; create?: readonly string[] | undefined; read?: readonly string[] | undefined; update?: readonly string[] | undefined; delete?: readonly string[] | undefined; settings?: readonly string[] | undefined; }> | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; ui: readonly string[]; composedOf?: readonly Readonly<{ feature: string; privileges: readonly string[]; }>[] | undefined; }>; }>[]; }> | undefined; hidden?: boolean | undefined; }>"
|
||||
"; privileges: readonly Readonly<{ id: string; name: string; includeIn: \"none\" | \"read\" | \"all\"; minimumLicense?: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined; alerting?: Readonly<{ rule?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; alert?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; }> | undefined; cases?: Readonly<{ all?: readonly string[] | undefined; push?: readonly string[] | undefined; create?: readonly string[] | undefined; read?: readonly string[] | undefined; update?: readonly string[] | undefined; delete?: readonly string[] | undefined; settings?: readonly string[] | undefined; }> | undefined; disabled?: boolean | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; app?: readonly string[] | undefined; ui: readonly string[]; catalogue?: readonly string[] | undefined; requireAllSpaces?: boolean | undefined; api?: readonly string[] | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; }>[]; }>[]; description?: string | undefined; }>[] | undefined; privilegesTooltip?: string | undefined; reserved?: Readonly<{ description: string; privileges: readonly Readonly<{ id: string; privilege: Readonly<{ excludeFromBasePrivileges?: boolean | undefined; requireAllSpaces?: boolean | undefined; disabled?: boolean | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; api?: readonly string[] | undefined; app?: readonly string[] | undefined; alerting?: Readonly<{ rule?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; alert?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; }> | undefined; cases?: Readonly<{ all?: readonly string[] | undefined; push?: readonly string[] | undefined; create?: readonly string[] | undefined; read?: readonly string[] | undefined; update?: readonly string[] | undefined; delete?: readonly string[] | undefined; settings?: readonly string[] | undefined; }> | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; ui: readonly string[]; composedOf?: readonly Readonly<{ feature: string; privileges: readonly string[]; }>[] | undefined; }>; }>[]; }> | undefined; hidden?: boolean | undefined; scope?: readonly ",
|
||||
{
|
||||
"pluginId": "features",
|
||||
"scope": "common",
|
||||
"docId": "kibFeaturesPluginApi",
|
||||
"section": "def-common.KibanaFeatureScope",
|
||||
"text": "KibanaFeatureScope"
|
||||
},
|
||||
"[] | undefined; }>"
|
||||
],
|
||||
"path": "x-pack/plugins/features/common/kibana_feature.ts",
|
||||
"deprecated": false,
|
||||
|
@ -275,6 +283,28 @@
|
|||
"deprecated": false,
|
||||
"trackAdoption": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "features",
|
||||
"id": "def-public.KibanaFeature.scope",
|
||||
"type": "Object",
|
||||
"tags": [],
|
||||
"label": "scope",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"readonly ",
|
||||
{
|
||||
"pluginId": "features",
|
||||
"scope": "common",
|
||||
"docId": "kibFeaturesPluginApi",
|
||||
"section": "def-common.KibanaFeatureScope",
|
||||
"text": "KibanaFeatureScope"
|
||||
},
|
||||
"[] | undefined"
|
||||
],
|
||||
"path": "x-pack/plugins/features/common/kibana_feature.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "features",
|
||||
"id": "def-public.KibanaFeature.toRaw",
|
||||
|
@ -836,6 +866,30 @@
|
|||
"path": "x-pack/plugins/features/common/kibana_feature.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "features",
|
||||
"id": "def-public.KibanaFeatureConfig.scope",
|
||||
"type": "Object",
|
||||
"tags": [],
|
||||
"label": "scope",
|
||||
"description": [
|
||||
"\nIndicates whether the feature is available in Security Feature Privileges and the Spaces Visibility Toggles."
|
||||
],
|
||||
"signature": [
|
||||
"readonly ",
|
||||
{
|
||||
"pluginId": "features",
|
||||
"scope": "common",
|
||||
"docId": "kibFeaturesPluginApi",
|
||||
"section": "def-common.KibanaFeatureScope",
|
||||
"text": "KibanaFeatureScope"
|
||||
},
|
||||
"[] | undefined"
|
||||
],
|
||||
"path": "x-pack/plugins/features/common/kibana_feature.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
|
@ -1034,7 +1088,22 @@
|
|||
"initialIsOpen": false
|
||||
}
|
||||
],
|
||||
"enums": [],
|
||||
"enums": [
|
||||
{
|
||||
"parentPluginId": "features",
|
||||
"id": "def-public.KibanaFeatureScope",
|
||||
"type": "Enum",
|
||||
"tags": [],
|
||||
"label": "KibanaFeatureScope",
|
||||
"description": [
|
||||
"\nEnum for allowed feature scope values.\nsecurity - The feature is available in Security Feature Privileges.\nspaces - The feature is available in the Spaces Visibility Toggles."
|
||||
],
|
||||
"path": "x-pack/plugins/features/common/kibana_feature.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"initialIsOpen": false
|
||||
}
|
||||
],
|
||||
"misc": [],
|
||||
"objects": [],
|
||||
"setup": {
|
||||
|
@ -1326,7 +1395,15 @@
|
|||
"section": "def-common.SubFeaturePrivilegeGroupType",
|
||||
"text": "SubFeaturePrivilegeGroupType"
|
||||
},
|
||||
"; privileges: readonly Readonly<{ id: string; name: string; includeIn: \"none\" | \"read\" | \"all\"; minimumLicense?: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined; alerting?: Readonly<{ rule?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; alert?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; }> | undefined; cases?: Readonly<{ all?: readonly string[] | undefined; push?: readonly string[] | undefined; create?: readonly string[] | undefined; read?: readonly string[] | undefined; update?: readonly string[] | undefined; delete?: readonly string[] | undefined; settings?: readonly string[] | undefined; }> | undefined; disabled?: boolean | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; ui: readonly string[]; catalogue?: readonly string[] | undefined; app?: readonly string[] | undefined; requireAllSpaces?: boolean | undefined; api?: readonly string[] | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; }>[]; }>[]; description?: string | undefined; }>[] | undefined; privilegesTooltip?: string | undefined; reserved?: Readonly<{ description: string; privileges: readonly Readonly<{ id: string; privilege: Readonly<{ excludeFromBasePrivileges?: boolean | undefined; requireAllSpaces?: boolean | undefined; disabled?: boolean | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; api?: readonly string[] | undefined; app?: readonly string[] | undefined; alerting?: Readonly<{ rule?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; alert?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; }> | undefined; cases?: Readonly<{ all?: readonly string[] | undefined; push?: readonly string[] | undefined; create?: readonly string[] | undefined; read?: readonly string[] | undefined; update?: readonly string[] | undefined; delete?: readonly string[] | undefined; settings?: readonly string[] | undefined; }> | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; ui: readonly string[]; composedOf?: readonly Readonly<{ feature: string; privileges: readonly string[]; }>[] | undefined; }>; }>[]; }> | undefined; hidden?: boolean | undefined; }>"
|
||||
"; privileges: readonly Readonly<{ id: string; name: string; includeIn: \"none\" | \"read\" | \"all\"; minimumLicense?: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined; alerting?: Readonly<{ rule?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; alert?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; }> | undefined; cases?: Readonly<{ all?: readonly string[] | undefined; push?: readonly string[] | undefined; create?: readonly string[] | undefined; read?: readonly string[] | undefined; update?: readonly string[] | undefined; delete?: readonly string[] | undefined; settings?: readonly string[] | undefined; }> | undefined; disabled?: boolean | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; app?: readonly string[] | undefined; ui: readonly string[]; catalogue?: readonly string[] | undefined; requireAllSpaces?: boolean | undefined; api?: readonly string[] | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; }>[]; }>[]; description?: string | undefined; }>[] | undefined; privilegesTooltip?: string | undefined; reserved?: Readonly<{ description: string; privileges: readonly Readonly<{ id: string; privilege: Readonly<{ excludeFromBasePrivileges?: boolean | undefined; requireAllSpaces?: boolean | undefined; disabled?: boolean | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; api?: readonly string[] | undefined; app?: readonly string[] | undefined; alerting?: Readonly<{ rule?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; alert?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; }> | undefined; cases?: Readonly<{ all?: readonly string[] | undefined; push?: readonly string[] | undefined; create?: readonly string[] | undefined; read?: readonly string[] | undefined; update?: readonly string[] | undefined; delete?: readonly string[] | undefined; settings?: readonly string[] | undefined; }> | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; ui: readonly string[]; composedOf?: readonly Readonly<{ feature: string; privileges: readonly string[]; }>[] | undefined; }>; }>[]; }> | undefined; hidden?: boolean | undefined; scope?: readonly ",
|
||||
{
|
||||
"pluginId": "features",
|
||||
"scope": "common",
|
||||
"docId": "kibFeaturesPluginApi",
|
||||
"section": "def-common.KibanaFeatureScope",
|
||||
"text": "KibanaFeatureScope"
|
||||
},
|
||||
"[] | undefined; }>"
|
||||
],
|
||||
"path": "x-pack/plugins/features/common/kibana_feature.ts",
|
||||
"deprecated": false,
|
||||
|
@ -1537,6 +1614,28 @@
|
|||
"deprecated": false,
|
||||
"trackAdoption": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "features",
|
||||
"id": "def-server.KibanaFeature.scope",
|
||||
"type": "Object",
|
||||
"tags": [],
|
||||
"label": "scope",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"readonly ",
|
||||
{
|
||||
"pluginId": "features",
|
||||
"scope": "common",
|
||||
"docId": "kibFeaturesPluginApi",
|
||||
"section": "def-common.KibanaFeatureScope",
|
||||
"text": "KibanaFeatureScope"
|
||||
},
|
||||
"[] | undefined"
|
||||
],
|
||||
"path": "x-pack/plugins/features/common/kibana_feature.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "features",
|
||||
"id": "def-server.KibanaFeature.toRaw",
|
||||
|
@ -2852,6 +2951,30 @@
|
|||
"path": "x-pack/plugins/features/common/kibana_feature.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "features",
|
||||
"id": "def-server.KibanaFeatureConfig.scope",
|
||||
"type": "Object",
|
||||
"tags": [],
|
||||
"label": "scope",
|
||||
"description": [
|
||||
"\nIndicates whether the feature is available in Security Feature Privileges and the Spaces Visibility Toggles."
|
||||
],
|
||||
"signature": [
|
||||
"readonly ",
|
||||
{
|
||||
"pluginId": "features",
|
||||
"scope": "common",
|
||||
"docId": "kibFeaturesPluginApi",
|
||||
"section": "def-common.KibanaFeatureScope",
|
||||
"text": "KibanaFeatureScope"
|
||||
},
|
||||
"[] | undefined"
|
||||
],
|
||||
"path": "x-pack/plugins/features/common/kibana_feature.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
|
@ -3125,7 +3248,15 @@
|
|||
"section": "def-common.SubFeaturePrivilegeGroupType",
|
||||
"text": "SubFeaturePrivilegeGroupType"
|
||||
},
|
||||
"; privileges: readonly Readonly<{ id: string; name: string; includeIn: \"none\" | \"read\" | \"all\"; minimumLicense?: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined; alerting?: Readonly<{ rule?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; alert?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; }> | undefined; cases?: Readonly<{ all?: readonly string[] | undefined; push?: readonly string[] | undefined; create?: readonly string[] | undefined; read?: readonly string[] | undefined; update?: readonly string[] | undefined; delete?: readonly string[] | undefined; settings?: readonly string[] | undefined; }> | undefined; disabled?: boolean | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; ui: readonly string[]; catalogue?: readonly string[] | undefined; app?: readonly string[] | undefined; requireAllSpaces?: boolean | undefined; api?: readonly string[] | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; }>[]; }>[]; description?: string | undefined; }>[] | undefined; privilegesTooltip?: string | undefined; reserved?: Readonly<{ description: string; privileges: readonly Readonly<{ id: string; privilege: Readonly<{ excludeFromBasePrivileges?: boolean | undefined; requireAllSpaces?: boolean | undefined; disabled?: boolean | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; api?: readonly string[] | undefined; app?: readonly string[] | undefined; alerting?: Readonly<{ rule?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; alert?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; }> | undefined; cases?: Readonly<{ all?: readonly string[] | undefined; push?: readonly string[] | undefined; create?: readonly string[] | undefined; read?: readonly string[] | undefined; update?: readonly string[] | undefined; delete?: readonly string[] | undefined; settings?: readonly string[] | undefined; }> | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; ui: readonly string[]; composedOf?: readonly Readonly<{ feature: string; privileges: readonly string[]; }>[] | undefined; }>; }>[]; }> | undefined; hidden?: boolean | undefined; }>"
|
||||
"; privileges: readonly Readonly<{ id: string; name: string; includeIn: \"none\" | \"read\" | \"all\"; minimumLicense?: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined; alerting?: Readonly<{ rule?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; alert?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; }> | undefined; cases?: Readonly<{ all?: readonly string[] | undefined; push?: readonly string[] | undefined; create?: readonly string[] | undefined; read?: readonly string[] | undefined; update?: readonly string[] | undefined; delete?: readonly string[] | undefined; settings?: readonly string[] | undefined; }> | undefined; disabled?: boolean | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; app?: readonly string[] | undefined; ui: readonly string[]; catalogue?: readonly string[] | undefined; requireAllSpaces?: boolean | undefined; api?: readonly string[] | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; }>[]; }>[]; description?: string | undefined; }>[] | undefined; privilegesTooltip?: string | undefined; reserved?: Readonly<{ description: string; privileges: readonly Readonly<{ id: string; privilege: Readonly<{ excludeFromBasePrivileges?: boolean | undefined; requireAllSpaces?: boolean | undefined; disabled?: boolean | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; api?: readonly string[] | undefined; app?: readonly string[] | undefined; alerting?: Readonly<{ rule?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; alert?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; }> | undefined; cases?: Readonly<{ all?: readonly string[] | undefined; push?: readonly string[] | undefined; create?: readonly string[] | undefined; read?: readonly string[] | undefined; update?: readonly string[] | undefined; delete?: readonly string[] | undefined; settings?: readonly string[] | undefined; }> | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; ui: readonly string[]; composedOf?: readonly Readonly<{ feature: string; privileges: readonly string[]; }>[] | undefined; }>; }>[]; }> | undefined; hidden?: boolean | undefined; scope?: readonly ",
|
||||
{
|
||||
"pluginId": "features",
|
||||
"scope": "common",
|
||||
"docId": "kibFeaturesPluginApi",
|
||||
"section": "def-common.KibanaFeatureScope",
|
||||
"text": "KibanaFeatureScope"
|
||||
},
|
||||
"[] | undefined; }>"
|
||||
],
|
||||
"path": "x-pack/plugins/features/common/kibana_feature.ts",
|
||||
"deprecated": false,
|
||||
|
@ -3336,6 +3467,28 @@
|
|||
"deprecated": false,
|
||||
"trackAdoption": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "features",
|
||||
"id": "def-common.KibanaFeature.scope",
|
||||
"type": "Object",
|
||||
"tags": [],
|
||||
"label": "scope",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"readonly ",
|
||||
{
|
||||
"pluginId": "features",
|
||||
"scope": "common",
|
||||
"docId": "kibFeaturesPluginApi",
|
||||
"section": "def-common.KibanaFeatureScope",
|
||||
"text": "KibanaFeatureScope"
|
||||
},
|
||||
"[] | undefined"
|
||||
],
|
||||
"path": "x-pack/plugins/features/common/kibana_feature.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "features",
|
||||
"id": "def-common.KibanaFeature.toRaw",
|
||||
|
@ -3403,7 +3556,7 @@
|
|||
"section": "def-common.SubFeaturePrivilegeGroupType",
|
||||
"text": "SubFeaturePrivilegeGroupType"
|
||||
},
|
||||
"; privileges: readonly Readonly<{ id: string; name: string; includeIn: \"none\" | \"read\" | \"all\"; minimumLicense?: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined; alerting?: Readonly<{ rule?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; alert?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; }> | undefined; cases?: Readonly<{ all?: readonly string[] | undefined; push?: readonly string[] | undefined; create?: readonly string[] | undefined; read?: readonly string[] | undefined; update?: readonly string[] | undefined; delete?: readonly string[] | undefined; settings?: readonly string[] | undefined; }> | undefined; disabled?: boolean | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; ui: readonly string[]; catalogue?: readonly string[] | undefined; app?: readonly string[] | undefined; requireAllSpaces?: boolean | undefined; api?: readonly string[] | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; }>[]; }>[]; description?: string | undefined; }>"
|
||||
"; privileges: readonly Readonly<{ id: string; name: string; includeIn: \"none\" | \"read\" | \"all\"; minimumLicense?: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined; alerting?: Readonly<{ rule?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; alert?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; }> | undefined; cases?: Readonly<{ all?: readonly string[] | undefined; push?: readonly string[] | undefined; create?: readonly string[] | undefined; read?: readonly string[] | undefined; update?: readonly string[] | undefined; delete?: readonly string[] | undefined; settings?: readonly string[] | undefined; }> | undefined; disabled?: boolean | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; app?: readonly string[] | undefined; ui: readonly string[]; catalogue?: readonly string[] | undefined; requireAllSpaces?: boolean | undefined; api?: readonly string[] | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; }>[]; }>[]; description?: string | undefined; }>"
|
||||
],
|
||||
"path": "x-pack/plugins/features/common/sub_feature.ts",
|
||||
"deprecated": false,
|
||||
|
@ -3440,7 +3593,7 @@
|
|||
"section": "def-common.SubFeaturePrivilegeGroupType",
|
||||
"text": "SubFeaturePrivilegeGroupType"
|
||||
},
|
||||
"; privileges: readonly Readonly<{ id: string; name: string; includeIn: \"none\" | \"read\" | \"all\"; minimumLicense?: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined; alerting?: Readonly<{ rule?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; alert?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; }> | undefined; cases?: Readonly<{ all?: readonly string[] | undefined; push?: readonly string[] | undefined; create?: readonly string[] | undefined; read?: readonly string[] | undefined; update?: readonly string[] | undefined; delete?: readonly string[] | undefined; settings?: readonly string[] | undefined; }> | undefined; disabled?: boolean | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; ui: readonly string[]; catalogue?: readonly string[] | undefined; app?: readonly string[] | undefined; requireAllSpaces?: boolean | undefined; api?: readonly string[] | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; }>[]; }>[]"
|
||||
"; privileges: readonly Readonly<{ id: string; name: string; includeIn: \"none\" | \"read\" | \"all\"; minimumLicense?: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined; alerting?: Readonly<{ rule?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; alert?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; }> | undefined; cases?: Readonly<{ all?: readonly string[] | undefined; push?: readonly string[] | undefined; create?: readonly string[] | undefined; read?: readonly string[] | undefined; update?: readonly string[] | undefined; delete?: readonly string[] | undefined; settings?: readonly string[] | undefined; }> | undefined; disabled?: boolean | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; app?: readonly string[] | undefined; ui: readonly string[]; catalogue?: readonly string[] | undefined; requireAllSpaces?: boolean | undefined; api?: readonly string[] | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; }>[]; }>[]"
|
||||
],
|
||||
"path": "x-pack/plugins/features/common/sub_feature.ts",
|
||||
"deprecated": false,
|
||||
|
@ -3484,7 +3637,7 @@
|
|||
"section": "def-common.SubFeaturePrivilegeGroupType",
|
||||
"text": "SubFeaturePrivilegeGroupType"
|
||||
},
|
||||
"; privileges: readonly Readonly<{ id: string; name: string; includeIn: \"none\" | \"read\" | \"all\"; minimumLicense?: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined; alerting?: Readonly<{ rule?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; alert?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; }> | undefined; cases?: Readonly<{ all?: readonly string[] | undefined; push?: readonly string[] | undefined; create?: readonly string[] | undefined; read?: readonly string[] | undefined; update?: readonly string[] | undefined; delete?: readonly string[] | undefined; settings?: readonly string[] | undefined; }> | undefined; disabled?: boolean | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; ui: readonly string[]; catalogue?: readonly string[] | undefined; app?: readonly string[] | undefined; requireAllSpaces?: boolean | undefined; api?: readonly string[] | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; }>[]; }>[]; description?: string | undefined; }"
|
||||
"; privileges: readonly Readonly<{ id: string; name: string; includeIn: \"none\" | \"read\" | \"all\"; minimumLicense?: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined; alerting?: Readonly<{ rule?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; alert?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; }> | undefined; cases?: Readonly<{ all?: readonly string[] | undefined; push?: readonly string[] | undefined; create?: readonly string[] | undefined; read?: readonly string[] | undefined; update?: readonly string[] | undefined; delete?: readonly string[] | undefined; settings?: readonly string[] | undefined; }> | undefined; disabled?: boolean | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; app?: readonly string[] | undefined; ui: readonly string[]; catalogue?: readonly string[] | undefined; requireAllSpaces?: boolean | undefined; api?: readonly string[] | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; }>[]; }>[]; description?: string | undefined; }"
|
||||
],
|
||||
"path": "x-pack/plugins/features/common/sub_feature.ts",
|
||||
"deprecated": false,
|
||||
|
@ -4254,6 +4407,30 @@
|
|||
"path": "x-pack/plugins/features/common/kibana_feature.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "features",
|
||||
"id": "def-common.KibanaFeatureConfig.scope",
|
||||
"type": "Object",
|
||||
"tags": [],
|
||||
"label": "scope",
|
||||
"description": [
|
||||
"\nIndicates whether the feature is available in Security Feature Privileges and the Spaces Visibility Toggles."
|
||||
],
|
||||
"signature": [
|
||||
"readonly ",
|
||||
{
|
||||
"pluginId": "features",
|
||||
"scope": "common",
|
||||
"docId": "kibFeaturesPluginApi",
|
||||
"section": "def-common.KibanaFeatureScope",
|
||||
"text": "KibanaFeatureScope"
|
||||
},
|
||||
"[] | undefined"
|
||||
],
|
||||
"path": "x-pack/plugins/features/common/kibana_feature.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
|
@ -4508,7 +4685,22 @@
|
|||
"initialIsOpen": false
|
||||
}
|
||||
],
|
||||
"enums": [],
|
||||
"enums": [
|
||||
{
|
||||
"parentPluginId": "features",
|
||||
"id": "def-common.KibanaFeatureScope",
|
||||
"type": "Enum",
|
||||
"tags": [],
|
||||
"label": "KibanaFeatureScope",
|
||||
"description": [
|
||||
"\nEnum for allowed feature scope values.\nsecurity - The feature is available in Security Feature Privileges.\nspaces - The feature is available in the Spaces Visibility Toggles."
|
||||
],
|
||||
"path": "x-pack/plugins/features/common/kibana_feature.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"initialIsOpen": false
|
||||
}
|
||||
],
|
||||
"misc": [
|
||||
{
|
||||
"parentPluginId": "features",
|
||||
|
|
|
@ -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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'features']
|
||||
---
|
||||
import featuresObj from './features.devdocs.json';
|
||||
|
@ -21,7 +21,7 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core
|
|||
|
||||
| Public API count | Any count | Items lacking comments | Missing exports |
|
||||
|-------------------|-----------|------------------------|-----------------|
|
||||
| 247 | 0 | 102 | 2 |
|
||||
| 255 | 0 | 105 | 2 |
|
||||
|
||||
## Client
|
||||
|
||||
|
@ -37,6 +37,9 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core
|
|||
### Interfaces
|
||||
<DocDefinitionList data={featuresObj.client.interfaces}/>
|
||||
|
||||
### Enums
|
||||
<DocDefinitionList data={featuresObj.client.enums}/>
|
||||
|
||||
## Server
|
||||
|
||||
### Objects
|
||||
|
@ -56,6 +59,9 @@ Contact [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core
|
|||
### Interfaces
|
||||
<DocDefinitionList data={featuresObj.common.interfaces}/>
|
||||
|
||||
### Enums
|
||||
<DocDefinitionList data={featuresObj.common.enums}/>
|
||||
|
||||
### Consts, variables and types
|
||||
<DocDefinitionList data={featuresObj.common.misc}/>
|
||||
|
||||
|
|
|
@ -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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'fieldFormats']
|
||||
---
|
||||
import fieldFormatsObj from './field_formats.devdocs.json';
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'fileUpload']
|
||||
---
|
||||
import fileUploadObj from './file_upload.devdocs.json';
|
||||
|
|
|
@ -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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'filesManagement']
|
||||
---
|
||||
import filesManagementObj from './files_management.devdocs.json';
|
||||
|
|
|
@ -5885,7 +5885,7 @@
|
|||
"section": "def-server.Artifact",
|
||||
"text": "Artifact"
|
||||
},
|
||||
", \"identifier\" | \"decodedSha256\">>({ identifier, decodedSha256, }: T) => string"
|
||||
", \"decodedSha256\" | \"identifier\">>({ identifier, decodedSha256, }: T) => string"
|
||||
],
|
||||
"path": "x-pack/plugins/fleet/server/services/artifacts/mappings.ts",
|
||||
"deprecated": false,
|
||||
|
@ -6251,7 +6251,7 @@
|
|||
"section": "def-server.ElasticsearchClient",
|
||||
"text": "ElasticsearchClient"
|
||||
},
|
||||
" | undefined; withAgentCount?: boolean | undefined; }) => Promise<{ items: ",
|
||||
" | undefined; withAgentCount?: boolean | undefined; spaceId?: string | undefined; }) => Promise<{ items: ",
|
||||
{
|
||||
"pluginId": "fleet",
|
||||
"scope": "common",
|
||||
|
@ -6302,7 +6302,7 @@
|
|||
"section": "def-server.ElasticsearchClient",
|
||||
"text": "ElasticsearchClient"
|
||||
},
|
||||
" | undefined; withAgentCount?: boolean | undefined; }"
|
||||
" | undefined; withAgentCount?: boolean | undefined; spaceId?: string | undefined; }"
|
||||
],
|
||||
"path": "x-pack/plugins/fleet/server/services/agent_policy.ts",
|
||||
"deprecated": false,
|
||||
|
@ -11735,15 +11735,7 @@
|
|||
"\nRemove an output from all package policies that are using it, and replace the output by the default ones."
|
||||
],
|
||||
"signature": [
|
||||
"(soClient: ",
|
||||
{
|
||||
"pluginId": "@kbn/core-saved-objects-api-server",
|
||||
"scope": "server",
|
||||
"docId": "kibKbnCoreSavedObjectsApiServerPluginApi",
|
||||
"section": "def-server.SavedObjectsClientContract",
|
||||
"text": "SavedObjectsClientContract"
|
||||
},
|
||||
", esClient: ",
|
||||
"(esClient: ",
|
||||
{
|
||||
"pluginId": "@kbn/core-elasticsearch-server",
|
||||
"scope": "server",
|
||||
|
@ -11762,27 +11754,6 @@
|
|||
"id": "def-server.PackagePolicyClient.removeOutputFromAll.$1",
|
||||
"type": "Object",
|
||||
"tags": [],
|
||||
"label": "soClient",
|
||||
"description": [],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "@kbn/core-saved-objects-api-server",
|
||||
"scope": "server",
|
||||
"docId": "kibKbnCoreSavedObjectsApiServerPluginApi",
|
||||
"section": "def-server.SavedObjectsClientContract",
|
||||
"text": "SavedObjectsClientContract"
|
||||
}
|
||||
],
|
||||
"path": "x-pack/plugins/fleet/server/services/package_policy_service.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"isRequired": true
|
||||
},
|
||||
{
|
||||
"parentPluginId": "fleet",
|
||||
"id": "def-server.PackagePolicyClient.removeOutputFromAll.$2",
|
||||
"type": "Object",
|
||||
"tags": [],
|
||||
"label": "esClient",
|
||||
"description": [],
|
||||
"signature": [
|
||||
|
@ -11801,7 +11772,7 @@
|
|||
},
|
||||
{
|
||||
"parentPluginId": "fleet",
|
||||
"id": "def-server.PackagePolicyClient.removeOutputFromAll.$3",
|
||||
"id": "def-server.PackagePolicyClient.removeOutputFromAll.$2",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "outputId",
|
||||
|
@ -27995,7 +27966,7 @@
|
|||
"label": "PackageSpecCategory",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"\"connector\" | \"monitoring\" | \"security\" | \"observability\" | \"custom\" | \"infrastructure\" | \"cloud\" | \"enterprise_search\" | \"advanced_analytics_ueba\" | \"analytics_engine\" | \"application_observability\" | \"app_search\" | \"auditd\" | \"authentication\" | \"aws\" | \"azure\" | \"big_data\" | \"cdn_security\" | \"config_management\" | \"connector_client\" | \"containers\" | \"crawler\" | \"credential_management\" | \"crm\" | \"custom_logs\" | \"database_security\" | \"datastore\" | \"dns_security\" | \"edr_xdr\" | \"cloudsecurity_cdr\" | \"elasticsearch_sdk\" | \"elastic_stack\" | \"email_security\" | \"firewall_security\" | \"google_cloud\" | \"iam\" | \"ids_ips\" | \"java_observability\" | \"kubernetes\" | \"language_client\" | \"languages\" | \"load_balancer\" | \"message_queue\" | \"native_search\" | \"network\" | \"network_security\" | \"notification\" | \"os_system\" | \"process_manager\" | \"productivity\" | \"productivity_security\" | \"proxy_security\" | \"sdk_search\" | \"stream_processing\" | \"support\" | \"threat_intel\" | \"ticketing\" | \"version_control\" | \"virtualization\" | \"vpn_security\" | \"vulnerability_management\" | \"web\" | \"web_application_firewall\" | \"websphere\" | \"workplace_search_content_source\" | \"workplace_search\""
|
||||
"\"connector\" | \"monitoring\" | \"security\" | \"observability\" | \"custom\" | \"infrastructure\" | \"cloud\" | \"kubernetes\" | \"enterprise_search\" | \"advanced_analytics_ueba\" | \"analytics_engine\" | \"application_observability\" | \"app_search\" | \"auditd\" | \"authentication\" | \"aws\" | \"azure\" | \"big_data\" | \"cdn_security\" | \"config_management\" | \"connector_client\" | \"containers\" | \"crawler\" | \"credential_management\" | \"crm\" | \"custom_logs\" | \"database_security\" | \"datastore\" | \"dns_security\" | \"edr_xdr\" | \"cloudsecurity_cdr\" | \"elasticsearch_sdk\" | \"elastic_stack\" | \"email_security\" | \"firewall_security\" | \"google_cloud\" | \"iam\" | \"ids_ips\" | \"java_observability\" | \"language_client\" | \"languages\" | \"load_balancer\" | \"message_queue\" | \"native_search\" | \"network\" | \"network_security\" | \"notification\" | \"os_system\" | \"process_manager\" | \"productivity\" | \"productivity_security\" | \"proxy_security\" | \"sdk_search\" | \"stream_processing\" | \"support\" | \"threat_intel\" | \"ticketing\" | \"version_control\" | \"virtualization\" | \"vpn_security\" | \"vulnerability_management\" | \"web\" | \"web_application_firewall\" | \"websphere\" | \"workplace_search_content_source\" | \"workplace_search\""
|
||||
],
|
||||
"path": "x-pack/plugins/fleet/common/types/models/package_spec.ts",
|
||||
"deprecated": false,
|
||||
|
|
|
@ -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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
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 |
|
||||
|-------------------|-----------|------------------------|-----------------|
|
||||
| 1362 | 5 | 1239 | 74 |
|
||||
| 1361 | 5 | 1238 | 74 |
|
||||
|
||||
## Client
|
||||
|
||||
|
|
|
@ -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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'guidedOnboarding']
|
||||
---
|
||||
import guidedOnboardingObj from './guided_onboarding.devdocs.json';
|
||||
|
|
|
@ -1984,7 +1984,7 @@
|
|||
"section": "def-server.TutorialContext",
|
||||
"text": "TutorialContext"
|
||||
},
|
||||
") => Readonly<{ savedObjects?: any[] | undefined; euiIconType?: string | undefined; isBeta?: boolean | undefined; previewImagePath?: string | undefined; moduleName?: string | undefined; completionTimeMinutes?: number | undefined; elasticCloud?: Readonly<{ params?: Readonly<{ defaultValue?: any; } & { id: string; type: \"string\" | \"number\"; label: string; }>[] | undefined; } & { instructionSets: Readonly<{ title?: string | undefined; callOut?: Readonly<{ message?: string | undefined; iconType?: string | undefined; } & { title: string; }> | undefined; statusCheck?: Readonly<{ error?: string | undefined; text?: string | undefined; title?: string | undefined; success?: string | undefined; btnLabel?: string | undefined; } & { esHitsCheck: Readonly<{} & { index: string | string[]; query: Record<string, any>; }>; }> | undefined; } & { instructionVariants: Readonly<{ initialSelected?: boolean | undefined; } & { id: string; instructions: Readonly<{ title?: string | undefined; textPre?: string | undefined; commands?: string[] | undefined; textPost?: string | undefined; customComponentName?: string | undefined; } & {}>[]; }>[]; }>[]; }> | undefined; onPremElasticCloud?: Readonly<{ params?: Readonly<{ defaultValue?: any; } & { id: string; type: \"string\" | \"number\"; label: string; }>[] | undefined; } & { instructionSets: Readonly<{ title?: string | undefined; callOut?: Readonly<{ message?: string | undefined; iconType?: string | undefined; } & { title: string; }> | undefined; statusCheck?: Readonly<{ error?: string | undefined; text?: string | undefined; title?: string | undefined; success?: string | undefined; btnLabel?: string | undefined; } & { esHitsCheck: Readonly<{} & { index: string | string[]; query: Record<string, any>; }>; }> | undefined; } & { instructionVariants: Readonly<{ initialSelected?: boolean | undefined; } & { id: string; instructions: Readonly<{ title?: string | undefined; textPre?: string | undefined; commands?: string[] | undefined; textPost?: string | undefined; customComponentName?: string | undefined; } & {}>[]; }>[]; }>[]; }> | undefined; artifacts?: Readonly<{ application?: Readonly<{} & { path: string; label: string; }> | undefined; exportedFields?: Readonly<{} & { documentationUrl: string; }> | undefined; } & { dashboards: Readonly<{ linkLabel?: string | undefined; } & { id: string; isOverview: boolean; }>[]; }> | undefined; savedObjectsInstallMsg?: string | undefined; customStatusCheckName?: string | undefined; integrationBrowserCategories?: string[] | undefined; eprPackageOverlap?: string | undefined; } & { id: string; name: string; category: \"security\" | \"metrics\" | \"other\" | \"logging\"; shortDescription: string; longDescription: string; onPrem: Readonly<{ params?: Readonly<{ defaultValue?: any; } & { id: string; type: \"string\" | \"number\"; label: string; }>[] | undefined; } & { instructionSets: Readonly<{ title?: string | undefined; callOut?: Readonly<{ message?: string | undefined; iconType?: string | undefined; } & { title: string; }> | undefined; statusCheck?: Readonly<{ error?: string | undefined; text?: string | undefined; title?: string | undefined; success?: string | undefined; btnLabel?: string | undefined; } & { esHitsCheck: Readonly<{} & { index: string | string[]; query: Record<string, any>; }>; }> | undefined; } & { instructionVariants: Readonly<{ initialSelected?: boolean | undefined; } & { id: string; instructions: Readonly<{ title?: string | undefined; textPre?: string | undefined; commands?: string[] | undefined; textPost?: string | undefined; customComponentName?: string | undefined; } & {}>[]; }>[]; }>[]; }>; }>"
|
||||
") => Readonly<{ artifacts?: Readonly<{ application?: Readonly<{} & { path: string; label: string; }> | undefined; exportedFields?: Readonly<{} & { documentationUrl: string; }> | undefined; } & { dashboards: Readonly<{ linkLabel?: string | undefined; } & { id: string; isOverview: boolean; }>[]; }> | undefined; savedObjects?: any[] | undefined; euiIconType?: string | undefined; isBeta?: boolean | undefined; previewImagePath?: string | undefined; moduleName?: string | undefined; completionTimeMinutes?: number | undefined; elasticCloud?: Readonly<{ params?: Readonly<{ defaultValue?: any; } & { id: string; type: \"string\" | \"number\"; label: string; }>[] | undefined; } & { instructionSets: Readonly<{ title?: string | undefined; callOut?: Readonly<{ message?: string | undefined; iconType?: string | undefined; } & { title: string; }> | undefined; statusCheck?: Readonly<{ error?: string | undefined; text?: string | undefined; title?: string | undefined; success?: string | undefined; btnLabel?: string | undefined; } & { esHitsCheck: Readonly<{} & { index: string | string[]; query: Record<string, any>; }>; }> | undefined; } & { instructionVariants: Readonly<{ initialSelected?: boolean | undefined; } & { id: string; instructions: Readonly<{ title?: string | undefined; textPre?: string | undefined; commands?: string[] | undefined; textPost?: string | undefined; customComponentName?: string | undefined; } & {}>[]; }>[]; }>[]; }> | undefined; onPremElasticCloud?: Readonly<{ params?: Readonly<{ defaultValue?: any; } & { id: string; type: \"string\" | \"number\"; label: string; }>[] | undefined; } & { instructionSets: Readonly<{ title?: string | undefined; callOut?: Readonly<{ message?: string | undefined; iconType?: string | undefined; } & { title: string; }> | undefined; statusCheck?: Readonly<{ error?: string | undefined; text?: string | undefined; title?: string | undefined; success?: string | undefined; btnLabel?: string | undefined; } & { esHitsCheck: Readonly<{} & { index: string | string[]; query: Record<string, any>; }>; }> | undefined; } & { instructionVariants: Readonly<{ initialSelected?: boolean | undefined; } & { id: string; instructions: Readonly<{ title?: string | undefined; textPre?: string | undefined; commands?: string[] | undefined; textPost?: string | undefined; customComponentName?: string | undefined; } & {}>[]; }>[]; }>[]; }> | undefined; savedObjectsInstallMsg?: string | undefined; customStatusCheckName?: string | undefined; integrationBrowserCategories?: string[] | undefined; eprPackageOverlap?: string | undefined; } & { id: string; name: string; category: \"security\" | \"metrics\" | \"other\" | \"logging\"; shortDescription: string; longDescription: string; onPrem: Readonly<{ params?: Readonly<{ defaultValue?: any; } & { id: string; type: \"string\" | \"number\"; label: string; }>[] | undefined; } & { instructionSets: Readonly<{ title?: string | undefined; callOut?: Readonly<{ message?: string | undefined; iconType?: string | undefined; } & { title: string; }> | undefined; statusCheck?: Readonly<{ error?: string | undefined; text?: string | undefined; title?: string | undefined; success?: string | undefined; btnLabel?: string | undefined; } & { esHitsCheck: Readonly<{} & { index: string | string[]; query: Record<string, any>; }>; }> | undefined; } & { instructionVariants: Readonly<{ initialSelected?: boolean | undefined; } & { id: string; instructions: Readonly<{ title?: string | undefined; textPre?: string | undefined; commands?: string[] | undefined; textPost?: string | undefined; customComponentName?: string | undefined; } & {}>[]; }>[]; }>[]; }>; }>"
|
||||
],
|
||||
"path": "src/plugins/home/server/services/tutorials/lib/tutorials_registry_types.ts",
|
||||
"deprecated": false,
|
||||
|
@ -2022,7 +2022,7 @@
|
|||
"label": "TutorialSchema",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"{ readonly savedObjects?: any[] | undefined; readonly euiIconType?: string | undefined; readonly isBeta?: boolean | undefined; readonly previewImagePath?: string | undefined; readonly moduleName?: string | undefined; readonly completionTimeMinutes?: number | undefined; readonly elasticCloud?: Readonly<{ params?: Readonly<{ defaultValue?: any; } & { id: string; type: \"string\" | \"number\"; label: string; }>[] | undefined; } & { instructionSets: Readonly<{ title?: string | undefined; callOut?: Readonly<{ message?: string | undefined; iconType?: string | undefined; } & { title: string; }> | undefined; statusCheck?: Readonly<{ error?: string | undefined; text?: string | undefined; title?: string | undefined; success?: string | undefined; btnLabel?: string | undefined; } & { esHitsCheck: Readonly<{} & { index: string | string[]; query: Record<string, any>; }>; }> | undefined; } & { instructionVariants: Readonly<{ initialSelected?: boolean | undefined; } & { id: string; instructions: Readonly<{ title?: string | undefined; textPre?: string | undefined; commands?: string[] | undefined; textPost?: string | undefined; customComponentName?: string | undefined; } & {}>[]; }>[]; }>[]; }> | undefined; readonly onPremElasticCloud?: Readonly<{ params?: Readonly<{ defaultValue?: any; } & { id: string; type: \"string\" | \"number\"; label: string; }>[] | undefined; } & { instructionSets: Readonly<{ title?: string | undefined; callOut?: Readonly<{ message?: string | undefined; iconType?: string | undefined; } & { title: string; }> | undefined; statusCheck?: Readonly<{ error?: string | undefined; text?: string | undefined; title?: string | undefined; success?: string | undefined; btnLabel?: string | undefined; } & { esHitsCheck: Readonly<{} & { index: string | string[]; query: Record<string, any>; }>; }> | undefined; } & { instructionVariants: Readonly<{ initialSelected?: boolean | undefined; } & { id: string; instructions: Readonly<{ title?: string | undefined; textPre?: string | undefined; commands?: string[] | undefined; textPost?: string | undefined; customComponentName?: string | undefined; } & {}>[]; }>[]; }>[]; }> | undefined; readonly artifacts?: Readonly<{ application?: Readonly<{} & { path: string; label: string; }> | undefined; exportedFields?: Readonly<{} & { documentationUrl: string; }> | undefined; } & { dashboards: Readonly<{ linkLabel?: string | undefined; } & { id: string; isOverview: boolean; }>[]; }> | undefined; readonly savedObjectsInstallMsg?: string | undefined; readonly customStatusCheckName?: string | undefined; readonly integrationBrowserCategories?: string[] | undefined; readonly eprPackageOverlap?: string | undefined; readonly id: string; readonly name: string; readonly category: \"security\" | \"metrics\" | \"other\" | \"logging\"; readonly shortDescription: string; readonly longDescription: string; readonly onPrem: Readonly<{ params?: Readonly<{ defaultValue?: any; } & { id: string; type: \"string\" | \"number\"; label: string; }>[] | undefined; } & { instructionSets: Readonly<{ title?: string | undefined; callOut?: Readonly<{ message?: string | undefined; iconType?: string | undefined; } & { title: string; }> | undefined; statusCheck?: Readonly<{ error?: string | undefined; text?: string | undefined; title?: string | undefined; success?: string | undefined; btnLabel?: string | undefined; } & { esHitsCheck: Readonly<{} & { index: string | string[]; query: Record<string, any>; }>; }> | undefined; } & { instructionVariants: Readonly<{ initialSelected?: boolean | undefined; } & { id: string; instructions: Readonly<{ title?: string | undefined; textPre?: string | undefined; commands?: string[] | undefined; textPost?: string | undefined; customComponentName?: string | undefined; } & {}>[]; }>[]; }>[]; }>; }"
|
||||
"{ readonly artifacts?: Readonly<{ application?: Readonly<{} & { path: string; label: string; }> | undefined; exportedFields?: Readonly<{} & { documentationUrl: string; }> | undefined; } & { dashboards: Readonly<{ linkLabel?: string | undefined; } & { id: string; isOverview: boolean; }>[]; }> | undefined; readonly savedObjects?: any[] | undefined; readonly euiIconType?: string | undefined; readonly isBeta?: boolean | undefined; readonly previewImagePath?: string | undefined; readonly moduleName?: string | undefined; readonly completionTimeMinutes?: number | undefined; readonly elasticCloud?: Readonly<{ params?: Readonly<{ defaultValue?: any; } & { id: string; type: \"string\" | \"number\"; label: string; }>[] | undefined; } & { instructionSets: Readonly<{ title?: string | undefined; callOut?: Readonly<{ message?: string | undefined; iconType?: string | undefined; } & { title: string; }> | undefined; statusCheck?: Readonly<{ error?: string | undefined; text?: string | undefined; title?: string | undefined; success?: string | undefined; btnLabel?: string | undefined; } & { esHitsCheck: Readonly<{} & { index: string | string[]; query: Record<string, any>; }>; }> | undefined; } & { instructionVariants: Readonly<{ initialSelected?: boolean | undefined; } & { id: string; instructions: Readonly<{ title?: string | undefined; textPre?: string | undefined; commands?: string[] | undefined; textPost?: string | undefined; customComponentName?: string | undefined; } & {}>[]; }>[]; }>[]; }> | undefined; readonly onPremElasticCloud?: Readonly<{ params?: Readonly<{ defaultValue?: any; } & { id: string; type: \"string\" | \"number\"; label: string; }>[] | undefined; } & { instructionSets: Readonly<{ title?: string | undefined; callOut?: Readonly<{ message?: string | undefined; iconType?: string | undefined; } & { title: string; }> | undefined; statusCheck?: Readonly<{ error?: string | undefined; text?: string | undefined; title?: string | undefined; success?: string | undefined; btnLabel?: string | undefined; } & { esHitsCheck: Readonly<{} & { index: string | string[]; query: Record<string, any>; }>; }> | undefined; } & { instructionVariants: Readonly<{ initialSelected?: boolean | undefined; } & { id: string; instructions: Readonly<{ title?: string | undefined; textPre?: string | undefined; commands?: string[] | undefined; textPost?: string | undefined; customComponentName?: string | undefined; } & {}>[]; }>[]; }>[]; }> | undefined; readonly savedObjectsInstallMsg?: string | undefined; readonly customStatusCheckName?: string | undefined; readonly integrationBrowserCategories?: string[] | undefined; readonly eprPackageOverlap?: string | undefined; readonly id: string; readonly name: string; readonly category: \"security\" | \"metrics\" | \"other\" | \"logging\"; readonly shortDescription: string; readonly longDescription: string; readonly onPrem: Readonly<{ params?: Readonly<{ defaultValue?: any; } & { id: string; type: \"string\" | \"number\"; label: string; }>[] | undefined; } & { instructionSets: Readonly<{ title?: string | undefined; callOut?: Readonly<{ message?: string | undefined; iconType?: string | undefined; } & { title: string; }> | undefined; statusCheck?: Readonly<{ error?: string | undefined; text?: string | undefined; title?: string | undefined; success?: string | undefined; btnLabel?: string | undefined; } & { esHitsCheck: Readonly<{} & { index: string | string[]; query: Record<string, any>; }>; }> | undefined; } & { instructionVariants: Readonly<{ initialSelected?: boolean | undefined; } & { id: string; instructions: Readonly<{ title?: string | undefined; textPre?: string | undefined; commands?: string[] | undefined; textPost?: string | undefined; customComponentName?: string | undefined; } & {}>[]; }>[]; }>[]; }>; }"
|
||||
],
|
||||
"path": "src/plugins/home/server/services/tutorials/lib/tutorial_schema.ts",
|
||||
"deprecated": false,
|
||||
|
|
|
@ -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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
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: 2024-09-12
|
||||
date: 2024-09-13
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'indexManagement']
|
||||
---
|
||||
import indexManagementObj from './index_management.devdocs.json';
|
||||
|
|
|
@ -209,7 +209,13 @@
|
|||
"description": [],
|
||||
"signature": [
|
||||
"({\n client,\n connectorId,\n tools,\n toolChoice,\n logger,\n ...rest\n}: { client: Pick<",
|
||||
"InferenceClient",
|
||||
{
|
||||
"pluginId": "inference",
|
||||
"scope": "server",
|
||||
"docId": "kibInferencePluginApi",
|
||||
"section": "def-server.InferenceClient",
|
||||
"text": "InferenceClient"
|
||||
},
|
||||
", \"output\" | \"chatComplete\">; connectorId: string; logger: Pick<",
|
||||
{
|
||||
"pluginId": "@kbn/logging",
|
||||
|
@ -243,7 +249,13 @@
|
|||
"description": [],
|
||||
"signature": [
|
||||
"{ client: Pick<",
|
||||
"InferenceClient",
|
||||
{
|
||||
"pluginId": "inference",
|
||||
"scope": "server",
|
||||
"docId": "kibInferencePluginApi",
|
||||
"section": "def-server.InferenceClient",
|
||||
"text": "InferenceClient"
|
||||
},
|
||||
", \"output\" | \"chatComplete\">; connectorId: string; logger: Pick<",
|
||||
{
|
||||
"pluginId": "@kbn/logging",
|
||||
|
@ -302,9 +314,9 @@
|
|||
"signature": [
|
||||
"() => ",
|
||||
"OperatorFunction",
|
||||
"<T, Exclude<T, ",
|
||||
"OutputUpdateEvent",
|
||||
"<string>>>"
|
||||
"<T, Exclude<T, { id: string; content: string; } & { type: ",
|
||||
"OutputEventType",
|
||||
".OutputUpdate; }>>"
|
||||
],
|
||||
"path": "x-pack/plugins/inference/common/output/without_output_update_events.ts",
|
||||
"deprecated": false,
|
||||
|
@ -335,7 +347,182 @@
|
|||
"initialIsOpen": false
|
||||
}
|
||||
],
|
||||
"interfaces": [],
|
||||
"interfaces": [
|
||||
{
|
||||
"parentPluginId": "inference",
|
||||
"id": "def-server.InferenceClient",
|
||||
"type": "Interface",
|
||||
"tags": [],
|
||||
"label": "InferenceClient",
|
||||
"description": [],
|
||||
"path": "x-pack/plugins/inference/server/types.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "inference",
|
||||
"id": "def-server.InferenceClient.chatComplete",
|
||||
"type": "Function",
|
||||
"tags": [],
|
||||
"label": "chatComplete",
|
||||
"description": [
|
||||
"\n`chatComplete` requests the LLM to generate a response to\na prompt or conversation, which might be plain text\nor a tool call, or a combination of both."
|
||||
],
|
||||
"signature": [
|
||||
"<TToolOptions extends ",
|
||||
"ToolOptions",
|
||||
"<string> = ",
|
||||
"ToolOptions",
|
||||
"<string>>(options: { connectorId: string; system?: string | undefined; messages: ",
|
||||
{
|
||||
"pluginId": "inference",
|
||||
"scope": "common",
|
||||
"docId": "kibInferencePluginApi",
|
||||
"section": "def-common.Message",
|
||||
"text": "Message"
|
||||
},
|
||||
"[]; } & TToolOptions) => ",
|
||||
"ChatCompletionResponse",
|
||||
"<TToolOptions>"
|
||||
],
|
||||
"path": "x-pack/plugins/inference/server/types.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "inference",
|
||||
"id": "def-server.InferenceClient.chatComplete.$1",
|
||||
"type": "CompoundType",
|
||||
"tags": [],
|
||||
"label": "options",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"{ connectorId: string; system?: string | undefined; messages: ",
|
||||
{
|
||||
"pluginId": "inference",
|
||||
"scope": "common",
|
||||
"docId": "kibInferencePluginApi",
|
||||
"section": "def-common.Message",
|
||||
"text": "Message"
|
||||
},
|
||||
"[]; } & TToolOptions"
|
||||
],
|
||||
"path": "x-pack/plugins/inference/common/chat_complete/index.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "inference",
|
||||
"id": "def-server.InferenceClient.output",
|
||||
"type": "Function",
|
||||
"tags": [],
|
||||
"label": "output",
|
||||
"description": [
|
||||
"\n`output` asks the LLM to generate a structured (JSON)\nresponse based on a schema and a prompt or conversation."
|
||||
],
|
||||
"signature": [
|
||||
"<TId extends string = string, TOutputSchema extends ToolSchemaTypeObject | undefined = ToolSchemaTypeObject | undefined>(id: TId, options: { connectorId: string; system?: string | undefined; input: string; schema?: TOutputSchema | undefined; previousMessages?: ",
|
||||
{
|
||||
"pluginId": "inference",
|
||||
"scope": "common",
|
||||
"docId": "kibInferencePluginApi",
|
||||
"section": "def-common.Message",
|
||||
"text": "Message"
|
||||
},
|
||||
"[] | undefined; }) => ",
|
||||
"Observable",
|
||||
"<",
|
||||
"OutputEvent",
|
||||
"<TId, TOutputSchema extends ToolSchemaTypeObject ? ",
|
||||
"FromToolSchema",
|
||||
"<TOutputSchema> : undefined>>"
|
||||
],
|
||||
"path": "x-pack/plugins/inference/server/types.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "inference",
|
||||
"id": "def-server.InferenceClient.output.$1",
|
||||
"type": "Uncategorized",
|
||||
"tags": [],
|
||||
"label": "id",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"TId"
|
||||
],
|
||||
"path": "x-pack/plugins/inference/common/output/index.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "inference",
|
||||
"id": "def-server.InferenceClient.output.$2",
|
||||
"type": "Object",
|
||||
"tags": [],
|
||||
"label": "options",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"{ connectorId: string; system?: string | undefined; input: string; schema?: TOutputSchema | undefined; previousMessages?: ",
|
||||
{
|
||||
"pluginId": "inference",
|
||||
"scope": "common",
|
||||
"docId": "kibInferencePluginApi",
|
||||
"section": "def-common.Message",
|
||||
"text": "Message"
|
||||
},
|
||||
"[] | undefined; }"
|
||||
],
|
||||
"path": "x-pack/plugins/inference/common/output/index.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "inference",
|
||||
"id": "def-server.InferenceClient.getConnectorById",
|
||||
"type": "Function",
|
||||
"tags": [],
|
||||
"label": "getConnectorById",
|
||||
"description": [
|
||||
"\n`getConnectorById` returns an inference connector by id.\nNon-inference connectors will throw an error."
|
||||
],
|
||||
"signature": [
|
||||
"(id: string) => Promise<",
|
||||
"InferenceConnector",
|
||||
">"
|
||||
],
|
||||
"path": "x-pack/plugins/inference/server/types.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "inference",
|
||||
"id": "def-server.InferenceClient.getConnectorById.$1",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "id",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"string"
|
||||
],
|
||||
"path": "x-pack/plugins/inference/server/types.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"isRequired": true
|
||||
}
|
||||
],
|
||||
"returnComment": []
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
}
|
||||
],
|
||||
"enums": [],
|
||||
"misc": [],
|
||||
"objects": [],
|
||||
|
@ -375,7 +562,13 @@
|
|||
],
|
||||
"signature": [
|
||||
"(options: InferenceClientCreateOptions) => ",
|
||||
"InferenceClient"
|
||||
{
|
||||
"pluginId": "inference",
|
||||
"scope": "server",
|
||||
"docId": "kibInferencePluginApi",
|
||||
"section": "def-server.InferenceClient",
|
||||
"text": "InferenceClient"
|
||||
}
|
||||
],
|
||||
"path": "x-pack/plugins/inference/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