API Doc Fixes (#109685)

* Fixes

- Fix bad formatting of deprecated apis by plugin
- Collect deprecated apis recursively
- Include unreferenced apis in Deprecated apis by API page.

* Fix unreferenced dep list

* check in updated docs

* Fix the issue with saved objects management plugin docs not being included

* adding the new docs after fixing some docs missing

* update api docs
This commit is contained in:
Stacey Gammon 2021-08-24 13:42:23 -04:00 committed by GitHub
parent 09fda96254
commit e097adbb6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
193 changed files with 26828 additions and 21710 deletions

View file

@ -653,7 +653,7 @@
"label": "ActionParamsType",
"description": [],
"signature": [
"{ readonly to: string[]; readonly message: string; readonly cc: string[]; readonly bcc: string[]; readonly subject: string; readonly kibanaFooterLink: Readonly<{} & { text: string; path: string; }>; }"
"{ readonly to: string[]; readonly message: string; readonly cc: string[]; readonly bcc: string[]; readonly subject: string; readonly kibanaFooterLink: Readonly<{} & { path: string; text: string; }>; }"
],
"path": "x-pack/plugins/actions/server/builtin_action_types/email.ts",
"deprecated": false,

View file

@ -12,7 +12,7 @@ import actionsObj from './actions.json';
Contact [Kibana Alerting](https://github.com/orgs/elastic/teams/kibana-alerting-services) for questions regarding this plugin.
**Code health stats**

View file

@ -326,7 +326,7 @@
"id": "def-server.AlertingAuthorization.Unnamed.$1",
"type": "Object",
"tags": [],
"label": "{\n ruleTypeRegistry,\n request,\n authorization,\n features,\n auditLogger,\n getSpace,\n getSpaceId,\n exemptConsumerIds,\n }",
"label": "{\n ruleTypeRegistry,\n request,\n authorization,\n features,\n auditLogger,\n getSpace,\n getSpaceId,\n }",
"description": [],
"signature": [
"ConstructorOptions"
@ -555,6 +555,114 @@
],
"returnComment": []
},
{
"parentPluginId": "alerting",
"id": "def-server.AlertingAuthorization.getAuthorizationFilter",
"type": "Function",
"tags": [],
"label": "getAuthorizationFilter",
"description": [],
"signature": [
"(authorizationEntity: ",
{
"pluginId": "alerting",
"scope": "server",
"docId": "kibAlertingPluginApi",
"section": "def-server.AlertingAuthorizationEntity",
"text": "AlertingAuthorizationEntity"
},
", filterOpts: ",
"AlertingAuthorizationFilterOpts",
", operation: ",
{
"pluginId": "alerting",
"scope": "server",
"docId": "kibAlertingPluginApi",
"section": "def-server.ReadOperations",
"text": "ReadOperations"
},
" | ",
{
"pluginId": "alerting",
"scope": "server",
"docId": "kibAlertingPluginApi",
"section": "def-server.WriteOperations",
"text": "WriteOperations"
},
") => Promise<{ filter?: ",
"KueryNode",
" | ",
"JsonObject",
" | undefined; ensureRuleTypeIsAuthorized: (ruleTypeId: string, consumer: string, auth: string) => void; logSuccessfulAuthorization: () => void; }>"
],
"path": "x-pack/plugins/alerting/server/authorization/alerting_authorization.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "alerting",
"id": "def-server.AlertingAuthorization.getAuthorizationFilter.$1",
"type": "Enum",
"tags": [],
"label": "authorizationEntity",
"description": [],
"signature": [
{
"pluginId": "alerting",
"scope": "server",
"docId": "kibAlertingPluginApi",
"section": "def-server.AlertingAuthorizationEntity",
"text": "AlertingAuthorizationEntity"
}
],
"path": "x-pack/plugins/alerting/server/authorization/alerting_authorization.ts",
"deprecated": false,
"isRequired": true
},
{
"parentPluginId": "alerting",
"id": "def-server.AlertingAuthorization.getAuthorizationFilter.$2",
"type": "Object",
"tags": [],
"label": "filterOpts",
"description": [],
"signature": [
"AlertingAuthorizationFilterOpts"
],
"path": "x-pack/plugins/alerting/server/authorization/alerting_authorization.ts",
"deprecated": false,
"isRequired": true
},
{
"parentPluginId": "alerting",
"id": "def-server.AlertingAuthorization.getAuthorizationFilter.$3",
"type": "CompoundType",
"tags": [],
"label": "operation",
"description": [],
"signature": [
{
"pluginId": "alerting",
"scope": "server",
"docId": "kibAlertingPluginApi",
"section": "def-server.ReadOperations",
"text": "ReadOperations"
},
" | ",
{
"pluginId": "alerting",
"scope": "server",
"docId": "kibAlertingPluginApi",
"section": "def-server.WriteOperations",
"text": "WriteOperations"
}
],
"path": "x-pack/plugins/alerting/server/authorization/alerting_authorization.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "alerting",
"id": "def-server.AlertingAuthorization.filterByRuleTypeAuthorization",
@ -1616,7 +1724,7 @@
"section": "def-server.RulesClient",
"text": "RulesClient"
},
", \"get\" | \"delete\" | \"create\" | \"find\" | \"update\" | \"aggregate\" | \"enable\" | \"disable\" | \"muteAll\" | \"getAlertState\" | \"getAlertInstanceSummary\" | \"updateApiKey\" | \"unmuteAll\" | \"muteInstance\" | \"unmuteInstance\" | \"listAlertTypes\">"
", \"get\" | \"delete\" | \"create\" | \"find\" | \"resolve\" | \"update\" | \"aggregate\" | \"enable\" | \"disable\" | \"muteAll\" | \"getAlertState\" | \"getAlertInstanceSummary\" | \"updateApiKey\" | \"unmuteAll\" | \"muteInstance\" | \"unmuteInstance\" | \"listAlertTypes\" | \"getSpaceId\">"
],
"path": "x-pack/plugins/alerting/server/plugin.ts",
"deprecated": false,
@ -1669,7 +1777,7 @@
"section": "def-server.AlertingAuthorization",
"text": "AlertingAuthorization"
},
", \"ensureAuthorized\" | \"getSpaceId\" | \"getAugmentedRuleTypesWithAuthorization\" | \"getFindAuthorizationFilter\" | \"filterByRuleTypeAuthorization\">"
", \"ensureAuthorized\" | \"getSpaceId\" | \"getAugmentedRuleTypesWithAuthorization\" | \"getFindAuthorizationFilter\" | \"getAuthorizationFilter\" | \"filterByRuleTypeAuthorization\">"
],
"path": "x-pack/plugins/alerting/server/plugin.ts",
"deprecated": false,
@ -2022,6 +2130,14 @@
"section": "def-server.FindResult",
"text": "FindResult"
},
"<Params>>; resolve: <Params extends Record<string, unknown> = never>({ id, }: { id: string; }) => Promise<",
{
"pluginId": "alerting",
"scope": "common",
"docId": "kibAlertingPluginApi",
"section": "def-common.ResolvedSanitizedRule",
"text": "ResolvedSanitizedRule"
},
"<Params>>; update: <Params extends Record<string, unknown> = never>({ id, data, }: ",
"UpdateOptions",
"<Params>) => Promise<",
@ -2052,7 +2168,7 @@
"MuteOptions",
") => Promise<void>; listAlertTypes: () => Promise<Set<",
"RegistryAlertTypeWithAuth",
">>; }"
">>; getSpaceId: () => string | undefined; }"
],
"path": "x-pack/plugins/alerting/server/index.ts",
"deprecated": false,
@ -3861,6 +3977,36 @@
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "alerting",
"id": "def-common.ResolvedSanitizedRule",
"type": "Type",
"tags": [],
"label": "ResolvedSanitizedRule",
"description": [],
"signature": [
"Pick<",
{
"pluginId": "alerting",
"scope": "common",
"docId": "kibAlertingPluginApi",
"section": "def-common.Alert",
"text": "Alert"
},
"<Params>, \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"throttle\" | \"tags\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"notifyWhen\" | \"muteAll\" | \"mutedInstanceIds\" | \"executionStatus\"> & Pick<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreSavedObjectsPluginApi",
"section": "def-server.SavedObjectsResolveResponse",
"text": "SavedObjectsResolveResponse"
},
"<unknown>, \"outcome\" | \"alias_target_id\">"
],
"path": "x-pack/plugins/alerting/common/alert.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "alerting",
"id": "def-common.SanitizedAlert",

View file

@ -12,13 +12,13 @@ import alertingObj from './alerting.json';
Contact [Kibana Alerting](https://github.com/orgs/elastic/teams/kibana-alerting-services) for questions regarding this plugin.
**Code health stats**
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 243 | 0 | 235 | 16 |
| 248 | 0 | 240 | 16 |
## Client

File diff suppressed because it is too large Load diff

View file

@ -6,7 +6,33 @@
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
"objects": [],
"setup": {
"parentPluginId": "apmOss",
"id": "def-public.ApmOssPluginSetup",
"type": "Interface",
"tags": [],
"label": "ApmOssPluginSetup",
"description": [],
"path": "src/plugins/apm_oss/public/types.ts",
"deprecated": false,
"children": [],
"lifecycle": "setup",
"initialIsOpen": true
},
"start": {
"parentPluginId": "apmOss",
"id": "def-public.ApmOssPluginStart",
"type": "Interface",
"tags": [],
"label": "ApmOssPluginStart",
"description": [],
"path": "src/plugins/apm_oss/public/types.ts",
"deprecated": false,
"children": [],
"lifecycle": "start",
"initialIsOpen": true
}
},
"server": {
"classes": [],

View file

@ -18,7 +18,15 @@ Contact APM UI for questions regarding this plugin.
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 4 | 0 | 4 | 0 |
| 6 | 0 | 6 | 0 |
## Client
### Setup
<DocDefinitionList data={[apmOssObj.client.setup]}/>
### Start
<DocDefinitionList data={[apmOssObj.client.start]}/>
## Server

View file

@ -12,7 +12,7 @@ import bannersObj from './banners.json';
Contact [Kibana Core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin.
**Code health stats**

View file

@ -10,9 +10,9 @@ warning: This document is auto-generated and is meant to be viewed inside our ex
---
import canvasObj from './canvas.json';
Adds Canvas application to Kibana
Contact [Kibana Presentation](https://github.com/orgs/elastic/teams/kibana-presentation) for questions regarding this plugin.
**Code health stats**

View file

@ -530,6 +530,21 @@
"description": [],
"path": "x-pack/plugins/cases/public/components/all_cases/selector_modal/index.tsx",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-public.AllCasesSelectorModalProps.onClose",
"type": "Function",
"tags": [],
"label": "onClose",
"description": [],
"signature": [
"(() => void) | undefined"
],
"path": "x-pack/plugins/cases/public/components/all_cases/selector_modal/index.tsx",
"deprecated": false,
"children": [],
"returnComment": []
}
],
"initialIsOpen": false
@ -2731,6 +2746,32 @@
],
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CasesUiConfigType",
"type": "Interface",
"tags": [],
"label": "CasesUiConfigType",
"description": [],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "cases",
"id": "def-common.CasesUiConfigType.markdownPlugins",
"type": "Object",
"tags": [],
"label": "markdownPlugins",
"description": [],
"signature": [
"{ lens: boolean; }"
],
"path": "x-pack/plugins/cases/common/ui/types.ts",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CaseUserActions",
@ -3019,78 +3060,6 @@
],
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.ESCaseConnector",
"type": "Interface",
"tags": [],
"label": "ESCaseConnector",
"description": [],
"path": "x-pack/plugins/cases/common/api/connectors/index.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "cases",
"id": "def-common.ESCaseConnector.id",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"path": "x-pack/plugins/cases/common/api/connectors/index.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.ESCaseConnector.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"path": "x-pack/plugins/cases/common/api/connectors/index.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.ESCaseConnector.type",
"type": "Enum",
"tags": [],
"label": "type",
"description": [],
"signature": [
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
}
],
"path": "x-pack/plugins/cases/common/api/connectors/index.ts",
"deprecated": false
},
{
"parentPluginId": "cases",
"id": "def-common.ESCaseConnector.fields",
"type": "CompoundType",
"tags": [],
"label": "fields",
"description": [],
"signature": [
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ESConnectorFields",
"text": "ESConnectorFields"
},
" | null"
],
"path": "x-pack/plugins/cases/common/api/connectors/index.ts",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.FetchCasesProps",
@ -4848,7 +4817,7 @@
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".swimlane; fields: { caseId: string | null; } | null; }); settings: { syncAlerts: boolean; }; owner: string; } & { closed_at: string | null; closed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; external_service: ({ connector_id: string; connector_name: string; external_id: string; external_title: string; external_url: string; } & { pushed_at: string; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; }) | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; }"
".swimlane; fields: { caseId: string | null; } | null; }); settings: { syncAlerts: boolean; }; owner: string; } & { closed_at: string | null; closed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; external_service: { connector_id: string | null; connector_name: string; external_id: string; external_title: string; external_url: string; pushed_at: string; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; }"
],
"path": "x-pack/plugins/cases/common/api/cases/case.ts",
"deprecated": false,
@ -4938,7 +4907,7 @@
"label": "CaseFullExternalService",
"description": [],
"signature": [
"({ connector_id: string; connector_name: string; external_id: string; external_title: string; external_url: string; } & { pushed_at: string; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; }) | null"
"{ connector_id: string | null; connector_name: string; external_id: string; external_title: string; external_url: string; pushed_at: string; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; } | null"
],
"path": "x-pack/plugins/cases/common/api/cases/case.ts",
"deprecated": false,
@ -5164,7 +5133,7 @@
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".swimlane; fields: { caseId: string | null; } | null; }); settings: { syncAlerts: boolean; }; owner: string; } & { closed_at: string | null; closed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; external_service: ({ connector_id: string; connector_name: string; external_id: string; external_title: string; external_url: string; } & { pushed_at: string; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; }) | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; totalComment: number; totalAlerts: number; version: string; } & { subCaseIds?: string[] | undefined; subCases?: ({ status: ",
".swimlane; fields: { caseId: string | null; } | null; }); settings: { syncAlerts: boolean; }; owner: string; } & { closed_at: string | null; closed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; external_service: { connector_id: string | null; connector_name: string; external_id: string; external_title: string; external_url: string; pushed_at: string; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; totalComment: number; totalAlerts: number; version: string; } & { subCaseIds?: string[] | undefined; subCases?: ({ status: ",
{
"pluginId": "cases",
"scope": "common",
@ -5894,7 +5863,7 @@
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".swimlane; fields: { caseId: string | null; } | null; }); settings: { syncAlerts: boolean; }; owner: string; } & { closed_at: string | null; closed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; external_service: ({ connector_id: string; connector_name: string; external_id: string; external_title: string; external_url: string; } & { pushed_at: string; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; }) | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; totalComment: number; totalAlerts: number; version: string; } & { subCaseIds?: string[] | undefined; subCases?: ({ status: ",
".swimlane; fields: { caseId: string | null; } | null; }); settings: { syncAlerts: boolean; }; owner: string; } & { closed_at: string | null; closed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; external_service: { connector_id: string | null; connector_name: string; external_id: string; external_title: string; external_url: string; pushed_at: string; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; totalComment: number; totalAlerts: number; version: string; } & { subCaseIds?: string[] | undefined; subCases?: ({ status: ",
{
"pluginId": "cases",
"scope": "common",
@ -6170,7 +6139,7 @@
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".swimlane; fields: { caseId: string | null; } | null; }); settings: { syncAlerts: boolean; }; owner: string; } & { closed_at: string | null; closed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; external_service: ({ connector_id: string; connector_name: string; external_id: string; external_title: string; external_url: string; } & { pushed_at: string; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; }) | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; totalComment: number; totalAlerts: number; version: string; } & { subCaseIds?: string[] | undefined; subCases?: ({ status: ",
".swimlane; fields: { caseId: string | null; } | null; }); settings: { syncAlerts: boolean; }; owner: string; } & { closed_at: string | null; closed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; external_service: { connector_id: string | null; connector_name: string; external_id: string; external_title: string; external_url: string; pushed_at: string; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; totalComment: number; totalAlerts: number; version: string; } & { subCaseIds?: string[] | undefined; subCases?: ({ status: ",
{
"pluginId": "cases",
"scope": "common",
@ -7366,282 +7335,6 @@
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.ESCaseAttributes",
"type": "Type",
"tags": [],
"label": "ESCaseAttributes",
"description": [],
"signature": [
"Pick<{ description: string; status: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
"; tags: string[]; title: string; type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseType",
"text": "CaseType"
},
"; connector: ({ id: string; name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".jira; fields: { issueType: string | null; priority: string | null; parent: string | null; } | null; }) | ({ id: string; name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".none; fields: null; }) | ({ id: string; name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".resilient; fields: { incidentTypes: string[] | null; severityCode: string | null; } | null; }) | ({ id: string; name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowITSM; fields: { impact: string | null; severity: string | null; urgency: string | null; category: string | null; subcategory: string | null; } | null; }) | ({ id: string; name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowSIR; fields: { category: string | null; destIp: boolean | null; malwareHash: boolean | null; malwareUrl: boolean | null; priority: string | null; sourceIp: boolean | null; subcategory: string | null; } | null; }) | ({ id: string; name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".swimlane; fields: { caseId: string | null; } | null; }); settings: { syncAlerts: boolean; }; owner: string; } & { closed_at: string | null; closed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; external_service: ({ connector_id: string; connector_name: string; external_id: string; external_title: string; external_url: string; } & { pushed_at: string; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; }) | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; }, \"type\" | \"status\" | \"description\" | \"title\" | \"updated_at\" | \"tags\" | \"settings\" | \"owner\" | \"created_at\" | \"created_by\" | \"updated_by\" | \"closed_at\" | \"closed_by\" | \"external_service\"> & { connector: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ESCaseConnector",
"text": "ESCaseConnector"
},
"; }"
],
"path": "x-pack/plugins/cases/common/api/cases/case.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.ESCaseConnectorTypes",
"type": "Type",
"tags": [],
"label": "ESCaseConnectorTypes",
"description": [],
"signature": [
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
}
],
"path": "x-pack/plugins/cases/common/api/connectors/index.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.ESCasePatchRequest",
"type": "Type",
"tags": [],
"label": "ESCasePatchRequest",
"description": [],
"signature": [
"Pick<{ description?: string | undefined; status?: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseStatuses",
"text": "CaseStatuses"
},
" | undefined; tags?: string[] | undefined; title?: string | undefined; type?: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.CaseType",
"text": "CaseType"
},
" | undefined; connector?: ({ id: string; name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".jira; fields: { issueType: string | null; priority: string | null; parent: string | null; } | null; }) | ({ id: string; name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".none; fields: null; }) | ({ id: string; name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".resilient; fields: { incidentTypes: string[] | null; severityCode: string | null; } | null; }) | ({ id: string; name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowITSM; fields: { impact: string | null; severity: string | null; urgency: string | null; category: string | null; subcategory: string | null; } | null; }) | ({ id: string; name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowSIR; fields: { category: string | null; destIp: boolean | null; malwareHash: boolean | null; malwareUrl: boolean | null; priority: string | null; sourceIp: boolean | null; subcategory: string | null; } | null; }) | ({ id: string; name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".swimlane; fields: { caseId: string | null; } | null; }) | undefined; settings?: { syncAlerts: boolean; } | undefined; owner?: string | undefined; } & { id: string; version: string; }, \"type\" | \"status\" | \"description\" | \"title\" | \"id\" | \"version\" | \"tags\" | \"settings\" | \"owner\"> & { connector?: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ESCaseConnector",
"text": "ESCaseConnector"
},
" | undefined; }"
],
"path": "x-pack/plugins/cases/common/api/cases/case.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.ESCasesConfigureAttributes",
"type": "Type",
"tags": [],
"label": "ESCasesConfigureAttributes",
"description": [],
"signature": [
"Pick<{ connector: ({ id: string; name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".jira; fields: { issueType: string | null; priority: string | null; parent: string | null; } | null; }) | ({ id: string; name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".none; fields: null; }) | ({ id: string; name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".resilient; fields: { incidentTypes: string[] | null; severityCode: string | null; } | null; }) | ({ id: string; name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowITSM; fields: { impact: string | null; severity: string | null; urgency: string | null; category: string | null; subcategory: string | null; } | null; }) | ({ id: string; name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".serviceNowSIR; fields: { category: string | null; destIp: boolean | null; malwareHash: boolean | null; malwareUrl: boolean | null; priority: string | null; sourceIp: boolean | null; subcategory: string | null; } | null; }) | ({ id: string; name: string; } & { type: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ConnectorTypes",
"text": "ConnectorTypes"
},
".swimlane; fields: { caseId: string | null; } | null; }); closure_type: \"close-by-user\" | \"close-by-pushing\"; } & { owner: string; } & { created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; }, \"updated_at\" | \"owner\" | \"created_at\" | \"created_by\" | \"updated_by\" | \"closure_type\"> & { connector: ",
{
"pluginId": "cases",
"scope": "common",
"docId": "kibCasesPluginApi",
"section": "def-common.ESCaseConnector",
"text": "ESCaseConnector"
},
"; }"
],
"path": "x-pack/plugins/cases/common/api/cases/configure.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.ESConnectorFields",
"type": "Type",
"tags": [],
"label": "ESConnectorFields",
"description": [],
"signature": [
"{ key: string; value: unknown; }[]"
],
"path": "x-pack/plugins/cases/common/api/connectors/index.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.ExternalServiceResponse",
@ -7800,6 +7493,17 @@
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.noneConnectorId",
"type": "string",
"tags": [],
"label": "noneConnectorId",
"description": [],
"path": "x-pack/plugins/cases/common/api/connectors/index.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.OWNER_FIELD",
@ -9997,12 +9701,14 @@
"]>; }>; external_service: ",
"UnionC",
"<[",
"IntersectionC",
"<[",
"TypeC",
"<{ connector_id: ",
"UnionC",
"<[",
"StringC",
"; connector_name: ",
", ",
"NullC",
"]>; connector_name: ",
"StringC",
"; external_id: ",
"StringC",
@ -10010,9 +9716,7 @@
"StringC",
"; external_url: ",
"StringC",
"; }>, ",
"TypeC",
"<{ pushed_at: ",
"; pushed_at: ",
"StringC",
"; pushed_by: ",
"TypeC",
@ -10040,7 +9744,7 @@
"NullC",
", ",
"StringC",
"]>; }>; }>]>, ",
"]>; }>; }>, ",
"NullC",
"]>; updated_at: ",
"UnionC",
@ -11389,6 +11093,63 @@
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CaseExternalServiceBasicRt",
"type": "Object",
"tags": [],
"label": "CaseExternalServiceBasicRt",
"description": [],
"signature": [
"TypeC",
"<{ connector_id: ",
"UnionC",
"<[",
"StringC",
", ",
"NullC",
"]>; connector_name: ",
"StringC",
"; external_id: ",
"StringC",
"; external_title: ",
"StringC",
"; external_url: ",
"StringC",
"; pushed_at: ",
"StringC",
"; pushed_by: ",
"TypeC",
"<{ email: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; full_name: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; username: ",
"UnionC",
"<[",
"UndefinedC",
", ",
"NullC",
", ",
"StringC",
"]>; }>; }>"
],
"path": "x-pack/plugins/cases/common/api/cases/case.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "cases",
"id": "def-common.CasePatchRequestRt",
@ -12378,12 +12139,14 @@
"]>; }>; external_service: ",
"UnionC",
"<[",
"IntersectionC",
"<[",
"TypeC",
"<{ connector_id: ",
"UnionC",
"<[",
"StringC",
"; connector_name: ",
", ",
"NullC",
"]>; connector_name: ",
"StringC",
"; external_id: ",
"StringC",
@ -12391,9 +12154,7 @@
"StringC",
"; external_url: ",
"StringC",
"; }>, ",
"TypeC",
"<{ pushed_at: ",
"; pushed_at: ",
"StringC",
"; pushed_by: ",
"TypeC",
@ -12421,7 +12182,7 @@
"NullC",
", ",
"StringC",
"]>; }>; }>]>, ",
"]>; }>; }>, ",
"NullC",
"]>; updated_at: ",
"UnionC",
@ -14961,12 +14722,14 @@
"]>; }>; external_service: ",
"UnionC",
"<[",
"IntersectionC",
"<[",
"TypeC",
"<{ connector_id: ",
"UnionC",
"<[",
"StringC",
"; connector_name: ",
", ",
"NullC",
"]>; connector_name: ",
"StringC",
"; external_id: ",
"StringC",
@ -14974,9 +14737,7 @@
"StringC",
"; external_url: ",
"StringC",
"; }>, ",
"TypeC",
"<{ pushed_at: ",
"; pushed_at: ",
"StringC",
"; pushed_by: ",
"TypeC",
@ -15004,7 +14765,7 @@
"NullC",
", ",
"StringC",
"]>; }>; }>]>, ",
"]>; }>; }>, ",
"NullC",
"]>; updated_at: ",
"UnionC",
@ -16925,12 +16686,14 @@
"]>; }>; external_service: ",
"UnionC",
"<[",
"IntersectionC",
"<[",
"TypeC",
"<{ connector_id: ",
"UnionC",
"<[",
"StringC",
"; connector_name: ",
", ",
"NullC",
"]>; connector_name: ",
"StringC",
"; external_id: ",
"StringC",
@ -16938,9 +16701,7 @@
"StringC",
"; external_url: ",
"StringC",
"; }>, ",
"TypeC",
"<{ pushed_at: ",
"; pushed_at: ",
"StringC",
"; pushed_by: ",
"TypeC",
@ -16968,7 +16729,7 @@
"NullC",
", ",
"StringC",
"]>; }>; }>]>, ",
"]>; }>; }>, ",
"NullC",
"]>; updated_at: ",
"UnionC",

View file

@ -18,7 +18,7 @@ Contact [Security Solution Threat Hunting](https://github.com/orgs/elastic/teams
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 459 | 0 | 417 | 14 |
| 454 | 0 | 412 | 14 |
## Client

View file

@ -690,6 +690,73 @@
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "charts",
"id": "def-public.useActiveCursor",
"type": "Function",
"tags": [],
"label": "useActiveCursor",
"description": [],
"signature": [
"(activeCursor: ",
"ActiveCursor",
", chartRef: React.RefObject<",
"Chart",
">, syncOptions: ",
"ActiveCursorSyncOption",
") => (cursor: any) => void"
],
"path": "src/plugins/charts/public/services/active_cursor/use_active_cursor.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "charts",
"id": "def-public.useActiveCursor.$1",
"type": "Object",
"tags": [],
"label": "activeCursor",
"description": [],
"signature": [
"ActiveCursor"
],
"path": "src/plugins/charts/public/services/active_cursor/use_active_cursor.ts",
"deprecated": false,
"isRequired": true
},
{
"parentPluginId": "charts",
"id": "def-public.useActiveCursor.$2",
"type": "Object",
"tags": [],
"label": "chartRef",
"description": [],
"signature": [
"React.RefObject<",
"Chart",
">"
],
"path": "src/plugins/charts/public/services/active_cursor/use_active_cursor.ts",
"deprecated": false,
"isRequired": true
},
{
"parentPluginId": "charts",
"id": "def-public.useActiveCursor.$3",
"type": "CompoundType",
"tags": [],
"label": "syncOptions",
"description": [],
"signature": [
"ActiveCursorSyncOption"
],
"path": "src/plugins/charts/public/services/active_cursor/use_active_cursor.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
}
],
"interfaces": [
@ -2449,6 +2516,93 @@
"initialIsOpen": false
}
],
"setup": {
"parentPluginId": "charts",
"id": "def-public.ChartsPluginSetup",
"type": "Interface",
"tags": [],
"label": "ChartsPluginSetup",
"description": [],
"path": "src/plugins/charts/public/plugin.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "charts",
"id": "def-public.ChartsPluginSetup.legacyColors",
"type": "Object",
"tags": [],
"label": "legacyColors",
"description": [],
"signature": [
"{ readonly seedColors: string[]; readonly mappedColors: ",
"MappedColors",
"; createColorLookupFunction: (arrayOfStringsOrNumbers?: React.ReactText[] | undefined, colorMapping?: Partial<Record<string, string>>) => (value: React.ReactText) => any; }"
],
"path": "src/plugins/charts/public/plugin.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-public.ChartsPluginSetup.theme",
"type": "Object",
"tags": [],
"label": "theme",
"description": [],
"signature": [
"{ readonly chartsDefaultTheme: ",
"RecursivePartial",
"<",
"Theme",
">; readonly chartsDefaultBaseTheme: ",
"Theme",
"; chartsTheme$: ",
"Observable",
"<",
"RecursivePartial",
"<",
"Theme",
">>; chartsBaseTheme$: ",
"Observable",
"<",
"Theme",
">; readonly darkModeEnabled$: ",
"Observable",
"<boolean>; useDarkMode: () => boolean; useChartsTheme: () => ",
"RecursivePartial",
"<",
"Theme",
">; useChartsBaseTheme: () => ",
"Theme",
"; }"
],
"path": "src/plugins/charts/public/plugin.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-public.ChartsPluginSetup.palettes",
"type": "Object",
"tags": [],
"label": "palettes",
"description": [],
"signature": [
"{ getPalettes: () => Promise<",
{
"pluginId": "charts",
"scope": "public",
"docId": "kibChartsPluginApi",
"section": "def-public.PaletteRegistry",
"text": "PaletteRegistry"
},
">; }"
],
"path": "src/plugins/charts/public/plugin.ts",
"deprecated": false
}
],
"lifecycle": "setup",
"initialIsOpen": true
},
"start": {
"parentPluginId": "charts",
"id": "def-public.ChartsPluginStart",
@ -2463,7 +2617,10 @@
"docId": "kibChartsPluginApi",
"section": "def-public.ChartsPluginSetup",
"text": "ChartsPluginSetup"
}
},
" & { activeCursor: ",
"ActiveCursor",
"; }"
],
"path": "src/plugins/charts/public/plugin.ts",
"deprecated": false,
@ -2474,9 +2631,316 @@
"server": {
"classes": [],
"functions": [],
"interfaces": [],
"interfaces": [
{
"parentPluginId": "charts",
"id": "def-server.CustomPaletteArguments",
"type": "Interface",
"tags": [],
"label": "CustomPaletteArguments",
"description": [],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "charts",
"id": "def-server.CustomPaletteArguments.color",
"type": "Array",
"tags": [],
"label": "color",
"description": [],
"signature": [
"string[] | undefined"
],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-server.CustomPaletteArguments.gradient",
"type": "boolean",
"tags": [],
"label": "gradient",
"description": [],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-server.CustomPaletteArguments.reverse",
"type": "CompoundType",
"tags": [],
"label": "reverse",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-server.CustomPaletteArguments.stop",
"type": "Array",
"tags": [],
"label": "stop",
"description": [],
"signature": [
"number[] | undefined"
],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-server.CustomPaletteArguments.range",
"type": "CompoundType",
"tags": [],
"label": "range",
"description": [],
"signature": [
"\"number\" | \"percent\" | undefined"
],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-server.CustomPaletteArguments.rangeMin",
"type": "number",
"tags": [],
"label": "rangeMin",
"description": [],
"signature": [
"number | undefined"
],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-server.CustomPaletteArguments.rangeMax",
"type": "number",
"tags": [],
"label": "rangeMax",
"description": [],
"signature": [
"number | undefined"
],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-server.CustomPaletteArguments.continuity",
"type": "CompoundType",
"tags": [],
"label": "continuity",
"description": [],
"signature": [
"\"above\" | \"below\" | \"all\" | \"none\" | undefined"
],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "charts",
"id": "def-server.CustomPaletteState",
"type": "Interface",
"tags": [],
"label": "CustomPaletteState",
"description": [],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "charts",
"id": "def-server.CustomPaletteState.colors",
"type": "Array",
"tags": [],
"label": "colors",
"description": [],
"signature": [
"string[]"
],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-server.CustomPaletteState.gradient",
"type": "boolean",
"tags": [],
"label": "gradient",
"description": [],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-server.CustomPaletteState.stops",
"type": "Array",
"tags": [],
"label": "stops",
"description": [],
"signature": [
"number[]"
],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-server.CustomPaletteState.range",
"type": "CompoundType",
"tags": [],
"label": "range",
"description": [],
"signature": [
"\"number\" | \"percent\""
],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-server.CustomPaletteState.rangeMin",
"type": "number",
"tags": [],
"label": "rangeMin",
"description": [],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-server.CustomPaletteState.rangeMax",
"type": "number",
"tags": [],
"label": "rangeMax",
"description": [],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-server.CustomPaletteState.continuity",
"type": "CompoundType",
"tags": [],
"label": "continuity",
"description": [],
"signature": [
"\"above\" | \"below\" | \"all\" | \"none\" | undefined"
],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "charts",
"id": "def-server.PaletteOutput",
"type": "Interface",
"tags": [],
"label": "PaletteOutput",
"description": [],
"signature": [
{
"pluginId": "charts",
"scope": "common",
"docId": "kibChartsPluginApi",
"section": "def-common.PaletteOutput",
"text": "PaletteOutput"
},
"<T>"
],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "charts",
"id": "def-server.PaletteOutput.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
"\"palette\""
],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-server.PaletteOutput.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
},
{
"parentPluginId": "charts",
"id": "def-server.PaletteOutput.params",
"type": "Uncategorized",
"tags": [],
"label": "params",
"description": [],
"signature": [
"T | undefined"
],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "charts",
"id": "def-server.SystemPaletteArguments",
"type": "Interface",
"tags": [],
"label": "SystemPaletteArguments",
"description": [],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "charts",
"id": "def-server.SystemPaletteArguments.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"path": "src/plugins/charts/common/palette.ts",
"deprecated": false
}
],
"initialIsOpen": false
}
],
"enums": [],
"misc": [],
"misc": [
{
"parentPluginId": "charts",
"id": "def-server.paletteIds",
"type": "Array",
"tags": [],
"label": "paletteIds",
"description": [],
"signature": [
"string[]"
],
"path": "src/plugins/charts/common/constants.ts",
"deprecated": false,
"initialIsOpen": false
}
],
"objects": []
},
"common": {
@ -2539,7 +3003,7 @@
"text": "Adapters"
},
", ",
"Serializable",
"SerializableRecord",
">>"
],
"path": "src/plugins/charts/common/palette.ts",
@ -2597,7 +3061,7 @@
"text": "Adapters"
},
", ",
"Serializable",
"SerializableRecord",
">>"
],
"path": "src/plugins/charts/common/palette.ts",

View file

@ -18,10 +18,13 @@ Contact [Kibana App](https://github.com/orgs/elastic/teams/kibana-app) for quest
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 195 | 2 | 164 | 1 |
| 223 | 2 | 192 | 3 |
## Client
### Setup
<DocDefinitionList data={[chartsObj.client.setup]}/>
### Start
<DocDefinitionList data={[chartsObj.client.start]}/>
@ -40,6 +43,14 @@ Contact [Kibana App](https://github.com/orgs/elastic/teams/kibana-app) for quest
### Consts, variables and types
<DocDefinitionList data={chartsObj.client.misc}/>
## Server
### Interfaces
<DocDefinitionList data={chartsObj.server.interfaces}/>
### Consts, variables and types
<DocDefinitionList data={chartsObj.server.misc}/>
## Common
### Functions

View file

@ -12,7 +12,7 @@ import cloudObj from './cloud.json';
Contact [Kibana Core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin.
**Code health stats**

167
api_docs/console.json Normal file
View file

@ -0,0 +1,167 @@
{
"id": "console",
"client": {
"classes": [
{
"parentPluginId": "console",
"id": "def-public.ConsoleUIPlugin",
"type": "Class",
"tags": [],
"label": "ConsoleUIPlugin",
"description": [],
"signature": [
{
"pluginId": "console",
"scope": "public",
"docId": "kibConsolePluginApi",
"section": "def-public.ConsoleUIPlugin",
"text": "ConsoleUIPlugin"
},
" implements ",
{
"pluginId": "core",
"scope": "public",
"docId": "kibCorePluginApi",
"section": "def-public.Plugin",
"text": "Plugin"
},
"<void, void, ",
"AppSetupUIPluginDependencies",
", object>"
],
"path": "src/plugins/console/public/plugin.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "console",
"id": "def-public.ConsoleUIPlugin.setup",
"type": "Function",
"tags": [],
"label": "setup",
"description": [],
"signature": [
"({ notifications, getStartServices, http }: ",
{
"pluginId": "core",
"scope": "public",
"docId": "kibCorePluginApi",
"section": "def-public.CoreSetup",
"text": "CoreSetup"
},
"<object, unknown>, { devTools, home, usageCollection }: ",
"AppSetupUIPluginDependencies",
") => void"
],
"path": "src/plugins/console/public/plugin.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "console",
"id": "def-public.ConsoleUIPlugin.setup.$1",
"type": "Object",
"tags": [],
"label": "{ notifications, getStartServices, http }",
"description": [],
"signature": [
{
"pluginId": "core",
"scope": "public",
"docId": "kibCorePluginApi",
"section": "def-public.CoreSetup",
"text": "CoreSetup"
},
"<object, unknown>"
],
"path": "src/plugins/console/public/plugin.ts",
"deprecated": false,
"isRequired": true
},
{
"parentPluginId": "console",
"id": "def-public.ConsoleUIPlugin.setup.$2",
"type": "Object",
"tags": [],
"label": "{ devTools, home, usageCollection }",
"description": [],
"signature": [
"AppSetupUIPluginDependencies"
],
"path": "src/plugins/console/public/plugin.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "console",
"id": "def-public.ConsoleUIPlugin.start",
"type": "Function",
"tags": [],
"label": "start",
"description": [],
"signature": [
"() => void"
],
"path": "src/plugins/console/public/plugin.ts",
"deprecated": false,
"children": [],
"returnComment": []
}
],
"initialIsOpen": false
}
],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
},
"server": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": [],
"setup": {
"parentPluginId": "console",
"id": "def-server.ConsoleSetup",
"type": "Type",
"tags": [],
"label": "ConsoleSetup",
"description": [],
"signature": [
"{ addExtensionSpecFilePath: (path: string) => void; }"
],
"path": "src/plugins/console/server/types.ts",
"deprecated": false,
"lifecycle": "setup",
"initialIsOpen": true
},
"start": {
"parentPluginId": "console",
"id": "def-server.ConsoleStart",
"type": "Type",
"tags": [],
"label": "ConsoleStart",
"description": [],
"signature": [
"{ addProcessorDefinition: (processor: unknown) => void; }"
],
"path": "src/plugins/console/server/types.ts",
"deprecated": false,
"lifecycle": "start",
"initialIsOpen": true
}
},
"common": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
}
}

35
api_docs/console.mdx Normal file
View file

@ -0,0 +1,35 @@
---
id: kibConsolePluginApi
slug: /kibana-dev-docs/consolePluginApi
title: console
image: https://source.unsplash.com/400x175/?github
summary: API docs for the console plugin
date: 2020-11-16
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'console']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---
import consoleObj from './console.json';
Contact [Stack Management](https://github.com/orgs/elastic/teams/kibana-stack-management) for questions regarding this plugin.
**Code health stats**
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 7 | 0 | 7 | 1 |
## Client
### Classes
<DocDefinitionList data={consoleObj.client.classes}/>
## Server
### Setup
<DocDefinitionList data={[consoleObj.server.setup]}/>
### Start
<DocDefinitionList data={[consoleObj.server.start]}/>

File diff suppressed because one or more lines are too long

View file

@ -12,13 +12,13 @@ import coreObj from './core.json';
Contact [Kibana Core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin.
**Code health stats**
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 2450 | 149 | 1165 | 31 |
| 2246 | 27 | 998 | 30 |
## Client

View file

@ -1388,6 +1388,18 @@
{
"plugin": "fleet",
"path": "x-pack/plugins/fleet/target/types/public/applications/integrations/index.d.ts"
},
{
"plugin": "kibanaOverview",
"path": "src/plugins/kibana_overview/public/application.tsx"
},
{
"plugin": "timelion",
"path": "src/plugins/timelion/public/application.ts"
},
{
"plugin": "management",
"path": "src/plugins/management/target/types/public/application.d.ts"
}
]
},
@ -1495,6 +1507,42 @@
{
"plugin": "maps",
"path": "x-pack/plugins/maps/target/types/public/routes/map_page/map_app/map_app.d.ts"
},
{
"plugin": "visualize",
"path": "src/plugins/visualize/public/application/components/visualize_top_nav.tsx"
},
{
"plugin": "visualize",
"path": "src/plugins/visualize/public/application/components/visualize_editor_common.tsx"
},
{
"plugin": "visualize",
"path": "src/plugins/visualize/public/application/app.tsx"
},
{
"plugin": "visualize",
"path": "src/plugins/visualize/public/application/index.tsx"
},
{
"plugin": "dashboard",
"path": "src/plugins/dashboard/target/types/public/types.d.ts"
},
{
"plugin": "visualize",
"path": "src/plugins/visualize/target/types/public/application/app.d.ts"
},
{
"plugin": "visualize",
"path": "src/plugins/visualize/target/types/public/application/index.d.ts"
},
{
"plugin": "visualize",
"path": "src/plugins/visualize/target/types/public/application/components/visualize_editor_common.d.ts"
},
{
"plugin": "visualize",
"path": "src/plugins/visualize/target/types/public/application/components/visualize_top_nav.d.ts"
}
],
"children": [

View file

@ -12,13 +12,13 @@ import coreApplicationObj from './core_application.json';
Contact [Kibana Core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin.
**Code health stats**
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 2450 | 149 | 1165 | 31 |
| 2246 | 27 | 998 | 30 |
## Client

View file

@ -50,45 +50,6 @@
],
"initialIsOpen": false
},
{
"parentPluginId": "core",
"id": "def-public.ChromeBrand",
"type": "Interface",
"tags": [],
"label": "ChromeBrand",
"description": [],
"path": "src/core/public/chrome/types.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "core",
"id": "def-public.ChromeBrand.logo",
"type": "string",
"tags": [],
"label": "logo",
"description": [],
"signature": [
"string | undefined"
],
"path": "src/core/public/chrome/types.ts",
"deprecated": false
},
{
"parentPluginId": "core",
"id": "def-public.ChromeBrand.smallLogo",
"type": "string",
"tags": [],
"label": "smallLogo",
"description": [],
"signature": [
"string | undefined"
],
"path": "src/core/public/chrome/types.ts",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "core",
"id": "def-public.ChromeDocTitle",
@ -273,7 +234,7 @@
"CommonEuiButtonEmptyProps",
", {}>> & ",
"CommonEuiButtonEmptyProps",
" & { href?: string | undefined; onClick?: ((event: React.MouseEvent<HTMLAnchorElement, MouseEvent>) => void) | undefined; } & React.AnchorHTMLAttributes<HTMLAnchorElement>), \"iconType\" | \"data-test-subj\" | \"target\" | \"rel\">"
" & { href?: string | undefined; onClick?: ((event: React.MouseEvent<HTMLAnchorElement, MouseEvent>) => void) | undefined; } & React.AnchorHTMLAttributes<HTMLAnchorElement>), \"data-test-subj\" | \"target\" | \"iconType\" | \"rel\">"
],
"path": "src/core/public/chrome/ui/header/header_help_menu.tsx",
"deprecated": false,
@ -362,7 +323,7 @@
"CommonEuiButtonEmptyProps",
", {}>> & ",
"CommonEuiButtonEmptyProps",
" & { href?: string | undefined; onClick?: ((event: React.MouseEvent<HTMLAnchorElement, MouseEvent>) => void) | undefined; } & React.AnchorHTMLAttributes<HTMLAnchorElement>), \"iconType\" | \"data-test-subj\" | \"target\" | \"rel\">"
" & { href?: string | undefined; onClick?: ((event: React.MouseEvent<HTMLAnchorElement, MouseEvent>) => void) | undefined; } & React.AnchorHTMLAttributes<HTMLAnchorElement>), \"data-test-subj\" | \"target\" | \"iconType\" | \"rel\">"
],
"path": "src/core/public/chrome/ui/header/header_help_menu.tsx",
"deprecated": false,
@ -436,7 +397,7 @@
"CommonEuiButtonEmptyProps",
", {}>> & ",
"CommonEuiButtonEmptyProps",
" & { href?: string | undefined; onClick?: ((event: React.MouseEvent<HTMLAnchorElement, MouseEvent>) => void) | undefined; } & React.AnchorHTMLAttributes<HTMLAnchorElement>), \"iconType\" | \"data-test-subj\" | \"target\" | \"rel\">"
" & { href?: string | undefined; onClick?: ((event: React.MouseEvent<HTMLAnchorElement, MouseEvent>) => void) | undefined; } & React.AnchorHTMLAttributes<HTMLAnchorElement>), \"data-test-subj\" | \"target\" | \"iconType\" | \"rel\">"
],
"path": "src/core/public/chrome/ui/header/header_help_menu.tsx",
"deprecated": false,
@ -510,7 +471,7 @@
"CommonEuiButtonEmptyProps",
", {}>> & ",
"CommonEuiButtonEmptyProps",
" & { href?: string | undefined; onClick?: ((event: React.MouseEvent<HTMLAnchorElement, MouseEvent>) => void) | undefined; } & React.AnchorHTMLAttributes<HTMLAnchorElement>), \"iconType\" | \"data-test-subj\" | \"target\" | \"rel\">"
" & { href?: string | undefined; onClick?: ((event: React.MouseEvent<HTMLAnchorElement, MouseEvent>) => void) | undefined; } & React.AnchorHTMLAttributes<HTMLAnchorElement>), \"data-test-subj\" | \"target\" | \"iconType\" | \"rel\">"
],
"path": "src/core/public/chrome/ui/header/header_help_menu.tsx",
"deprecated": false,
@ -1093,38 +1054,6 @@
],
"returnComment": []
},
{
"parentPluginId": "core",
"id": "def-public.ChromeNavLinks.showOnly",
"type": "Function",
"tags": [],
"label": "showOnly",
"description": [
"\nRemove all navlinks except the one matching the given id.\n"
],
"signature": [
"(id: string) => void"
],
"path": "src/core/public/chrome/nav_links/nav_links_service.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "core",
"id": "def-public.ChromeNavLinks.showOnly.$1",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"signature": [
"string"
],
"path": "src/core/public/chrome/nav_links/nav_links_service.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "core",
"id": "def-public.ChromeNavLinks.enableForcedAppSwitcherNavigation",
@ -1436,111 +1365,6 @@
"path": "src/core/public/chrome/types.ts",
"deprecated": false
},
{
"parentPluginId": "core",
"id": "def-public.ChromeStart.setAppTitle",
"type": "Function",
"tags": [],
"label": "setAppTitle",
"description": [
"\nSets the current app's title\n"
],
"signature": [
"(appTitle: string) => void"
],
"path": "src/core/public/chrome/types.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "core",
"id": "def-public.ChromeStart.setAppTitle.$1",
"type": "string",
"tags": [],
"label": "appTitle",
"description": [],
"signature": [
"string"
],
"path": "src/core/public/chrome/types.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "core",
"id": "def-public.ChromeStart.getBrand$",
"type": "Function",
"tags": [],
"label": "getBrand$",
"description": [
"\nGet an observable of the current brand information."
],
"signature": [
"() => ",
"Observable",
"<",
{
"pluginId": "core",
"scope": "public",
"docId": "kibCoreChromePluginApi",
"section": "def-public.ChromeBrand",
"text": "ChromeBrand"
},
">"
],
"path": "src/core/public/chrome/types.ts",
"deprecated": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "core",
"id": "def-public.ChromeStart.setBrand",
"type": "Function",
"tags": [],
"label": "setBrand",
"description": [
"\nSet the brand configuration.\n"
],
"signature": [
"(brand: ",
{
"pluginId": "core",
"scope": "public",
"docId": "kibCoreChromePluginApi",
"section": "def-public.ChromeBrand",
"text": "ChromeBrand"
},
") => void"
],
"path": "src/core/public/chrome/types.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "core",
"id": "def-public.ChromeStart.setBrand.$1",
"type": "Object",
"tags": [],
"label": "brand",
"description": [],
"signature": [
{
"pluginId": "core",
"scope": "public",
"docId": "kibCoreChromePluginApi",
"section": "def-public.ChromeBrand",
"text": "ChromeBrand"
}
],
"path": "src/core/public/chrome/types.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "core",
"id": "def-public.ChromeStart.getIsVisible$",
@ -1592,89 +1416,6 @@
],
"returnComment": []
},
{
"parentPluginId": "core",
"id": "def-public.ChromeStart.getApplicationClasses$",
"type": "Function",
"tags": [],
"label": "getApplicationClasses$",
"description": [
"\nGet the current set of classNames that will be set on the application container."
],
"signature": [
"() => ",
"Observable",
"<string[]>"
],
"path": "src/core/public/chrome/types.ts",
"deprecated": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "core",
"id": "def-public.ChromeStart.addApplicationClass",
"type": "Function",
"tags": [],
"label": "addApplicationClass",
"description": [
"\nAdd a className that should be set on the application container."
],
"signature": [
"(className: string) => void"
],
"path": "src/core/public/chrome/types.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "core",
"id": "def-public.ChromeStart.addApplicationClass.$1",
"type": "string",
"tags": [],
"label": "className",
"description": [],
"signature": [
"string"
],
"path": "src/core/public/chrome/types.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "core",
"id": "def-public.ChromeStart.removeApplicationClass",
"type": "Function",
"tags": [],
"label": "removeApplicationClass",
"description": [
"\nRemove a className added with `addApplicationClass()`. If className is unknown it is ignored."
],
"signature": [
"(className: string) => void"
],
"path": "src/core/public/chrome/types.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "core",
"id": "def-public.ChromeStart.removeApplicationClass.$1",
"type": "string",
"tags": [],
"label": "className",
"description": [],
"signature": [
"string"
],
"path": "src/core/public/chrome/types.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "core",
"id": "def-public.ChromeStart.getBadge$",
@ -2174,7 +1915,7 @@
"description": [],
"signature": [
"CommonProps",
" & { text: React.ReactNode; href?: string | undefined; onClick?: ((event: React.MouseEvent<HTMLAnchorElement, MouseEvent>) => void) | undefined; truncate?: boolean | undefined; }"
" & { text: React.ReactNode; href?: string | undefined; onClick?: ((event: React.MouseEvent<HTMLAnchorElement, MouseEvent>) => void) | undefined; truncate?: boolean | undefined; 'aria-current'?: boolean | \"date\" | \"location\" | \"page\" | \"time\" | \"true\" | \"false\" | \"step\" | undefined; }"
],
"path": "src/core/public/chrome/types.ts",
"deprecated": false,
@ -2188,7 +1929,7 @@
"label": "ChromeHelpExtensionLinkBase",
"description": [],
"signature": [
"{ iconType?: string | React.ComponentClass<{}, any> | React.FunctionComponent<{}> | undefined; 'data-test-subj'?: string | undefined; target?: string | undefined; rel?: string | undefined; }"
"{ 'data-test-subj'?: string | undefined; target?: string | undefined; iconType?: string | React.ComponentClass<{}, any> | React.FunctionComponent<{}> | undefined; rel?: string | undefined; }"
],
"path": "src/core/public/chrome/ui/header/header_help_menu.tsx",
"deprecated": false,

View file

@ -12,13 +12,13 @@ import coreChromeObj from './core_chrome.json';
Contact [Kibana Core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin.
**Code health stats**
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 2450 | 149 | 1165 | 31 |
| 2246 | 27 | 998 | 30 |
## Client

View file

@ -130,13 +130,7 @@
"label": "context",
"description": [],
"signature": [
{
"pluginId": "core",
"scope": "public",
"docId": "kibCorePluginApi",
"section": "def-public.IExecutionContextContainer",
"text": "IExecutionContextContainer"
},
"KibanaExecutionContext",
" | undefined"
],
"path": "src/core/public/http/types.ts",
@ -723,13 +717,7 @@
"text": "HttpHeadersInit"
},
" | undefined; readonly asSystemRequest?: boolean | undefined; readonly asResponse?: boolean | undefined; readonly context?: ",
{
"pluginId": "core",
"scope": "public",
"docId": "kibCorePluginApi",
"section": "def-public.IExecutionContextContainer",
"text": "IExecutionContextContainer"
},
"KibanaExecutionContext",
" | undefined; readonly body?: string | Blob | ArrayBufferView | ArrayBuffer | FormData | URLSearchParams | ReadableStream<Uint8Array> | null | undefined; readonly cache?: \"default\" | \"reload\" | \"force-cache\" | \"no-cache\" | \"no-store\" | \"only-if-cached\" | undefined; readonly credentials?: \"include\" | \"omit\" | \"same-origin\" | undefined; readonly integrity?: string | undefined; readonly keepalive?: boolean | undefined; readonly method?: string | undefined; readonly mode?: \"same-origin\" | \"cors\" | \"navigate\" | \"no-cors\" | undefined; readonly redirect?: \"error\" | \"follow\" | \"manual\" | undefined; readonly referrer?: string | undefined; readonly referrerPolicy?: \"\" | \"origin\" | \"no-referrer\" | \"unsafe-url\" | \"same-origin\" | \"no-referrer-when-downgrade\" | \"origin-when-cross-origin\" | \"strict-origin\" | \"strict-origin-when-cross-origin\" | undefined; readonly signal?: AbortSignal | null | undefined; readonly window?: null | undefined; }"
],
"path": "src/core/public/http/types.ts",
@ -1079,13 +1067,7 @@
"text": "HttpHeadersInit"
},
" | undefined; readonly asSystemRequest?: boolean | undefined; readonly asResponse?: boolean | undefined; readonly context?: ",
{
"pluginId": "core",
"scope": "public",
"docId": "kibCorePluginApi",
"section": "def-public.IExecutionContextContainer",
"text": "IExecutionContextContainer"
},
"KibanaExecutionContext",
" | undefined; readonly body?: string | Blob | ArrayBufferView | ArrayBuffer | FormData | URLSearchParams | ReadableStream<Uint8Array> | null | undefined; readonly cache?: \"default\" | \"reload\" | \"force-cache\" | \"no-cache\" | \"no-store\" | \"only-if-cached\" | undefined; readonly credentials?: \"include\" | \"omit\" | \"same-origin\" | undefined; readonly integrity?: string | undefined; readonly keepalive?: boolean | undefined; readonly method?: string | undefined; readonly mode?: \"same-origin\" | \"cors\" | \"navigate\" | \"no-cors\" | undefined; readonly redirect?: \"error\" | \"follow\" | \"manual\" | undefined; readonly referrer?: string | undefined; readonly referrerPolicy?: \"\" | \"origin\" | \"no-referrer\" | \"unsafe-url\" | \"same-origin\" | \"no-referrer-when-downgrade\" | \"origin-when-cross-origin\" | \"strict-origin\" | \"strict-origin-when-cross-origin\" | undefined; readonly signal?: AbortSignal | null | undefined; readonly window?: null | undefined; }"
],
"path": "src/core/public/http/types.ts",
@ -2035,15 +2017,7 @@
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any> | ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.LegacyRequest",
"text": "LegacyRequest"
},
") => string"
"<unknown, unknown, unknown, any>) => string"
],
"path": "src/core/server/http/base_path_service.ts",
"deprecated": false,
@ -2051,7 +2025,7 @@
{
"parentPluginId": "core",
"id": "def-server.BasePath.get.$1",
"type": "CompoundType",
"type": "Object",
"tags": [],
"label": "request",
"description": [],
@ -2063,14 +2037,7 @@
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any> | ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.LegacyRequest",
"text": "LegacyRequest"
}
"<unknown, unknown, unknown, any>"
],
"path": "src/core/server/http/base_path_service.ts",
"deprecated": false,
@ -2099,15 +2066,7 @@
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any> | ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.LegacyRequest",
"text": "LegacyRequest"
},
", requestSpecificBasePath: string) => void"
"<unknown, unknown, unknown, any>, requestSpecificBasePath: string) => void"
],
"path": "src/core/server/http/base_path_service.ts",
"deprecated": false,
@ -2115,7 +2074,7 @@
{
"parentPluginId": "core",
"id": "def-server.BasePath.set.$1",
"type": "CompoundType",
"type": "Object",
"tags": [],
"label": "request",
"description": [],
@ -2127,14 +2086,7 @@
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any> | ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.LegacyRequest",
"text": "LegacyRequest"
}
"<unknown, unknown, unknown, any>"
],
"path": "src/core/server/http/base_path_service.ts",
"deprecated": false,
@ -3078,15 +3030,7 @@
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any> | ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.LegacyRequest",
"text": "LegacyRequest"
},
") => { status: ",
"<unknown, unknown, unknown, any>) => { status: ",
{
"pluginId": "core",
"scope": "server",
@ -3103,7 +3047,7 @@
{
"parentPluginId": "core",
"id": "def-server.request",
"type": "CompoundType",
"type": "Object",
"tags": [],
"label": "request",
"description": [],
@ -3115,14 +3059,7 @@
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any> | ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.LegacyRequest",
"text": "LegacyRequest"
}
"<unknown, unknown, unknown, any>"
],
"path": "src/core/server/http/auth_state_storage.ts",
"deprecated": false
@ -3147,15 +3084,7 @@
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any> | ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.LegacyRequest",
"text": "LegacyRequest"
},
") => boolean"
"<unknown, unknown, unknown, any>) => boolean"
],
"path": "src/core/server/http/types.ts",
"deprecated": false,
@ -3164,7 +3093,7 @@
{
"parentPluginId": "core",
"id": "def-server.request",
"type": "CompoundType",
"type": "Object",
"tags": [],
"label": "request",
"description": [],
@ -3176,14 +3105,7 @@
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any> | ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.LegacyRequest",
"text": "LegacyRequest"
}
"<unknown, unknown, unknown, any>"
],
"path": "src/core/server/http/auth_state_storage.ts",
"deprecated": false
@ -3429,15 +3351,7 @@
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any> | ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.LegacyRequest",
"text": "LegacyRequest"
},
") => string; prepend: (path: string) => string; set: (request: ",
"<unknown, unknown, unknown, any>) => string; prepend: (path: string) => string; set: (request: ",
{
"pluginId": "core",
"scope": "server",
@ -3445,18 +3359,34 @@
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any> | ",
"<unknown, unknown, unknown, any>, requestSpecificBasePath: string) => void; readonly serverBasePath: string; readonly publicBaseUrl?: string | undefined; }"
],
"path": "src/core/server/http/types.ts",
"deprecated": false
},
{
"parentPluginId": "core",
"id": "def-server.HttpServicePreboot.getServerInfo",
"type": "Function",
"tags": [],
"label": "getServerInfo",
"description": [
"\nProvides common {@link HttpServerInfo | information} about the running preboot http server."
],
"signature": [
"() => ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.LegacyRequest",
"text": "LegacyRequest"
},
", requestSpecificBasePath: string) => void; readonly serverBasePath: string; readonly publicBaseUrl?: string | undefined; }"
"section": "def-server.HttpServerInfo",
"text": "HttpServerInfo"
}
],
"path": "src/core/server/http/types.ts",
"deprecated": false
"deprecated": false,
"children": [],
"returnComment": []
}
],
"initialIsOpen": false
@ -3776,15 +3706,7 @@
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any> | ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.LegacyRequest",
"text": "LegacyRequest"
},
") => string; prepend: (path: string) => string; set: (request: ",
"<unknown, unknown, unknown, any>) => string; prepend: (path: string) => string; set: (request: ",
{
"pluginId": "core",
"scope": "server",
@ -3792,15 +3714,7 @@
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any> | ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.LegacyRequest",
"text": "LegacyRequest"
},
", requestSpecificBasePath: string) => void; readonly serverBasePath: string; readonly publicBaseUrl?: string | undefined; }"
"<unknown, unknown, unknown, any>, requestSpecificBasePath: string) => void; readonly serverBasePath: string; readonly publicBaseUrl?: string | undefined; }"
],
"path": "src/core/server/http/types.ts",
"deprecated": false
@ -4022,15 +3936,7 @@
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any> | ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.LegacyRequest",
"text": "LegacyRequest"
},
") => string; prepend: (path: string) => string; set: (request: ",
"<unknown, unknown, unknown, any>) => string; prepend: (path: string) => string; set: (request: ",
{
"pluginId": "core",
"scope": "server",
@ -4038,15 +3944,7 @@
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any> | ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.LegacyRequest",
"text": "LegacyRequest"
},
", requestSpecificBasePath: string) => void; readonly serverBasePath: string; readonly publicBaseUrl?: string | undefined; }"
"<unknown, unknown, unknown, any>, requestSpecificBasePath: string) => void; readonly serverBasePath: string; readonly publicBaseUrl?: string | undefined; }"
],
"path": "src/core/server/http/types.ts",
"deprecated": false
@ -7507,41 +7405,6 @@
],
"initialIsOpen": false
},
{
"parentPluginId": "core",
"id": "def-server.LegacyRequest",
"type": "Interface",
"tags": [
"deprecated"
],
"label": "LegacyRequest",
"description": [],
"signature": [
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.LegacyRequest",
"text": "LegacyRequest"
},
" extends ",
"Request"
],
"path": "src/core/server/http/router/request.ts",
"deprecated": true,
"references": [
{
"plugin": "security",
"path": "x-pack/plugins/security/server/saved_objects/index.ts"
},
{
"plugin": "security",
"path": "x-pack/plugins/security/server/saved_objects/index.ts"
}
],
"children": [],
"initialIsOpen": false
},
{
"parentPluginId": "core",
"id": "def-server.OnPostAuthToolkit",
@ -9239,15 +9102,7 @@
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any> | ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.LegacyRequest",
"text": "LegacyRequest"
},
") => Record<string, string | string[]> | undefined"
"<unknown, unknown, unknown, any>) => Record<string, string | string[]> | undefined"
],
"path": "src/core/server/http/auth_headers_storage.ts",
"deprecated": false,
@ -9258,7 +9113,7 @@
{
"parentPluginId": "core",
"id": "def-server.request",
"type": "CompoundType",
"type": "Object",
"tags": [],
"label": "request",
"description": [],
@ -9270,14 +9125,7 @@
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any> | ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.LegacyRequest",
"text": "LegacyRequest"
}
"<unknown, unknown, unknown, any>"
],
"path": "src/core/server/http/auth_headers_storage.ts",
"deprecated": false
@ -9303,15 +9151,7 @@
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any> | ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.LegacyRequest",
"text": "LegacyRequest"
},
") => { status: ",
"<unknown, unknown, unknown, any>) => { status: ",
{
"pluginId": "core",
"scope": "server",
@ -9328,7 +9168,7 @@
{
"parentPluginId": "core",
"id": "def-server.request",
"type": "CompoundType",
"type": "Object",
"tags": [],
"label": "request",
"description": [],
@ -9340,14 +9180,7 @@
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any> | ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.LegacyRequest",
"text": "LegacyRequest"
}
"<unknown, unknown, unknown, any>"
],
"path": "src/core/server/http/auth_state_storage.ts",
"deprecated": false
@ -9407,15 +9240,7 @@
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any> | ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.LegacyRequest",
"text": "LegacyRequest"
},
") => string; prepend: (path: string) => string; set: (request: ",
"<unknown, unknown, unknown, any>) => string; prepend: (path: string) => string; set: (request: ",
{
"pluginId": "core",
"scope": "server",
@ -9423,15 +9248,7 @@
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any> | ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.LegacyRequest",
"text": "LegacyRequest"
},
", requestSpecificBasePath: string) => void; readonly serverBasePath: string; readonly publicBaseUrl?: string | undefined; }"
"<unknown, unknown, unknown, any>, requestSpecificBasePath: string) => void; readonly serverBasePath: string; readonly publicBaseUrl?: string | undefined; }"
],
"path": "src/core/server/http/base_path_service.ts",
"deprecated": false,
@ -9455,15 +9272,7 @@
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any> | ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.LegacyRequest",
"text": "LegacyRequest"
},
") => boolean"
"<unknown, unknown, unknown, any>) => boolean"
],
"path": "src/core/server/http/auth_state_storage.ts",
"deprecated": false,
@ -9472,7 +9281,7 @@
{
"parentPluginId": "core",
"id": "def-server.request",
"type": "CompoundType",
"type": "Object",
"tags": [],
"label": "request",
"description": [],
@ -9484,14 +9293,7 @@
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any> | ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.LegacyRequest",
"text": "LegacyRequest"
}
"<unknown, unknown, unknown, any>"
],
"path": "src/core/server/http/auth_state_storage.ts",
"deprecated": false

View file

@ -12,13 +12,13 @@ import coreHttpObj from './core_http.json';
Contact [Kibana Core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin.
**Code health stats**
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 2450 | 149 | 1165 | 31 |
| 2246 | 27 | 998 | 30 |
## Client

View file

@ -995,10 +995,10 @@
"children": [
{
"parentPluginId": "core",
"id": "def-public.ResolvedSimpleSavedObject.savedObject",
"id": "def-public.ResolvedSimpleSavedObject.saved_object",
"type": "Object",
"tags": [],
"label": "savedObject",
"label": "saved_object",
"description": [
"\nThe saved object that was found."
],
@ -1032,10 +1032,10 @@
},
{
"parentPluginId": "core",
"id": "def-public.ResolvedSimpleSavedObject.aliasTargetId",
"id": "def-public.ResolvedSimpleSavedObject.alias_target_id",
"type": "string",
"tags": [],
"label": "aliasTargetId",
"label": "alias_target_id",
"description": [
"\nThe ID of the object that the legacy URL alias points to. This is only defined when the outcome is `'aliasMatch'` or `'conflict'`."
],
@ -4274,6 +4274,51 @@
}
],
"returnComment": []
},
{
"parentPluginId": "core",
"id": "def-server.SavedObjectsErrorHelpers.createGenericNotFoundEsUnavailableError",
"type": "Function",
"tags": [],
"label": "createGenericNotFoundEsUnavailableError",
"description": [],
"signature": [
"(type?: string | null, id?: string | null) => ",
"DecoratedError"
],
"path": "src/core/server/saved_objects/service/lib/errors.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "core",
"id": "def-server.SavedObjectsErrorHelpers.createGenericNotFoundEsUnavailableError.$1",
"type": "CompoundType",
"tags": [],
"label": "type",
"description": [],
"signature": [
"string | null"
],
"path": "src/core/server/saved_objects/service/lib/errors.ts",
"deprecated": false,
"isRequired": false
},
{
"parentPluginId": "core",
"id": "def-server.SavedObjectsErrorHelpers.createGenericNotFoundEsUnavailableError.$2",
"type": "CompoundType",
"tags": [],
"label": "id",
"description": [],
"signature": [
"string | null"
],
"path": "src/core/server/saved_objects/service/lib/errors.ts",
"deprecated": false,
"isRequired": false
}
],
"returnComment": []
}
],
"initialIsOpen": false
@ -8657,6 +8702,74 @@
}
],
"returnComment": []
},
{
"parentPluginId": "core",
"id": "def-server.SavedObjectsUtils.getConvertedObjectId",
"type": "Function",
"tags": [],
"label": "getConvertedObjectId",
"description": [
"\nUses a single-namespace object's \"legacy ID\" to determine what its new ID will be after it is converted to a multi-namespace type.\n"
],
"signature": [
"(namespace: string | undefined, type: string, id: string) => string"
],
"path": "src/core/server/saved_objects/service/lib/utils.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "core",
"id": "def-server.SavedObjectsUtils.getConvertedObjectId.$1",
"type": "string",
"tags": [],
"label": "namespace",
"description": [
"The namespace of the saved object before it is converted."
],
"signature": [
"string | undefined"
],
"path": "src/core/server/saved_objects/service/lib/utils.ts",
"deprecated": false,
"isRequired": false
},
{
"parentPluginId": "core",
"id": "def-server.SavedObjectsUtils.getConvertedObjectId.$2",
"type": "string",
"tags": [],
"label": "type",
"description": [
"The type of the saved object before it is converted."
],
"signature": [
"string"
],
"path": "src/core/server/saved_objects/service/lib/utils.ts",
"deprecated": false,
"isRequired": true
},
{
"parentPluginId": "core",
"id": "def-server.SavedObjectsUtils.getConvertedObjectId.$3",
"type": "string",
"tags": [],
"label": "id",
"description": [
"The ID of the saved object before it is converted."
],
"signature": [
"string"
],
"path": "src/core/server/saved_objects/service/lib/utils.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": [
"The ID of the saved object after it is converted."
]
}
],
"initialIsOpen": false
@ -12450,13 +12563,13 @@
"path": "src/core/server/saved_objects/import/types.ts",
"deprecated": true,
"references": [
{
"plugin": "savedObjectsManagement",
"path": "src/plugins/saved_objects_management/public/lib/resolve_import_errors.ts"
},
{
"plugin": "spaces",
"path": "x-pack/plugins/spaces/public/copy_saved_objects_to_space/components/copy_to_space_flyout_internal.tsx"
},
{
"plugin": "savedObjectsManagement",
"path": "src/plugins/saved_objects_management/public/lib/resolve_import_errors.ts"
}
]
},
@ -12811,14 +12924,6 @@
"path": "src/core/server/saved_objects/migrations/core/migration_logger.ts",
"deprecated": true,
"references": [
{
"plugin": "dashboard",
"path": "src/plugins/dashboard/server/saved_objects/migrations_730.ts"
},
{
"plugin": "dashboard",
"path": "src/plugins/dashboard/server/saved_objects/migrations_730.ts"
},
{
"plugin": "lens",
"path": "x-pack/plugins/lens/server/migrations/saved_object_migrations.ts"
@ -12826,6 +12931,14 @@
{
"plugin": "lens",
"path": "x-pack/plugins/lens/server/migrations/saved_object_migrations.ts"
},
{
"plugin": "dashboard",
"path": "src/plugins/dashboard/server/saved_objects/migrations_730.ts"
},
{
"plugin": "dashboard",
"path": "src/plugins/dashboard/server/saved_objects/migrations_730.ts"
}
],
"children": [
@ -12934,23 +13047,6 @@
"tags": [],
"label": "SavedObjectsOpenPointInTimeOptions",
"description": [],
"signature": [
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreSavedObjectsPluginApi",
"section": "def-server.SavedObjectsOpenPointInTimeOptions",
"text": "SavedObjectsOpenPointInTimeOptions"
},
" extends ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreSavedObjectsPluginApi",
"section": "def-server.SavedObjectsBaseOptions",
"text": "SavedObjectsBaseOptions"
}
],
"path": "src/core/server/saved_objects/service/saved_objects_client.ts",
"deprecated": false,
"children": [
@ -12983,6 +13079,21 @@
],
"path": "src/core/server/saved_objects/service/saved_objects_client.ts",
"deprecated": false
},
{
"parentPluginId": "core",
"id": "def-server.SavedObjectsOpenPointInTimeOptions.namespaces",
"type": "Array",
"tags": [],
"label": "namespaces",
"description": [
"\nAn optional list of namespaces to be used when opening the PIT.\n\nWhen the spaces plugin is enabled:\n - this will default to the user's current space (as determined by the URL)\n - if specified, the user's current space will be ignored\n - `['*']` will search across all available spaces"
],
"signature": [
"string[] | undefined"
],
"path": "src/core/server/saved_objects/service/saved_objects_client.ts",
"deprecated": false
}
],
"initialIsOpen": false
@ -13495,10 +13606,10 @@
},
{
"parentPluginId": "core",
"id": "def-server.SavedObjectsResolveResponse.aliasTargetId",
"id": "def-server.SavedObjectsResolveResponse.alias_target_id",
"type": "string",
"tags": [],
"label": "aliasTargetId",
"label": "alias_target_id",
"description": [
"\nThe ID of the object that the legacy URL alias points to. This is only defined when the outcome is `'aliasMatch'` or `'conflict'`."
],

View file

@ -12,13 +12,13 @@ import coreSavedObjectsObj from './core_saved_objects.json';
Contact [Kibana Core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin.
**Code health stats**
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 2450 | 149 | 1165 | 31 |
| 2246 | 27 | 998 | 30 |
## Client

View file

@ -1133,13 +1133,7 @@
"text": "DashboardAppLocatorParams"
},
" extends ",
{
"pluginId": "kibanaUtils",
"scope": "common",
"docId": "kibKibanaUtilsPluginApi",
"section": "def-common.Serializable",
"text": "Serializable"
}
"SerializableRecord"
],
"path": "src/plugins/dashboard/public/locator.ts",
"deprecated": false,
@ -1200,13 +1194,7 @@
"text": "RefreshInterval"
},
" & ",
{
"pluginId": "kibanaUtils",
"scope": "common",
"docId": "kibKibanaUtilsPluginApi",
"section": "def-common.Serializable",
"text": "Serializable"
},
"SerializableRecord",
") | undefined"
],
"path": "src/plugins/dashboard/public/locator.ts",
@ -1330,13 +1318,7 @@
"text": "SavedDashboardPanel730ToLatest"
},
"[] & ",
{
"pluginId": "kibanaUtils",
"scope": "common",
"docId": "kibKibanaUtilsPluginApi",
"section": "def-common.Serializable",
"text": "Serializable"
},
"SerializableRecord",
") | undefined"
],
"path": "src/plugins/dashboard/public/locator.ts",
@ -1585,6 +1567,20 @@
],
"path": "src/plugins/dashboard/public/types.ts",
"deprecated": false
},
{
"parentPluginId": "dashboard",
"id": "def-public.DashboardContainerInput.executionContext",
"type": "Object",
"tags": [],
"label": "executionContext",
"description": [],
"signature": [
"KibanaExecutionContext",
" | undefined"
],
"path": "src/plugins/dashboard/public/types.ts",
"deprecated": false
}
],
"initialIsOpen": false

View file

@ -10,15 +10,15 @@ warning: This document is auto-generated and is meant to be viewed inside our ex
---
import dashboardObj from './dashboard.json';
Adds the Dashboard app to Kibana
Contact [Kibana Presentation](https://github.com/orgs/elastic/teams/kibana-presentation) for questions regarding this plugin.
**Code health stats**
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 160 | 1 | 137 | 9 |
| 161 | 1 | 138 | 9 |
## Client

View file

@ -607,7 +607,9 @@
"UrlGeneratorsSetup",
"; url: ",
"UrlService",
"; }"
"; navigate(options: ",
"RedirectOptions",
"): void; }"
],
"path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts",
"deprecated": false
@ -702,7 +704,9 @@
"UrlGeneratorsStart",
"; url: ",
"UrlService",
"; }"
"; navigate(options: ",
"RedirectOptions",
"): void; }"
],
"path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts",
"deprecated": false

View file

@ -12,7 +12,7 @@ import dashboardEnhancedObj from './dashboard_enhanced.json';
Contact [App Services](https://github.com/orgs/elastic/teams/kibana-app-services) for questions regarding this plugin.
**Code health stats**

File diff suppressed because it is too large Load diff

View file

@ -18,7 +18,7 @@ Contact [App Services](https://github.com/orgs/elastic/teams/kibana-app-services
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 3994 | 85 | 3446 | 63 |
| 3498 | 44 | 2981 | 50 |
## Client

View file

@ -18,7 +18,7 @@ Contact [App Services](https://github.com/orgs/elastic/teams/kibana-app-services
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 3994 | 85 | 3446 | 63 |
| 3498 | 44 | 2981 | 50 |
## Client

View file

@ -10,9 +10,9 @@ warning: This document is auto-generated and is meant to be viewed inside our ex
---
import dataEnhancedObj from './data_enhanced.json';
Enhanced data plugin. (See src/plugins/data.) Enhances the main data plugin with a search session management UI. Includes a reusable search session indicator component to use in other applications. Exposes routes for managing search sessions. Includes a service that monitors, updates, and cleans up search session saved objects.
Contact [App Services](https://github.com/orgs/elastic/teams/kibana-app-services) for questions regarding this plugin.
**Code health stats**

View file

@ -1,47 +0,0 @@
---
id: kibDataFieldFormatsPluginApi
slug: /kibana-dev-docs/data.fieldFormatsPluginApi
title: data.fieldFormats
image: https://source.unsplash.com/400x175/?github
summary: API docs for the data.fieldFormats plugin
date: 2020-11-16
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'data.fieldFormats']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---
import dataFieldFormatsObj from './data_field_formats.json';
Data services are useful for searching and querying data from Elasticsearch. Helpful utilities include: a re-usable react query bar, KQL autocomplete, async search, Data Views (Index Patterns) and field formatters.
Contact [App Services](https://github.com/orgs/elastic/teams/kibana-app-services) for questions regarding this plugin.
**Code health stats**
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 3994 | 85 | 3446 | 63 |
## Client
### Consts, variables and types
<DocDefinitionList data={dataFieldFormatsObj.client.misc}/>
## Common
### Objects
<DocDefinitionList data={dataFieldFormatsObj.common.objects}/>
### Functions
<DocDefinitionList data={dataFieldFormatsObj.common.functions}/>
### Classes
<DocDefinitionList data={dataFieldFormatsObj.common.classes}/>
### Interfaces
<DocDefinitionList data={dataFieldFormatsObj.common.interfaces}/>
### Enums
<DocDefinitionList data={dataFieldFormatsObj.common.enums}/>
### Consts, variables and types
<DocDefinitionList data={dataFieldFormatsObj.common.misc}/>

File diff suppressed because one or more lines are too long

View file

@ -18,7 +18,7 @@ Contact [App Services](https://github.com/orgs/elastic/teams/kibana-app-services
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 3994 | 85 | 3446 | 63 |
| 3498 | 44 | 2981 | 50 |
## Server

View file

@ -26,13 +26,7 @@
"text": "PersistableStateService"
},
"<",
{
"pluginId": "kibanaUtils",
"scope": "common",
"docId": "kibKibanaUtilsPluginApi",
"section": "def-common.Serializable",
"text": "Serializable"
},
"SerializableRecord",
">"
],
"path": "src/plugins/data/public/query/filter_manager/filter_manager.ts",
@ -488,13 +482,7 @@
"description": [],
"signature": [
"(filters: ",
{
"pluginId": "kibanaUtils",
"scope": "common",
"docId": "kibKibanaUtilsPluginApi",
"section": "def-common.Serializable",
"text": "Serializable"
},
"SerializableRecord",
", collector: unknown) => {}"
],
"path": "src/plugins/data/public/query/filter_manager/filter_manager.ts",
@ -509,15 +497,7 @@
"label": "filters",
"description": [],
"signature": [
"{ [key: string]: ",
{
"pluginId": "kibanaUtils",
"scope": "common",
"docId": "kibKibanaUtilsPluginApi",
"section": "def-common.Serializable",
"text": "Serializable"
},
"; }"
"SerializableRecord"
],
"path": "src/plugins/data/common/query/persistable_state.ts",
"deprecated": false
@ -761,13 +741,9 @@
"section": "def-common.TimeRange",
"text": "TimeRange"
},
" | undefined) => { bool: { must: ",
"DslQuery",
"[]; filter: ",
"Filter",
"[]; should: never[]; must_not: ",
"Filter",
"[]; }; }; } | { filterManager: ",
" | undefined) => { bool: ",
"BoolQuery",
"; }; } | { filterManager: ",
{
"pluginId": "data",
"scope": "public",
@ -876,13 +852,9 @@
"section": "def-common.TimeRange",
"text": "TimeRange"
},
" | undefined) => { bool: { must: ",
"DslQuery",
"[]; filter: ",
"Filter",
"[]; should: never[]; must_not: ",
"Filter",
"[]; }; }; } | { filterManager: ",
" | undefined) => { bool: ",
"BoolQuery",
"; }; } | { filterManager: ",
{
"pluginId": "data",
"scope": "public",
@ -1418,13 +1390,9 @@
"section": "def-common.TimeRange",
"text": "TimeRange"
},
" | undefined) => { bool: { must: ",
"DslQuery",
"[]; filter: ",
"Filter",
"[]; should: never[]; must_not: ",
"Filter",
"[]; }; }; } | { filterManager: ",
" | undefined) => { bool: ",
"BoolQuery",
"; }; } | { filterManager: ",
{
"pluginId": "data",
"scope": "public",
@ -1531,13 +1499,9 @@
"section": "def-common.TimeRange",
"text": "TimeRange"
},
" | undefined) => { bool: { must: ",
"DslQuery",
"[]; filter: ",
"Filter",
"[]; should: never[]; must_not: ",
"Filter",
"[]; }; }; } | { filterManager: ",
" | undefined) => { bool: ",
"BoolQuery",
"; }; } | { filterManager: ",
{
"pluginId": "data",
"scope": "public",
@ -2035,27 +1999,6 @@
"children": [],
"initialIsOpen": false
},
{
"parentPluginId": "data",
"id": "def-public.InputTimeRange",
"type": "Type",
"tags": [],
"label": "InputTimeRange",
"description": [],
"signature": [
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataQueryPluginApi",
"section": "def-common.TimeRange",
"text": "TimeRange"
},
" | { from: moment.Moment; to: moment.Moment; }"
],
"path": "src/plugins/data/public/query/timefilter/types.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "data",
"id": "def-public.QueryStart",
@ -2120,13 +2063,9 @@
"section": "def-common.TimeRange",
"text": "TimeRange"
},
" | undefined) => { bool: { must: ",
"DslQuery",
"[]; filter: ",
"Filter",
"[]; should: never[]; must_not: ",
"Filter",
"[]; }; }; }"
" | undefined) => { bool: ",
"BoolQuery",
"; }; }"
],
"path": "src/plugins/data/public/query/query_service.ts",
"deprecated": false,
@ -2204,13 +2143,7 @@
"text": "TimeRange"
},
"; setTime: (time: ",
{
"pluginId": "data",
"scope": "public",
"docId": "kibDataQueryPluginApi",
"section": "def-public.InputTimeRange",
"text": "InputTimeRange"
},
"InputTimeRange",
") => void; getRefreshInterval: () => ",
{
"pluginId": "data",
@ -2245,6 +2178,10 @@
},
" | undefined) => ",
"RangeFilter",
" | ",
"ScriptedRangeFilter",
" | ",
"MatchAllRangeFilter",
" | undefined; getBounds: () => ",
{
"pluginId": "data",
@ -2512,6 +2449,10 @@
},
", options: { forceNow?: Date | undefined; fieldName?: string | undefined; } | undefined) => ",
"RangeFilter",
" | ",
"ScriptedRangeFilter",
" | ",
"MatchAllRangeFilter",
" | undefined"
],
"path": "src/plugins/data/common/query/timefilter/get_time.ts",

View file

@ -18,7 +18,7 @@ Contact [App Services](https://github.com/orgs/elastic/teams/kibana-app-services
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 3994 | 85 | 3446 | 63 |
| 3498 | 44 | 2981 | 50 |
## Client

File diff suppressed because one or more lines are too long

View file

@ -18,16 +18,13 @@ Contact [App Services](https://github.com/orgs/elastic/teams/kibana-app-services
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 3994 | 85 | 3446 | 63 |
| 3498 | 44 | 2981 | 50 |
## Client
### Functions
<DocDefinitionList data={dataSearchObj.client.functions}/>
### Classes
<DocDefinitionList data={dataSearchObj.client.classes}/>
### Interfaces
<DocDefinitionList data={dataSearchObj.client.interfaces}/>
@ -39,9 +36,6 @@ Contact [App Services](https://github.com/orgs/elastic/teams/kibana-app-services
## Server
### Functions
<DocDefinitionList data={dataSearchObj.server.functions}/>
### Classes
<DocDefinitionList data={dataSearchObj.server.classes}/>

File diff suppressed because one or more lines are too long

View file

@ -18,7 +18,7 @@ Contact [App Services](https://github.com/orgs/elastic/teams/kibana-app-services
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 3994 | 85 | 3446 | 63 |
| 3498 | 44 | 2981 | 50 |
## Client

View file

@ -542,7 +542,7 @@
"label": "type",
"description": [],
"signature": [
"\"number\" | \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"ip\" | \"geo_point\" | \"geo_shape\" | \"unknown\" | \"histogram\""
"\"number\" | \"boolean\" | \"date\" | \"keyword\" | \"ip\" | \"geo_point\" | \"geo_shape\" | \"unknown\" | \"histogram\" | \"text\""
],
"path": "x-pack/plugins/data_visualizer/common/types/field_request_config.ts",
"deprecated": false
@ -972,7 +972,7 @@
"label": "JobFieldType",
"description": [],
"signature": [
"\"number\" | \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"ip\" | \"geo_point\" | \"geo_shape\" | \"unknown\" | \"histogram\""
"\"number\" | \"boolean\" | \"date\" | \"keyword\" | \"ip\" | \"geo_point\" | \"geo_shape\" | \"unknown\" | \"histogram\" | \"text\""
],
"path": "x-pack/plugins/data_visualizer/common/types/job_field_type.ts",
"deprecated": false,

View file

@ -8,48 +8,197 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system.
---
## Referenced deprecated APIs
| Deprecated API | Referencing plugin(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibDataPluginApi" section="def-public.castEsToKbnFieldTypeName" text="castEsToKbnFieldTypeName"/> | indexPatternFieldEditor, savedObjectsManagement | 8.0 |
| <DocLink id="kibDataPluginApi" section="def-common.castEsToKbnFieldTypeName" text="castEsToKbnFieldTypeName"/> | indexPatternFieldEditor, savedObjectsManagement | 8.0 |
| <DocLink id="kibDataPluginApi" section="def-server.castEsToKbnFieldTypeName" text="castEsToKbnFieldTypeName"/> | indexPatternFieldEditor, savedObjectsManagement | 8.0 |
| <DocLink id="kibCorePluginApi" section="def-server.ILegacyScopedClusterClient" text="ILegacyScopedClusterClient"/> | globalSearch | 7.16 |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | observability, timelines, infra, ml, securitySolution, stackAlerts, transform | - |
| <DocLink id="kibDataPluginApi" section="def-public.esFilters" text="esFilters"/> | discover, visualizations, dashboard, lens, observability, maps, canvas, dashboardEnhanced, discoverEnhanced, securitySolution | - |
| <DocLink id="kibDataPluginApi" section="def-public.ExistsFilter" text="ExistsFilter"/> | observability | - |
| <DocLink id="kibDataPluginApi" section="def-public.Filter" text="Filter"/> | canvas, discover, visualizations, dashboard, lens, observability, timelines, maps, infra, dashboardEnhanced, discoverEnhanced, securitySolution, urlDrilldown, lists, ml, visTypeTimeseries | - |
| <DocLink id="kibDataPluginApi" section="def-common.Filter" text="Filter"/> | canvas, discover, visualizations, dashboard, lens, observability, timelines, maps, infra, dashboardEnhanced, discoverEnhanced, securitySolution, urlDrilldown, lists, ml, visTypeTimeseries | - |
| <DocLink id="kibDataPluginApi" section="def-common.ExistsFilter" text="ExistsFilter"/> | observability | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | observability, timelines, infra, ml, securitySolution, stackAlerts, transform | - |
| <DocLink id="kibDataPluginApi" section="def-server.Filter" text="Filter"/> | canvas, discover, visualizations, dashboard, lens, observability, timelines, maps, infra, dashboardEnhanced, discoverEnhanced, securitySolution, urlDrilldown, lists, ml, visTypeTimeseries | - |
| <DocLink id="kibDataPluginApi" section="def-public.IFieldSubType" text="IFieldSubType"/> | timelines | - |
| <DocLink id="kibDataPluginApi" section="def-public.esKuery" text="esKuery"/> | fleet, lens, timelines, infra, dataVisualizer, ml, apm, securitySolution, stackAlerts, transform, uptime | - |
| <DocLink id="kibDataPluginApi" section="def-public.esQuery" text="esQuery"/> | lens, timelines, dataVisualizer, ml, infra, securitySolution, stackAlerts, transform | - |
| <DocLink id="kibDataPluginApi" section="def-common.IFieldSubType" text="IFieldSubType"/> | timelines | - |
| <DocLink id="kibDataPluginApi" section="def-server.IFieldSubType" text="IFieldSubType"/> | timelines | - |
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | fleet, maps, ml, infra, stackAlerts, lens | - |
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | fleet, maps, ml, infra, stackAlerts, lens | - |
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | fleet, maps, ml, infra, stackAlerts, lens | - |
| <DocLink id="kibDataPluginApi" section="def-public.KueryNode" text="KueryNode"/> | securitySolution, alerting, fleet, cases, dataEnhanced | - |
| <DocLink id="kibDataPluginApi" section="def-public.MatchAllFilter" text="MatchAllFilter"/> | securitySolution | - |
| <DocLink id="kibDataPluginApi" section="def-public.EsQueryConfig" text="EsQueryConfig"/> | securitySolution, visTypeTimeseries | - |
| <DocLink id="kibDataPluginApi" section="def-common.MatchAllFilter" text="MatchAllFilter"/> | securitySolution | - |
| <DocLink id="kibDataPluginApi" section="def-common.KueryNode" text="KueryNode"/> | securitySolution, alerting, fleet, cases, dataEnhanced | - |
| <DocLink id="kibDataPluginApi" section="def-common.EsQueryConfig" text="EsQueryConfig"/> | securitySolution, visTypeTimeseries | - |
| <DocLink id="kibDataPluginApi" section="def-server.EsQueryConfig" text="EsQueryConfig"/> | securitySolution, visTypeTimeseries | - |
| <DocLink id="kibDataPluginApi" section="def-server.KueryNode" text="KueryNode"/> | securitySolution, alerting, fleet, cases, dataEnhanced | - |
| <DocLink id="kibDataPluginApi" section="def-public.esFilters" text="esFilters"/> | discover, visualizations, dashboard, lens, observability, maps, dashboardEnhanced, discoverEnhanced, securitySolution, visualize, timelion, presentationUtil | 8.1 |
| <DocLink id="kibDataPluginApi" section="def-public.esQuery" text="esQuery"/> | lens, timelines, infra, securitySolution, stackAlerts, transform, indexPatternManagement, visTypeTimelion, visTypeVega | 8.1 |
| <DocLink id="kibDataPluginApi" section="def-public.Filter" text="Filter"/> | canvas, discover, visualizations, dashboard, lens, observability, timelines, maps, infra, dashboardEnhanced, discoverEnhanced, securitySolution, urlDrilldown, inputControlVis, visTypeTimelion, visualize, visTypeVega, presentationUtil, ml, visTypeTimeseries | 8.1 |
| <DocLink id="kibDataPluginApi" section="def-common.Filter" text="Filter"/> | canvas, discover, visualizations, dashboard, lens, observability, timelines, maps, infra, dashboardEnhanced, discoverEnhanced, securitySolution, urlDrilldown, inputControlVis, visTypeTimelion, visualize, visTypeVega, presentationUtil, ml, visTypeTimeseries | 8.1 |
| <DocLink id="kibDataPluginApi" section="def-server.Filter" text="Filter"/> | canvas, discover, visualizations, dashboard, lens, observability, timelines, maps, infra, dashboardEnhanced, discoverEnhanced, securitySolution, urlDrilldown, inputControlVis, visTypeTimelion, visualize, visTypeVega, presentationUtil, ml, visTypeTimeseries | 8.1 |
| <DocLink id="kibDataPluginApi" section="def-public.IndexPattern.removeScriptedField" text="removeScriptedField"/> | indexPatternManagement | 8.1 |
| <DocLink id="kibDataPluginApi" section="def-public.IndexPattern.getNonScriptedFields" text="getNonScriptedFields"/> | visTypeTimeseries, graph, indexPatternManagement | 8.1 |
| <DocLink id="kibDataPluginApi" section="def-public.IndexPattern.getScriptedFields" text="getScriptedFields"/> | indexPatternManagement | 8.1 |
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | fleet, maps, ml, infra, stackAlerts, indexPatternManagement, lens, visTypeTimeseries | 8.1 |
| <DocLink id="kibDataPluginApi" section="def-public.getKbnTypeNames" text="getKbnTypeNames"/> | indexPatternManagement | 8.1 |
| <DocLink id="kibDataPluginApi" section="def-common.IndexPattern.removeScriptedField" text="removeScriptedField"/> | indexPatternManagement | 8.1 |
| <DocLink id="kibDataPluginApi" section="def-common.IndexPattern.getNonScriptedFields" text="getNonScriptedFields"/> | visTypeTimeseries, graph, indexPatternManagement | 8.1 |
| <DocLink id="kibDataPluginApi" section="def-common.IndexPattern.getScriptedFields" text="getScriptedFields"/> | indexPatternManagement | 8.1 |
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | fleet, maps, ml, infra, stackAlerts, indexPatternManagement, lens, visTypeTimeseries | 8.1 |
| <DocLink id="kibDataPluginApi" section="def-common.getKbnTypeNames" text="getKbnTypeNames"/> | indexPatternManagement | 8.1 |
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | fleet, maps, ml, infra, stackAlerts, indexPatternManagement, lens, visTypeTimeseries | 8.1 |
| <DocLink id="kibDataPluginApi" section="def-server.IndexPattern.removeScriptedField" text="removeScriptedField"/> | indexPatternManagement | 8.1 |
| <DocLink id="kibDataPluginApi" section="def-server.IndexPattern.getNonScriptedFields" text="getNonScriptedFields"/> | visTypeTimeseries, graph, indexPatternManagement | 8.1 |
| <DocLink id="kibDataPluginApi" section="def-server.IndexPattern.getScriptedFields" text="getScriptedFields"/> | indexPatternManagement | 8.1 |
| <DocLink id="kibDataPluginApi" section="def-public.EsQueryConfig" text="EsQueryConfig"/> | visTypeTimeseries | 8.1 |
| <DocLink id="kibDataPluginApi" section="def-common.EsQueryConfig" text="EsQueryConfig"/> | visTypeTimeseries | 8.1 |
| <DocLink id="kibDataPluginApi" section="def-server.EsQueryConfig" text="EsQueryConfig"/> | visTypeTimeseries | 8.1 |
| <DocLink id="kibDataPluginApi" section="def-public.IFieldSubType" text="IFieldSubType"/> | timelines | 8.1 |
| <DocLink id="kibDataPluginApi" section="def-common.IFieldSubType" text="IFieldSubType"/> | timelines | 8.1 |
| <DocLink id="kibDataPluginApi" section="def-server.IFieldSubType" text="IFieldSubType"/> | timelines | 8.1 |
| <DocLink id="kibDataPluginApi" section="def-public.esKuery" text="esKuery"/> | lens, infra, apm, stackAlerts, transform | 8.1 |
| <DocLink id="kibDataPluginApi" section="def-public.SearchSource.fetch" text="fetch"/> | discover, maps, inputControlVis | 8.1 |
| <DocLink id="kibDataPluginApi" section="def-common.SearchSource.fetch" text="fetch"/> | discover, maps, inputControlVis | 8.1 |
| <DocLink id="kibDataPluginApi" section="def-public.AggConfig.toJSON" text="toJSON"/> | visualizations, visDefaultEditor | 8.1 |
| <DocLink id="kibDataPluginApi" section="def-common.AggConfig.toJSON" text="toJSON"/> | visualizations, visDefaultEditor | 8.1 |
| <DocLink id="kibDataPluginApi" section="def-public.castEsToKbnFieldTypeName" text="castEsToKbnFieldTypeName"/> | indexPatternFieldEditor, savedObjectsManagement | 8.1 |
| <DocLink id="kibDataPluginApi" section="def-common.castEsToKbnFieldTypeName" text="castEsToKbnFieldTypeName"/> | indexPatternFieldEditor, savedObjectsManagement | 8.1 |
| <DocLink id="kibDataPluginApi" section="def-server.castEsToKbnFieldTypeName" text="castEsToKbnFieldTypeName"/> | indexPatternFieldEditor, savedObjectsManagement | 8.1 |
| <DocLink id="kibDataPluginApi" section="def-public.ExistsFilter" text="ExistsFilter"/> | observability | 8.1 |
| <DocLink id="kibDataPluginApi" section="def-common.ExistsFilter" text="ExistsFilter"/> | observability | 8.1 |
| <DocLink id="kibDataPluginApi" section="def-public.isFilters" text="isFilters"/> | dashboardEnhanced | 8.1 |
| <DocLink id="kibDataPluginApi" section="def-common.isFilters" text="isFilters"/> | dashboardEnhanced | 8.1 |
| <DocLink id="kibDataPluginApi" section="def-public.RangeFilter" text="RangeFilter"/> | discoverEnhanced | 8.1 |
| <DocLink id="kibDataPluginApi" section="def-common.RangeFilter" text="RangeFilter"/> | discoverEnhanced | 8.1 |
| <DocLink id="kibDataPluginApi" section="def-public.KueryNode" text="KueryNode"/> | cases, alerting, dataEnhanced | 8.1 |
| <DocLink id="kibDataPluginApi" section="def-common.nodeBuilder" text="nodeBuilder"/> | actions, alerting, cases, dataEnhanced | 8.1 |
| <DocLink id="kibDataPluginApi" section="def-common.KueryNode" text="KueryNode"/> | cases, alerting, dataEnhanced | 8.1 |
| <DocLink id="kibDataPluginApi" section="def-server.KueryNode" text="KueryNode"/> | cases, alerting, dataEnhanced | 8.1 |
| <DocLink id="kibDataPluginApi" section="def-public.RangeFilterParams" text="RangeFilterParams"/> | visTypeTimelion | 8.1 |
| <DocLink id="kibDataPluginApi" section="def-common.RangeFilterParams" text="RangeFilterParams"/> | visTypeTimelion | 8.1 |
| <DocLink id="kibSpacesPluginApi" section="def-server.SpacesPluginSetup.spacesService" text="spacesService"/> | security, reporting, apm, infra, securitySolution | 7.16 |
| <DocLink id="kibSpacesPluginApi" section="def-server.SpacesServiceSetup.getSpaceId" text="getSpaceId"/> | security, reporting, apm, infra, securitySolution | 7.16 |
| <DocLink id="kibSpacesPluginApi" section="def-server.SpacesServiceSetup.namespaceToSpaceId" text="namespaceToSpaceId"/> | security | 7.16 |
| <DocLink id="kibDashboardPluginApi" section="def-public.DashboardStart.dashboardUrlGenerator" text="dashboardUrlGenerator"/> | securitySolution | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | timelines, infra, ml, securitySolution, indexPatternManagement, stackAlerts, transform | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | timelines, infra, ml, securitySolution, indexPatternManagement, stackAlerts, transform | - |
| <DocLink id="kibLicensingPluginApi" section="def-public.PublicLicense.mode" text="mode"/> | apm, security, securitySolution | - |
| <DocLink id="kibLicensingPluginApi" section="def-server.PublicLicense.mode" text="mode"/> | apm, security, securitySolution | - |
| <DocLink id="kibSecurityPluginApi" section="def-server.SecurityPluginSetup.authc" text="authc"/> | reporting, encryptedSavedObjects, actions, ml, dataEnhanced, logstash, securitySolution | - |
| <DocLink id="kibCorePluginApi" section="def-public.AppMountParameters.onAppLeave" text="onAppLeave"/> | dashboard, lens, maps, ml, securitySolution, security, visualize | - |
| <DocLink id="kibCorePluginApi" section="def-public.AppLeaveHandler" text="AppLeaveHandler"/> | securitySolution | - |
| <DocLink id="kibCorePluginApi" section="def-server.AsyncPlugin" text="AsyncPlugin"/> | fleet | - |
| <DocLink id="kibDataPluginApi" section="def-common.FilterMeta" text="FilterMeta"/> | lens | - |
| <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObjectLoader" text="SavedObjectLoader"/> | visualizations, discover, dashboard, savedObjectsManagement | - |
| <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObject" text="SavedObject"/> | savedObjectsTaggingOss, visualizations, discover, dashboard, savedObjectsManagement | - |
| <DocLink id="kibDataPluginApi" section="def-public.DataPublicPluginStart.fieldFormats" text="fieldFormats"/> | fleet, indexPatternFieldEditor, discover, dashboard, lens, ml, stackAlerts, indexPatternManagement, visTypeMetric, visTypeTable, visTypeTimeseries, visTypePie, visTypeXy, visTypeVislib | - |
| <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObjectSaveModal" text="SavedObjectSaveModal"/> | embeddable, discover, presentationUtil, dashboard, graph | - |
| <DocLink id="kibExpressionsPluginApi" section="def-common.Render" text="Render"/> | canvas | - |
| <DocLink id="kibDataPluginApi" section="def-public.isFilters" text="isFilters"/> | dashboardEnhanced | - |
| <DocLink id="kibDataPluginApi" section="def-common.isFilters" text="isFilters"/> | dashboardEnhanced | - |
| <DocLink id="kibDataPluginApi" section="def-public.RangeFilter" text="RangeFilter"/> | discoverEnhanced | - |
| <DocLink id="kibDataPluginApi" section="def-common.RangeFilter" text="RangeFilter"/> | discoverEnhanced | - |
| <DocLink id="kibDataPluginApi" section="def-common.nodeBuilder" text="nodeBuilder"/> | actions, alerting, cases, dataEnhanced | - |
| <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.license$" text="license$"/> | spaces, security, reporting, actions, alerting, ml, fleet, remoteClusters, graph, indexLifecycleManagement, maps, painlessLab, rollup, searchprofiler, snapshotRestore, transform, upgradeAssistant | - |
| <DocLink id="kibLicensingPluginApi" section="def-public.LicensingPluginSetup.license$" text="license$"/> | security, licenseManagement, ml, fleet, apm, reporting, crossClusterReplication, logstash, painlessLab, searchprofiler, watcher | - |
| <DocLink id="kibSecurityPluginApi" section="def-server.SecurityPluginSetup.authz" text="authz"/> | actions, ml, enterpriseSearch, savedObjectsTagging | - |
| <DocLink id="kibCorePluginApi" section="def-public.IHttpFetchError.req" text="req"/> | ml | - |
| <DocLink id="kibCorePluginApi" section="def-public.AppMountParameters.appBasePath" text="appBasePath"/> | management, fleet, security, kibanaOverview, timelion | - |
| <DocLink id="kibCorePluginApi" section="def-server.AsyncPlugin" text="AsyncPlugin"/> | fleet | - |
| <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObjectsStart.settings" text="settings"/> | dashboard, maps, visualize | - |
| <DocLink id="kibCorePluginApi" section="def-server.SavedObjectsMigrationLogger.warning" text="warning"/> | lens, dashboard | - |
| <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObjectLoader" text="SavedObjectLoader"/> | visualizations, discover, dashboard, savedObjectsManagement, timelion | - |
| <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObject" text="SavedObject"/> | savedObjectsTaggingOss, visualizations, discover, dashboard, savedObjectsManagement, visualize, visDefaultEditor | - |
| <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObjectsStart.SavedObjectClass" text="SavedObjectClass"/> | discover, visualizations, dashboard, timelion | - |
| <DocLink id="kibDataPluginApi" section="def-public.SearchSourceFields.fieldsFromSource" text="fieldsFromSource"/> | reporting | - |
| <DocLink id="kibDataPluginApi" section="def-common.SearchSourceFields.fieldsFromSource" text="fieldsFromSource"/> | reporting | - |
| <DocLink id="kibDataPluginApi" section="def-server.DataPluginStart.fieldFormats" text="fieldFormats"/> | reporting | - |
| <DocLink id="kibDataPluginApi" section="def-public.SearchSource.create" text="create"/> | discover | - |
| <DocLink id="kibDataPluginApi" section="def-common.SearchSource.create" text="create"/> | discover | - |
| <DocLink id="kibUiActionsPluginApi" section="def-public.UiActionsService.executeTriggerActions" text="executeTriggerActions"/> | data, discover, embeddable | - |
| <DocLink id="kibCorePluginApi" section="def-public.UiSettingsParams.metric" text="metric"/> | advancedSettings, discover | - |
| <DocLink id="kibCorePluginApi" section="def-server.UiSettingsParams.metric" text="metric"/> | advancedSettings, discover | - |
| <DocLink id="kibCorePluginApi" section="def-public.SavedObjectsImportSuccess.createNewCopy" text="createNewCopy"/> | spaces, savedObjectsManagement | - |
| <DocLink id="kibCorePluginApi" section="def-server.SavedObjectsImportSuccess.createNewCopy" text="createNewCopy"/> | spaces, savedObjectsManagement | - |
| <DocLink id="kibCorePluginApi" section="def-public.AsyncPlugin" text="AsyncPlugin"/> | visTypeTable | - |
| <DocLink id="kibExpressionsPluginApi" section="def-common.Render" text="Render"/> | canvas, visTypePie, visTypeXy | - |
| <DocLink id="kibExpressionsPluginApi" section="def-public.ExpressionFunctionDefinition.context" text="context"/> | canvas, visTypeXy | - |
| <DocLink id="kibExpressionsPluginApi" section="def-common.ExpressionFunctionDefinition.context" text="context"/> | canvas, visTypeXy | - |
| <DocLink id="kibExpressionsPluginApi" section="def-server.ExpressionFunctionDefinition.context" text="context"/> | canvas, visTypeXy | - |
| <DocLink id="kibSecurityPluginApi" section="def-server.LegacyAuditLogger" text="LegacyAuditLogger"/> | encryptedSavedObjects, actions, alerting | - |
| <DocLink id="kibCorePluginApi" section="def-server.LegacyRequest" text="LegacyRequest"/> | security | - |
| <DocLink id="kibHomePluginApi" section="def-public.HomePublicPluginSetup.environment" text="environment"/> | cloud, apm | - |
| <DocLink id="kibCorePluginApi" section="def-public.CoreSetup.injectedMetadata" text="injectedMetadata"/> | visTypeVega | - |
| <DocLink id="kibCorePluginApi" section="def-public.CoreStart.injectedMetadata" text="injectedMetadata"/> | monitoring, visTypeVega | - |
| <DocLink id="kibDiscoverPluginApi" section="def-public.DiscoverStart.urlGenerator" text="urlGenerator"/> | osquery | - |
| <DocLink id="kibFeaturesPluginApi" section="def-common.FeatureElasticsearchPrivileges.requiredRoles" text="requiredRoles"/> | security | - |
| <DocLink id="kibFeaturesPluginApi" section="def-server.FeatureElasticsearchPrivileges.requiredRoles" text="requiredRoles"/> | security | - |
| <DocLink id="kibCorePluginApi" section="def-server.ElasticsearchServiceSetup.legacy" text="legacy"/> | console | - |
## Unreferenced deprecated APIs
Safe to remove.
| Deprecated API |
| ---------------|
| <DocLink id="kibDashboardPluginApi" section="def-public.createDashboardUrlGenerator" text="createDashboardUrlGenerator"/> |
| <DocLink id="kibDashboardPluginApi" section="def-public.DashboardUrlGeneratorState" text="DashboardUrlGeneratorState"/> |
| <DocLink id="kibDataPluginApi" section="def-public.IndexPattern.intervalName" text="intervalName"/> |
| <DocLink id="kibDataPluginApi" section="def-public.IndexPattern.addScriptedField" text="addScriptedField"/> |
| <DocLink id="kibDataPluginApi" section="def-public.IndexPatternSpec.intervalName" text="intervalName"/> |
| <DocLink id="kibDataPluginApi" section="def-public.DataPublicPluginSetup.fieldFormats" text="fieldFormats"/> |
| <DocLink id="kibDataPluginApi" section="def-public.RangeFilterMeta" text="RangeFilterMeta"/> |
| <DocLink id="kibDataPluginApi" section="def-public.PhrasesFilter" text="PhrasesFilter"/> |
| <DocLink id="kibDataPluginApi" section="def-public.PhraseFilter" text="PhraseFilter"/> |
| <DocLink id="kibDataPluginApi" section="def-public.CustomFilter" text="CustomFilter"/> |
| <DocLink id="kibDataPluginApi" section="def-public.MatchAllFilter" text="MatchAllFilter"/> |
| <DocLink id="kibDataPluginApi" section="def-public.isFilter" text="isFilter"/> |
| <DocLink id="kibDataPluginApi" section="def-common.COMPARE_ALL_OPTIONS" text="COMPARE_ALL_OPTIONS"/> |
| <DocLink id="kibDataPluginApi" section="def-common.compareFilters" text="compareFilters"/> |
| <DocLink id="kibDataPluginApi" section="def-common.enableFilter" text="enableFilter"/> |
| <DocLink id="kibDataPluginApi" section="def-common.pinFilter" text="pinFilter"/> |
| <DocLink id="kibDataPluginApi" section="def-common.toggleFilterDisabled" text="toggleFilterDisabled"/> |
| <DocLink id="kibDataPluginApi" section="def-common.disableFilter" text="disableFilter"/> |
| <DocLink id="kibDataPluginApi" section="def-common.fromKueryExpression" text="fromKueryExpression"/> |
| <DocLink id="kibDataPluginApi" section="def-common.toElasticsearchQuery" text="toElasticsearchQuery"/> |
| <DocLink id="kibDataPluginApi" section="def-common.nodeTypes" text="nodeTypes"/> |
| <DocLink id="kibDataPluginApi" section="def-common.buildEsQuery" text="buildEsQuery"/> |
| <DocLink id="kibDataPluginApi" section="def-common.buildQueryFromFilters" text="buildQueryFromFilters"/> |
| <DocLink id="kibDataPluginApi" section="def-common.luceneStringToDsl" text="luceneStringToDsl"/> |
| <DocLink id="kibDataPluginApi" section="def-common.decorateQuery" text="decorateQuery"/> |
| <DocLink id="kibDataPluginApi" section="def-common.getPhraseFilterField" text="getPhraseFilterField"/> |
| <DocLink id="kibDataPluginApi" section="def-common.getPhraseFilterValue" text="getPhraseFilterValue"/> |
| <DocLink id="kibDataPluginApi" section="def-common.isFilterPinned" text="isFilterPinned"/> |
| <DocLink id="kibDataPluginApi" section="def-common.isExistsFilter" text="isExistsFilter"/> |
| <DocLink id="kibDataPluginApi" section="def-common.isMatchAllFilter" text="isMatchAllFilter"/> |
| <DocLink id="kibDataPluginApi" section="def-common.isMissingFilter" text="isMissingFilter"/> |
| <DocLink id="kibDataPluginApi" section="def-common.isPhraseFilter" text="isPhraseFilter"/> |
| <DocLink id="kibDataPluginApi" section="def-common.isPhrasesFilter" text="isPhrasesFilter"/> |
| <DocLink id="kibDataPluginApi" section="def-common.isRangeFilter" text="isRangeFilter"/> |
| <DocLink id="kibDataPluginApi" section="def-common.isQueryStringFilter" text="isQueryStringFilter"/> |
| <DocLink id="kibDataPluginApi" section="def-common.buildQueryFilter" text="buildQueryFilter"/> |
| <DocLink id="kibDataPluginApi" section="def-common.buildPhrasesFilter" text="buildPhrasesFilter"/> |
| <DocLink id="kibDataPluginApi" section="def-common.buildPhraseFilter" text="buildPhraseFilter"/> |
| <DocLink id="kibDataPluginApi" section="def-common.buildRangeFilter" text="buildRangeFilter"/> |
| <DocLink id="kibDataPluginApi" section="def-common.buildCustomFilter" text="buildCustomFilter"/> |
| <DocLink id="kibDataPluginApi" section="def-common.buildFilter" text="buildFilter"/> |
| <DocLink id="kibDataPluginApi" section="def-common.buildEmptyFilter" text="buildEmptyFilter"/> |
| <DocLink id="kibDataPluginApi" section="def-common.buildExistsFilter" text="buildExistsFilter"/> |
| <DocLink id="kibDataPluginApi" section="def-common.toggleFilterNegated" text="toggleFilterNegated"/> |
| <DocLink id="kibDataPluginApi" section="def-common.FILTERS" text="FILTERS"/> |
| <DocLink id="kibDataPluginApi" section="def-common.isFilter" text="isFilter"/> |
| <DocLink id="kibDataPluginApi" section="def-common.isFilterDisabled" text="isFilterDisabled"/> |
| <DocLink id="kibDataPluginApi" section="def-common.dedupFilters" text="dedupFilters"/> |
| <DocLink id="kibDataPluginApi" section="def-common.onlyDisabledFiltersChanged" text="onlyDisabledFiltersChanged"/> |
| <DocLink id="kibDataPluginApi" section="def-common.uniqFilters" text="uniqFilters"/> |
| <DocLink id="kibDataPluginApi" section="def-common.RangeFilterMeta" text="RangeFilterMeta"/> |
| <DocLink id="kibDataPluginApi" section="def-common.PhrasesFilter" text="PhrasesFilter"/> |
| <DocLink id="kibDataPluginApi" section="def-common.PhraseFilter" text="PhraseFilter"/> |
| <DocLink id="kibDataPluginApi" section="def-common.MatchAllFilter" text="MatchAllFilter"/> |
| <DocLink id="kibDataPluginApi" section="def-common.CustomFilter" text="CustomFilter"/> |
| <DocLink id="kibDataPluginApi" section="def-common.MissingFilter" text="MissingFilter"/> |
| <DocLink id="kibDataPluginApi" section="def-common.FilterMeta" text="FilterMeta"/> |
| <DocLink id="kibDataPluginApi" section="def-common.IndexPattern.intervalName" text="intervalName"/> |
| <DocLink id="kibDataPluginApi" section="def-common.IndexPattern.addScriptedField" text="addScriptedField"/> |
| <DocLink id="kibDataPluginApi" section="def-common.IndexPatternSpec.intervalName" text="intervalName"/> |
| <DocLink id="kibDataPluginApi" section="def-common.getKbnFieldType" text="getKbnFieldType"/> |
| <DocLink id="kibDataPluginApi" section="def-common.getFilterableKbnTypeNames" text="getFilterableKbnTypeNames"/> |
| <DocLink id="kibDataPluginApi" section="def-server.IndexPattern.intervalName" text="intervalName"/> |
| <DocLink id="kibDataPluginApi" section="def-server.IndexPattern.addScriptedField" text="addScriptedField"/> |
| <DocLink id="kibDataPluginApi" section="def-server.DataPluginSetup.fieldFormats" text="fieldFormats"/> |
| <DocLink id="kibExpressionsPluginApi" section="def-public.ExpressionExecutor" text="ExpressionExecutor"/> |
| <DocLink id="kibExpressionsPluginApi" section="def-public.Executor.functions" text="functions"/> |
| <DocLink id="kibExpressionsPluginApi" section="def-public.Executor.types" text="types"/> |
| <DocLink id="kibExpressionsPluginApi" section="def-public.InterpreterErrorType" text="InterpreterErrorType"/> |
| <DocLink id="kibExpressionsPluginApi" section="def-common.InterpreterErrorType" text="InterpreterErrorType"/> |
| <DocLink id="kibExpressionsPluginApi" section="def-common.Executor.functions" text="functions"/> |
| <DocLink id="kibExpressionsPluginApi" section="def-common.Executor.types" text="types"/> |
| <DocLink id="kibExpressionsPluginApi" section="def-server.Executor.functions" text="functions"/> |
| <DocLink id="kibExpressionsPluginApi" section="def-server.Executor.types" text="types"/> |
| <DocLink id="kibExpressionsPluginApi" section="def-server.InterpreterErrorType" text="InterpreterErrorType"/> |
| <DocLink id="kibCasesPluginApi" section="def-common.formatErrors" text="formatErrors"/> |
| <DocLink id="kibLicensingPluginApi" section="def-public.LicensingPluginSetup.refresh" text="refresh"/> |
| <DocLink id="kibLicensingPluginApi" section="def-public.ILicense.mode" text="mode"/> |
| <DocLink id="kibLicensingPluginApi" section="def-server.ILicense.mode" text="mode"/> |
| <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.refresh" text="refresh"/> |
| <DocLink id="kibSecurityPluginApi" section="def-public.SecurityLicenseFeatures.allowLegacyAuditLogging" text="allowLegacyAuditLogging"/> |
| <DocLink id="kibSpacesPluginApi" section="def-server.SpacesServiceSetup.spaceIdToNamespace" text="spaceIdToNamespace"/> |
| <DocLink id="kibTimelinesPluginApi" section="def-common.InProgressStatus" text="InProgressStatus"/> |
| <DocLink id="kibCorePluginApi" section="def-public.SavedObjectsImportFailure.title" text="title"/> |
| <DocLink id="kibCorePluginApi" section="def-public.IHttpFetchError.res" text="res"/> |
| <DocLink id="kibCorePluginApi" section="def-server.ElasticsearchServiceStart.legacy" text="legacy"/> |
| <DocLink id="kibCorePluginApi" section="def-server.HttpServiceSetup.auth" text="auth"/> |
| <DocLink id="kibCorePluginApi" section="def-server.PluginManifest.extraPublicDirs" text="extraPublicDirs"/> |
| <DocLink id="kibCorePluginApi" section="def-server.SavedObjectsImportFailure.title" text="title"/> |

File diff suppressed because it is too large Load diff

View file

@ -12,7 +12,7 @@ import devToolsObj from './dev_tools.json';
Contact [Stack Management](https://github.com/orgs/elastic/teams/kibana-stack-management) for questions regarding this plugin.
**Code health stats**

View file

@ -77,13 +77,7 @@
"text": "DiscoverAppLocatorParams"
},
" extends ",
{
"pluginId": "kibanaUtils",
"scope": "common",
"docId": "kibKibanaUtilsPluginApi",
"section": "def-common.Serializable",
"text": "Serializable"
}
"SerializableRecord"
],
"path": "src/plugins/discover/public/locator.ts",
"deprecated": false,
@ -159,13 +153,7 @@
"text": "RefreshInterval"
},
" & ",
{
"pluginId": "kibanaUtils",
"scope": "common",
"docId": "kibKibanaUtilsPluginApi",
"section": "def-common.Serializable",
"text": "Serializable"
},
"SerializableRecord",
") | undefined"
],
"path": "src/plugins/discover/public/locator.ts",
@ -274,13 +262,7 @@
],
"signature": [
"(string[][] & ",
{
"pluginId": "kibanaUtils",
"scope": "common",
"docId": "kibKibanaUtilsPluginApi",
"section": "def-common.Serializable",
"text": "Serializable"
},
"SerializableRecord",
") | undefined"
],
"path": "src/plugins/discover/public/locator.ts",
@ -1052,7 +1034,8 @@
"description": [],
"signature": [
"{ addDocView(docViewRaw: ComponentDocViewInput | ",
"RenderDocViewInput |",
"RenderDocViewInput",
" | ",
"DocViewInputFn",
"): void; }"
],
@ -1136,10 +1119,6 @@
"path": "src/plugins/discover/public/plugin.tsx",
"deprecated": true,
"references": [
{
"plugin": "observability",
"path": "x-pack/plugins/observability/public/components/shared/exploratory_view/hooks/use_discover_link.tsx"
},
{
"plugin": "osquery",
"path": "x-pack/plugins/osquery/public/scheduled_query_groups/scheduled_query_group_queries_table.tsx"
@ -1390,4 +1369,4 @@
],
"objects": []
}
}
}

View file

@ -721,9 +721,7 @@
"label": "kibanaLegacy",
"description": [],
"signature": [
"{ dashboardConfig: ",
"DashboardConfig",
"; loadFontAwesome: () => Promise<void>; loadAngularBootstrap: () => Promise<void>; config: Readonly<{} & { defaultAppId: string; }>; } | undefined"
"{ loadFontAwesome: () => Promise<void>; loadAngularBootstrap: () => Promise<void>; config: Readonly<{} & { defaultAppId: string; }>; } | undefined"
],
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
"deprecated": false

View file

@ -1062,6 +1062,83 @@
],
"returnComment": []
},
{
"parentPluginId": "embeddable",
"id": "def-public.Container.setChildLoaded",
"type": "Function",
"tags": [],
"label": "setChildLoaded",
"description": [],
"signature": [
"(embeddable: ",
{
"pluginId": "embeddable",
"scope": "public",
"docId": "kibEmbeddablePluginApi",
"section": "def-public.IEmbeddable",
"text": "IEmbeddable"
},
"<",
{
"pluginId": "embeddable",
"scope": "common",
"docId": "kibEmbeddablePluginApi",
"section": "def-common.EmbeddableInput",
"text": "EmbeddableInput"
},
", ",
{
"pluginId": "embeddable",
"scope": "public",
"docId": "kibEmbeddablePluginApi",
"section": "def-public.EmbeddableOutput",
"text": "EmbeddableOutput"
},
">) => void"
],
"path": "src/plugins/embeddable/public/lib/containers/container.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "embeddable",
"id": "def-public.Container.setChildLoaded.$1",
"type": "Object",
"tags": [],
"label": "embeddable",
"description": [],
"signature": [
{
"pluginId": "embeddable",
"scope": "public",
"docId": "kibEmbeddablePluginApi",
"section": "def-public.IEmbeddable",
"text": "IEmbeddable"
},
"<",
{
"pluginId": "embeddable",
"scope": "common",
"docId": "kibEmbeddablePluginApi",
"section": "def-common.EmbeddableInput",
"text": "EmbeddableInput"
},
", ",
{
"pluginId": "embeddable",
"scope": "public",
"docId": "kibEmbeddablePluginApi",
"section": "def-public.EmbeddableOutput",
"text": "EmbeddableOutput"
},
">"
],
"path": "src/plugins/embeddable/public/lib/containers/container.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "embeddable",
"id": "def-public.Container.updateInputForChild",
@ -2103,6 +2180,16 @@
"path": "src/plugins/embeddable/public/lib/embeddables/embeddable.tsx",
"deprecated": false
},
{
"parentPluginId": "embeddable",
"id": "def-public.Embeddable.deferEmbeddableLoad",
"type": "boolean",
"tags": [],
"label": "deferEmbeddableLoad",
"description": [],
"path": "src/plugins/embeddable/public/lib/embeddables/embeddable.tsx",
"deprecated": false
},
{
"parentPluginId": "embeddable",
"id": "def-public.Embeddable.type",
@ -2181,6 +2268,16 @@
"path": "src/plugins/embeddable/public/lib/embeddables/embeddable.tsx",
"deprecated": false
},
{
"parentPluginId": "embeddable",
"id": "def-public.Embeddable.destroyed",
"type": "boolean",
"tags": [],
"label": "destroyed",
"description": [],
"path": "src/plugins/embeddable/public/lib/embeddables/embeddable.tsx",
"deprecated": false
},
{
"parentPluginId": "embeddable",
"id": "def-public.Embeddable.Unnamed",
@ -2587,6 +2684,23 @@
"children": [],
"returnComment": []
},
{
"parentPluginId": "embeddable",
"id": "def-public.Embeddable.setInitializationFinished",
"type": "Function",
"tags": [],
"label": "setInitializationFinished",
"description": [
"\ncommunicate to the parent embeddable that this embeddable's initialization is finished.\nThis only applies to embeddables which defer their loading state with deferEmbeddableLoad."
],
"signature": [
"() => void"
],
"path": "src/plugins/embeddable/public/lib/embeddables/embeddable.tsx",
"deprecated": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "embeddable",
"id": "def-public.Embeddable.updateOutput",
@ -5684,6 +5798,19 @@
"path": "src/plugins/embeddable/public/lib/state_transfer/types.ts",
"deprecated": false
},
{
"parentPluginId": "embeddable",
"id": "def-public.EmbeddableEditorState.originatingPath",
"type": "string",
"tags": [],
"label": "originatingPath",
"description": [],
"signature": [
"string | undefined"
],
"path": "src/plugins/embeddable/public/lib/state_transfer/types.ts",
"deprecated": false
},
{
"parentPluginId": "embeddable",
"id": "def-public.EmbeddableEditorState.embeddableId",
@ -6934,6 +7061,88 @@
],
"returnComment": []
},
{
"parentPluginId": "embeddable",
"id": "def-public.IContainer.setChildLoaded",
"type": "Function",
"tags": [],
"label": "setChildLoaded",
"description": [
"\nEmbeddables which have deferEmbeddableLoad set to true need to manually call setChildLoaded\non their parent container to communicate when they have finished loading."
],
"signature": [
"<E extends ",
{
"pluginId": "embeddable",
"scope": "public",
"docId": "kibEmbeddablePluginApi",
"section": "def-public.IEmbeddable",
"text": "IEmbeddable"
},
"<",
{
"pluginId": "embeddable",
"scope": "common",
"docId": "kibEmbeddablePluginApi",
"section": "def-common.EmbeddableInput",
"text": "EmbeddableInput"
},
", ",
{
"pluginId": "embeddable",
"scope": "public",
"docId": "kibEmbeddablePluginApi",
"section": "def-public.EmbeddableOutput",
"text": "EmbeddableOutput"
},
"> = ",
{
"pluginId": "embeddable",
"scope": "public",
"docId": "kibEmbeddablePluginApi",
"section": "def-public.IEmbeddable",
"text": "IEmbeddable"
},
"<",
{
"pluginId": "embeddable",
"scope": "common",
"docId": "kibEmbeddablePluginApi",
"section": "def-common.EmbeddableInput",
"text": "EmbeddableInput"
},
", ",
{
"pluginId": "embeddable",
"scope": "public",
"docId": "kibEmbeddablePluginApi",
"section": "def-public.EmbeddableOutput",
"text": "EmbeddableOutput"
},
">>(embeddable: E) => void"
],
"path": "src/plugins/embeddable/public/lib/containers/i_container.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "embeddable",
"id": "def-public.IContainer.setChildLoaded.$1",
"type": "Uncategorized",
"tags": [],
"label": "embeddable",
"description": [
"- the embeddable to set"
],
"signature": [
"E"
],
"path": "src/plugins/embeddable/public/lib/containers/i_container.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "embeddable",
"id": "def-public.IContainer.removeEmbeddable",
@ -7165,6 +7374,18 @@
"path": "src/plugins/embeddable/public/lib/embeddables/i_embeddable.ts",
"deprecated": false
},
{
"parentPluginId": "embeddable",
"id": "def-public.IEmbeddable.deferEmbeddableLoad",
"type": "boolean",
"tags": [],
"label": "deferEmbeddableLoad",
"description": [
"\nIf set to true, defer embeddable load tells the container that this embeddable\ntype isn't completely loaded when the constructor returns. This embeddable\nwill have to manually call setChildLoaded on its parent when all of its initial\noutput is finalized. For instance, after loading a saved object."
],
"path": "src/plugins/embeddable/public/lib/embeddables/i_embeddable.ts",
"deprecated": false
},
{
"parentPluginId": "embeddable",
"id": "def-public.IEmbeddable.runtimeId",
@ -8091,14 +8312,10 @@
"text": "ViewMode"
},
" | undefined; title?: string | undefined; id: string; lastReloadRequestTime?: number | undefined; hidePanelTitles?: boolean | undefined; enhancements?: ",
{
"pluginId": "kibanaUtils",
"scope": "common",
"docId": "kibKibanaUtilsPluginApi",
"section": "def-common.Serializable",
"text": "Serializable"
},
" | undefined; disabledActions?: string[] | undefined; disableTriggers?: boolean | undefined; searchSessionId?: string | undefined; syncColors?: boolean | undefined; }"
"SerializableRecord",
" | undefined; disabledActions?: string[] | undefined; disableTriggers?: boolean | undefined; searchSessionId?: string | undefined; syncColors?: boolean | undefined; executionContext?: ",
"KibanaExecutionContext",
" | undefined; }"
],
"path": "src/plugins/embeddable/common/types.ts",
"deprecated": false,
@ -8507,13 +8724,7 @@
"text": "EnhancementRegistryDefinition"
},
"<",
{
"pluginId": "kibanaUtils",
"scope": "common",
"docId": "kibKibanaUtilsPluginApi",
"section": "def-common.Serializable",
"text": "Serializable"
},
"SerializableRecord",
">) => void"
],
"path": "src/plugins/embeddable/public/plugin.tsx",
@ -8535,13 +8746,7 @@
"text": "EnhancementRegistryDefinition"
},
"<",
{
"pluginId": "kibanaUtils",
"scope": "common",
"docId": "kibKibanaUtilsPluginApi",
"section": "def-common.Serializable",
"text": "Serializable"
},
"SerializableRecord",
">"
],
"path": "src/plugins/embeddable/public/plugin.tsx",
@ -9190,13 +9395,7 @@
"text": "EnhancementRegistryDefinition"
},
"<",
{
"pluginId": "kibanaUtils",
"scope": "common",
"docId": "kibKibanaUtilsPluginApi",
"section": "def-common.Serializable",
"text": "Serializable"
},
"SerializableRecord",
">) => void"
],
"path": "src/plugins/embeddable/server/plugin.ts",
@ -9218,13 +9417,7 @@
"text": "EnhancementRegistryDefinition"
},
"<",
{
"pluginId": "kibanaUtils",
"scope": "common",
"docId": "kibKibanaUtilsPluginApi",
"section": "def-common.Serializable",
"text": "Serializable"
},
"SerializableRecord",
">"
],
"path": "src/plugins/embeddable/server/plugin.ts",
@ -9961,14 +10154,10 @@
"text": "ViewMode"
},
" | undefined; title?: string | undefined; id: string; lastReloadRequestTime?: number | undefined; hidePanelTitles?: boolean | undefined; enhancements?: ",
{
"pluginId": "kibanaUtils",
"scope": "common",
"docId": "kibKibanaUtilsPluginApi",
"section": "def-common.Serializable",
"text": "Serializable"
},
" | undefined; disabledActions?: string[] | undefined; disableTriggers?: boolean | undefined; searchSessionId?: string | undefined; syncColors?: boolean | undefined; }"
"SerializableRecord",
" | undefined; disabledActions?: string[] | undefined; disableTriggers?: boolean | undefined; searchSessionId?: string | undefined; syncColors?: boolean | undefined; executionContext?: ",
"KibanaExecutionContext",
" | undefined; }"
],
"path": "src/plugins/embeddable/common/types.ts",
"deprecated": false,
@ -10033,21 +10222,9 @@
"description": [],
"signature": [
"(state: ",
{
"pluginId": "kibanaUtils",
"scope": "common",
"docId": "kibKibanaUtilsPluginApi",
"section": "def-common.Serializable",
"text": "Serializable"
},
"SerializableRecord",
", version: string) => ",
{
"pluginId": "kibanaUtils",
"scope": "common",
"docId": "kibKibanaUtilsPluginApi",
"section": "def-common.Serializable",
"text": "Serializable"
}
"SerializableRecord"
],
"path": "src/plugins/embeddable/common/lib/migrate.ts",
"deprecated": false,
@ -10061,15 +10238,7 @@
"label": "state",
"description": [],
"signature": [
"{ [key: string]: ",
{
"pluginId": "kibanaUtils",
"scope": "common",
"docId": "kibKibanaUtilsPluginApi",
"section": "def-common.Serializable",
"text": "Serializable"
},
"; }"
"SerializableRecord"
],
"path": "src/plugins/embeddable/common/lib/migrate.ts",
"deprecated": false

View file

@ -12,13 +12,13 @@ import embeddableObj from './embeddable.json';
Contact [App Services](https://github.com/orgs/elastic/teams/kibana-app-services) for questions regarding this plugin.
**Code health stats**
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 460 | 5 | 388 | 3 |
| 469 | 5 | 393 | 3 |
## Client

View file

@ -12,7 +12,7 @@ import embeddableEnhancedObj from './embeddable_enhanced.json';
Contact [App Services](https://github.com/orgs/elastic/teams/kibana-app-services) for questions regarding this plugin.
**Code health stats**

View file

@ -258,6 +258,51 @@
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "esUiShared",
"id": "def-public.EuiCodeEditor",
"type": "Function",
"tags": [],
"label": "EuiCodeEditor",
"description": [],
"signature": [
"(props: ",
{
"pluginId": "esUiShared",
"scope": "public",
"docId": "kibEsUiSharedPluginApi",
"section": "def-public.EuiCodeEditorProps",
"text": "EuiCodeEditorProps"
},
") => JSX.Element"
],
"path": "src/plugins/es_ui_shared/public/components/code_editor/index.tsx",
"deprecated": false,
"children": [
{
"parentPluginId": "esUiShared",
"id": "def-public.EuiCodeEditor.$1",
"type": "Object",
"tags": [],
"label": "props",
"description": [],
"signature": [
{
"pluginId": "esUiShared",
"scope": "public",
"docId": "kibEsUiSharedPluginApi",
"section": "def-public.EuiCodeEditorProps",
"text": "EuiCodeEditorProps"
}
],
"path": "src/plugins/es_ui_shared/public/components/code_editor/index.tsx",
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "esUiShared",
"id": "def-public.extractQueryParams",
@ -736,6 +781,183 @@
],
"initialIsOpen": false
},
{
"parentPluginId": "esUiShared",
"id": "def-public.EuiCodeEditorProps",
"type": "Interface",
"tags": [],
"label": "EuiCodeEditorProps",
"description": [],
"signature": [
{
"pluginId": "esUiShared",
"scope": "public",
"docId": "kibEsUiSharedPluginApi",
"section": "def-public.EuiCodeEditorProps",
"text": "EuiCodeEditorProps"
},
" extends Pick<React.AriaAttributes, SupportedAriaAttribute>,Pick<",
"IAceEditorProps",
", \"onChange\" | \"name\" | \"defaultValue\" | \"className\" | \"placeholder\" | \"style\" | \"onCopy\" | \"onPaste\" | \"onFocus\" | \"onBlur\" | \"onInput\" | \"onLoad\" | \"onScroll\" | \"value\" | \"height\" | \"width\" | \"fontSize\" | \"theme\" | \"showGutter\" | \"showPrintMargin\" | \"highlightActiveLine\" | \"focus\" | \"cursorStart\" | \"wrapEnabled\" | \"readOnly\" | \"minLines\" | \"maxLines\" | \"navigateToFileEnd\" | \"debounceChangePeriod\" | \"enableBasicAutocompletion\" | \"enableLiveAutocompletion\" | \"tabSize\" | \"scrollMargin\" | \"enableSnippets\" | \"onSelectionChange\" | \"onCursorChange\" | \"onValidate\" | \"onBeforeLoad\" | \"onSelection\" | \"editorProps\" | \"setOptions\" | \"keyboardHandler\" | \"commands\" | \"annotations\" | \"markers\">"
],
"path": "src/plugins/es_ui_shared/public/components/code_editor/code_editor.tsx",
"deprecated": false,
"children": [
{
"parentPluginId": "esUiShared",
"id": "def-public.EuiCodeEditorProps.width",
"type": "string",
"tags": [],
"label": "width",
"description": [],
"signature": [
"string | undefined"
],
"path": "src/plugins/es_ui_shared/public/components/code_editor/code_editor.tsx",
"deprecated": false
},
{
"parentPluginId": "esUiShared",
"id": "def-public.EuiCodeEditorProps.height",
"type": "string",
"tags": [],
"label": "height",
"description": [],
"signature": [
"string | undefined"
],
"path": "src/plugins/es_ui_shared/public/components/code_editor/code_editor.tsx",
"deprecated": false
},
{
"parentPluginId": "esUiShared",
"id": "def-public.EuiCodeEditorProps.onBlur",
"type": "Function",
"tags": [],
"label": "onBlur",
"description": [],
"signature": [
"((event: any, editor?: ",
"AceEditorClass",
" | undefined) => void) | undefined"
],
"path": "src/plugins/es_ui_shared/public/components/code_editor/code_editor.tsx",
"deprecated": false
},
{
"parentPluginId": "esUiShared",
"id": "def-public.EuiCodeEditorProps.onFocus",
"type": "Function",
"tags": [],
"label": "onFocus",
"description": [],
"signature": [
"((event: any, editor?: ",
"AceEditorClass",
" | undefined) => void) | undefined"
],
"path": "src/plugins/es_ui_shared/public/components/code_editor/code_editor.tsx",
"deprecated": false
},
{
"parentPluginId": "esUiShared",
"id": "def-public.EuiCodeEditorProps.isReadOnly",
"type": "CompoundType",
"tags": [],
"label": "isReadOnly",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "src/plugins/es_ui_shared/public/components/code_editor/code_editor.tsx",
"deprecated": false
},
{
"parentPluginId": "esUiShared",
"id": "def-public.EuiCodeEditorProps.setOptions",
"type": "Object",
"tags": [],
"label": "setOptions",
"description": [],
"signature": [
"IAceOptions",
" | undefined"
],
"path": "src/plugins/es_ui_shared/public/components/code_editor/code_editor.tsx",
"deprecated": false
},
{
"parentPluginId": "esUiShared",
"id": "def-public.EuiCodeEditorProps.cursorStart",
"type": "number",
"tags": [],
"label": "cursorStart",
"description": [],
"signature": [
"number | undefined"
],
"path": "src/plugins/es_ui_shared/public/components/code_editor/code_editor.tsx",
"deprecated": false
},
{
"parentPluginId": "esUiShared",
"id": "def-public.EuiCodeEditorProps.datatestsubj",
"type": "string",
"tags": [],
"label": "'data-test-subj'",
"description": [],
"signature": [
"string | undefined"
],
"path": "src/plugins/es_ui_shared/public/components/code_editor/code_editor.tsx",
"deprecated": false
},
{
"parentPluginId": "esUiShared",
"id": "def-public.EuiCodeEditorProps.theme",
"type": "string",
"tags": [],
"label": "theme",
"description": [
"\nSelect the `brace` theme\nThe matching theme file must also be imported from `brace` (e.g., `import 'brace/theme/github';`)"
],
"signature": [
"string | undefined"
],
"path": "src/plugins/es_ui_shared/public/components/code_editor/code_editor.tsx",
"deprecated": false
},
{
"parentPluginId": "esUiShared",
"id": "def-public.EuiCodeEditorProps.mode",
"type": "CompoundType",
"tags": [],
"label": "mode",
"description": [
"\nUse string for a built-in mode or object for a custom mode"
],
"signature": [
"string | object | undefined"
],
"path": "src/plugins/es_ui_shared/public/components/code_editor/code_editor.tsx",
"deprecated": false
},
{
"parentPluginId": "esUiShared",
"id": "def-public.EuiCodeEditorProps.id",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"signature": [
"string | undefined"
],
"path": "src/plugins/es_ui_shared/public/components/code_editor/code_editor.tsx",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "esUiShared",
"id": "def-public.JsonEditorState",

View file

@ -12,13 +12,13 @@ import esUiSharedObj from './es_ui_shared.json';
Contact [Stack Management](https://github.com/orgs/elastic/teams/kibana-stack-management) for questions regarding this plugin.
**Code health stats**
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 92 | 5 | 90 | 1 |
| 106 | 5 | 102 | 1 |
## Client

View file

@ -579,7 +579,7 @@
"label": "logEvent",
"description": [],
"signature": [
"(properties: DeepPartial<DeepWriteable<Readonly<{ kibana?: Readonly<{ saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; type_id?: string | undefined; } & {}>[] | undefined; alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; server_uuid?: string | undefined; task?: Readonly<{ scheduled?: string | undefined; schedule_delay?: number | undefined; } & {}> | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ type?: string | undefined; id?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; event?: Readonly<{ start?: string | undefined; type?: string[] | undefined; id?: string | undefined; url?: string | undefined; end?: string | undefined; category?: string[] | undefined; code?: string | undefined; action?: string | undefined; kind?: string | undefined; original?: string | undefined; severity?: number | undefined; created?: string | undefined; dataset?: string | undefined; duration?: number | undefined; hash?: string | undefined; ingested?: string | undefined; module?: string | undefined; outcome?: string | undefined; provider?: string | undefined; reason?: string | undefined; reference?: string | undefined; risk_score?: number | undefined; risk_score_norm?: number | undefined; sequence?: number | undefined; timezone?: string | undefined; } & {}> | undefined; rule?: Readonly<{ description?: string | undefined; id?: string | undefined; name?: string | undefined; version?: string | undefined; license?: string | undefined; category?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; uuid?: string | undefined; } & {}> | undefined; '@timestamp'?: string | undefined; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}>>> | undefined) => void"
"(properties: DeepPartial<DeepWriteable<Readonly<{ kibana?: Readonly<{ version?: string | undefined; saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; type_id?: string | undefined; } & {}>[] | undefined; alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; server_uuid?: string | undefined; task?: Readonly<{ scheduled?: string | undefined; schedule_delay?: number | undefined; } & {}> | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ type?: string | undefined; id?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; event?: Readonly<{ start?: string | undefined; type?: string[] | undefined; id?: string | undefined; end?: string | undefined; category?: string[] | undefined; url?: string | undefined; code?: string | undefined; original?: string | undefined; action?: string | undefined; kind?: string | undefined; timezone?: string | undefined; severity?: number | undefined; outcome?: string | undefined; created?: string | undefined; dataset?: string | undefined; duration?: number | undefined; hash?: string | undefined; ingested?: string | undefined; module?: string | undefined; provider?: string | undefined; reason?: string | undefined; reference?: string | undefined; risk_score?: number | undefined; risk_score_norm?: number | undefined; sequence?: number | undefined; } & {}> | undefined; rule?: Readonly<{ description?: string | undefined; id?: string | undefined; name?: string | undefined; version?: string | undefined; license?: string | undefined; category?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; uuid?: string | undefined; } & {}> | undefined; '@timestamp'?: string | undefined; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}>>> | undefined) => void"
],
"path": "x-pack/plugins/event_log/server/types.ts",
"deprecated": false,
@ -592,7 +592,7 @@
"label": "properties",
"description": [],
"signature": [
"DeepPartial<DeepWriteable<Readonly<{ kibana?: Readonly<{ saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; type_id?: string | undefined; } & {}>[] | undefined; alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; server_uuid?: string | undefined; task?: Readonly<{ scheduled?: string | undefined; schedule_delay?: number | undefined; } & {}> | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ type?: string | undefined; id?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; event?: Readonly<{ start?: string | undefined; type?: string[] | undefined; id?: string | undefined; url?: string | undefined; end?: string | undefined; category?: string[] | undefined; code?: string | undefined; action?: string | undefined; kind?: string | undefined; original?: string | undefined; severity?: number | undefined; created?: string | undefined; dataset?: string | undefined; duration?: number | undefined; hash?: string | undefined; ingested?: string | undefined; module?: string | undefined; outcome?: string | undefined; provider?: string | undefined; reason?: string | undefined; reference?: string | undefined; risk_score?: number | undefined; risk_score_norm?: number | undefined; sequence?: number | undefined; timezone?: string | undefined; } & {}> | undefined; rule?: Readonly<{ description?: string | undefined; id?: string | undefined; name?: string | undefined; version?: string | undefined; license?: string | undefined; category?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; uuid?: string | undefined; } & {}> | undefined; '@timestamp'?: string | undefined; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}>>> | undefined"
"DeepPartial<DeepWriteable<Readonly<{ kibana?: Readonly<{ version?: string | undefined; saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; type_id?: string | undefined; } & {}>[] | undefined; alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; server_uuid?: string | undefined; task?: Readonly<{ scheduled?: string | undefined; schedule_delay?: number | undefined; } & {}> | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ type?: string | undefined; id?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; event?: Readonly<{ start?: string | undefined; type?: string[] | undefined; id?: string | undefined; end?: string | undefined; category?: string[] | undefined; url?: string | undefined; code?: string | undefined; original?: string | undefined; action?: string | undefined; kind?: string | undefined; timezone?: string | undefined; severity?: number | undefined; outcome?: string | undefined; created?: string | undefined; dataset?: string | undefined; duration?: number | undefined; hash?: string | undefined; ingested?: string | undefined; module?: string | undefined; provider?: string | undefined; reason?: string | undefined; reference?: string | undefined; risk_score?: number | undefined; risk_score_norm?: number | undefined; sequence?: number | undefined; } & {}> | undefined; rule?: Readonly<{ description?: string | undefined; id?: string | undefined; name?: string | undefined; version?: string | undefined; license?: string | undefined; category?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; uuid?: string | undefined; } & {}> | undefined; '@timestamp'?: string | undefined; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}>>> | undefined"
],
"path": "x-pack/plugins/event_log/server/types.ts",
"deprecated": false,
@ -609,7 +609,7 @@
"label": "startTiming",
"description": [],
"signature": [
"(event: DeepPartial<DeepWriteable<Readonly<{ kibana?: Readonly<{ saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; type_id?: string | undefined; } & {}>[] | undefined; alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; server_uuid?: string | undefined; task?: Readonly<{ scheduled?: string | undefined; schedule_delay?: number | undefined; } & {}> | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ type?: string | undefined; id?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; event?: Readonly<{ start?: string | undefined; type?: string[] | undefined; id?: string | undefined; url?: string | undefined; end?: string | undefined; category?: string[] | undefined; code?: string | undefined; action?: string | undefined; kind?: string | undefined; original?: string | undefined; severity?: number | undefined; created?: string | undefined; dataset?: string | undefined; duration?: number | undefined; hash?: string | undefined; ingested?: string | undefined; module?: string | undefined; outcome?: string | undefined; provider?: string | undefined; reason?: string | undefined; reference?: string | undefined; risk_score?: number | undefined; risk_score_norm?: number | undefined; sequence?: number | undefined; timezone?: string | undefined; } & {}> | undefined; rule?: Readonly<{ description?: string | undefined; id?: string | undefined; name?: string | undefined; version?: string | undefined; license?: string | undefined; category?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; uuid?: string | undefined; } & {}> | undefined; '@timestamp'?: string | undefined; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}>>> | undefined) => void"
"(event: DeepPartial<DeepWriteable<Readonly<{ kibana?: Readonly<{ version?: string | undefined; saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; type_id?: string | undefined; } & {}>[] | undefined; alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; server_uuid?: string | undefined; task?: Readonly<{ scheduled?: string | undefined; schedule_delay?: number | undefined; } & {}> | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ type?: string | undefined; id?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; event?: Readonly<{ start?: string | undefined; type?: string[] | undefined; id?: string | undefined; end?: string | undefined; category?: string[] | undefined; url?: string | undefined; code?: string | undefined; original?: string | undefined; action?: string | undefined; kind?: string | undefined; timezone?: string | undefined; severity?: number | undefined; outcome?: string | undefined; created?: string | undefined; dataset?: string | undefined; duration?: number | undefined; hash?: string | undefined; ingested?: string | undefined; module?: string | undefined; provider?: string | undefined; reason?: string | undefined; reference?: string | undefined; risk_score?: number | undefined; risk_score_norm?: number | undefined; sequence?: number | undefined; } & {}> | undefined; rule?: Readonly<{ description?: string | undefined; id?: string | undefined; name?: string | undefined; version?: string | undefined; license?: string | undefined; category?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; uuid?: string | undefined; } & {}> | undefined; '@timestamp'?: string | undefined; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}>>> | undefined) => void"
],
"path": "x-pack/plugins/event_log/server/types.ts",
"deprecated": false,
@ -622,7 +622,7 @@
"label": "event",
"description": [],
"signature": [
"DeepPartial<DeepWriteable<Readonly<{ kibana?: Readonly<{ saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; type_id?: string | undefined; } & {}>[] | undefined; alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; server_uuid?: string | undefined; task?: Readonly<{ scheduled?: string | undefined; schedule_delay?: number | undefined; } & {}> | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ type?: string | undefined; id?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; event?: Readonly<{ start?: string | undefined; type?: string[] | undefined; id?: string | undefined; url?: string | undefined; end?: string | undefined; category?: string[] | undefined; code?: string | undefined; action?: string | undefined; kind?: string | undefined; original?: string | undefined; severity?: number | undefined; created?: string | undefined; dataset?: string | undefined; duration?: number | undefined; hash?: string | undefined; ingested?: string | undefined; module?: string | undefined; outcome?: string | undefined; provider?: string | undefined; reason?: string | undefined; reference?: string | undefined; risk_score?: number | undefined; risk_score_norm?: number | undefined; sequence?: number | undefined; timezone?: string | undefined; } & {}> | undefined; rule?: Readonly<{ description?: string | undefined; id?: string | undefined; name?: string | undefined; version?: string | undefined; license?: string | undefined; category?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; uuid?: string | undefined; } & {}> | undefined; '@timestamp'?: string | undefined; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}>>> | undefined"
"DeepPartial<DeepWriteable<Readonly<{ kibana?: Readonly<{ version?: string | undefined; saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; type_id?: string | undefined; } & {}>[] | undefined; alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; server_uuid?: string | undefined; task?: Readonly<{ scheduled?: string | undefined; schedule_delay?: number | undefined; } & {}> | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ type?: string | undefined; id?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; event?: Readonly<{ start?: string | undefined; type?: string[] | undefined; id?: string | undefined; end?: string | undefined; category?: string[] | undefined; url?: string | undefined; code?: string | undefined; original?: string | undefined; action?: string | undefined; kind?: string | undefined; timezone?: string | undefined; severity?: number | undefined; outcome?: string | undefined; created?: string | undefined; dataset?: string | undefined; duration?: number | undefined; hash?: string | undefined; ingested?: string | undefined; module?: string | undefined; provider?: string | undefined; reason?: string | undefined; reference?: string | undefined; risk_score?: number | undefined; risk_score_norm?: number | undefined; sequence?: number | undefined; } & {}> | undefined; rule?: Readonly<{ description?: string | undefined; id?: string | undefined; name?: string | undefined; version?: string | undefined; license?: string | undefined; category?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; uuid?: string | undefined; } & {}> | undefined; '@timestamp'?: string | undefined; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}>>> | undefined"
],
"path": "x-pack/plugins/event_log/server/types.ts",
"deprecated": false,
@ -639,7 +639,7 @@
"label": "stopTiming",
"description": [],
"signature": [
"(event: DeepPartial<DeepWriteable<Readonly<{ kibana?: Readonly<{ saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; type_id?: string | undefined; } & {}>[] | undefined; alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; server_uuid?: string | undefined; task?: Readonly<{ scheduled?: string | undefined; schedule_delay?: number | undefined; } & {}> | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ type?: string | undefined; id?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; event?: Readonly<{ start?: string | undefined; type?: string[] | undefined; id?: string | undefined; url?: string | undefined; end?: string | undefined; category?: string[] | undefined; code?: string | undefined; action?: string | undefined; kind?: string | undefined; original?: string | undefined; severity?: number | undefined; created?: string | undefined; dataset?: string | undefined; duration?: number | undefined; hash?: string | undefined; ingested?: string | undefined; module?: string | undefined; outcome?: string | undefined; provider?: string | undefined; reason?: string | undefined; reference?: string | undefined; risk_score?: number | undefined; risk_score_norm?: number | undefined; sequence?: number | undefined; timezone?: string | undefined; } & {}> | undefined; rule?: Readonly<{ description?: string | undefined; id?: string | undefined; name?: string | undefined; version?: string | undefined; license?: string | undefined; category?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; uuid?: string | undefined; } & {}> | undefined; '@timestamp'?: string | undefined; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}>>> | undefined) => void"
"(event: DeepPartial<DeepWriteable<Readonly<{ kibana?: Readonly<{ version?: string | undefined; saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; type_id?: string | undefined; } & {}>[] | undefined; alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; server_uuid?: string | undefined; task?: Readonly<{ scheduled?: string | undefined; schedule_delay?: number | undefined; } & {}> | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ type?: string | undefined; id?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; event?: Readonly<{ start?: string | undefined; type?: string[] | undefined; id?: string | undefined; end?: string | undefined; category?: string[] | undefined; url?: string | undefined; code?: string | undefined; original?: string | undefined; action?: string | undefined; kind?: string | undefined; timezone?: string | undefined; severity?: number | undefined; outcome?: string | undefined; created?: string | undefined; dataset?: string | undefined; duration?: number | undefined; hash?: string | undefined; ingested?: string | undefined; module?: string | undefined; provider?: string | undefined; reason?: string | undefined; reference?: string | undefined; risk_score?: number | undefined; risk_score_norm?: number | undefined; sequence?: number | undefined; } & {}> | undefined; rule?: Readonly<{ description?: string | undefined; id?: string | undefined; name?: string | undefined; version?: string | undefined; license?: string | undefined; category?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; uuid?: string | undefined; } & {}> | undefined; '@timestamp'?: string | undefined; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}>>> | undefined) => void"
],
"path": "x-pack/plugins/event_log/server/types.ts",
"deprecated": false,
@ -652,7 +652,7 @@
"label": "event",
"description": [],
"signature": [
"DeepPartial<DeepWriteable<Readonly<{ kibana?: Readonly<{ saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; type_id?: string | undefined; } & {}>[] | undefined; alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; server_uuid?: string | undefined; task?: Readonly<{ scheduled?: string | undefined; schedule_delay?: number | undefined; } & {}> | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ type?: string | undefined; id?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; event?: Readonly<{ start?: string | undefined; type?: string[] | undefined; id?: string | undefined; url?: string | undefined; end?: string | undefined; category?: string[] | undefined; code?: string | undefined; action?: string | undefined; kind?: string | undefined; original?: string | undefined; severity?: number | undefined; created?: string | undefined; dataset?: string | undefined; duration?: number | undefined; hash?: string | undefined; ingested?: string | undefined; module?: string | undefined; outcome?: string | undefined; provider?: string | undefined; reason?: string | undefined; reference?: string | undefined; risk_score?: number | undefined; risk_score_norm?: number | undefined; sequence?: number | undefined; timezone?: string | undefined; } & {}> | undefined; rule?: Readonly<{ description?: string | undefined; id?: string | undefined; name?: string | undefined; version?: string | undefined; license?: string | undefined; category?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; uuid?: string | undefined; } & {}> | undefined; '@timestamp'?: string | undefined; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}>>> | undefined"
"DeepPartial<DeepWriteable<Readonly<{ kibana?: Readonly<{ version?: string | undefined; saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; type_id?: string | undefined; } & {}>[] | undefined; alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; server_uuid?: string | undefined; task?: Readonly<{ scheduled?: string | undefined; schedule_delay?: number | undefined; } & {}> | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ type?: string | undefined; id?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; event?: Readonly<{ start?: string | undefined; type?: string[] | undefined; id?: string | undefined; end?: string | undefined; category?: string[] | undefined; url?: string | undefined; code?: string | undefined; original?: string | undefined; action?: string | undefined; kind?: string | undefined; timezone?: string | undefined; severity?: number | undefined; outcome?: string | undefined; created?: string | undefined; dataset?: string | undefined; duration?: number | undefined; hash?: string | undefined; ingested?: string | undefined; module?: string | undefined; provider?: string | undefined; reason?: string | undefined; reference?: string | undefined; risk_score?: number | undefined; risk_score_norm?: number | undefined; sequence?: number | undefined; } & {}> | undefined; rule?: Readonly<{ description?: string | undefined; id?: string | undefined; name?: string | undefined; version?: string | undefined; license?: string | undefined; category?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; uuid?: string | undefined; } & {}> | undefined; '@timestamp'?: string | undefined; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}>>> | undefined"
],
"path": "x-pack/plugins/event_log/server/types.ts",
"deprecated": false,
@ -712,7 +712,7 @@
"label": "data",
"description": [],
"signature": [
"(Readonly<{ kibana?: Readonly<{ saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; type_id?: string | undefined; } & {}>[] | undefined; alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; server_uuid?: string | undefined; task?: Readonly<{ scheduled?: string | undefined; schedule_delay?: number | undefined; } & {}> | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ type?: string | undefined; id?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; event?: Readonly<{ start?: string | undefined; type?: string[] | undefined; id?: string | undefined; url?: string | undefined; end?: string | undefined; category?: string[] | undefined; code?: string | undefined; action?: string | undefined; kind?: string | undefined; original?: string | undefined; severity?: number | undefined; created?: string | undefined; dataset?: string | undefined; duration?: number | undefined; hash?: string | undefined; ingested?: string | undefined; module?: string | undefined; outcome?: string | undefined; provider?: string | undefined; reason?: string | undefined; reference?: string | undefined; risk_score?: number | undefined; risk_score_norm?: number | undefined; sequence?: number | undefined; timezone?: string | undefined; } & {}> | undefined; rule?: Readonly<{ description?: string | undefined; id?: string | undefined; name?: string | undefined; version?: string | undefined; license?: string | undefined; category?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; uuid?: string | undefined; } & {}> | undefined; '@timestamp'?: string | undefined; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}> | undefined)[]"
"(Readonly<{ kibana?: Readonly<{ version?: string | undefined; saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; type_id?: string | undefined; } & {}>[] | undefined; alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; server_uuid?: string | undefined; task?: Readonly<{ scheduled?: string | undefined; schedule_delay?: number | undefined; } & {}> | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ type?: string | undefined; id?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; event?: Readonly<{ start?: string | undefined; type?: string[] | undefined; id?: string | undefined; end?: string | undefined; category?: string[] | undefined; url?: string | undefined; code?: string | undefined; original?: string | undefined; action?: string | undefined; kind?: string | undefined; timezone?: string | undefined; severity?: number | undefined; outcome?: string | undefined; created?: string | undefined; dataset?: string | undefined; duration?: number | undefined; hash?: string | undefined; ingested?: string | undefined; module?: string | undefined; provider?: string | undefined; reason?: string | undefined; reference?: string | undefined; risk_score?: number | undefined; risk_score_norm?: number | undefined; sequence?: number | undefined; } & {}> | undefined; rule?: Readonly<{ description?: string | undefined; id?: string | undefined; name?: string | undefined; version?: string | undefined; license?: string | undefined; category?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; uuid?: string | undefined; } & {}> | undefined; '@timestamp'?: string | undefined; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}> | undefined)[]"
],
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
"deprecated": false
@ -731,7 +731,7 @@
"label": "IEvent",
"description": [],
"signature": [
"DeepPartial<DeepWriteable<Readonly<{ kibana?: Readonly<{ saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; type_id?: string | undefined; } & {}>[] | undefined; alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; server_uuid?: string | undefined; task?: Readonly<{ scheduled?: string | undefined; schedule_delay?: number | undefined; } & {}> | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ type?: string | undefined; id?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; event?: Readonly<{ start?: string | undefined; type?: string[] | undefined; id?: string | undefined; url?: string | undefined; end?: string | undefined; category?: string[] | undefined; code?: string | undefined; action?: string | undefined; kind?: string | undefined; original?: string | undefined; severity?: number | undefined; created?: string | undefined; dataset?: string | undefined; duration?: number | undefined; hash?: string | undefined; ingested?: string | undefined; module?: string | undefined; outcome?: string | undefined; provider?: string | undefined; reason?: string | undefined; reference?: string | undefined; risk_score?: number | undefined; risk_score_norm?: number | undefined; sequence?: number | undefined; timezone?: string | undefined; } & {}> | undefined; rule?: Readonly<{ description?: string | undefined; id?: string | undefined; name?: string | undefined; version?: string | undefined; license?: string | undefined; category?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; uuid?: string | undefined; } & {}> | undefined; '@timestamp'?: string | undefined; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}>>> | undefined"
"DeepPartial<DeepWriteable<Readonly<{ kibana?: Readonly<{ version?: string | undefined; saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; type_id?: string | undefined; } & {}>[] | undefined; alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; server_uuid?: string | undefined; task?: Readonly<{ scheduled?: string | undefined; schedule_delay?: number | undefined; } & {}> | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ type?: string | undefined; id?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; event?: Readonly<{ start?: string | undefined; type?: string[] | undefined; id?: string | undefined; end?: string | undefined; category?: string[] | undefined; url?: string | undefined; code?: string | undefined; original?: string | undefined; action?: string | undefined; kind?: string | undefined; timezone?: string | undefined; severity?: number | undefined; outcome?: string | undefined; created?: string | undefined; dataset?: string | undefined; duration?: number | undefined; hash?: string | undefined; ingested?: string | undefined; module?: string | undefined; provider?: string | undefined; reason?: string | undefined; reference?: string | undefined; risk_score?: number | undefined; risk_score_norm?: number | undefined; sequence?: number | undefined; } & {}> | undefined; rule?: Readonly<{ description?: string | undefined; id?: string | undefined; name?: string | undefined; version?: string | undefined; license?: string | undefined; category?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; uuid?: string | undefined; } & {}> | undefined; '@timestamp'?: string | undefined; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}>>> | undefined"
],
"path": "x-pack/plugins/event_log/generated/schemas.ts",
"deprecated": false,
@ -745,7 +745,7 @@
"label": "IValidatedEvent",
"description": [],
"signature": [
"Readonly<{ kibana?: Readonly<{ saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; type_id?: string | undefined; } & {}>[] | undefined; alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; server_uuid?: string | undefined; task?: Readonly<{ scheduled?: string | undefined; schedule_delay?: number | undefined; } & {}> | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ type?: string | undefined; id?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; event?: Readonly<{ start?: string | undefined; type?: string[] | undefined; id?: string | undefined; url?: string | undefined; end?: string | undefined; category?: string[] | undefined; code?: string | undefined; action?: string | undefined; kind?: string | undefined; original?: string | undefined; severity?: number | undefined; created?: string | undefined; dataset?: string | undefined; duration?: number | undefined; hash?: string | undefined; ingested?: string | undefined; module?: string | undefined; outcome?: string | undefined; provider?: string | undefined; reason?: string | undefined; reference?: string | undefined; risk_score?: number | undefined; risk_score_norm?: number | undefined; sequence?: number | undefined; timezone?: string | undefined; } & {}> | undefined; rule?: Readonly<{ description?: string | undefined; id?: string | undefined; name?: string | undefined; version?: string | undefined; license?: string | undefined; category?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; uuid?: string | undefined; } & {}> | undefined; '@timestamp'?: string | undefined; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}> | undefined"
"Readonly<{ kibana?: Readonly<{ version?: string | undefined; saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; type_id?: string | undefined; } & {}>[] | undefined; alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; server_uuid?: string | undefined; task?: Readonly<{ scheduled?: string | undefined; schedule_delay?: number | undefined; } & {}> | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ type?: string | undefined; id?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; event?: Readonly<{ start?: string | undefined; type?: string[] | undefined; id?: string | undefined; end?: string | undefined; category?: string[] | undefined; url?: string | undefined; code?: string | undefined; original?: string | undefined; action?: string | undefined; kind?: string | undefined; timezone?: string | undefined; severity?: number | undefined; outcome?: string | undefined; created?: string | undefined; dataset?: string | undefined; duration?: number | undefined; hash?: string | undefined; ingested?: string | undefined; module?: string | undefined; provider?: string | undefined; reason?: string | undefined; reference?: string | undefined; risk_score?: number | undefined; risk_score_norm?: number | undefined; sequence?: number | undefined; } & {}> | undefined; rule?: Readonly<{ description?: string | undefined; id?: string | undefined; name?: string | undefined; version?: string | undefined; license?: string | undefined; category?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; uuid?: string | undefined; } & {}> | undefined; '@timestamp'?: string | undefined; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}> | undefined"
],
"path": "x-pack/plugins/event_log/generated/schemas.ts",
"deprecated": false,
@ -979,7 +979,7 @@
"label": "getLogger",
"description": [],
"signature": [
"(properties: DeepPartial<DeepWriteable<Readonly<{ kibana?: Readonly<{ saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; type_id?: string | undefined; } & {}>[] | undefined; alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; server_uuid?: string | undefined; task?: Readonly<{ scheduled?: string | undefined; schedule_delay?: number | undefined; } & {}> | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ type?: string | undefined; id?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; event?: Readonly<{ start?: string | undefined; type?: string[] | undefined; id?: string | undefined; url?: string | undefined; end?: string | undefined; category?: string[] | undefined; code?: string | undefined; action?: string | undefined; kind?: string | undefined; original?: string | undefined; severity?: number | undefined; created?: string | undefined; dataset?: string | undefined; duration?: number | undefined; hash?: string | undefined; ingested?: string | undefined; module?: string | undefined; outcome?: string | undefined; provider?: string | undefined; reason?: string | undefined; reference?: string | undefined; risk_score?: number | undefined; risk_score_norm?: number | undefined; sequence?: number | undefined; timezone?: string | undefined; } & {}> | undefined; rule?: Readonly<{ description?: string | undefined; id?: string | undefined; name?: string | undefined; version?: string | undefined; license?: string | undefined; category?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; uuid?: string | undefined; } & {}> | undefined; '@timestamp'?: string | undefined; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}>>> | undefined) => ",
"(properties: DeepPartial<DeepWriteable<Readonly<{ kibana?: Readonly<{ version?: string | undefined; saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; type_id?: string | undefined; } & {}>[] | undefined; alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; server_uuid?: string | undefined; task?: Readonly<{ scheduled?: string | undefined; schedule_delay?: number | undefined; } & {}> | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ type?: string | undefined; id?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; event?: Readonly<{ start?: string | undefined; type?: string[] | undefined; id?: string | undefined; end?: string | undefined; category?: string[] | undefined; url?: string | undefined; code?: string | undefined; original?: string | undefined; action?: string | undefined; kind?: string | undefined; timezone?: string | undefined; severity?: number | undefined; outcome?: string | undefined; created?: string | undefined; dataset?: string | undefined; duration?: number | undefined; hash?: string | undefined; ingested?: string | undefined; module?: string | undefined; provider?: string | undefined; reason?: string | undefined; reference?: string | undefined; risk_score?: number | undefined; risk_score_norm?: number | undefined; sequence?: number | undefined; } & {}> | undefined; rule?: Readonly<{ description?: string | undefined; id?: string | undefined; name?: string | undefined; version?: string | undefined; license?: string | undefined; category?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; uuid?: string | undefined; } & {}> | undefined; '@timestamp'?: string | undefined; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}>>> | undefined) => ",
{
"pluginId": "eventLog",
"scope": "server",
@ -999,7 +999,7 @@
"label": "properties",
"description": [],
"signature": [
"DeepPartial<DeepWriteable<Readonly<{ kibana?: Readonly<{ saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; type_id?: string | undefined; } & {}>[] | undefined; alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; server_uuid?: string | undefined; task?: Readonly<{ scheduled?: string | undefined; schedule_delay?: number | undefined; } & {}> | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ type?: string | undefined; id?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; event?: Readonly<{ start?: string | undefined; type?: string[] | undefined; id?: string | undefined; url?: string | undefined; end?: string | undefined; category?: string[] | undefined; code?: string | undefined; action?: string | undefined; kind?: string | undefined; original?: string | undefined; severity?: number | undefined; created?: string | undefined; dataset?: string | undefined; duration?: number | undefined; hash?: string | undefined; ingested?: string | undefined; module?: string | undefined; outcome?: string | undefined; provider?: string | undefined; reason?: string | undefined; reference?: string | undefined; risk_score?: number | undefined; risk_score_norm?: number | undefined; sequence?: number | undefined; timezone?: string | undefined; } & {}> | undefined; rule?: Readonly<{ description?: string | undefined; id?: string | undefined; name?: string | undefined; version?: string | undefined; license?: string | undefined; category?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; uuid?: string | undefined; } & {}> | undefined; '@timestamp'?: string | undefined; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}>>> | undefined"
"DeepPartial<DeepWriteable<Readonly<{ kibana?: Readonly<{ version?: string | undefined; saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; type_id?: string | undefined; } & {}>[] | undefined; alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; server_uuid?: string | undefined; task?: Readonly<{ scheduled?: string | undefined; schedule_delay?: number | undefined; } & {}> | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ type?: string | undefined; id?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; event?: Readonly<{ start?: string | undefined; type?: string[] | undefined; id?: string | undefined; end?: string | undefined; category?: string[] | undefined; url?: string | undefined; code?: string | undefined; original?: string | undefined; action?: string | undefined; kind?: string | undefined; timezone?: string | undefined; severity?: number | undefined; outcome?: string | undefined; created?: string | undefined; dataset?: string | undefined; duration?: number | undefined; hash?: string | undefined; ingested?: string | undefined; module?: string | undefined; provider?: string | undefined; reason?: string | undefined; reference?: string | undefined; risk_score?: number | undefined; risk_score_norm?: number | undefined; sequence?: number | undefined; } & {}> | undefined; rule?: Readonly<{ description?: string | undefined; id?: string | undefined; name?: string | undefined; version?: string | undefined; license?: string | undefined; category?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; uuid?: string | undefined; } & {}> | undefined; '@timestamp'?: string | undefined; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}>>> | undefined"
],
"path": "x-pack/plugins/event_log/server/types.ts",
"deprecated": false,

View file

@ -12,7 +12,7 @@ import eventLogObj from './event_log.json';
Contact [Kibana Alerting](https://github.com/orgs/elastic/teams/kibana-alerting-services) for questions regarding this plugin.
**Code health stats**

View file

@ -10,9 +10,9 @@ warning: This document is auto-generated and is meant to be viewed inside our ex
---
import expressionErrorObj from './expression_error.json';
Adds 'error' renderer to expressions
Contact [Kibana Presentation](https://github.com/orgs/elastic/teams/kibana-presentation) for questions regarding this plugin.
**Code health stats**

View file

@ -20,7 +20,13 @@
"text": "ExpressionRenderDefinition"
},
"<",
"ImageRendererConfig",
{
"pluginId": "expressionImage",
"scope": "common",
"docId": "kibExpressionImagePluginApi",
"section": "def-common.ImageRendererConfig",
"text": "ImageRendererConfig"
},
">"
],
"path": "src/plugins/expression_image/public/expression_renderers/image_renderer.tsx",
@ -50,7 +56,13 @@
"text": "ExpressionRenderDefinition"
},
"<",
"ImageRendererConfig",
{
"pluginId": "expressionImage",
"scope": "common",
"docId": "kibExpressionImagePluginApi",
"section": "def-common.ImageRendererConfig",
"text": "ImageRendererConfig"
},
">)[]"
],
"path": "src/plugins/expression_image/public/expression_renderers/index.ts",
@ -81,14 +93,302 @@
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
"objects": [],
"start": {
"parentPluginId": "expressionImage",
"id": "def-server.ExpressionImagePluginStart",
"type": "Type",
"tags": [],
"label": "ExpressionImagePluginStart",
"description": [],
"signature": [
"void"
],
"path": "src/plugins/expression_image/server/plugin.ts",
"deprecated": false,
"lifecycle": "start",
"initialIsOpen": true
}
},
"common": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"interfaces": [
{
"parentPluginId": "expressionImage",
"id": "def-common.ImageRendererConfig",
"type": "Interface",
"tags": [],
"label": "ImageRendererConfig",
"description": [],
"path": "src/plugins/expression_image/common/types/expression_renderers.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "expressionImage",
"id": "def-common.ImageRendererConfig.dataurl",
"type": "CompoundType",
"tags": [],
"label": "dataurl",
"description": [],
"signature": [
"string | null"
],
"path": "src/plugins/expression_image/common/types/expression_renderers.ts",
"deprecated": false
},
{
"parentPluginId": "expressionImage",
"id": "def-common.ImageRendererConfig.mode",
"type": "CompoundType",
"tags": [],
"label": "mode",
"description": [],
"signature": [
{
"pluginId": "expressionImage",
"scope": "common",
"docId": "kibExpressionImagePluginApi",
"section": "def-common.ImageMode",
"text": "ImageMode"
},
" | null"
],
"path": "src/plugins/expression_image/common/types/expression_renderers.ts",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "expressionImage",
"id": "def-common.NodeDimensions",
"type": "Interface",
"tags": [],
"label": "NodeDimensions",
"description": [],
"path": "src/plugins/expression_image/common/types/expression_renderers.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "expressionImage",
"id": "def-common.NodeDimensions.width",
"type": "number",
"tags": [],
"label": "width",
"description": [],
"path": "src/plugins/expression_image/common/types/expression_renderers.ts",
"deprecated": false
},
{
"parentPluginId": "expressionImage",
"id": "def-common.NodeDimensions.height",
"type": "number",
"tags": [],
"label": "height",
"description": [],
"path": "src/plugins/expression_image/common/types/expression_renderers.ts",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "expressionImage",
"id": "def-common.Return",
"type": "Interface",
"tags": [],
"label": "Return",
"description": [],
"path": "src/plugins/expression_image/common/types/expression_functions.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "expressionImage",
"id": "def-common.Return.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"signature": [
"\"image\""
],
"path": "src/plugins/expression_image/common/types/expression_functions.ts",
"deprecated": false
},
{
"parentPluginId": "expressionImage",
"id": "def-common.Return.mode",
"type": "string",
"tags": [],
"label": "mode",
"description": [],
"path": "src/plugins/expression_image/common/types/expression_functions.ts",
"deprecated": false
},
{
"parentPluginId": "expressionImage",
"id": "def-common.Return.dataurl",
"type": "string",
"tags": [],
"label": "dataurl",
"description": [],
"path": "src/plugins/expression_image/common/types/expression_functions.ts",
"deprecated": false
}
],
"initialIsOpen": false
}
],
"enums": [
{
"parentPluginId": "expressionImage",
"id": "def-common.ImageMode",
"type": "Enum",
"tags": [],
"label": "ImageMode",
"description": [],
"path": "src/plugins/expression_image/common/types/expression_functions.ts",
"deprecated": false,
"initialIsOpen": false
}
],
"misc": [
{
"parentPluginId": "expressionImage",
"id": "def-common.BASE64",
"type": "string",
"tags": [],
"label": "BASE64",
"description": [],
"signature": [
"\"`base64`\""
],
"path": "src/plugins/expression_image/common/constants.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "expressionImage",
"id": "def-common.CONTEXT",
"type": "string",
"tags": [],
"label": "CONTEXT",
"description": [],
"signature": [
"\"_context_\""
],
"path": "src/plugins/expression_image/common/constants.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "expressionImage",
"id": "def-common.ExpressionImageFunction",
"type": "Type",
"tags": [],
"label": "ExpressionImageFunction",
"description": [],
"signature": [
"() => ",
{
"pluginId": "expressions",
"scope": "common",
"docId": "kibExpressionsPluginApi",
"section": "def-common.ExpressionFunctionDefinition",
"text": "ExpressionFunctionDefinition"
},
"<\"image\", null, Arguments, Promise<",
{
"pluginId": "expressionImage",
"scope": "common",
"docId": "kibExpressionImagePluginApi",
"section": "def-common.Return",
"text": "Return"
},
">, ",
{
"pluginId": "expressions",
"scope": "common",
"docId": "kibExpressionsPluginApi",
"section": "def-common.ExecutionContext",
"text": "ExecutionContext"
},
"<",
{
"pluginId": "inspector",
"scope": "common",
"docId": "kibInspectorPluginApi",
"section": "def-common.Adapters",
"text": "Adapters"
},
", ",
"SerializableRecord",
">>"
],
"path": "src/plugins/expression_image/common/types/expression_functions.ts",
"deprecated": false,
"returnComment": [],
"children": [],
"initialIsOpen": false
},
{
"parentPluginId": "expressionImage",
"id": "def-common.OriginString",
"type": "Type",
"tags": [],
"label": "OriginString",
"description": [],
"signature": [
"\"top\" | \"bottom\" | \"left\" | \"right\""
],
"path": "src/plugins/expression_image/common/types/expression_renderers.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "expressionImage",
"id": "def-common.PLUGIN_ID",
"type": "string",
"tags": [],
"label": "PLUGIN_ID",
"description": [],
"signature": [
"\"expressionImage\""
],
"path": "src/plugins/expression_image/common/constants.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "expressionImage",
"id": "def-common.PLUGIN_NAME",
"type": "string",
"tags": [],
"label": "PLUGIN_NAME",
"description": [],
"signature": [
"\"expressionImage\""
],
"path": "src/plugins/expression_image/common/constants.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "expressionImage",
"id": "def-common.URL",
"type": "string",
"tags": [],
"label": "URL",
"description": [],
"signature": [
"\"URL\""
],
"path": "src/plugins/expression_image/common/constants.ts",
"deprecated": false,
"initialIsOpen": false
}
],
"objects": []
}
}

View file

@ -10,15 +10,15 @@ warning: This document is auto-generated and is meant to be viewed inside our ex
---
import expressionImageObj from './expression_image.json';
Adds 'image' function and renderer to expressions
Contact [Kibana Presentation](https://github.com/orgs/elastic/teams/kibana-presentation) for questions regarding this plugin.
**Code health stats**
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 4 | 0 | 4 | 1 |
| 24 | 0 | 24 | 0 |
## Client
@ -31,3 +31,19 @@ import expressionImageObj from './expression_image.json';
### Consts, variables and types
<DocDefinitionList data={expressionImageObj.client.misc}/>
## Server
### Start
<DocDefinitionList data={[expressionImageObj.server.start]}/>
## Common
### Interfaces
<DocDefinitionList data={expressionImageObj.common.interfaces}/>
### Enums
<DocDefinitionList data={expressionImageObj.common.enums}/>
### Consts, variables and types
<DocDefinitionList data={expressionImageObj.common.misc}/>

View file

@ -20,7 +20,13 @@
"text": "ExpressionRenderDefinition"
},
"<",
"MetricRendererConfig",
{
"pluginId": "expressionMetric",
"scope": "common",
"docId": "kibExpressionMetricPluginApi",
"section": "def-common.MetricRendererConfig",
"text": "MetricRendererConfig"
},
">"
],
"path": "src/plugins/expression_metric/public/expression_renderers/metric_renderer.tsx",
@ -50,7 +56,13 @@
"text": "ExpressionRenderDefinition"
},
"<",
"MetricRendererConfig",
{
"pluginId": "expressionMetric",
"scope": "common",
"docId": "kibExpressionMetricPluginApi",
"section": "def-common.MetricRendererConfig",
"text": "MetricRendererConfig"
},
">)[]"
],
"path": "src/plugins/expression_metric/public/expression_renderers/index.ts",
@ -81,14 +93,455 @@
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
"objects": [],
"start": {
"parentPluginId": "expressionMetric",
"id": "def-server.ExpressionMetricPluginStart",
"type": "Type",
"tags": [],
"label": "ExpressionMetricPluginStart",
"description": [],
"signature": [
"void"
],
"path": "src/plugins/expression_metric/server/plugin.ts",
"deprecated": false,
"lifecycle": "start",
"initialIsOpen": true
}
},
"common": {
"classes": [],
"functions": [],
"interfaces": [],
"functions": [
{
"parentPluginId": "expressionMetric",
"id": "def-common.metricFunction",
"type": "Function",
"tags": [],
"label": "metricFunction",
"description": [],
"signature": [
"() => { name: \"metric\"; aliases: never[]; type: \"render\"; inputTypes: (\"number\" | \"string\" | \"null\")[]; help: string; args: { label: { types: \"string\"[]; aliases: string[]; help: string; default: string; }; labelFont: { types: \"style\"[]; help: string; default: string; }; metricFont: { types: \"style\"[]; help: string; default: string; }; metricFormat: { types: \"string\"[]; aliases: string[]; help: string; }; }; fn: (input: string | number | null, { label, labelFont, metricFont, metricFormat }: ",
{
"pluginId": "expressionMetric",
"scope": "common",
"docId": "kibExpressionMetricPluginApi",
"section": "def-common.Arguments",
"text": "Arguments"
},
") => { type: \"render\"; as: string; value: { metric: React.ReactText; label: string; labelFont: ",
{
"pluginId": "expressions",
"scope": "common",
"docId": "kibExpressionsPluginApi",
"section": "def-common.ExpressionTypeStyle",
"text": "ExpressionTypeStyle"
},
"; metricFont: ",
{
"pluginId": "expressions",
"scope": "common",
"docId": "kibExpressionsPluginApi",
"section": "def-common.ExpressionTypeStyle",
"text": "ExpressionTypeStyle"
},
"; metricFormat: string; }; }; }"
],
"path": "src/plugins/expression_metric/common/expression_functions/metric_function.ts",
"deprecated": false,
"children": [],
"returnComment": [],
"initialIsOpen": false
}
],
"interfaces": [
{
"parentPluginId": "expressionMetric",
"id": "def-common.Arguments",
"type": "Interface",
"tags": [],
"label": "Arguments",
"description": [],
"path": "src/plugins/expression_metric/common/types/expression_functions.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "expressionMetric",
"id": "def-common.Arguments.label",
"type": "string",
"tags": [],
"label": "label",
"description": [],
"path": "src/plugins/expression_metric/common/types/expression_functions.ts",
"deprecated": false
},
{
"parentPluginId": "expressionMetric",
"id": "def-common.Arguments.metricFont",
"type": "Object",
"tags": [],
"label": "metricFont",
"description": [],
"signature": [
{
"pluginId": "expressions",
"scope": "common",
"docId": "kibExpressionsPluginApi",
"section": "def-common.ExpressionTypeStyle",
"text": "ExpressionTypeStyle"
}
],
"path": "src/plugins/expression_metric/common/types/expression_functions.ts",
"deprecated": false
},
{
"parentPluginId": "expressionMetric",
"id": "def-common.Arguments.metricFormat",
"type": "string",
"tags": [],
"label": "metricFormat",
"description": [],
"path": "src/plugins/expression_metric/common/types/expression_functions.ts",
"deprecated": false
},
{
"parentPluginId": "expressionMetric",
"id": "def-common.Arguments.labelFont",
"type": "Object",
"tags": [],
"label": "labelFont",
"description": [],
"signature": [
{
"pluginId": "expressions",
"scope": "common",
"docId": "kibExpressionsPluginApi",
"section": "def-common.ExpressionTypeStyle",
"text": "ExpressionTypeStyle"
}
],
"path": "src/plugins/expression_metric/common/types/expression_functions.ts",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "expressionMetric",
"id": "def-common.MetricRendererConfig",
"type": "Interface",
"tags": [],
"label": "MetricRendererConfig",
"description": [],
"path": "src/plugins/expression_metric/common/types/expression_renderers.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "expressionMetric",
"id": "def-common.MetricRendererConfig.label",
"type": "string",
"tags": [],
"label": "label",
"description": [
"The text to display under the metric"
],
"path": "src/plugins/expression_metric/common/types/expression_renderers.ts",
"deprecated": false
},
{
"parentPluginId": "expressionMetric",
"id": "def-common.MetricRendererConfig.labelFont",
"type": "Object",
"tags": [],
"label": "labelFont",
"description": [
"Font settings for the label"
],
"signature": [
{
"pluginId": "expressions",
"scope": "common",
"docId": "kibExpressionsPluginApi",
"section": "def-common.ExpressionTypeStyle",
"text": "ExpressionTypeStyle"
}
],
"path": "src/plugins/expression_metric/common/types/expression_renderers.ts",
"deprecated": false
},
{
"parentPluginId": "expressionMetric",
"id": "def-common.MetricRendererConfig.metric",
"type": "CompoundType",
"tags": [],
"label": "metric",
"description": [
"Value of the metric to display"
],
"signature": [
"string | number | null"
],
"path": "src/plugins/expression_metric/common/types/expression_renderers.ts",
"deprecated": false
},
{
"parentPluginId": "expressionMetric",
"id": "def-common.MetricRendererConfig.metricFont",
"type": "Object",
"tags": [],
"label": "metricFont",
"description": [
"Font settings for the metric"
],
"signature": [
{
"pluginId": "expressions",
"scope": "common",
"docId": "kibExpressionsPluginApi",
"section": "def-common.ExpressionTypeStyle",
"text": "ExpressionTypeStyle"
}
],
"path": "src/plugins/expression_metric/common/types/expression_renderers.ts",
"deprecated": false
},
{
"parentPluginId": "expressionMetric",
"id": "def-common.MetricRendererConfig.metricFormat",
"type": "string",
"tags": [],
"label": "metricFormat",
"description": [
"NumeralJS format string"
],
"path": "src/plugins/expression_metric/common/types/expression_renderers.ts",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "expressionMetric",
"id": "def-common.NodeDimensions",
"type": "Interface",
"tags": [],
"label": "NodeDimensions",
"description": [],
"path": "src/plugins/expression_metric/common/types/expression_renderers.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "expressionMetric",
"id": "def-common.NodeDimensions.width",
"type": "number",
"tags": [],
"label": "width",
"description": [],
"path": "src/plugins/expression_metric/common/types/expression_renderers.ts",
"deprecated": false
},
{
"parentPluginId": "expressionMetric",
"id": "def-common.NodeDimensions.height",
"type": "number",
"tags": [],
"label": "height",
"description": [],
"path": "src/plugins/expression_metric/common/types/expression_renderers.ts",
"deprecated": false
}
],
"initialIsOpen": false
}
],
"enums": [],
"misc": [],
"misc": [
{
"parentPluginId": "expressionMetric",
"id": "def-common.CSS",
"type": "string",
"tags": [],
"label": "CSS",
"description": [],
"signature": [
"\"CSS\""
],
"path": "src/plugins/expression_metric/common/constants.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "expressionMetric",
"id": "def-common.ExpressionMetricFunction",
"type": "Type",
"tags": [],
"label": "ExpressionMetricFunction",
"description": [],
"signature": [
"() => ",
{
"pluginId": "expressions",
"scope": "common",
"docId": "kibExpressionsPluginApi",
"section": "def-common.ExpressionFunctionDefinition",
"text": "ExpressionFunctionDefinition"
},
"<\"metric\", string | number | null, ",
{
"pluginId": "expressionMetric",
"scope": "common",
"docId": "kibExpressionMetricPluginApi",
"section": "def-common.Arguments",
"text": "Arguments"
},
", ",
{
"pluginId": "expressions",
"scope": "common",
"docId": "kibExpressionsPluginApi",
"section": "def-common.ExpressionValueBoxed",
"text": "ExpressionValueBoxed"
},
"<\"render\", { as: string; value: ",
{
"pluginId": "expressionMetric",
"scope": "common",
"docId": "kibExpressionMetricPluginApi",
"section": "def-common.Arguments",
"text": "Arguments"
},
"; }>, ",
{
"pluginId": "expressions",
"scope": "common",
"docId": "kibExpressionsPluginApi",
"section": "def-common.ExecutionContext",
"text": "ExecutionContext"
},
"<",
{
"pluginId": "inspector",
"scope": "common",
"docId": "kibInspectorPluginApi",
"section": "def-common.Adapters",
"text": "Adapters"
},
", ",
"SerializableRecord",
">>"
],
"path": "src/plugins/expression_metric/common/types/expression_functions.ts",
"deprecated": false,
"returnComment": [],
"children": [],
"initialIsOpen": false
},
{
"parentPluginId": "expressionMetric",
"id": "def-common.FONT_FAMILY",
"type": "string",
"tags": [],
"label": "FONT_FAMILY",
"description": [],
"signature": [
"\"`font-family`\""
],
"path": "src/plugins/expression_metric/common/constants.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "expressionMetric",
"id": "def-common.FONT_WEIGHT",
"type": "string",
"tags": [],
"label": "FONT_WEIGHT",
"description": [],
"signature": [
"\"`font-weight`\""
],
"path": "src/plugins/expression_metric/common/constants.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "expressionMetric",
"id": "def-common.functions",
"type": "Array",
"tags": [],
"label": "functions",
"description": [],
"signature": [
{
"pluginId": "expressionMetric",
"scope": "common",
"docId": "kibExpressionMetricPluginApi",
"section": "def-common.ExpressionMetricFunction",
"text": "ExpressionMetricFunction"
},
"[]"
],
"path": "src/plugins/expression_metric/common/expression_functions/index.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "expressionMetric",
"id": "def-common.Input",
"type": "Type",
"tags": [],
"label": "Input",
"description": [],
"signature": [
"string | number | null"
],
"path": "src/plugins/expression_metric/common/types/expression_functions.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "expressionMetric",
"id": "def-common.NUMERALJS",
"type": "string",
"tags": [],
"label": "NUMERALJS",
"description": [],
"signature": [
"\"Numeral pattern\""
],
"path": "src/plugins/expression_metric/common/constants.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "expressionMetric",
"id": "def-common.PLUGIN_ID",
"type": "string",
"tags": [],
"label": "PLUGIN_ID",
"description": [],
"signature": [
"\"expressionMetric\""
],
"path": "src/plugins/expression_metric/common/constants.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "expressionMetric",
"id": "def-common.PLUGIN_NAME",
"type": "string",
"tags": [],
"label": "PLUGIN_NAME",
"description": [],
"signature": [
"\"expressionMetric\""
],
"path": "src/plugins/expression_metric/common/constants.ts",
"deprecated": false,
"initialIsOpen": false
}
],
"objects": []
}
}

View file

@ -10,15 +10,15 @@ warning: This document is auto-generated and is meant to be viewed inside our ex
---
import expressionMetricObj from './expression_metric.json';
Adds 'metric' function and renderer to expressions
Contact [Kibana Presentation](https://github.com/orgs/elastic/teams/kibana-presentation) for questions regarding this plugin.
**Code health stats**
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 4 | 0 | 4 | 1 |
| 30 | 0 | 25 | 0 |
## Client
@ -31,3 +31,19 @@ import expressionMetricObj from './expression_metric.json';
### Consts, variables and types
<DocDefinitionList data={expressionMetricObj.client.misc}/>
## Server
### Start
<DocDefinitionList data={[expressionMetricObj.server.start]}/>
## Common
### Functions
<DocDefinitionList data={expressionMetricObj.common.functions}/>
### Interfaces
<DocDefinitionList data={expressionMetricObj.common.interfaces}/>
### Consts, variables and types
<DocDefinitionList data={expressionMetricObj.common.misc}/>

View file

@ -93,7 +93,22 @@
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
"objects": [],
"start": {
"parentPluginId": "expressionRepeatImage",
"id": "def-server.ExpressionRepeatImagePluginStart",
"type": "Type",
"tags": [],
"label": "ExpressionRepeatImagePluginStart",
"description": [],
"signature": [
"void"
],
"path": "src/plugins/expression_repeat_image/server/plugin.ts",
"deprecated": false,
"lifecycle": "start",
"initialIsOpen": true
}
},
"common": {
"classes": [],
@ -350,7 +365,7 @@
"text": "Adapters"
},
", ",
"Serializable",
"SerializableRecord",
">>"
],
"path": "src/plugins/expression_repeat_image/common/types/expression_functions.ts",

View file

@ -10,15 +10,15 @@ warning: This document is auto-generated and is meant to be viewed inside our ex
---
import expressionRepeatImageObj from './expression_repeat_image.json';
Adds 'repeatImage' function and renderer to expressions
Contact [Kibana Presentation](https://github.com/orgs/elastic/teams/kibana-presentation) for questions regarding this plugin.
**Code health stats**
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 28 | 0 | 28 | 0 |
| 30 | 0 | 30 | 0 |
## Client
@ -31,6 +31,11 @@ import expressionRepeatImageObj from './expression_repeat_image.json';
### Consts, variables and types
<DocDefinitionList data={expressionRepeatImageObj.client.misc}/>
## Server
### Start
<DocDefinitionList data={[expressionRepeatImageObj.server.start]}/>
## Common
### Functions

View file

@ -81,14 +81,122 @@
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
"objects": [],
"start": {
"parentPluginId": "expressionRevealImage",
"id": "def-server.ExpressionRevealImagePluginStart",
"type": "Type",
"tags": [],
"label": "ExpressionRevealImagePluginStart",
"description": [],
"signature": [
"void"
],
"path": "src/plugins/expression_reveal_image/server/plugin.ts",
"deprecated": false,
"lifecycle": "start",
"initialIsOpen": true
}
},
"common": {
"classes": [],
"functions": [],
"functions": [
{
"parentPluginId": "expressionRevealImage",
"id": "def-common.revealImageFunction",
"type": "Function",
"tags": [],
"label": "revealImageFunction",
"description": [],
"signature": [
"() => { name: \"revealImage\"; aliases: never[]; type: \"render\"; inputTypes: \"number\"[]; help: string; args: { image: { types: (\"string\" | \"null\")[]; help: string; default: null; }; emptyImage: { types: (\"string\" | \"null\")[]; help: string; default: null; }; origin: { types: \"string\"[]; help: string; default: string; options: ",
"Origin",
"[]; }; }; fn: (percent: number, args: Arguments) => Promise<{ type: \"render\"; as: string; value: { image: string; emptyImage: string; origin: ",
"Origin",
"; percent: number; }; }>; }"
],
"path": "src/plugins/expression_reveal_image/common/expression_functions/reveal_image_function.ts",
"deprecated": false,
"children": [],
"returnComment": [],
"initialIsOpen": false
}
],
"interfaces": [],
"enums": [],
"misc": [],
"misc": [
{
"parentPluginId": "expressionRevealImage",
"id": "def-common.BASE64",
"type": "string",
"tags": [],
"label": "BASE64",
"description": [],
"signature": [
"\"`base64`\""
],
"path": "src/plugins/expression_reveal_image/common/constants.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "expressionRevealImage",
"id": "def-common.functions",
"type": "Array",
"tags": [],
"label": "functions",
"description": [],
"signature": [
"ExpressionRevealImageFunction",
"[]"
],
"path": "src/plugins/expression_reveal_image/common/expression_functions/index.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "expressionRevealImage",
"id": "def-common.PLUGIN_ID",
"type": "string",
"tags": [],
"label": "PLUGIN_ID",
"description": [],
"signature": [
"\"expressionRevealImage\""
],
"path": "src/plugins/expression_reveal_image/common/constants.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "expressionRevealImage",
"id": "def-common.PLUGIN_NAME",
"type": "string",
"tags": [],
"label": "PLUGIN_NAME",
"description": [],
"signature": [
"\"expressionRevealImage\""
],
"path": "src/plugins/expression_reveal_image/common/constants.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "expressionRevealImage",
"id": "def-common.URL",
"type": "string",
"tags": [],
"label": "URL",
"description": [],
"signature": [
"\"URL\""
],
"path": "src/plugins/expression_reveal_image/common/constants.ts",
"deprecated": false,
"initialIsOpen": false
}
],
"objects": []
}
}

View file

@ -10,15 +10,15 @@ warning: This document is auto-generated and is meant to be viewed inside our ex
---
import expressionRevealImageObj from './expression_reveal_image.json';
Adds 'revealImage' function and renderer to expressions
Contact [Kibana Presentation](https://github.com/orgs/elastic/teams/kibana-presentation) for questions regarding this plugin.
**Code health stats**
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 4 | 0 | 4 | 1 |
| 12 | 0 | 12 | 3 |
## Client
@ -31,3 +31,16 @@ import expressionRevealImageObj from './expression_reveal_image.json';
### Consts, variables and types
<DocDefinitionList data={expressionRevealImageObj.client.misc}/>
## Server
### Start
<DocDefinitionList data={[expressionRevealImageObj.server.start]}/>
## Common
### Functions
<DocDefinitionList data={expressionRevealImageObj.common.functions}/>
### Consts, variables and types
<DocDefinitionList data={expressionRevealImageObj.common.misc}/>

File diff suppressed because it is too large Load diff

View file

@ -10,15 +10,15 @@ warning: This document is auto-generated and is meant to be viewed inside our ex
---
import expressionShapeObj from './expression_shape.json';
Adds 'shape' function and renderer to expressions
Contact [Kibana Presentation](https://github.com/orgs/elastic/teams/kibana-presentation) for questions regarding this plugin.
**Code health stats**
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 90 | 0 | 90 | 0 |
| 143 | 0 | 143 | 0 |
## Client
@ -37,6 +37,11 @@ import expressionShapeObj from './expression_shape.json';
### Consts, variables and types
<DocDefinitionList data={expressionShapeObj.client.misc}/>
## Server
### Start
<DocDefinitionList data={[expressionShapeObj.server.start]}/>
## Common
### Functions

View file

@ -0,0 +1,85 @@
{
"id": "expressionTagcloud",
"client": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": [],
"start": {
"parentPluginId": "expressionTagcloud",
"id": "def-public.ExpressionTagcloudPluginStart",
"type": "Type",
"tags": [],
"label": "ExpressionTagcloudPluginStart",
"description": [],
"signature": [
"void"
],
"path": "src/plugins/chart_expressions/expression_tagcloud/public/plugin.ts",
"deprecated": false,
"lifecycle": "start",
"initialIsOpen": true
}
},
"server": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
},
"common": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [
{
"parentPluginId": "expressionTagcloud",
"id": "def-common.EXPRESSION_NAME",
"type": "string",
"tags": [],
"label": "EXPRESSION_NAME",
"description": [],
"signature": [
"\"tagcloud\""
],
"path": "src/plugins/chart_expressions/expression_tagcloud/common/constants.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "expressionTagcloud",
"id": "def-common.PLUGIN_ID",
"type": "string",
"tags": [],
"label": "PLUGIN_ID",
"description": [],
"signature": [
"\"expressionTagcloud\""
],
"path": "src/plugins/chart_expressions/expression_tagcloud/common/constants.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "expressionTagcloud",
"id": "def-common.PLUGIN_NAME",
"type": "string",
"tags": [],
"label": "PLUGIN_NAME",
"description": [],
"signature": [
"\"expressionTagcloud\""
],
"path": "src/plugins/chart_expressions/expression_tagcloud/common/constants.ts",
"deprecated": false,
"initialIsOpen": false
}
],
"objects": []
}
}

View file

@ -0,0 +1,32 @@
---
id: kibExpressionTagcloudPluginApi
slug: /kibana-dev-docs/expressionTagcloudPluginApi
title: expressionTagcloud
image: https://source.unsplash.com/400x175/?github
summary: API docs for the expressionTagcloud plugin
date: 2020-11-16
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionTagcloud']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---
import expressionTagcloudObj from './expression_tagcloud.json';
Expression Tagcloud plugin adds a `tagcloud` renderer and function to the expression plugin. The renderer will display the `Wordcloud` chart.
Contact [Kibana App](https://github.com/orgs/elastic/teams/kibana-app) for questions regarding this plugin.
**Code health stats**
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 5 | 0 | 5 | 0 |
## Client
### Start
<DocDefinitionList data={[expressionTagcloudObj.client.start]}/>
## Common
### Consts, variables and types
<DocDefinitionList data={expressionTagcloudObj.common.misc}/>

File diff suppressed because it is too large Load diff

View file

@ -12,13 +12,13 @@ import expressionsObj from './expressions.json';
Contact [App Services](https://github.com/orgs/elastic/teams/kibana-app-services) for questions regarding this plugin.
**Code health stats**
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 2030 | 65 | 1595 | 5 |
| 2030 | 65 | 1595 | 4 |
## Client

View file

@ -12,7 +12,7 @@ import featuresObj from './features.json';
Contact [Kibana Core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin.
**Code health stats**

View file

@ -0,0 +1,64 @@
---
id: kibFieldFormatsPluginApi
slug: /kibana-dev-docs/fieldFormatsPluginApi
title: fieldFormats
image: https://source.unsplash.com/400x175/?github
summary: API docs for the fieldFormats plugin
date: 2020-11-16
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'fieldFormats']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---
import fieldFormatsObj from './field_formats.json';
Index pattern fields and ambiguous values formatters
Contact [App Services](https://github.com/orgs/elastic/teams/kibana-app-services) for questions regarding this plugin.
**Code health stats**
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 268 | 26 | 238 | 10 |
## Client
### Setup
<DocDefinitionList data={[fieldFormatsObj.client.setup]}/>
### Start
<DocDefinitionList data={[fieldFormatsObj.client.start]}/>
### Classes
<DocDefinitionList data={fieldFormatsObj.client.classes}/>
## Server
### Setup
<DocDefinitionList data={[fieldFormatsObj.server.setup]}/>
### Start
<DocDefinitionList data={[fieldFormatsObj.server.start]}/>
### Classes
<DocDefinitionList data={fieldFormatsObj.server.classes}/>
## Common
### Objects
<DocDefinitionList data={fieldFormatsObj.common.objects}/>
### Functions
<DocDefinitionList data={fieldFormatsObj.common.functions}/>
### Classes
<DocDefinitionList data={fieldFormatsObj.common.classes}/>
### Interfaces
<DocDefinitionList data={fieldFormatsObj.common.interfaces}/>
### Enums
<DocDefinitionList data={fieldFormatsObj.common.enums}/>
### Consts, variables and types
<DocDefinitionList data={fieldFormatsObj.common.misc}/>

View file

@ -1380,6 +1380,19 @@
"path": "x-pack/plugins/file_upload/common/types.ts",
"deprecated": false
},
{
"parentPluginId": "fileUpload",
"id": "def-common.ImportFailure.caused_by",
"type": "Object",
"tags": [],
"label": "caused_by",
"description": [],
"signature": [
"{ type: string; reason: string; } | undefined"
],
"path": "x-pack/plugins/file_upload/common/types.ts",
"deprecated": false
},
{
"parentPluginId": "fileUpload",
"id": "def-common.ImportFailure.doc",

View file

@ -18,7 +18,7 @@ Contact [Machine Learning UI](https://github.com/orgs/elastic/teams/ml-ui) for q
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 128 | 4 | 128 | 1 |
| 129 | 4 | 129 | 1 |
## Client

View file

@ -2084,6 +2084,38 @@
],
"returnComment": []
},
{
"parentPluginId": "fleet",
"id": "def-public.pagePathGetters.upgrade_package_policy",
"type": "Function",
"tags": [],
"label": "upgrade_package_policy",
"description": [],
"signature": [
"({ policyId, packagePolicyId }: ",
"DynamicPagePathValues",
") => [string, string]"
],
"path": "x-pack/plugins/fleet/public/constants/page_paths.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "fleet",
"id": "def-public.pagePathGetters.upgrade_package_policy.$1",
"type": "Object",
"tags": [],
"label": "{ policyId, packagePolicyId }",
"description": [],
"signature": [
"DynamicPagePathValues"
],
"path": "x-pack/plugins/fleet/public/constants/page_paths.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "fleet",
"id": "def-public.pagePathGetters.agent_list",
@ -4292,7 +4324,7 @@
"signature": [
"Pick<",
"KibanaClient",
", \"get\" | \"delete\" | \"create\" | \"index\" | \"update\" | \"closePointInTime\" | \"count\" | \"search\" | \"security\" | \"eql\" | \"on\" | \"off\" | \"transform\" | \"helpers\" | \"emit\" | \"once\" | \"asyncSearch\" | \"autoscaling\" | \"bulk\" | \"cat\" | \"ccr\" | \"clearScroll\" | \"cluster\" | \"danglingIndices\" | \"dataFrameTransformDeprecated\" | \"deleteByQuery\" | \"deleteByQueryRethrottle\" | \"deleteScript\" | \"enrich\" | \"exists\" | \"existsSource\" | \"explain\" | \"features\" | \"fieldCaps\" | \"fleet\" | \"getScript\" | \"getScriptContext\" | \"getScriptLanguages\" | \"getSource\" | \"graph\" | \"ilm\" | \"indices\" | \"info\" | \"ingest\" | \"license\" | \"logstash\" | \"mget\" | \"migration\" | \"ml\" | \"monitoring\" | \"msearch\" | \"msearchTemplate\" | \"mtermvectors\" | \"nodes\" | \"openPointInTime\" | \"ping\" | \"putScript\" | \"rankEval\" | \"reindex\" | \"reindexRethrottle\" | \"renderSearchTemplate\" | \"rollup\" | \"scriptsPainlessExecute\" | \"scroll\" | \"searchShards\" | \"searchTemplate\" | \"searchableSnapshots\" | \"shutdown\" | \"slm\" | \"snapshot\" | \"sql\" | \"ssl\" | \"tasks\" | \"termsEnum\" | \"termvectors\" | \"textStructure\" | \"updateByQuery\" | \"updateByQueryRethrottle\" | \"watcher\" | \"xpack\"> & { transport: { request(params: ",
", \"get\" | \"delete\" | \"create\" | \"index\" | \"update\" | \"closePointInTime\" | \"count\" | \"search\" | \"security\" | \"transform\" | \"eql\" | \"helpers\" | \"emit\" | \"on\" | \"once\" | \"off\" | \"asyncSearch\" | \"autoscaling\" | \"bulk\" | \"cat\" | \"ccr\" | \"clearScroll\" | \"cluster\" | \"danglingIndices\" | \"dataFrameTransformDeprecated\" | \"deleteByQuery\" | \"deleteByQueryRethrottle\" | \"deleteScript\" | \"enrich\" | \"exists\" | \"existsSource\" | \"explain\" | \"features\" | \"fieldCaps\" | \"fleet\" | \"getScript\" | \"getScriptContext\" | \"getScriptLanguages\" | \"getSource\" | \"graph\" | \"ilm\" | \"indices\" | \"info\" | \"ingest\" | \"license\" | \"logstash\" | \"mget\" | \"migration\" | \"ml\" | \"monitoring\" | \"msearch\" | \"msearchTemplate\" | \"mtermvectors\" | \"nodes\" | \"openPointInTime\" | \"ping\" | \"putScript\" | \"rankEval\" | \"reindex\" | \"reindexRethrottle\" | \"renderSearchTemplate\" | \"rollup\" | \"scriptsPainlessExecute\" | \"scroll\" | \"searchShards\" | \"searchTemplate\" | \"searchableSnapshots\" | \"shutdown\" | \"slm\" | \"snapshot\" | \"sql\" | \"ssl\" | \"tasks\" | \"termsEnum\" | \"termvectors\" | \"textStructure\" | \"updateByQuery\" | \"updateByQueryRethrottle\" | \"watcher\" | \"xpack\"> & { transport: { request(params: ",
"TransportRequestParams",
", options?: ",
"TransportRequestOptions",
@ -4468,6 +4500,80 @@
],
"returnComment": []
},
{
"parentPluginId": "fleet",
"id": "def-server.AgentService.getAgentStatusForAgentPolicy",
"type": "Function",
"tags": [],
"label": "getAgentStatusForAgentPolicy",
"description": [
"\nReturn the status by the Agent's Policy id"
],
"signature": [
"(esClient: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCorePluginApi",
"section": "def-server.ElasticsearchClient",
"text": "ElasticsearchClient"
},
", agentPolicyId?: string | undefined, filterKuery?: string | undefined) => Promise<{ events: number; total: number; online: number; error: number; offline: number; other: number; updating: number; }>"
],
"path": "x-pack/plugins/fleet/server/services/index.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "fleet",
"id": "def-server.AgentService.getAgentStatusForAgentPolicy.$1",
"type": "CompoundType",
"tags": [],
"label": "esClient",
"description": [],
"signature": [
{
"pluginId": "core",
"scope": "server",
"docId": "kibCorePluginApi",
"section": "def-server.ElasticsearchClient",
"text": "ElasticsearchClient"
}
],
"path": "x-pack/plugins/fleet/server/services/index.ts",
"deprecated": false,
"isRequired": true
},
{
"parentPluginId": "fleet",
"id": "def-server.AgentService.getAgentStatusForAgentPolicy.$2",
"type": "string",
"tags": [],
"label": "agentPolicyId",
"description": [],
"signature": [
"string | undefined"
],
"path": "x-pack/plugins/fleet/server/services/index.ts",
"deprecated": false,
"isRequired": false
},
{
"parentPluginId": "fleet",
"id": "def-server.AgentService.getAgentStatusForAgentPolicy.$3",
"type": "string",
"tags": [],
"label": "filterKuery",
"description": [],
"signature": [
"string | undefined"
],
"path": "x-pack/plugins/fleet/server/services/index.ts",
"deprecated": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "fleet",
"id": "def-server.AgentService.listAgents",
@ -4510,7 +4616,7 @@
"signature": [
"Pick<",
"KibanaClient",
", \"get\" | \"delete\" | \"create\" | \"index\" | \"update\" | \"closePointInTime\" | \"count\" | \"search\" | \"security\" | \"eql\" | \"on\" | \"off\" | \"transform\" | \"helpers\" | \"emit\" | \"once\" | \"asyncSearch\" | \"autoscaling\" | \"bulk\" | \"cat\" | \"ccr\" | \"clearScroll\" | \"cluster\" | \"danglingIndices\" | \"dataFrameTransformDeprecated\" | \"deleteByQuery\" | \"deleteByQueryRethrottle\" | \"deleteScript\" | \"enrich\" | \"exists\" | \"existsSource\" | \"explain\" | \"features\" | \"fieldCaps\" | \"fleet\" | \"getScript\" | \"getScriptContext\" | \"getScriptLanguages\" | \"getSource\" | \"graph\" | \"ilm\" | \"indices\" | \"info\" | \"ingest\" | \"license\" | \"logstash\" | \"mget\" | \"migration\" | \"ml\" | \"monitoring\" | \"msearch\" | \"msearchTemplate\" | \"mtermvectors\" | \"nodes\" | \"openPointInTime\" | \"ping\" | \"putScript\" | \"rankEval\" | \"reindex\" | \"reindexRethrottle\" | \"renderSearchTemplate\" | \"rollup\" | \"scriptsPainlessExecute\" | \"scroll\" | \"searchShards\" | \"searchTemplate\" | \"searchableSnapshots\" | \"shutdown\" | \"slm\" | \"snapshot\" | \"sql\" | \"ssl\" | \"tasks\" | \"termsEnum\" | \"termvectors\" | \"textStructure\" | \"updateByQuery\" | \"updateByQueryRethrottle\" | \"watcher\" | \"xpack\"> & { transport: { request(params: ",
", \"get\" | \"delete\" | \"create\" | \"index\" | \"update\" | \"closePointInTime\" | \"count\" | \"search\" | \"security\" | \"transform\" | \"eql\" | \"helpers\" | \"emit\" | \"on\" | \"once\" | \"off\" | \"asyncSearch\" | \"autoscaling\" | \"bulk\" | \"cat\" | \"ccr\" | \"clearScroll\" | \"cluster\" | \"danglingIndices\" | \"dataFrameTransformDeprecated\" | \"deleteByQuery\" | \"deleteByQueryRethrottle\" | \"deleteScript\" | \"enrich\" | \"exists\" | \"existsSource\" | \"explain\" | \"features\" | \"fieldCaps\" | \"fleet\" | \"getScript\" | \"getScriptContext\" | \"getScriptLanguages\" | \"getSource\" | \"graph\" | \"ilm\" | \"indices\" | \"info\" | \"ingest\" | \"license\" | \"logstash\" | \"mget\" | \"migration\" | \"ml\" | \"monitoring\" | \"msearch\" | \"msearchTemplate\" | \"mtermvectors\" | \"nodes\" | \"openPointInTime\" | \"ping\" | \"putScript\" | \"rankEval\" | \"reindex\" | \"reindexRethrottle\" | \"renderSearchTemplate\" | \"rollup\" | \"scriptsPainlessExecute\" | \"scroll\" | \"searchShards\" | \"searchTemplate\" | \"searchableSnapshots\" | \"shutdown\" | \"slm\" | \"snapshot\" | \"sql\" | \"ssl\" | \"tasks\" | \"termsEnum\" | \"termvectors\" | \"textStructure\" | \"updateByQuery\" | \"updateByQueryRethrottle\" | \"watcher\" | \"xpack\"> & { transport: { request(params: ",
"TransportRequestParams",
", options?: ",
"TransportRequestOptions",
@ -5126,73 +5232,13 @@
"\nCallbacks supported by the Fleet plugin"
],
"signature": [
"[\"packagePolicyCreate\", (newPackagePolicy: ",
{
"pluginId": "fleet",
"scope": "common",
"docId": "kibFleetPluginApi",
"section": "def-common.NewPackagePolicy",
"text": "NewPackagePolicy"
},
", context: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCorePluginApi",
"section": "def-server.RequestHandlerContext",
"text": "RequestHandlerContext"
},
", request: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any>) => Promise<",
{
"pluginId": "fleet",
"scope": "common",
"docId": "kibFleetPluginApi",
"section": "def-common.NewPackagePolicy",
"text": "NewPackagePolicy"
},
">] | [\"packagePolicyUpdate\", (newPackagePolicy: ",
{
"pluginId": "fleet",
"scope": "common",
"docId": "kibFleetPluginApi",
"section": "def-common.UpdatePackagePolicy",
"text": "UpdatePackagePolicy"
},
", context: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCorePluginApi",
"section": "def-server.RequestHandlerContext",
"text": "RequestHandlerContext"
},
", request: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any>) => Promise<",
{
"pluginId": "fleet",
"scope": "common",
"docId": "kibFleetPluginApi",
"section": "def-common.UpdatePackagePolicy",
"text": "UpdatePackagePolicy"
},
">]"
"ExternalCallbackCreate",
" | ",
"ExternalCallbackDelete",
" | ",
"ExternalCallbackUpdate"
],
"path": "x-pack/plugins/fleet/server/plugin.ts",
"path": "x-pack/plugins/fleet/server/types/extensions.ts",
"deprecated": false,
"initialIsOpen": false
},
@ -5223,6 +5269,269 @@
"path": "x-pack/plugins/fleet/server/services/package_policy.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "fleet",
"id": "def-server.PostPackagePolicyCreateCallback",
"type": "Type",
"tags": [],
"label": "PostPackagePolicyCreateCallback",
"description": [],
"signature": [
"(newPackagePolicy: ",
{
"pluginId": "fleet",
"scope": "common",
"docId": "kibFleetPluginApi",
"section": "def-common.NewPackagePolicy",
"text": "NewPackagePolicy"
},
", context: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCorePluginApi",
"section": "def-server.RequestHandlerContext",
"text": "RequestHandlerContext"
},
", request: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any>) => Promise<",
{
"pluginId": "fleet",
"scope": "common",
"docId": "kibFleetPluginApi",
"section": "def-common.NewPackagePolicy",
"text": "NewPackagePolicy"
},
">"
],
"path": "x-pack/plugins/fleet/server/types/extensions.ts",
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "fleet",
"id": "def-server.newPackagePolicy",
"type": "Object",
"tags": [],
"label": "newPackagePolicy",
"description": [],
"signature": [
{
"pluginId": "fleet",
"scope": "common",
"docId": "kibFleetPluginApi",
"section": "def-common.NewPackagePolicy",
"text": "NewPackagePolicy"
}
],
"path": "x-pack/plugins/fleet/server/types/extensions.ts",
"deprecated": false
},
{
"parentPluginId": "fleet",
"id": "def-server.context",
"type": "Object",
"tags": [],
"label": "context",
"description": [],
"signature": [
{
"pluginId": "core",
"scope": "server",
"docId": "kibCorePluginApi",
"section": "def-server.RequestHandlerContext",
"text": "RequestHandlerContext"
}
],
"path": "x-pack/plugins/fleet/server/types/extensions.ts",
"deprecated": false
},
{
"parentPluginId": "fleet",
"id": "def-server.request",
"type": "Object",
"tags": [],
"label": "request",
"description": [],
"signature": [
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any>"
],
"path": "x-pack/plugins/fleet/server/types/extensions.ts",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "fleet",
"id": "def-server.PostPackagePolicyDeleteCallback",
"type": "Type",
"tags": [],
"label": "PostPackagePolicyDeleteCallback",
"description": [],
"signature": [
"(deletedPackagePolicies: ",
"_DeepReadonlyArray",
"<{ id: string; name?: string | undefined; success: boolean; package?: ",
{
"pluginId": "fleet",
"scope": "common",
"docId": "kibFleetPluginApi",
"section": "def-common.PackagePolicyPackage",
"text": "PackagePolicyPackage"
},
" | undefined; }>) => Promise<void>"
],
"path": "x-pack/plugins/fleet/server/types/extensions.ts",
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "fleet",
"id": "def-server.deletedPackagePolicies",
"type": "Object",
"tags": [],
"label": "deletedPackagePolicies",
"description": [],
"signature": [
"_DeepReadonlyArray",
"<{ id: string; name?: string | undefined; success: boolean; package?: ",
{
"pluginId": "fleet",
"scope": "common",
"docId": "kibFleetPluginApi",
"section": "def-common.PackagePolicyPackage",
"text": "PackagePolicyPackage"
},
" | undefined; }>"
],
"path": "x-pack/plugins/fleet/server/types/extensions.ts",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "fleet",
"id": "def-server.PutPackagePolicyUpdateCallback",
"type": "Type",
"tags": [],
"label": "PutPackagePolicyUpdateCallback",
"description": [],
"signature": [
"(updatePackagePolicy: ",
{
"pluginId": "fleet",
"scope": "common",
"docId": "kibFleetPluginApi",
"section": "def-common.UpdatePackagePolicy",
"text": "UpdatePackagePolicy"
},
", context: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCorePluginApi",
"section": "def-server.RequestHandlerContext",
"text": "RequestHandlerContext"
},
", request: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any>) => Promise<",
{
"pluginId": "fleet",
"scope": "common",
"docId": "kibFleetPluginApi",
"section": "def-common.UpdatePackagePolicy",
"text": "UpdatePackagePolicy"
},
">"
],
"path": "x-pack/plugins/fleet/server/types/extensions.ts",
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "fleet",
"id": "def-server.updatePackagePolicy",
"type": "Object",
"tags": [],
"label": "updatePackagePolicy",
"description": [],
"signature": [
{
"pluginId": "fleet",
"scope": "common",
"docId": "kibFleetPluginApi",
"section": "def-common.UpdatePackagePolicy",
"text": "UpdatePackagePolicy"
}
],
"path": "x-pack/plugins/fleet/server/types/extensions.ts",
"deprecated": false
},
{
"parentPluginId": "fleet",
"id": "def-server.context",
"type": "Object",
"tags": [],
"label": "context",
"description": [],
"signature": [
{
"pluginId": "core",
"scope": "server",
"docId": "kibCorePluginApi",
"section": "def-server.RequestHandlerContext",
"text": "RequestHandlerContext"
}
],
"path": "x-pack/plugins/fleet/server/types/extensions.ts",
"deprecated": false
},
{
"parentPluginId": "fleet",
"id": "def-server.request",
"type": "Object",
"tags": [],
"label": "request",
"description": [],
"signature": [
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any>"
],
"path": "x-pack/plugins/fleet/server/types/extensions.ts",
"deprecated": false
}
],
"initialIsOpen": false
}
],
"objects": [
@ -5874,7 +6183,7 @@
"section": "def-common.RegistryPackage",
"text": "RegistryPackage"
},
", \"type\" | \"description\" | \"title\" | \"name\" | \"version\" | \"download\" | \"path\" | \"internal\" | \"data_streams\" | \"release\" | \"icons\" | \"policy_templates\"> & { status: \"installed\"; savedObject: ",
", \"type\" | \"description\" | \"title\" | \"name\" | \"version\" | \"path\" | \"download\" | \"internal\" | \"data_streams\" | \"release\" | \"icons\" | \"policy_templates\"> & { status: \"installed\"; savedObject: ",
"SavedObject",
"<",
{
@ -5892,7 +6201,7 @@
"section": "def-common.RegistryPackage",
"text": "RegistryPackage"
},
", \"type\" | \"description\" | \"title\" | \"name\" | \"version\" | \"download\" | \"path\" | \"internal\" | \"data_streams\" | \"release\" | \"icons\" | \"policy_templates\"> & { status: \"not_installed\"; } & { integration?: string | undefined; id: string; })) => boolean"
", \"type\" | \"description\" | \"title\" | \"name\" | \"version\" | \"path\" | \"download\" | \"internal\" | \"data_streams\" | \"release\" | \"icons\" | \"policy_templates\"> & { status: \"not_installed\"; } & { integration?: string | undefined; id: string; })) => boolean"
],
"path": "x-pack/plugins/fleet/common/services/packages_with_integrations.ts",
"deprecated": false,
@ -6008,7 +6317,7 @@
"section": "def-common.RegistryPackage",
"text": "RegistryPackage"
},
", \"type\" | \"description\" | \"title\" | \"name\" | \"version\" | \"download\" | \"path\" | \"internal\" | \"data_streams\" | \"release\" | \"icons\" | \"policy_templates\"> & { status: \"installed\"; savedObject: ",
", \"type\" | \"description\" | \"title\" | \"name\" | \"version\" | \"path\" | \"download\" | \"internal\" | \"data_streams\" | \"release\" | \"icons\" | \"policy_templates\"> & { status: \"installed\"; savedObject: ",
"SavedObject",
"<",
{
@ -6026,7 +6335,7 @@
"section": "def-common.RegistryPackage",
"text": "RegistryPackage"
},
", \"type\" | \"description\" | \"title\" | \"name\" | \"version\" | \"download\" | \"path\" | \"internal\" | \"data_streams\" | \"release\" | \"icons\" | \"policy_templates\"> & { status: \"not_installed\"; } & { integration?: string | undefined; id: string; })"
", \"type\" | \"description\" | \"title\" | \"name\" | \"version\" | \"path\" | \"download\" | \"internal\" | \"data_streams\" | \"release\" | \"icons\" | \"policy_templates\"> & { status: \"not_installed\"; } & { integration?: string | undefined; id: string; })"
],
"path": "x-pack/plugins/fleet/common/services/packages_with_integrations.ts",
"deprecated": false,
@ -14554,7 +14863,7 @@
"label": "[RegistryVarsEntryKeys.type]",
"description": [],
"signature": [
"\"string\" | \"text\" | \"password\" | \"integer\" | \"bool\" | \"yaml\""
"\"string\" | \"text\" | \"yaml\" | \"integer\" | \"bool\" | \"password\""
],
"path": "x-pack/plugins/fleet/common/types/models/epm.ts",
"deprecated": false
@ -15862,7 +16171,15 @@
"label": "DeletePackagePoliciesResponse",
"description": [],
"signature": [
"{ id: string; name?: string | undefined; success: boolean; }[]"
"{ id: string; name?: string | undefined; success: boolean; package?: ",
{
"pluginId": "fleet",
"scope": "common",
"docId": "kibFleetPluginApi",
"section": "def-common.PackagePolicyPackage",
"text": "PackagePolicyPackage"
},
" | undefined; }[]"
],
"path": "x-pack/plugins/fleet/common/types/rest_spec/package_policy.ts",
"deprecated": false,
@ -15911,7 +16228,7 @@
"section": "def-common.NewPackagePolicy",
"text": "NewPackagePolicy"
},
" & { errors?: { key: string | undefined; message: string; }[] | undefined; }"
" & { errors?: { key: string | undefined; message: string; }[] | undefined; missingVars?: string[] | undefined; }"
],
"path": "x-pack/plugins/fleet/common/types/models/package_policy.ts",
"deprecated": false,
@ -16895,7 +17212,7 @@
"section": "def-common.RegistryPackage",
"text": "RegistryPackage"
},
", \"type\" | \"description\" | \"title\" | \"name\" | \"version\" | \"download\" | \"path\" | \"internal\" | \"data_streams\" | \"release\" | \"icons\" | \"policy_templates\"> & { status: \"installed\"; savedObject: ",
", \"type\" | \"description\" | \"title\" | \"name\" | \"version\" | \"path\" | \"download\" | \"internal\" | \"data_streams\" | \"release\" | \"icons\" | \"policy_templates\"> & { status: \"installed\"; savedObject: ",
"SavedObject",
"<",
{
@ -16913,7 +17230,7 @@
"section": "def-common.RegistryPackage",
"text": "RegistryPackage"
},
", \"type\" | \"description\" | \"title\" | \"name\" | \"version\" | \"download\" | \"path\" | \"internal\" | \"data_streams\" | \"release\" | \"icons\" | \"policy_templates\"> & { status: \"not_installed\"; } & { integration?: string | undefined; id: string; })"
", \"type\" | \"description\" | \"title\" | \"name\" | \"version\" | \"path\" | \"download\" | \"internal\" | \"data_streams\" | \"release\" | \"icons\" | \"policy_templates\"> & { status: \"not_installed\"; } & { integration?: string | undefined; id: string; })"
],
"path": "x-pack/plugins/fleet/common/types/models/epm.ts",
"deprecated": false,
@ -17272,7 +17589,7 @@
"label": "RegistrySearchResult",
"description": [],
"signature": [
"{ type?: \"integration\" | undefined; description: string; title: string; name: string; version: string; download: string; path: string; internal?: boolean | undefined; data_streams?: ",
"{ type?: \"integration\" | undefined; description: string; title: string; name: string; version: string; path: string; download: string; internal?: boolean | undefined; data_streams?: ",
{
"pluginId": "fleet",
"scope": "common",
@ -17326,7 +17643,7 @@
"section": "def-common.RegistryPackage",
"text": "RegistryPackage"
},
", \"type\" | \"description\" | \"title\" | \"name\" | \"version\" | \"download\" | \"path\" | \"internal\" | \"data_streams\" | \"release\" | \"icons\" | \"policy_templates\">[]"
", \"type\" | \"description\" | \"title\" | \"name\" | \"version\" | \"path\" | \"download\" | \"internal\" | \"data_streams\" | \"release\" | \"icons\" | \"policy_templates\">[]"
],
"path": "x-pack/plugins/fleet/common/types/models/epm.ts",
"deprecated": false,
@ -17340,7 +17657,7 @@
"label": "RegistryVarType",
"description": [],
"signature": [
"\"string\" | \"text\" | \"password\" | \"integer\" | \"bool\" | \"yaml\""
"\"string\" | \"text\" | \"yaml\" | \"integer\" | \"bool\" | \"password\""
],
"path": "x-pack/plugins/fleet/common/types/models/epm.ts",
"deprecated": false,
@ -19716,6 +20033,21 @@
"deprecated": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "fleet",
"id": "def-common.packagePolicyRouteService.getUpgradePath",
"type": "Function",
"tags": [],
"label": "getUpgradePath",
"description": [],
"signature": [
"() => string"
],
"path": "x-pack/plugins/fleet/common/services/routes.ts",
"deprecated": false,
"children": [],
"returnComment": []
}
],
"initialIsOpen": false

View file

@ -12,13 +12,13 @@ import fleetObj from './fleet.json';
Contact [Fleet](https://github.com/orgs/elastic/teams/fleet) for questions regarding this plugin.
**Code health stats**
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 1149 | 15 | 1049 | 8 |
| 1166 | 15 | 1065 | 11 |
## Client

View file

@ -627,15 +627,7 @@
"section": "def-server.SavedObjectTypeRegistry",
"text": "SavedObjectTypeRegistry"
},
", \"getType\" | \"getVisibleTypes\" | \"getAllTypes\" | \"getImportableAndExportableTypes\" | \"isNamespaceAgnostic\" | \"isSingleNamespace\" | \"isMultiNamespace\" | \"isShareable\" | \"isHidden\" | \"getIndex\" | \"isImportableAndExportable\">; }; elasticsearch: { legacy: { client: Pick<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCorePluginApi",
"section": "def-server.LegacyScopedClusterClient",
"text": "LegacyScopedClusterClient"
},
", \"callAsCurrentUser\" | \"callAsInternalUser\">; }; }; uiSettings: { client: ",
", \"getType\" | \"getVisibleTypes\" | \"getAllTypes\" | \"getImportableAndExportableTypes\" | \"isNamespaceAgnostic\" | \"isSingleNamespace\" | \"isMultiNamespace\" | \"isShareable\" | \"isHidden\" | \"getIndex\" | \"isImportableAndExportable\">; }; uiSettings: { client: ",
{
"pluginId": "core",
"scope": "server",

View file

@ -12,7 +12,7 @@ import globalSearchObj from './global_search.json';
Contact [Kibana Core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin.
**Code health stats**

View file

@ -297,18 +297,6 @@
"path": "src/plugins/home/public/services/feature_catalogue/feature_catalogue_registry.ts",
"deprecated": false
},
{
"parentPluginId": "home",
"id": "def-public.FeatureCatalogueSolution.subtitle",
"type": "string",
"tags": [],
"label": "subtitle",
"description": [
"The tagline of the solution displayed to the user."
],
"path": "src/plugins/home/public/services/feature_catalogue/feature_catalogue_registry.ts",
"deprecated": false
},
{
"parentPluginId": "home",
"id": "def-public.FeatureCatalogueSolution.description",
@ -318,24 +306,6 @@
"description": [
"One-line description of the solution displayed to the user."
],
"signature": [
"string | undefined"
],
"path": "src/plugins/home/public/services/feature_catalogue/feature_catalogue_registry.ts",
"deprecated": false
},
{
"parentPluginId": "home",
"id": "def-public.FeatureCatalogueSolution.appDescriptions",
"type": "Array",
"tags": [],
"label": "appDescriptions",
"description": [
"A list of use cases for this solution displayed to the user."
],
"signature": [
"string[]"
],
"path": "src/plugins/home/public/services/feature_catalogue/feature_catalogue_registry.ts",
"deprecated": false
},
@ -375,9 +345,6 @@
"description": [
"An ordinal used to sort solutions relative to one another for display on the home page"
],
"signature": [
"number | undefined"
],
"path": "src/plugins/home/public/services/feature_catalogue/feature_catalogue_registry.ts",
"deprecated": false
}
@ -978,7 +945,7 @@
"label": "InstructionSetSchema",
"description": [],
"signature": [
"{ readonly title?: string | undefined; readonly callOut?: Readonly<{ iconType?: string | undefined; message?: string | undefined; } & { title: string; }> | undefined; readonly statusCheck?: Readonly<{ title?: string | undefined; text?: string | undefined; success?: string | undefined; error?: string | undefined; btnLabel?: string | undefined; } & { esHitsCheck: Readonly<{} & { query: Record<string, any>; index: string | string[]; }>; }> | undefined; readonly instructionVariants: Readonly<{} & { id: string; instructions: Readonly<{ title?: string | undefined; textPre?: string | undefined; commands?: string[] | undefined; textPost?: string | undefined; customComponentName?: string | undefined; } & {}>[]; }>[]; }"
"{ readonly title?: string | undefined; readonly callOut?: Readonly<{ iconType?: string | undefined; message?: string | undefined; } & { title: string; }> | undefined; readonly statusCheck?: Readonly<{ title?: string | undefined; text?: string | undefined; error?: string | undefined; success?: string | undefined; btnLabel?: string | undefined; } & { esHitsCheck: Readonly<{} & { query: Record<string, any>; index: string | string[]; }>; }> | undefined; readonly instructionVariants: Readonly<{} & { id: string; instructions: Readonly<{ title?: string | undefined; commands?: string[] | undefined; textPre?: string | undefined; textPost?: string | undefined; customComponentName?: string | undefined; } & {}>[]; }>[]; }"
],
"path": "src/plugins/home/server/services/tutorials/lib/tutorial_schema.ts",
"deprecated": false,
@ -992,7 +959,7 @@
"label": "InstructionsSchema",
"description": [],
"signature": [
"{ readonly params?: Readonly<{ defaultValue?: any; } & { type: \"string\" | \"number\"; label: string; id: string; }>[] | undefined; readonly instructionSets: Readonly<{ title?: string | undefined; callOut?: Readonly<{ iconType?: string | undefined; message?: string | undefined; } & { title: string; }> | undefined; statusCheck?: Readonly<{ title?: string | undefined; text?: string | undefined; success?: string | undefined; error?: string | undefined; btnLabel?: string | undefined; } & { esHitsCheck: Readonly<{} & { query: Record<string, any>; index: string | string[]; }>; }> | undefined; } & { instructionVariants: Readonly<{} & { id: string; instructions: Readonly<{ title?: string | undefined; textPre?: string | undefined; commands?: string[] | undefined; textPost?: string | undefined; customComponentName?: string | undefined; } & {}>[]; }>[]; }>[]; }"
"{ readonly params?: Readonly<{ defaultValue?: any; } & { type: \"string\" | \"number\"; label: string; id: string; }>[] | undefined; readonly instructionSets: Readonly<{ title?: string | undefined; callOut?: Readonly<{ iconType?: string | undefined; message?: string | undefined; } & { title: string; }> | undefined; statusCheck?: Readonly<{ title?: string | undefined; text?: string | undefined; error?: string | undefined; success?: string | undefined; btnLabel?: string | undefined; } & { esHitsCheck: Readonly<{} & { query: Record<string, any>; index: string | string[]; }>; }> | undefined; } & { instructionVariants: Readonly<{} & { id: string; instructions: Readonly<{ title?: string | undefined; commands?: string[] | undefined; textPre?: string | undefined; textPost?: string | undefined; customComponentName?: string | undefined; } & {}>[]; }>[]; }>[]; }"
],
"path": "src/plugins/home/server/services/tutorials/lib/tutorial_schema.ts",
"deprecated": false,
@ -1054,7 +1021,7 @@
"signature": [
"(context: ",
"TutorialContext",
") => Readonly<{ savedObjects?: any[] | undefined; euiIconType?: string | undefined; previewImagePath?: string | undefined; moduleName?: string | undefined; isBeta?: boolean | undefined; completionTimeMinutes?: number | undefined; elasticCloud?: Readonly<{ params?: Readonly<{ defaultValue?: any; } & { type: \"string\" | \"number\"; label: string; id: string; }>[] | undefined; } & { instructionSets: Readonly<{ title?: string | undefined; callOut?: Readonly<{ iconType?: string | undefined; message?: string | undefined; } & { title: string; }> | undefined; statusCheck?: Readonly<{ title?: string | undefined; text?: string | undefined; success?: string | undefined; error?: string | undefined; btnLabel?: string | undefined; } & { esHitsCheck: Readonly<{} & { query: Record<string, any>; index: string | string[]; }>; }> | undefined; } & { instructionVariants: Readonly<{} & { 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; } & { type: \"string\" | \"number\"; label: string; id: string; }>[] | undefined; } & { instructionSets: Readonly<{ title?: string | undefined; callOut?: Readonly<{ iconType?: string | undefined; message?: string | undefined; } & { title: string; }> | undefined; statusCheck?: Readonly<{ title?: string | undefined; text?: string | undefined; success?: string | undefined; error?: string | undefined; btnLabel?: string | undefined; } & { esHitsCheck: Readonly<{} & { query: Record<string, any>; index: string | string[]; }>; }> | undefined; } & { instructionVariants: Readonly<{} & { id: string; instructions: Readonly<{ title?: string | undefined; textPre?: string | undefined; commands?: string[] | undefined; textPost?: string | undefined; customComponentName?: string | undefined; } & {}>[]; }>[]; }>[]; }> | undefined; artifacts?: Readonly<{ application?: Readonly<{} & { label: string; path: string; }> | undefined; exportedFields?: Readonly<{} & { documentationUrl: string; }> | undefined; } & { dashboards: Readonly<{ linkLabel?: string | undefined; } & { id: string; isOverview: boolean; }>[]; }> | undefined; savedObjectsInstallMsg?: string | undefined; customStatusCheckName?: string | undefined; } & { id: string; name: string; category: \"metrics\" | \"security\" | \"other\" | \"logging\"; shortDescription: string; longDescription: string; onPrem: Readonly<{ params?: Readonly<{ defaultValue?: any; } & { type: \"string\" | \"number\"; label: string; id: string; }>[] | undefined; } & { instructionSets: Readonly<{ title?: string | undefined; callOut?: Readonly<{ iconType?: string | undefined; message?: string | undefined; } & { title: string; }> | undefined; statusCheck?: Readonly<{ title?: string | undefined; text?: string | undefined; success?: string | undefined; error?: string | undefined; btnLabel?: string | undefined; } & { esHitsCheck: Readonly<{} & { query: Record<string, any>; index: string | string[]; }>; }> | undefined; } & { instructionVariants: Readonly<{} & { id: string; instructions: Readonly<{ title?: string | undefined; textPre?: string | undefined; commands?: string[] | undefined; textPost?: string | undefined; customComponentName?: string | undefined; } & {}>[]; }>[]; }>[]; }>; }>"
") => Readonly<{ savedObjects?: any[] | undefined; euiIconType?: string | undefined; previewImagePath?: string | undefined; moduleName?: string | undefined; isBeta?: boolean | undefined; completionTimeMinutes?: number | undefined; elasticCloud?: Readonly<{ params?: Readonly<{ defaultValue?: any; } & { type: \"string\" | \"number\"; label: string; id: string; }>[] | undefined; } & { instructionSets: Readonly<{ title?: string | undefined; callOut?: Readonly<{ iconType?: string | undefined; message?: string | undefined; } & { title: string; }> | undefined; statusCheck?: Readonly<{ title?: string | undefined; text?: string | undefined; error?: string | undefined; success?: string | undefined; btnLabel?: string | undefined; } & { esHitsCheck: Readonly<{} & { query: Record<string, any>; index: string | string[]; }>; }> | undefined; } & { instructionVariants: Readonly<{} & { id: string; instructions: Readonly<{ title?: string | undefined; commands?: string[] | undefined; textPre?: string | undefined; textPost?: string | undefined; customComponentName?: string | undefined; } & {}>[]; }>[]; }>[]; }> | undefined; onPremElasticCloud?: Readonly<{ params?: Readonly<{ defaultValue?: any; } & { type: \"string\" | \"number\"; label: string; id: string; }>[] | undefined; } & { instructionSets: Readonly<{ title?: string | undefined; callOut?: Readonly<{ iconType?: string | undefined; message?: string | undefined; } & { title: string; }> | undefined; statusCheck?: Readonly<{ title?: string | undefined; text?: string | undefined; error?: string | undefined; success?: string | undefined; btnLabel?: string | undefined; } & { esHitsCheck: Readonly<{} & { query: Record<string, any>; index: string | string[]; }>; }> | undefined; } & { instructionVariants: Readonly<{} & { id: string; instructions: Readonly<{ title?: string | undefined; commands?: string[] | undefined; textPre?: string | undefined; textPost?: string | undefined; customComponentName?: string | undefined; } & {}>[]; }>[]; }>[]; }> | undefined; artifacts?: Readonly<{ application?: Readonly<{} & { label: string; path: string; }> | undefined; exportedFields?: Readonly<{} & { documentationUrl: string; }> | undefined; } & { dashboards: Readonly<{ linkLabel?: string | undefined; } & { id: string; isOverview: boolean; }>[]; }> | undefined; savedObjectsInstallMsg?: string | undefined; customStatusCheckName?: string | undefined; } & { id: string; name: string; category: \"metrics\" | \"security\" | \"other\" | \"logging\"; shortDescription: string; longDescription: string; onPrem: Readonly<{ params?: Readonly<{ defaultValue?: any; } & { type: \"string\" | \"number\"; label: string; id: string; }>[] | undefined; } & { instructionSets: Readonly<{ title?: string | undefined; callOut?: Readonly<{ iconType?: string | undefined; message?: string | undefined; } & { title: string; }> | undefined; statusCheck?: Readonly<{ title?: string | undefined; text?: string | undefined; error?: string | undefined; success?: string | undefined; btnLabel?: string | undefined; } & { esHitsCheck: Readonly<{} & { query: Record<string, any>; index: string | string[]; }>; }> | undefined; } & { instructionVariants: Readonly<{} & { id: string; instructions: Readonly<{ title?: string | undefined; commands?: string[] | undefined; textPre?: string | undefined; textPost?: string | undefined; customComponentName?: string | undefined; } & {}>[]; }>[]; }>[]; }>; }>"
],
"path": "src/plugins/home/server/services/tutorials/lib/tutorials_registry_types.ts",
"deprecated": false,
@ -1084,7 +1051,7 @@
"label": "TutorialSchema",
"description": [],
"signature": [
"{ readonly savedObjects?: any[] | undefined; readonly euiIconType?: string | undefined; readonly previewImagePath?: string | undefined; readonly moduleName?: string | undefined; readonly isBeta?: boolean | undefined; readonly completionTimeMinutes?: number | undefined; readonly elasticCloud?: Readonly<{ params?: Readonly<{ defaultValue?: any; } & { type: \"string\" | \"number\"; label: string; id: string; }>[] | undefined; } & { instructionSets: Readonly<{ title?: string | undefined; callOut?: Readonly<{ iconType?: string | undefined; message?: string | undefined; } & { title: string; }> | undefined; statusCheck?: Readonly<{ title?: string | undefined; text?: string | undefined; success?: string | undefined; error?: string | undefined; btnLabel?: string | undefined; } & { esHitsCheck: Readonly<{} & { query: Record<string, any>; index: string | string[]; }>; }> | undefined; } & { instructionVariants: Readonly<{} & { 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; } & { type: \"string\" | \"number\"; label: string; id: string; }>[] | undefined; } & { instructionSets: Readonly<{ title?: string | undefined; callOut?: Readonly<{ iconType?: string | undefined; message?: string | undefined; } & { title: string; }> | undefined; statusCheck?: Readonly<{ title?: string | undefined; text?: string | undefined; success?: string | undefined; error?: string | undefined; btnLabel?: string | undefined; } & { esHitsCheck: Readonly<{} & { query: Record<string, any>; index: string | string[]; }>; }> | undefined; } & { instructionVariants: Readonly<{} & { 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<{} & { label: string; path: 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 id: string; readonly name: string; readonly category: \"metrics\" | \"security\" | \"other\" | \"logging\"; readonly shortDescription: string; readonly longDescription: string; readonly onPrem: Readonly<{ params?: Readonly<{ defaultValue?: any; } & { type: \"string\" | \"number\"; label: string; id: string; }>[] | undefined; } & { instructionSets: Readonly<{ title?: string | undefined; callOut?: Readonly<{ iconType?: string | undefined; message?: string | undefined; } & { title: string; }> | undefined; statusCheck?: Readonly<{ title?: string | undefined; text?: string | undefined; success?: string | undefined; error?: string | undefined; btnLabel?: string | undefined; } & { esHitsCheck: Readonly<{} & { query: Record<string, any>; index: string | string[]; }>; }> | undefined; } & { instructionVariants: Readonly<{} & { id: string; instructions: Readonly<{ title?: string | undefined; textPre?: string | undefined; commands?: string[] | undefined; textPost?: string | undefined; customComponentName?: string | undefined; } & {}>[]; }>[]; }>[]; }>; }"
"{ readonly savedObjects?: any[] | undefined; readonly euiIconType?: string | undefined; readonly previewImagePath?: string | undefined; readonly moduleName?: string | undefined; readonly isBeta?: boolean | undefined; readonly completionTimeMinutes?: number | undefined; readonly elasticCloud?: Readonly<{ params?: Readonly<{ defaultValue?: any; } & { type: \"string\" | \"number\"; label: string; id: string; }>[] | undefined; } & { instructionSets: Readonly<{ title?: string | undefined; callOut?: Readonly<{ iconType?: string | undefined; message?: string | undefined; } & { title: string; }> | undefined; statusCheck?: Readonly<{ title?: string | undefined; text?: string | undefined; error?: string | undefined; success?: string | undefined; btnLabel?: string | undefined; } & { esHitsCheck: Readonly<{} & { query: Record<string, any>; index: string | string[]; }>; }> | undefined; } & { instructionVariants: Readonly<{} & { id: string; instructions: Readonly<{ title?: string | undefined; commands?: string[] | undefined; textPre?: string | undefined; textPost?: string | undefined; customComponentName?: string | undefined; } & {}>[]; }>[]; }>[]; }> | undefined; readonly onPremElasticCloud?: Readonly<{ params?: Readonly<{ defaultValue?: any; } & { type: \"string\" | \"number\"; label: string; id: string; }>[] | undefined; } & { instructionSets: Readonly<{ title?: string | undefined; callOut?: Readonly<{ iconType?: string | undefined; message?: string | undefined; } & { title: string; }> | undefined; statusCheck?: Readonly<{ title?: string | undefined; text?: string | undefined; error?: string | undefined; success?: string | undefined; btnLabel?: string | undefined; } & { esHitsCheck: Readonly<{} & { query: Record<string, any>; index: string | string[]; }>; }> | undefined; } & { instructionVariants: Readonly<{} & { id: string; instructions: Readonly<{ title?: string | undefined; commands?: string[] | undefined; textPre?: string | undefined; textPost?: string | undefined; customComponentName?: string | undefined; } & {}>[]; }>[]; }>[]; }> | undefined; readonly artifacts?: Readonly<{ application?: Readonly<{} & { label: string; path: 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 id: string; readonly name: string; readonly category: \"metrics\" | \"security\" | \"other\" | \"logging\"; readonly shortDescription: string; readonly longDescription: string; readonly onPrem: Readonly<{ params?: Readonly<{ defaultValue?: any; } & { type: \"string\" | \"number\"; label: string; id: string; }>[] | undefined; } & { instructionSets: Readonly<{ title?: string | undefined; callOut?: Readonly<{ iconType?: string | undefined; message?: string | undefined; } & { title: string; }> | undefined; statusCheck?: Readonly<{ title?: string | undefined; text?: string | undefined; error?: string | undefined; success?: string | undefined; btnLabel?: string | undefined; } & { esHitsCheck: Readonly<{} & { query: Record<string, any>; index: string | string[]; }>; }> | undefined; } & { instructionVariants: Readonly<{} & { id: string; instructions: Readonly<{ title?: string | undefined; commands?: string[] | undefined; textPre?: string | undefined; textPost?: string | undefined; customComponentName?: string | undefined; } & {}>[]; }>[]; }>[]; }>; }"
],
"path": "src/plugins/home/server/services/tutorials/lib/tutorial_schema.ts",
"deprecated": false,

View file

@ -12,13 +12,13 @@ import homeObj from './home.json';
Contact [Kibana Core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin.
**Code health stats**
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 101 | 3 | 77 | 5 |
| 99 | 3 | 77 | 5 |
## Client

View file

@ -20,13 +20,7 @@
"text": "IlmLocatorParams"
},
" extends ",
{
"pluginId": "kibanaUtils",
"scope": "common",
"docId": "kibKibanaUtilsPluginApi",
"section": "def-common.Serializable",
"text": "Serializable"
}
"SerializableRecord"
],
"path": "x-pack/plugins/index_lifecycle_management/public/locator.ts",
"deprecated": false,

View file

@ -12,7 +12,7 @@ import indexLifecycleManagementObj from './index_lifecycle_management.json';
Contact [Stack Management](https://github.com/orgs/elastic/teams/kibana-stack-management) for questions regarding this plugin.
**Code health stats**

View file

@ -12,7 +12,7 @@ import indexManagementObj from './index_management.json';
Contact [Stack Management](https://github.com/orgs/elastic/teams/kibana-stack-management) for questions regarding this plugin.
**Code health stats**

View file

@ -0,0 +1,257 @@
{
"id": "indexPatternEditor",
"client": {
"classes": [],
"functions": [],
"interfaces": [
{
"parentPluginId": "indexPatternEditor",
"id": "def-public.IndexPatternEditorProps",
"type": "Interface",
"tags": [],
"label": "IndexPatternEditorProps",
"description": [],
"path": "src/plugins/index_pattern_editor/public/types.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "indexPatternEditor",
"id": "def-public.IndexPatternEditorProps.onSave",
"type": "Function",
"tags": [],
"label": "onSave",
"description": [
"\nHandler for the \"save\" footer button"
],
"signature": [
"(indexPattern: ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataIndexPatternsPluginApi",
"section": "def-common.IndexPattern",
"text": "IndexPattern"
},
") => void"
],
"path": "src/plugins/index_pattern_editor/public/types.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "indexPatternEditor",
"id": "def-public.IndexPatternEditorProps.onSave.$1",
"type": "Object",
"tags": [],
"label": "indexPattern",
"description": [
"- newly created index pattern"
],
"signature": [
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataIndexPatternsPluginApi",
"section": "def-common.IndexPattern",
"text": "IndexPattern"
}
],
"path": "src/plugins/index_pattern_editor/public/types.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "indexPatternEditor",
"id": "def-public.IndexPatternEditorProps.onCancel",
"type": "Function",
"tags": [],
"label": "onCancel",
"description": [
"\nHandler for the \"cancel\" footer button"
],
"signature": [
"(() => void) | undefined"
],
"path": "src/plugins/index_pattern_editor/public/types.ts",
"deprecated": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "indexPatternEditor",
"id": "def-public.IndexPatternEditorProps.defaultTypeIsRollup",
"type": "CompoundType",
"tags": [],
"label": "defaultTypeIsRollup",
"description": [
"\nSets the default index pattern type to rollup. Defaults to false."
],
"signature": [
"boolean | undefined"
],
"path": "src/plugins/index_pattern_editor/public/types.ts",
"deprecated": false
},
{
"parentPluginId": "indexPatternEditor",
"id": "def-public.IndexPatternEditorProps.requireTimestampField",
"type": "CompoundType",
"tags": [],
"label": "requireTimestampField",
"description": [
"\nSets whether a timestamp field is required to create an index pattern. Defaults to false."
],
"signature": [
"boolean | undefined"
],
"path": "src/plugins/index_pattern_editor/public/types.ts",
"deprecated": false
}
],
"initialIsOpen": false
}
],
"enums": [],
"misc": [],
"objects": [],
"start": {
"parentPluginId": "indexPatternEditor",
"id": "def-public.PluginStart",
"type": "Interface",
"tags": [],
"label": "PluginStart",
"description": [],
"path": "src/plugins/index_pattern_editor/public/types.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "indexPatternEditor",
"id": "def-public.PluginStart.openEditor",
"type": "Function",
"tags": [],
"label": "openEditor",
"description": [],
"signature": [
"(options: ",
{
"pluginId": "indexPatternEditor",
"scope": "public",
"docId": "kibIndexPatternEditorPluginApi",
"section": "def-public.IndexPatternEditorProps",
"text": "IndexPatternEditorProps"
},
") => () => void"
],
"path": "src/plugins/index_pattern_editor/public/types.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "indexPatternEditor",
"id": "def-public.PluginStart.openEditor.$1",
"type": "Object",
"tags": [],
"label": "options",
"description": [],
"signature": [
{
"pluginId": "indexPatternEditor",
"scope": "public",
"docId": "kibIndexPatternEditorPluginApi",
"section": "def-public.IndexPatternEditorProps",
"text": "IndexPatternEditorProps"
}
],
"path": "src/plugins/index_pattern_editor/public/types.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "indexPatternEditor",
"id": "def-public.PluginStart.IndexPatternEditorComponent",
"type": "Function",
"tags": [],
"label": "IndexPatternEditorComponent",
"description": [],
"signature": [
"React.FunctionComponent<",
{
"pluginId": "indexPatternEditor",
"scope": "public",
"docId": "kibIndexPatternEditorPluginApi",
"section": "def-public.IndexPatternEditorProps",
"text": "IndexPatternEditorProps"
},
">"
],
"path": "src/plugins/index_pattern_editor/public/types.ts",
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "indexPatternEditor",
"id": "def-public.props",
"type": "CompoundType",
"tags": [],
"label": "props",
"description": [],
"signature": [
"P & { children?: React.ReactNode; }"
],
"path": "node_modules/@types/react/index.d.ts",
"deprecated": false
},
{
"parentPluginId": "indexPatternEditor",
"id": "def-public.context",
"type": "Any",
"tags": [],
"label": "context",
"description": [],
"signature": [
"any"
],
"path": "node_modules/@types/react/index.d.ts",
"deprecated": false
}
]
},
{
"parentPluginId": "indexPatternEditor",
"id": "def-public.PluginStart.userPermissions",
"type": "Object",
"tags": [],
"label": "userPermissions",
"description": [],
"signature": [
"{ editIndexPattern: () => boolean; }"
],
"path": "src/plugins/index_pattern_editor/public/types.ts",
"deprecated": false
}
],
"lifecycle": "start",
"initialIsOpen": true
}
},
"server": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
},
"common": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
}
}

View file

@ -0,0 +1,30 @@
---
id: kibIndexPatternEditorPluginApi
slug: /kibana-dev-docs/indexPatternEditorPluginApi
title: indexPatternEditor
image: https://source.unsplash.com/400x175/?github
summary: API docs for the indexPatternEditor plugin
date: 2020-11-16
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'indexPatternEditor']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---
import indexPatternEditorObj from './index_pattern_editor.json';
This plugin provides the ability to create index patterns via a modal flyout from any kibana app
Contact [App Services](https://github.com/orgs/elastic/teams/kibana-app-services) for questions regarding this plugin.
**Code health stats**
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 13 | 1 | 8 | 0 |
## Client
### Start
<DocDefinitionList data={[indexPatternEditorObj.client.start]}/>
### Interfaces
<DocDefinitionList data={indexPatternEditorObj.client.interfaces}/>

View file

@ -170,74 +170,6 @@
],
"functions": [],
"interfaces": [
{
"parentPluginId": "indexPatternFieldEditor",
"id": "def-public.FieldEditorContext",
"type": "Interface",
"tags": [],
"label": "FieldEditorContext",
"description": [],
"path": "src/plugins/index_pattern_field_editor/public/components/field_editor_flyout_content_container.tsx",
"deprecated": false,
"children": [
{
"parentPluginId": "indexPatternFieldEditor",
"id": "def-public.FieldEditorContext.indexPattern",
"type": "Object",
"tags": [],
"label": "indexPattern",
"description": [],
"signature": [
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataIndexPatternsPluginApi",
"section": "def-common.IndexPattern",
"text": "IndexPattern"
}
],
"path": "src/plugins/index_pattern_field_editor/public/components/field_editor_flyout_content_container.tsx",
"deprecated": false
},
{
"parentPluginId": "indexPatternFieldEditor",
"id": "def-public.FieldEditorContext.fieldTypeToProcess",
"type": "CompoundType",
"tags": [],
"label": "fieldTypeToProcess",
"description": [
"\nThe Kibana field type of the field to create or edit\nDefault: \"runtime\""
],
"signature": [
"\"concrete\" | \"runtime\""
],
"path": "src/plugins/index_pattern_field_editor/public/components/field_editor_flyout_content_container.tsx",
"deprecated": false
},
{
"parentPluginId": "indexPatternFieldEditor",
"id": "def-public.FieldEditorContext.search",
"type": "Object",
"tags": [],
"label": "search",
"description": [
"The search service from the data plugin"
],
"signature": [
{
"pluginId": "data",
"scope": "public",
"docId": "kibDataSearchPluginApi",
"section": "def-public.ISearchStart",
"text": "ISearchStart"
}
],
"path": "src/plugins/index_pattern_field_editor/public/components/field_editor_flyout_content_container.tsx",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "indexPatternFieldEditor",
"id": "def-public.FormatEditorProps",
@ -279,9 +211,9 @@
"description": [],
"signature": [
{
"pluginId": "data",
"pluginId": "fieldFormats",
"scope": "common",
"docId": "kibDataFieldFormatsPluginApi",
"docId": "kibFieldFormatsPluginApi",
"section": "def-common.FieldFormat",
"text": "FieldFormat"
}
@ -606,6 +538,41 @@
}
],
"objects": [],
"setup": {
"parentPluginId": "indexPatternFieldEditor",
"id": "def-public.PluginSetup",
"type": "Interface",
"tags": [],
"label": "PluginSetup",
"description": [],
"path": "src/plugins/index_pattern_field_editor/public/types.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "indexPatternFieldEditor",
"id": "def-public.PluginSetup.fieldFormatEditors",
"type": "Object",
"tags": [],
"label": "fieldFormatEditors",
"description": [],
"signature": [
"{ register: (editor: ",
{
"pluginId": "indexPatternFieldEditor",
"scope": "public",
"docId": "kibIndexPatternFieldEditorPluginApi",
"section": "def-public.FieldFormatEditorFactory",
"text": "FieldFormatEditorFactory"
},
"<any>) => void; }"
],
"path": "src/plugins/index_pattern_field_editor/public/types.ts",
"deprecated": false
}
],
"lifecycle": "setup",
"initialIsOpen": true
},
"start": {
"parentPluginId": "indexPatternFieldEditor",
"id": "def-public.PluginStart",

View file

@ -18,10 +18,13 @@ Contact [App Services](https://github.com/orgs/elastic/teams/kibana-app-services
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 44 | 2 | 39 | 3 |
| 42 | 2 | 39 | 3 |
## Client
### Setup
<DocDefinitionList data={[indexPatternFieldEditorObj.client.setup]}/>
### Start
<DocDefinitionList data={[indexPatternFieldEditorObj.client.start]}/>

View file

@ -0,0 +1,53 @@
{
"id": "indexPatternManagement",
"client": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": [],
"setup": {
"parentPluginId": "indexPatternManagement",
"id": "def-public.IndexPatternManagementSetup",
"type": "Interface",
"tags": [],
"label": "IndexPatternManagementSetup",
"description": [],
"path": "src/plugins/index_pattern_management/public/plugin.ts",
"deprecated": false,
"children": [],
"lifecycle": "setup",
"initialIsOpen": true
},
"start": {
"parentPluginId": "indexPatternManagement",
"id": "def-public.IndexPatternManagementStart",
"type": "Interface",
"tags": [],
"label": "IndexPatternManagementStart",
"description": [],
"path": "src/plugins/index_pattern_management/public/plugin.ts",
"deprecated": false,
"children": [],
"lifecycle": "start",
"initialIsOpen": true
}
},
"server": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
},
"common": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
}
}

View file

@ -0,0 +1,30 @@
---
id: kibIndexPatternManagementPluginApi
slug: /kibana-dev-docs/indexPatternManagementPluginApi
title: indexPatternManagement
image: https://source.unsplash.com/400x175/?github
summary: API docs for the indexPatternManagement plugin
date: 2020-11-16
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'indexPatternManagement']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---
import indexPatternManagementObj from './index_pattern_management.json';
Index pattern management app
Contact [App Services](https://github.com/orgs/elastic/teams/kibana-app-services) for questions regarding this plugin.
**Code health stats**
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 2 | 0 | 2 | 0 |
## Client
### Setup
<DocDefinitionList data={[indexPatternManagementObj.client.setup]}/>
### Start
<DocDefinitionList data={[indexPatternManagementObj.client.start]}/>

View file

@ -12,7 +12,7 @@ import inspectorObj from './inspector.json';
Contact [App Services](https://github.com/orgs/elastic/teams/kibana-app-services) for questions regarding this plugin.
**Code health stats**

View file

@ -0,0 +1,144 @@
{
"id": "interactiveSetup",
"client": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
},
"server": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
},
"common": {
"classes": [],
"functions": [],
"interfaces": [
{
"parentPluginId": "interactiveSetup",
"id": "def-common.EnrollmentToken",
"type": "Interface",
"tags": [],
"label": "EnrollmentToken",
"description": [
"\nThe token that allows one to configure Kibana instance to communicate with an existing Elasticsearch cluster that\nhas security features enabled."
],
"path": "src/plugins/interactive_setup/common/types.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "interactiveSetup",
"id": "def-common.EnrollmentToken.ver",
"type": "string",
"tags": [],
"label": "ver",
"description": [
"\nThe version of the Elasticsearch node that generated this enrollment token."
],
"path": "src/plugins/interactive_setup/common/types.ts",
"deprecated": false
},
{
"parentPluginId": "interactiveSetup",
"id": "def-common.EnrollmentToken.adr",
"type": "Object",
"tags": [],
"label": "adr",
"description": [
"\nAn array of addresses in the form of `<hostname>:<port>` or `<ip_address>:<port>` where the Elasticsearch node is listening for HTTP connections."
],
"signature": [
"readonly string[]"
],
"path": "src/plugins/interactive_setup/common/types.ts",
"deprecated": false
},
{
"parentPluginId": "interactiveSetup",
"id": "def-common.EnrollmentToken.fgr",
"type": "string",
"tags": [],
"label": "fgr",
"description": [
"\nThe SHA-256 fingerprint of the CA certificate that is used to sign the certificate that the Elasticsearch node presents for HTTP over TLS connections."
],
"path": "src/plugins/interactive_setup/common/types.ts",
"deprecated": false
},
{
"parentPluginId": "interactiveSetup",
"id": "def-common.EnrollmentToken.key",
"type": "string",
"tags": [],
"label": "key",
"description": [
"\nAn Elasticsearch API key (not encoded) that can be used as credentials authorized to call the enrollment related APIs in Elasticsearch."
],
"path": "src/plugins/interactive_setup/common/types.ts",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "interactiveSetup",
"id": "def-common.InteractiveSetupViewState",
"type": "Interface",
"tags": [],
"label": "InteractiveSetupViewState",
"description": [
"\nA set of state details that interactive setup view retrieves from the Kibana server."
],
"path": "src/plugins/interactive_setup/common/types.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "interactiveSetup",
"id": "def-common.InteractiveSetupViewState.elasticsearchConnectionStatus",
"type": "Enum",
"tags": [],
"label": "elasticsearchConnectionStatus",
"description": [
"\nCurrent status of the Elasticsearch connection."
],
"signature": [
{
"pluginId": "interactiveSetup",
"scope": "common",
"docId": "kibInteractiveSetupPluginApi",
"section": "def-common.ElasticsearchConnectionStatus",
"text": "ElasticsearchConnectionStatus"
}
],
"path": "src/plugins/interactive_setup/common/types.ts",
"deprecated": false
}
],
"initialIsOpen": false
}
],
"enums": [
{
"parentPluginId": "interactiveSetup",
"id": "def-common.ElasticsearchConnectionStatus",
"type": "Enum",
"tags": [],
"label": "ElasticsearchConnectionStatus",
"description": [
"\nDescribes current status of the Elasticsearch connection."
],
"path": "src/plugins/interactive_setup/common/elasticsearch_connection_status.ts",
"deprecated": false,
"initialIsOpen": false
}
],
"misc": [],
"objects": []
}
}

View file

@ -0,0 +1,30 @@
---
id: kibInteractiveSetupPluginApi
slug: /kibana-dev-docs/interactiveSetupPluginApi
title: interactiveSetup
image: https://source.unsplash.com/400x175/?github
summary: API docs for the interactiveSetup plugin
date: 2020-11-16
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'interactiveSetup']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---
import interactiveSetupObj from './interactive_setup.json';
This plugin provides UI and APIs for the interactive setup mode.
Contact [Platform Security](https://github.com/orgs/elastic/teams/kibana-security) for questions regarding this plugin.
**Code health stats**
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 8 | 0 | 0 | 0 |
## Common
### Interfaces
<DocDefinitionList data={interactiveSetupObj.common.interfaces}/>
### Enums
<DocDefinitionList data={interactiveSetupObj.common.enums}/>

View file

@ -65,9 +65,7 @@
"section": "def-public.CoreSetup",
"text": "CoreSetup"
},
"<{}, { dashboardConfig: ",
"DashboardConfig",
"; loadFontAwesome: () => Promise<void>; loadAngularBootstrap: () => Promise<void>; config: Readonly<{} & { defaultAppId: string; }>; }>) => {}"
"<{}, { loadFontAwesome: () => Promise<void>; loadAngularBootstrap: () => Promise<void>; config: Readonly<{} & { defaultAppId: string; }>; }>) => {}"
],
"path": "src/plugins/kibana_legacy/public/plugin.ts",
"deprecated": false,
@ -87,9 +85,7 @@
"section": "def-public.CoreSetup",
"text": "CoreSetup"
},
"<{}, { dashboardConfig: ",
"DashboardConfig",
"; loadFontAwesome: () => Promise<void>; loadAngularBootstrap: () => Promise<void>; config: Readonly<{} & { defaultAppId: string; }>; }>"
"<{}, { loadFontAwesome: () => Promise<void>; loadAngularBootstrap: () => Promise<void>; config: Readonly<{} & { defaultAppId: string; }>; }>"
],
"path": "src/plugins/kibana_legacy/public/plugin.ts",
"deprecated": false,
@ -114,9 +110,7 @@
"section": "def-public.CoreStart",
"text": "CoreStart"
},
") => { dashboardConfig: ",
"DashboardConfig",
"; loadFontAwesome: () => Promise<void>; loadAngularBootstrap: () => Promise<void>; config: Readonly<{} & { defaultAppId: string; }>; }"
") => { loadFontAwesome: () => Promise<void>; loadAngularBootstrap: () => Promise<void>; config: Readonly<{} & { defaultAppId: string; }>; }"
],
"path": "src/plugins/kibana_legacy/public/plugin.ts",
"deprecated": false,
@ -1164,9 +1158,7 @@
"label": "KibanaLegacyStart",
"description": [],
"signature": [
"{ dashboardConfig: ",
"DashboardConfig",
"; loadFontAwesome: () => Promise<void>; loadAngularBootstrap: () => Promise<void>; config: Readonly<{} & { defaultAppId: string; }>; }"
"{ loadFontAwesome: () => Promise<void>; loadAngularBootstrap: () => Promise<void>; config: Readonly<{} & { defaultAppId: string; }>; }"
],
"path": "src/plugins/kibana_legacy/public/plugin.ts",
"deprecated": false,

View file

@ -18,7 +18,7 @@ Contact [Kibana App](https://github.com/orgs/elastic/teams/kibana-app) for quest
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 70 | 3 | 66 | 1 |
| 70 | 3 | 66 | 0 |
## Client

View file

@ -0,0 +1,110 @@
{
"id": "kibanaOverview",
"client": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": [],
"setup": {
"parentPluginId": "kibanaOverview",
"id": "def-public.KibanaOverviewPluginSetup",
"type": "Interface",
"tags": [],
"label": "KibanaOverviewPluginSetup",
"description": [],
"path": "src/plugins/kibana_overview/public/types.ts",
"deprecated": false,
"children": [],
"lifecycle": "setup",
"initialIsOpen": true
},
"start": {
"parentPluginId": "kibanaOverview",
"id": "def-public.KibanaOverviewPluginStart",
"type": "Interface",
"tags": [],
"label": "KibanaOverviewPluginStart",
"description": [],
"path": "src/plugins/kibana_overview/public/types.ts",
"deprecated": false,
"children": [],
"lifecycle": "start",
"initialIsOpen": true
}
},
"server": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
},
"common": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [
{
"parentPluginId": "kibanaOverview",
"id": "def-common.PLUGIN_ICON",
"type": "string",
"tags": [],
"label": "PLUGIN_ICON",
"description": [],
"signature": [
"\"logoKibana\""
],
"path": "src/plugins/kibana_overview/common/index.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "kibanaOverview",
"id": "def-common.PLUGIN_ID",
"type": "string",
"tags": [],
"label": "PLUGIN_ID",
"description": [],
"signature": [
"\"kibanaOverview\""
],
"path": "src/plugins/kibana_overview/common/index.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "kibanaOverview",
"id": "def-common.PLUGIN_NAME",
"type": "string",
"tags": [],
"label": "PLUGIN_NAME",
"description": [],
"signature": [
"\"Overview\""
],
"path": "src/plugins/kibana_overview/common/index.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "kibanaOverview",
"id": "def-common.PLUGIN_PATH",
"type": "string",
"tags": [],
"label": "PLUGIN_PATH",
"description": [],
"signature": [
"\"/app/kibana_overview\""
],
"path": "src/plugins/kibana_overview/common/index.ts",
"deprecated": false,
"initialIsOpen": false
}
],
"objects": []
}
}

View file

@ -0,0 +1,35 @@
---
id: kibKibanaOverviewPluginApi
slug: /kibana-dev-docs/kibanaOverviewPluginApi
title: kibanaOverview
image: https://source.unsplash.com/400x175/?github
summary: API docs for the kibanaOverview plugin
date: 2020-11-16
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'kibanaOverview']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---
import kibanaOverviewObj from './kibana_overview.json';
Contact [Kibana Core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin.
**Code health stats**
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 6 | 0 | 6 | 0 |
## Client
### Setup
<DocDefinitionList data={[kibanaOverviewObj.client.setup]}/>
### Start
<DocDefinitionList data={[kibanaOverviewObj.client.start]}/>
## Common
### Consts, variables and types
<DocDefinitionList data={kibanaOverviewObj.common.misc}/>

File diff suppressed because one or more lines are too long

View file

@ -12,13 +12,13 @@ import kibanaReactObj from './kibana_react.json';
Contact [App Services](https://github.com/orgs/elastic/teams/kibana-app-services) for questions regarding this plugin.
**Code health stats**
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 266 | 6 | 236 | 4 |
| 299 | 8 | 262 | 5 |
## Client

Some files were not shown because too many files have changed in this diff Show more