Update api docs (#101509)

This commit is contained in:
Stacey Gammon 2021-06-07 15:02:57 -04:00 committed by GitHub
parent 7033741885
commit f670fd23d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
94 changed files with 9774 additions and 72784 deletions

View file

@ -252,9 +252,7 @@
"path": "x-pack/plugins/actions/server/types.ts",
"lineNumber": 40
},
"deprecated": false,
"returnComment": [],
"children": []
"deprecated": false
},
{
"parentPluginId": "actions",
@ -278,9 +276,7 @@
"path": "x-pack/plugins/actions/server/types.ts",
"lineNumber": 41
},
"deprecated": false,
"returnComment": [],
"children": []
"deprecated": false
}
],
"initialIsOpen": false
@ -520,55 +516,14 @@
"label": "executor",
"description": [],
"signature": [
"(options: ",
{
"pluginId": "actions",
"scope": "server",
"docId": "kibActionsPluginApi",
"section": "def-server.ActionTypeExecutorOptions",
"text": "ActionTypeExecutorOptions"
},
"<Config, Secrets, Params>) => Promise<",
{
"pluginId": "actions",
"scope": "common",
"docId": "kibActionsPluginApi",
"section": "def-common.ActionTypeExecutorResult",
"text": "ActionTypeExecutorResult"
},
"<ExecutorResultData>>"
"ExecutorType",
"<Config, Secrets, Params, ExecutorResultData>"
],
"source": {
"path": "x-pack/plugins/actions/server/types.ts",
"lineNumber": 116
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "actions",
"id": "def-server.options",
"type": "Object",
"tags": [],
"label": "options",
"description": [],
"signature": [
{
"pluginId": "actions",
"scope": "server",
"docId": "kibActionsPluginApi",
"section": "def-server.ActionTypeExecutorOptions",
"text": "ActionTypeExecutorOptions"
},
"<Config, Secrets, Params>"
],
"source": {
"path": "x-pack/plugins/actions/server/types.ts",
"lineNumber": 84
},
"deprecated": false
}
]
"deprecated": false
}
],
"initialIsOpen": false
@ -788,7 +743,7 @@
"label": "ActionParamsType",
"description": [],
"signature": [
"{ readonly source?: string | undefined; readonly summary?: string | undefined; readonly timestamp?: string | undefined; readonly eventAction?: \"resolve\" | \"trigger\" | \"acknowledge\" | undefined; readonly dedupKey?: string | undefined; readonly severity?: \"warning\" | \"error\" | \"info\" | \"critical\" | undefined; readonly component?: string | undefined; readonly group?: string | undefined; readonly class?: string | undefined; }"
"{ readonly source?: string | undefined; readonly summary?: string | undefined; readonly timestamp?: string | undefined; readonly eventAction?: \"resolve\" | \"trigger\" | \"acknowledge\" | undefined; readonly dedupKey?: string | undefined; readonly severity?: \"warning\" | \"info\" | \"error\" | \"critical\" | undefined; readonly component?: string | undefined; readonly group?: string | undefined; readonly class?: string | undefined; }"
],
"source": {
"path": "x-pack/plugins/actions/server/builtin_action_types/pagerduty.ts",
@ -805,7 +760,7 @@
"label": "ActionParamsType",
"description": [],
"signature": [
"{ readonly message: string; readonly level: \"error\" | \"info\" | \"debug\" | \"trace\" | \"warn\" | \"fatal\"; }"
"{ readonly message: string; readonly level: \"info\" | \"error\" | \"debug\" | \"trace\" | \"warn\" | \"fatal\"; }"
],
"source": {
"path": "x-pack/plugins/actions/server/builtin_action_types/server_log.ts",
@ -968,38 +923,7 @@
"docId": "kibActionsPluginApi",
"section": "def-server.ActionResult",
"text": "ActionResult"
},
"<Record<string, unknown>>>; execute: ({ actionId, params, source, }: Pick<",
"ExecuteOptions",
"<unknown>, \"source\" | \"params\" | \"actionId\">) => Promise<",
{
"pluginId": "actions",
"scope": "common",
"docId": "kibActionsPluginApi",
"section": "def-common.ActionTypeExecutorResult",
"text": "ActionTypeExecutorResult"
},
"<unknown>>; getAll: () => Promise<",
"FindActionResult",
"[]>; getBulk: (ids: string[]) => Promise<",
{
"pluginId": "actions",
"scope": "server",
"docId": "kibActionsPluginApi",
"section": "def-server.ActionResult",
"text": "ActionResult"
},
"<Record<string, unknown>>[]>; enqueueExecution: (options: ",
"ExecuteOptions",
") => Promise<void>; listTypes: () => Promise<",
{
"pluginId": "actions",
"scope": "common",
"docId": "kibActionsPluginApi",
"section": "def-common.ActionType",
"text": "ActionType"
},
"[]>; isActionTypeEnabled: (actionTypeId: string, options?: { notifyUsage: boolean; }) => boolean; }"
}
],
"source": {
"path": "x-pack/plugins/actions/server/index.ts",
@ -1054,7 +978,7 @@
],
"source": {
"path": "x-pack/plugins/actions/server/builtin_action_types/pagerduty.ts",
"lineNumber": 121
"lineNumber": 129
},
"deprecated": false,
"initialIsOpen": false
@ -1795,7 +1719,7 @@
"label": "config",
"description": [],
"signature": [
"{ [x: string]: any; }"
"Record<string, any>"
],
"source": {
"path": "x-pack/plugins/actions/common/types.ts",

View file

@ -58,9 +58,7 @@
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
"lineNumber": 30
},
"deprecated": false,
"returnComment": [],
"children": []
"deprecated": false
},
{
"parentPluginId": "advancedSettings",
@ -76,9 +74,7 @@
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
"lineNumber": 31
},
"deprecated": false,
"returnComment": [],
"children": []
"deprecated": false
},
{
"parentPluginId": "advancedSettings",
@ -94,9 +90,7 @@
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
"lineNumber": 32
},
"deprecated": false,
"returnComment": [],
"children": []
"deprecated": false
}
]
},
@ -157,55 +151,7 @@
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
"lineNumber": 73
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "advancedSettings",
"id": "def-public.id",
"type": "CompoundType",
"tags": [],
"label": "id",
"description": [],
"signature": [
"\"advanced_settings_page_title\" | \"advanced_settings_page_subtitle\" | \"advanced_settings_page_footer\""
],
"source": {
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
"lineNumber": 47
},
"deprecated": false
},
{
"parentPluginId": "advancedSettings",
"id": "def-public.component",
"type": "CompoundType",
"tags": [],
"label": "component",
"description": [],
"signature": [
"React.ComponentClass<Record<string, any> | undefined, any> | React.FunctionComponent<Record<string, any> | undefined>"
],
"source": {
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
"lineNumber": 47
},
"deprecated": false
},
{
"parentPluginId": "advancedSettings",
"id": "def-public.allowOverride",
"type": "boolean",
"tags": [],
"label": "allowOverride",
"description": [],
"source": {
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
"lineNumber": 47
},
"deprecated": false
}
]
"deprecated": false
}
]
},
@ -252,26 +198,7 @@
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
"lineNumber": 78
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "advancedSettings",
"id": "def-public.id",
"type": "CompoundType",
"tags": [],
"label": "id",
"description": [],
"signature": [
"\"advanced_settings_page_title\" | \"advanced_settings_page_subtitle\" | \"advanced_settings_page_footer\""
],
"source": {
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
"lineNumber": 67
},
"deprecated": false
}
]
"deprecated": false
}
]
}
@ -290,36 +217,15 @@
"\nExports the field component as a React.lazy component. We're explicitly naming it lazy here\nso any plugin that would import that can clearly see it's lazy loaded and can only be used\ninside a suspense context."
],
"signature": [
"React.ExoticComponent<FieldProps & React.RefAttributes<",
"React.LazyExoticComponent<typeof ",
"Field",
">> & { readonly _result: typeof ",
"Field",
"; }"
">"
],
"source": {
"path": "src/plugins/advanced_settings/public/index.ts",
"lineNumber": 20
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "advancedSettings",
"id": "def-public.props",
"type": "Uncategorized",
"tags": [],
"label": "props",
"description": [],
"signature": [
"P"
],
"source": {
"path": "node_modules/@types/react/index.d.ts",
"lineNumber": 359
},
"deprecated": false
}
],
"initialIsOpen": false
}
],

View file

@ -36,75 +36,7 @@
"path": "x-pack/plugins/alerting/public/plugin.ts",
"lineNumber": 15
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "alerting",
"id": "def-public.consumer",
"type": "string",
"tags": [],
"label": "consumer",
"description": [],
"source": {
"path": "x-pack/plugins/alerting/public/plugin.ts",
"lineNumber": 16
},
"deprecated": false
},
{
"parentPluginId": "alerting",
"id": "def-public.alertType",
"type": "string",
"tags": [],
"label": "alertType",
"description": [],
"source": {
"path": "x-pack/plugins/alerting/public/plugin.ts",
"lineNumber": 17
},
"deprecated": false
},
{
"parentPluginId": "alerting",
"id": "def-public.handler",
"type": "Function",
"tags": [],
"label": "handler",
"description": [],
"signature": [
"(alert: Pick<",
{
"pluginId": "alerting",
"scope": "common",
"docId": "kibAlertingPluginApi",
"section": "def-common.Alert",
"text": "Alert"
},
"<never>, \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"tags\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"throttle\" | \"notifyWhen\" | \"muteAll\" | \"mutedInstanceIds\" | \"executionStatus\">, alertType: ",
{
"pluginId": "alerting",
"scope": "common",
"docId": "kibAlertingPluginApi",
"section": "def-common.AlertType",
"text": "AlertType"
},
"<\"default\", \"recovered\">) => string | ",
{
"pluginId": "kibanaUtils",
"scope": "common",
"docId": "kibKibanaUtilsPluginApi",
"section": "def-common.JsonObject",
"text": "JsonObject"
}
],
"source": {
"path": "x-pack/plugins/alerting/public/plugin.ts",
"lineNumber": 18
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "alerting",
@ -122,62 +54,7 @@
"path": "x-pack/plugins/alerting/public/plugin.ts",
"lineNumber": 20
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "alerting",
"id": "def-public.consumer",
"type": "string",
"tags": [],
"label": "consumer",
"description": [],
"source": {
"path": "x-pack/plugins/alerting/public/plugin.ts",
"lineNumber": 20
},
"deprecated": false
},
{
"parentPluginId": "alerting",
"id": "def-public.handler",
"type": "Function",
"tags": [],
"label": "handler",
"description": [],
"signature": [
"(alert: Pick<",
{
"pluginId": "alerting",
"scope": "common",
"docId": "kibAlertingPluginApi",
"section": "def-common.Alert",
"text": "Alert"
},
"<never>, \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"tags\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"throttle\" | \"notifyWhen\" | \"muteAll\" | \"mutedInstanceIds\" | \"executionStatus\">, alertType: ",
{
"pluginId": "alerting",
"scope": "common",
"docId": "kibAlertingPluginApi",
"section": "def-common.AlertType",
"text": "AlertType"
},
"<\"default\", \"recovered\">) => string | ",
{
"pluginId": "kibanaUtils",
"scope": "common",
"docId": "kibKibanaUtilsPluginApi",
"section": "def-common.JsonObject",
"text": "JsonObject"
}
],
"source": {
"path": "x-pack/plugins/alerting/public/plugin.ts",
"lineNumber": 20
},
"deprecated": false
}
]
"deprecated": false
}
],
"lifecycle": "setup",
@ -226,23 +103,7 @@
"path": "x-pack/plugins/alerting/public/plugin.ts",
"lineNumber": 23
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "alerting",
"id": "def-public.alertId",
"type": "string",
"tags": [],
"label": "alertId",
"description": [],
"source": {
"path": "x-pack/plugins/alerting/public/plugin.ts",
"lineNumber": 23
},
"deprecated": false
}
]
"deprecated": false
}
],
"lifecycle": "start",
@ -516,15 +377,13 @@
"label": "rule",
"description": [],
"signature": [
"Pick<Pick<",
{
"pluginId": "alerting",
"scope": "common",
"docId": "kibAlertingPluginApi",
"section": "def-common.Alert",
"text": "Alert"
},
"<never>, \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"tags\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"throttle\" | \"notifyWhen\" | \"muteAll\" | \"mutedInstanceIds\" | \"executionStatus\">, \"enabled\" | \"name\" | \"actions\" | \"tags\" | \"consumer\" | \"schedule\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"throttle\" | \"notifyWhen\"> & { producer: string; ruleTypeId: string; ruleTypeName: string; }"
"section": "def-common.SanitizedRuleConfig",
"text": "SanitizedRuleConfig"
}
],
"source": {
"path": "x-pack/plugins/alerting/server/types.ts",
@ -659,9 +518,7 @@
"path": "x-pack/plugins/alerting/server/types.ts",
"lineNumber": 47
},
"deprecated": false,
"returnComment": [],
"children": []
"deprecated": false
},
{
"parentPluginId": "alerting",
@ -679,9 +536,7 @@
"path": "x-pack/plugins/alerting/server/types.ts",
"lineNumber": 48
},
"deprecated": false,
"returnComment": [],
"children": []
"deprecated": false
},
{
"parentPluginId": "alerting",
@ -705,9 +560,7 @@
"path": "x-pack/plugins/alerting/server/types.ts",
"lineNumber": 49
},
"deprecated": false,
"returnComment": [],
"children": []
"deprecated": false
},
{
"parentPluginId": "alerting",
@ -723,9 +576,7 @@
"path": "x-pack/plugins/alerting/server/types.ts",
"lineNumber": 50
},
"deprecated": false,
"returnComment": [],
"children": []
"deprecated": false
}
],
"initialIsOpen": false
@ -830,23 +681,7 @@
"path": "x-pack/plugins/alerting/server/types.ts",
"lineNumber": 75
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "alerting",
"id": "def-server.id",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"source": {
"path": "x-pack/plugins/alerting/server/types.ts",
"lineNumber": 76
},
"deprecated": false
}
]
"deprecated": false
}
],
"initialIsOpen": false
@ -988,14 +823,7 @@
"label": "executor",
"description": [],
"signature": [
"(options: ",
{
"pluginId": "alerting",
"scope": "server",
"docId": "kibAlertingPluginApi",
"section": "def-server.AlertExecutorOptions",
"text": "AlertExecutorOptions"
},
"ExecutorType",
"<Params, State, InstanceState, InstanceContext, ",
{
"pluginId": "alerting",
@ -1004,39 +832,13 @@
"section": "def-common.WithoutReservedActionGroups",
"text": "WithoutReservedActionGroups"
},
"<ActionGroupIds, RecoveryActionGroupId>>) => Promise<void | State>"
"<ActionGroupIds, RecoveryActionGroupId>>"
],
"source": {
"path": "x-pack/plugins/alerting/server/types.ts",
"lineNumber": 131
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "alerting",
"id": "def-server.options",
"type": "Object",
"tags": [],
"label": "options",
"description": [],
"signature": [
{
"pluginId": "alerting",
"scope": "server",
"docId": "kibAlertingPluginApi",
"section": "def-server.AlertExecutorOptions",
"text": "AlertExecutorOptions"
},
"<Params, State, InstanceState, InstanceContext, ActionGroupIds>"
],
"source": {
"path": "x-pack/plugins/alerting/server/types.ts",
"lineNumber": 109
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "alerting",
@ -1188,7 +990,7 @@
"section": "def-common.Alert",
"text": "Alert"
},
"<Params>, \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"tags\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"throttle\" | \"notifyWhen\" | \"muteAll\" | \"mutedInstanceIds\" | \"executionStatus\">[]"
"<Params>, \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"tags\" | \"muteAll\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"throttle\" | \"notifyWhen\" | \"mutedInstanceIds\" | \"executionStatus\">[]"
],
"source": {
"path": "x-pack/plugins/alerting/server/alerts_client/alerts_client.ts",
@ -1295,9 +1097,7 @@
"path": "x-pack/plugins/alerting/server/plugin.ts",
"lineNumber": 106
},
"deprecated": false,
"returnComment": [],
"children": []
"deprecated": false
},
{
"parentPluginId": "alerting",
@ -1323,7 +1123,7 @@
"section": "def-server.AlertsClient",
"text": "AlertsClient"
},
", \"get\" | \"delete\" | \"create\" | \"find\" | \"update\" | \"aggregate\" | \"enable\" | \"disable\" | \"muteAll\" | \"getAlertState\" | \"getAlertInstanceSummary\" | \"updateApiKey\" | \"unmuteAll\" | \"muteInstance\" | \"unmuteInstance\" | \"listAlertTypes\">"
", \"get\" | \"delete\" | \"create\" | \"find\" | \"update\" | \"aggregate\" | \"enable\" | \"disable\" | \"getAlertState\" | \"getAlertInstanceSummary\" | \"updateApiKey\" | \"muteAll\" | \"unmuteAll\" | \"muteInstance\" | \"unmuteInstance\" | \"listAlertTypes\">"
],
"source": {
"path": "x-pack/plugins/alerting/server/plugin.ts",
@ -1433,9 +1233,7 @@
"path": "x-pack/plugins/alerting/server/plugin.ts",
"lineNumber": 111
},
"deprecated": false,
"returnComment": [],
"children": []
"deprecated": false
}
],
"initialIsOpen": false
@ -1451,23 +1249,7 @@
"label": "ActionGroupIdsOf",
"description": [],
"signature": [
"T extends ",
{
"pluginId": "alerting",
"scope": "common",
"docId": "kibAlertingPluginApi",
"section": "def-common.ActionGroup",
"text": "ActionGroup"
},
"<infer groups> ? groups : T extends Readonly<",
{
"pluginId": "alerting",
"scope": "common",
"docId": "kibAlertingPluginApi",
"section": "def-common.ActionGroup",
"text": "ActionGroup"
},
"<infer groups>> ? groups : never"
"T extends ActionGroup<infer groups> ? groups : T extends Readonly<ActionGroup<infer groups>> ? groups : never"
],
"source": {
"path": "x-pack/plugins/alerting/common/alert_type.ts",
@ -1535,7 +1317,7 @@
"label": "AlertsClient",
"description": [],
"signature": [
"{ get: <Params extends Record<string, unknown> = never>({ id, }: { id: string; }) => Promise<Pick<",
"{ get: <Params>({ id, }: { id: string; }) => Promise<Pick<",
{
"pluginId": "alerting",
"scope": "common",
@ -1543,7 +1325,7 @@
"section": "def-common.Alert",
"text": "Alert"
},
"<Params>, \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"tags\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"throttle\" | \"notifyWhen\" | \"muteAll\" | \"mutedInstanceIds\" | \"executionStatus\">>; delete: ({ id }: { id: string; }) => Promise<{}>; create: <Params extends Record<string, unknown> = never>({ data, options, }: ",
"<Params>, \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"tags\" | \"muteAll\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"throttle\" | \"notifyWhen\" | \"mutedInstanceIds\" | \"executionStatus\">>; delete: ({ id }: { id: string; }) => Promise<{}>; create: <Params extends Record<string, unknown> = never>({ data, options, }: ",
"CreateOptions",
"<Params>) => Promise<Pick<",
{
@ -1553,7 +1335,7 @@
"section": "def-common.Alert",
"text": "Alert"
},
"<Params>, \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"tags\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"throttle\" | \"notifyWhen\" | \"muteAll\" | \"mutedInstanceIds\" | \"executionStatus\">>; find: <Params extends Record<string, unknown> = never>({ options: { fields, ...options }, }?: { options?: ",
"<Params>, \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"tags\" | \"muteAll\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"throttle\" | \"notifyWhen\" | \"mutedInstanceIds\" | \"executionStatus\">>; find: <Params>({ options: { fields, ...options }, }?: { options?: ",
"FindOptions",
" | undefined; }) => Promise<",
{
@ -1562,38 +1344,7 @@
"docId": "kibAlertingPluginApi",
"section": "def-server.FindResult",
"text": "FindResult"
},
"<Params>>; update: <Params extends Record<string, unknown> = never>({ id, data, }: ",
"UpdateOptions",
"<Params>) => Promise<",
{
"pluginId": "alerting",
"scope": "server",
"docId": "kibAlertingPluginApi",
"section": "def-server.PartialAlert",
"text": "PartialAlert"
},
"<Params>>; aggregate: ({ options: { fields, ...options }, }?: { options?: ",
"AggregateOptions",
" | undefined; }) => Promise<",
"AggregateResult",
">; enable: ({ id }: { id: string; }) => Promise<void>; disable: ({ id }: { id: string; }) => Promise<void>; muteAll: ({ id }: { id: string; }) => Promise<void>; getAlertState: ({ id }: { id: string; }) => Promise<void | { alertTypeState?: { [x: string]: unknown; } | undefined; alertInstances?: { [x: string]: { state?: { [x: string]: unknown; } | undefined; meta?: { lastScheduledActions?: ({ subgroup?: string | undefined; } & { group: string; date: Date; }) | undefined; } | undefined; }; } | undefined; previousStartedAt?: Date | null | undefined; }>; getAlertInstanceSummary: ({ id, dateStart, }: ",
"GetAlertInstanceSummaryParams",
") => Promise<",
{
"pluginId": "alerting",
"scope": "common",
"docId": "kibAlertingPluginApi",
"section": "def-common.AlertInstanceSummary",
"text": "AlertInstanceSummary"
},
">; updateApiKey: ({ id }: { id: string; }) => Promise<void>; unmuteAll: ({ id }: { id: string; }) => Promise<void>; muteInstance: ({ alertId, alertInstanceId }: ",
"MuteOptions",
") => Promise<void>; unmuteInstance: ({ alertId, alertInstanceId }: ",
"MuteOptions",
") => Promise<void>; listAlertTypes: () => Promise<Set<",
"RegistryAlertTypeWithAuth",
">>; }"
}
],
"source": {
"path": "x-pack/plugins/alerting/server/index.ts",
@ -1644,23 +1395,7 @@
"label": "PartialAlert",
"description": [],
"signature": [
"Pick<",
{
"pluginId": "alerting",
"scope": "common",
"docId": "kibAlertingPluginApi",
"section": "def-common.Alert",
"text": "Alert"
},
"<Params>, \"id\"> & Partial<Pick<",
{
"pluginId": "alerting",
"scope": "common",
"docId": "kibAlertingPluginApi",
"section": "def-common.Alert",
"text": "Alert"
},
"<Params>, \"enabled\" | \"name\" | \"params\" | \"actions\" | \"tags\" | \"apiKey\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"throttle\" | \"notifyWhen\" | \"muteAll\" | \"mutedInstanceIds\" | \"executionStatus\">>"
"Pick<Alert<Params>, \"id\"> & Partial<Pick<Alert<Params>, \"enabled\" | \"name\" | \"params\" | \"actions\" | \"tags\" | \"muteAll\" | \"apiKey\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"throttle\" | \"notifyWhen\" | \"mutedInstanceIds\" | \"executionStatus\">>"
],
"source": {
"path": "x-pack/plugins/alerting/server/types.ts",
@ -1677,13 +1412,7 @@
"label": "PublicAlertInstance",
"description": [],
"signature": [
"{ getState: () => State; replaceState: (state: State) => ",
"AlertInstance",
"<State, Context, ActionGroupIds>; scheduleActions: (actionGroup: ActionGroupIds, context?: Context) => ",
"AlertInstance",
"<State, Context, ActionGroupIds>; scheduleActionsWithSubGroup: (actionGroup: ActionGroupIds, subgroup: string, context?: Context) => ",
"AlertInstance",
"<State, Context, ActionGroupIds>; }"
"{ getState: () => State; replaceState: (state: State) => AlertInstance<State, Context, ActionGroupIds>; scheduleActions: (actionGroup: ActionGroupIds, context?: Context) => AlertInstance<State, Context, ActionGroupIds>; scheduleActionsWithSubGroup: (actionGroup: ActionGroupIds, subgroup: string, context?: Context) => AlertInstance<State, Context, ActionGroupIds>; }"
],
"source": {
"path": "x-pack/plugins/alerting/server/alert_instance/alert_instance.ts",
@ -2759,7 +2488,13 @@
"label": "status",
"description": [],
"signature": [
"\"OK\" | \"Active\""
{
"pluginId": "alerting",
"scope": "common",
"docId": "kibAlertingPluginApi",
"section": "def-common.AlertInstanceStatusValues",
"text": "AlertInstanceStatusValues"
}
],
"source": {
"path": "x-pack/plugins/alerting/common/alert_instance_summary.ts",
@ -2988,7 +2723,13 @@
"label": "status",
"description": [],
"signature": [
"\"OK\" | \"Active\" | \"Error\""
{
"pluginId": "alerting",
"scope": "common",
"docId": "kibAlertingPluginApi",
"section": "def-common.AlertStatusValues",
"text": "AlertStatusValues"
}
],
"source": {
"path": "x-pack/plugins/alerting/common/alert_instance_summary.ts",
@ -3036,7 +2777,7 @@
"label": "instances",
"description": [],
"signature": [
"{ [x: string]: ",
"Record<string, ",
{
"pluginId": "alerting",
"scope": "common",
@ -3044,7 +2785,7 @@
"section": "def-common.AlertInstanceStatus",
"text": "AlertInstanceStatus"
},
"; }"
">"
],
"source": {
"path": "x-pack/plugins/alerting/common/alert_instance_summary.ts",
@ -3449,23 +3190,7 @@
"label": "ActionGroupIdsOf",
"description": [],
"signature": [
"T extends ",
{
"pluginId": "alerting",
"scope": "common",
"docId": "kibAlertingPluginApi",
"section": "def-common.ActionGroup",
"text": "ActionGroup"
},
"<infer groups> ? groups : T extends Readonly<",
{
"pluginId": "alerting",
"scope": "common",
"docId": "kibAlertingPluginApi",
"section": "def-common.ActionGroup",
"text": "ActionGroup"
},
"<infer groups>> ? groups : never"
"T extends ActionGroup<infer groups> ? groups : T extends Readonly<ActionGroup<infer groups>> ? groups : never"
],
"source": {
"path": "x-pack/plugins/alerting/common/alert_type.ts",
@ -3482,11 +3207,11 @@
"label": "AlertActionParam",
"description": [],
"signature": [
"string | number | boolean | ",
"undefined | null | string | number | false | true | ",
"SavedObjectAttributes",
" | ",
"SavedObjectAttributeSingle",
"[] | null | undefined"
"[]"
],
"source": {
"path": "x-pack/plugins/alerting/common/alert.ts",
@ -3857,7 +3582,7 @@
"label": "ReservedActionGroups",
"description": [],
"signature": [
"\"recovered\" | RecoveryActionGroupId"
"RecoveryActionGroupId | \"recovered\""
],
"source": {
"path": "x-pack/plugins/alerting/common/builtin_action_groups.ts",
@ -3874,31 +3599,7 @@
"label": "SanitizedAlert",
"description": [],
"signature": [
"{ enabled: boolean; id: string; name: string; params: Params; actions: ",
{
"pluginId": "alerting",
"scope": "common",
"docId": "kibAlertingPluginApi",
"section": "def-common.AlertAction",
"text": "AlertAction"
},
"[]; tags: string[]; alertTypeId: string; consumer: string; schedule: ",
{
"pluginId": "alerting",
"scope": "common",
"docId": "kibAlertingPluginApi",
"section": "def-common.IntervalSchedule",
"text": "IntervalSchedule"
},
"; scheduledTaskId?: string | undefined; createdBy: string | null; updatedBy: string | null; createdAt: Date; updatedAt: Date; apiKeyOwner: string | null; throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\" | null; muteAll: boolean; mutedInstanceIds: string[]; executionStatus: ",
{
"pluginId": "alerting",
"scope": "common",
"docId": "kibAlertingPluginApi",
"section": "def-common.AlertExecutionStatus",
"text": "AlertExecutionStatus"
},
"; }"
"{ enabled: boolean; id: string; name: string; params: Params; actions: AlertAction[]; tags: string[]; muteAll: boolean; alertTypeId: string; consumer: string; schedule: IntervalSchedule; scheduledTaskId?: string | undefined; createdBy: string | null; updatedBy: string | null; createdAt: Date; updatedAt: Date; apiKeyOwner: string | null; throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\" | null; mutedInstanceIds: string[]; executionStatus: AlertExecutionStatus; }"
],
"source": {
"path": "x-pack/plugins/alerting/common/alert.ts",
@ -3915,15 +3616,7 @@
"label": "SanitizedRuleConfig",
"description": [],
"signature": [
"Pick<Pick<",
{
"pluginId": "alerting",
"scope": "common",
"docId": "kibAlertingPluginApi",
"section": "def-common.Alert",
"text": "Alert"
},
"<never>, \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"tags\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"throttle\" | \"notifyWhen\" | \"muteAll\" | \"mutedInstanceIds\" | \"executionStatus\">, \"enabled\" | \"name\" | \"actions\" | \"tags\" | \"consumer\" | \"schedule\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"throttle\" | \"notifyWhen\"> & { producer: string; ruleTypeId: string; ruleTypeName: string; }"
"Pick<Pick<Alert<never>, \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"tags\" | \"muteAll\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"throttle\" | \"notifyWhen\" | \"mutedInstanceIds\" | \"executionStatus\">, \"enabled\" | \"name\" | \"actions\" | \"tags\" | \"consumer\" | \"schedule\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"throttle\" | \"notifyWhen\"> & { producer: string; ruleTypeId: string; ruleTypeName: string; }"
],
"source": {
"path": "x-pack/plugins/alerting/common/alert.ts",
@ -3940,15 +3633,7 @@
"label": "WithoutReservedActionGroups",
"description": [],
"signature": [
"ActionGroupIds extends ",
{
"pluginId": "alerting",
"scope": "common",
"docId": "kibAlertingPluginApi",
"section": "def-common.ReservedActionGroups",
"text": "ReservedActionGroups"
},
"<RecoveryActionGroupId> ? never : ActionGroupIds"
"ActionGroupIds extends ReservedActionGroups<RecoveryActionGroupId> ? never : ActionGroupIds"
],
"source": {
"path": "x-pack/plugins/alerting/common/builtin_action_groups.ts",
@ -3992,8 +3677,7 @@
"; }>, ",
"PartialC",
"<{ spaceId: ",
"StringC",
"; }>]>"
"StringC"
],
"source": {
"path": "x-pack/plugins/alerting/common/alert_task_instance.ts",
@ -4018,38 +3702,7 @@
", ",
"UnknownC",
">; alertInstances: ",
"RecordC",
"<",
"StringC",
", ",
"PartialC",
"<{ state: ",
"RecordC",
"<",
"StringC",
", ",
"UnknownC",
">; meta: ",
"PartialC",
"<{ lastScheduledActions: ",
"IntersectionC",
"<[",
"PartialC",
"<{ subgroup: ",
"StringC",
"; }>, ",
"TypeC",
"<{ group: ",
"StringC",
"; date: ",
"Type",
"<Date, string, unknown>; }>]>; }>; }>>; previousStartedAt: ",
"UnionC",
"<[",
"NullC",
", ",
"Type",
"<Date, string, unknown>]>; }>"
"RecordC"
],
"source": {
"path": "x-pack/plugins/alerting/common/alert_task_instance.ts",
@ -4091,20 +3744,7 @@
", ",
"UnknownC",
">; meta: ",
"PartialC",
"<{ lastScheduledActions: ",
"IntersectionC",
"<[",
"PartialC",
"<{ subgroup: ",
"StringC",
"; }>, ",
"TypeC",
"<{ group: ",
"StringC",
"; date: ",
"Type",
"<Date, string, unknown>; }>]>; }>; }>"
"PartialC"
],
"source": {
"path": "x-pack/plugins/alerting/common/alert_instance.ts",
@ -4121,7 +3761,15 @@
"label": "RecoveredActionGroup",
"description": [],
"signature": [
"{ readonly id: \"recovered\"; readonly name: string; }"
"Readonly<",
{
"pluginId": "alerting",
"scope": "common",
"docId": "kibAlertingPluginApi",
"section": "def-common.ActionGroup",
"text": "ActionGroup"
},
"<\"recovered\">>"
],
"source": {
"path": "x-pack/plugins/alerting/common/builtin_action_groups.ts",

File diff suppressed because it is too large Load diff

View file

@ -5,606 +5,15 @@
"functions": [],
"interfaces": [],
"enums": [],
"misc": [
{
"parentPluginId": "apmOss",
"id": "def-public.APM_STATIC_INDEX_PATTERN_ID",
"type": "string",
"tags": [],
"label": "APM_STATIC_INDEX_PATTERN_ID",
"description": [],
"signature": [
"\"apm_static_index_pattern_id\""
],
"source": {
"path": "src/plugins/apm_oss/common/index_pattern_constants.ts",
"lineNumber": 9
},
"deprecated": false,
"initialIsOpen": false
}
],
"objects": [],
"setup": {
"parentPluginId": "apmOss",
"id": "def-public.ApmOssPluginSetup",
"type": "Interface",
"tags": [],
"label": "ApmOssPluginSetup",
"description": [],
"source": {
"path": "src/plugins/apm_oss/public/types.ts",
"lineNumber": 10
},
"deprecated": false,
"children": [],
"lifecycle": "setup",
"initialIsOpen": true
},
"start": {
"parentPluginId": "apmOss",
"id": "def-public.ApmOssPluginStart",
"type": "Interface",
"tags": [],
"label": "ApmOssPluginStart",
"description": [],
"source": {
"path": "src/plugins/apm_oss/public/types.ts",
"lineNumber": 13
},
"deprecated": false,
"children": [],
"lifecycle": "start",
"initialIsOpen": true
}
"misc": [],
"objects": []
},
"server": {
"classes": [],
"functions": [
{
"parentPluginId": "apmOss",
"id": "def-server.createDjangoAgentInstructions",
"type": "Function",
"tags": [],
"label": "createDjangoAgentInstructions",
"description": [],
"signature": [
"(apmServerUrl?: string, secretToken?: string) => ({ title: string; textPre: string; commands: string[]; textPost?: undefined; } | { title: string; textPre: string; commands: string[]; textPost: string; })[]"
],
"source": {
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
"lineNumber": 88
},
"deprecated": false,
"children": [
{
"parentPluginId": "apmOss",
"id": "def-server.createDjangoAgentInstructions.$1",
"type": "string",
"tags": [],
"label": "apmServerUrl",
"description": [],
"signature": [
"string"
],
"source": {
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
"lineNumber": 88
},
"deprecated": false,
"isRequired": true
},
{
"parentPluginId": "apmOss",
"id": "def-server.createDjangoAgentInstructions.$2",
"type": "string",
"tags": [],
"label": "secretToken",
"description": [],
"signature": [
"string"
],
"source": {
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
"lineNumber": 88
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "apmOss",
"id": "def-server.createDotNetAgentInstructions",
"type": "Function",
"tags": [],
"label": "createDotNetAgentInstructions",
"description": [],
"signature": [
"(apmServerUrl?: string, secretToken?: string) => ({ title: string; textPre: string; commands?: undefined; textPost?: undefined; } | { title: string; textPre: string; commands: string[]; textPost: string; } | { title: string; commands: string[]; textPost: string; textPre?: undefined; })[]"
],
"source": {
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
"lineNumber": 631
},
"deprecated": false,
"children": [
{
"parentPluginId": "apmOss",
"id": "def-server.createDotNetAgentInstructions.$1",
"type": "string",
"tags": [],
"label": "apmServerUrl",
"description": [],
"signature": [
"string"
],
"source": {
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
"lineNumber": 631
},
"deprecated": false,
"isRequired": true
},
{
"parentPluginId": "apmOss",
"id": "def-server.createDotNetAgentInstructions.$2",
"type": "string",
"tags": [],
"label": "secretToken",
"description": [],
"signature": [
"string"
],
"source": {
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
"lineNumber": 631
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "apmOss",
"id": "def-server.createFlaskAgentInstructions",
"type": "Function",
"tags": [],
"label": "createFlaskAgentInstructions",
"description": [],
"signature": [
"(apmServerUrl?: string, secretToken?: string) => ({ title: string; textPre: string; commands: string[]; textPost?: undefined; } | { title: string; textPre: string; commands: string[]; textPost: string; })[]"
],
"source": {
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
"lineNumber": 173
},
"deprecated": false,
"children": [
{
"parentPluginId": "apmOss",
"id": "def-server.createFlaskAgentInstructions.$1",
"type": "string",
"tags": [],
"label": "apmServerUrl",
"description": [],
"signature": [
"string"
],
"source": {
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
"lineNumber": 173
},
"deprecated": false,
"isRequired": true
},
{
"parentPluginId": "apmOss",
"id": "def-server.createFlaskAgentInstructions.$2",
"type": "string",
"tags": [],
"label": "secretToken",
"description": [],
"signature": [
"string"
],
"source": {
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
"lineNumber": 173
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "apmOss",
"id": "def-server.createGoAgentInstructions",
"type": "Function",
"tags": [],
"label": "createGoAgentInstructions",
"description": [],
"signature": [
"(apmServerUrl?: string, secretToken?: string) => ({ title: string; textPre: string; commands: string[]; textPost?: undefined; } | { title: string; textPre: string; commands: string[]; textPost: string; })[]"
],
"source": {
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
"lineNumber": 492
},
"deprecated": false,
"children": [
{
"parentPluginId": "apmOss",
"id": "def-server.createGoAgentInstructions.$1",
"type": "string",
"tags": [],
"label": "apmServerUrl",
"description": [],
"signature": [
"string"
],
"source": {
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
"lineNumber": 492
},
"deprecated": false,
"isRequired": true
},
{
"parentPluginId": "apmOss",
"id": "def-server.createGoAgentInstructions.$2",
"type": "string",
"tags": [],
"label": "secretToken",
"description": [],
"signature": [
"string"
],
"source": {
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
"lineNumber": 492
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "apmOss",
"id": "def-server.createJavaAgentInstructions",
"type": "Function",
"tags": [],
"label": "createJavaAgentInstructions",
"description": [],
"signature": [
"(apmServerUrl?: string, secretToken?: string) => ({ title: string; textPre: string; commands?: undefined; textPost?: undefined; } | { title: string; textPre: string; commands: string[]; textPost: string; })[]"
],
"source": {
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
"lineNumber": 585
},
"deprecated": false,
"children": [
{
"parentPluginId": "apmOss",
"id": "def-server.createJavaAgentInstructions.$1",
"type": "string",
"tags": [],
"label": "apmServerUrl",
"description": [],
"signature": [
"string"
],
"source": {
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
"lineNumber": 585
},
"deprecated": false,
"isRequired": true
},
{
"parentPluginId": "apmOss",
"id": "def-server.createJavaAgentInstructions.$2",
"type": "string",
"tags": [],
"label": "secretToken",
"description": [],
"signature": [
"string"
],
"source": {
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
"lineNumber": 585
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "apmOss",
"id": "def-server.createJsAgentInstructions",
"type": "Function",
"tags": [],
"label": "createJsAgentInstructions",
"description": [],
"signature": [
"(apmServerUrl?: string) => ({ title: string; textPre: string; commands?: undefined; textPost?: undefined; } | { title: string; textPre: string; commands: string[]; textPost: string; } | { title: string; textPre: string; commands: string[]; textPost?: undefined; })[]"
],
"source": {
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
"lineNumber": 393
},
"deprecated": false,
"children": [
{
"parentPluginId": "apmOss",
"id": "def-server.createJsAgentInstructions.$1",
"type": "string",
"tags": [],
"label": "apmServerUrl",
"description": [],
"signature": [
"string"
],
"source": {
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
"lineNumber": 393
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "apmOss",
"id": "def-server.createNodeAgentInstructions",
"type": "Function",
"tags": [],
"label": "createNodeAgentInstructions",
"description": [],
"signature": [
"(apmServerUrl?: string, secretToken?: string) => ({ title: string; textPre: string; commands: string[]; textPost?: undefined; } | { title: string; textPre: string; commands: string[]; textPost: string; })[]"
],
"source": {
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
"lineNumber": 11
},
"deprecated": false,
"children": [
{
"parentPluginId": "apmOss",
"id": "def-server.createNodeAgentInstructions.$1",
"type": "string",
"tags": [],
"label": "apmServerUrl",
"description": [],
"signature": [
"string"
],
"source": {
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
"lineNumber": 11
},
"deprecated": false,
"isRequired": true
},
{
"parentPluginId": "apmOss",
"id": "def-server.createNodeAgentInstructions.$2",
"type": "string",
"tags": [],
"label": "secretToken",
"description": [],
"signature": [
"string"
],
"source": {
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
"lineNumber": 11
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "apmOss",
"id": "def-server.createPhpAgentInstructions",
"type": "Function",
"tags": [],
"label": "createPhpAgentInstructions",
"description": [],
"signature": [
"(apmServerUrl?: string, secretToken?: string) => ({ title: string; textPre: string; commands?: undefined; textPost?: undefined; } | { title: string; textPre: string; commands: string[]; textPost: string; })[]"
],
"source": {
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
"lineNumber": 705
},
"deprecated": false,
"children": [
{
"parentPluginId": "apmOss",
"id": "def-server.createPhpAgentInstructions.$1",
"type": "string",
"tags": [],
"label": "apmServerUrl",
"description": [],
"signature": [
"string"
],
"source": {
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
"lineNumber": 705
},
"deprecated": false,
"isRequired": true
},
{
"parentPluginId": "apmOss",
"id": "def-server.createPhpAgentInstructions.$2",
"type": "string",
"tags": [],
"label": "secretToken",
"description": [],
"signature": [
"string"
],
"source": {
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
"lineNumber": 705
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "apmOss",
"id": "def-server.createRackAgentInstructions",
"type": "Function",
"tags": [],
"label": "createRackAgentInstructions",
"description": [],
"signature": [
"(apmServerUrl?: string, secretToken?: string) => ({ title: string; textPre: string; commands: string[]; textPost?: undefined; } | { title: string; textPre: string; commands: string[]; textPost: string; })[]"
],
"source": {
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
"lineNumber": 298
},
"deprecated": false,
"children": [
{
"parentPluginId": "apmOss",
"id": "def-server.createRackAgentInstructions.$1",
"type": "string",
"tags": [],
"label": "apmServerUrl",
"description": [],
"signature": [
"string"
],
"source": {
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
"lineNumber": 298
},
"deprecated": false,
"isRequired": true
},
{
"parentPluginId": "apmOss",
"id": "def-server.createRackAgentInstructions.$2",
"type": "string",
"tags": [],
"label": "secretToken",
"description": [],
"signature": [
"string"
],
"source": {
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
"lineNumber": 298
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "apmOss",
"id": "def-server.createRailsAgentInstructions",
"type": "Function",
"tags": [],
"label": "createRailsAgentInstructions",
"description": [],
"signature": [
"(apmServerUrl?: string, secretToken?: string) => ({ title: string; textPre: string; commands: string[]; textPost?: undefined; } | { title: string; textPre: string; commands: string[]; textPost: string; })[]"
],
"source": {
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
"lineNumber": 255
},
"deprecated": false,
"children": [
{
"parentPluginId": "apmOss",
"id": "def-server.createRailsAgentInstructions.$1",
"type": "string",
"tags": [],
"label": "apmServerUrl",
"description": [],
"signature": [
"string"
],
"source": {
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
"lineNumber": 255
},
"deprecated": false,
"isRequired": true
},
{
"parentPluginId": "apmOss",
"id": "def-server.createRailsAgentInstructions.$2",
"type": "string",
"tags": [],
"label": "secretToken",
"description": [],
"signature": [
"string"
],
"source": {
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
"lineNumber": 255
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
}
],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [
{
"parentPluginId": "apmOss",
"id": "def-server.APM_STATIC_INDEX_PATTERN_ID",
"type": "string",
"tags": [],
"label": "APM_STATIC_INDEX_PATTERN_ID",
"description": [],
"signature": [
"\"apm_static_index_pattern_id\""
],
"source": {
"path": "src/plugins/apm_oss/common/index_pattern_constants.ts",
"lineNumber": 9
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "apmOss",
"id": "def-server.APMOSSConfig",
@ -617,7 +26,7 @@
],
"source": {
"path": "src/plugins/apm_oss/server/index.ts",
"lineNumber": 32
"lineNumber": 31
},
"deprecated": false,
"initialIsOpen": false
@ -633,7 +42,7 @@
"description": [],
"source": {
"path": "src/plugins/apm_oss/server/plugin.ts",
"lineNumber": 47
"lineNumber": 27
},
"deprecated": false,
"children": [
@ -645,11 +54,11 @@
"label": "config",
"description": [],
"signature": [
"{ readonly enabled: boolean; readonly transactionIndices: string; readonly spanIndices: string; readonly errorIndices: string; readonly metricsIndices: string; readonly sourcemapIndices: string; readonly onboardingIndices: string; readonly indexPattern: string; readonly fleetMode: boolean; }"
"Readonly<{} & { enabled: boolean; transactionIndices: string; spanIndices: string; errorIndices: string; metricsIndices: string; sourcemapIndices: string; onboardingIndices: string; indexPattern: string; fleetMode: boolean; }>"
],
"source": {
"path": "src/plugins/apm_oss/server/plugin.ts",
"lineNumber": 48
"lineNumber": 28
},
"deprecated": false
},
@ -666,34 +75,9 @@
],
"source": {
"path": "src/plugins/apm_oss/server/plugin.ts",
"lineNumber": 49
"lineNumber": 29
},
"deprecated": false
},
{
"parentPluginId": "apmOss",
"id": "def-server.APMOSSPluginSetup.getRegisteredTutorialProvider",
"type": "Function",
"tags": [],
"label": "getRegisteredTutorialProvider",
"description": [],
"signature": [
"() => ",
{
"pluginId": "home",
"scope": "server",
"docId": "kibHomePluginApi",
"section": "def-server.TutorialProvider",
"text": "TutorialProvider"
}
],
"source": {
"path": "src/plugins/apm_oss/server/plugin.ts",
"lineNumber": 50
},
"deprecated": false,
"children": [],
"returnComment": []
}
],
"lifecycle": "setup",

View file

@ -11,25 +11,11 @@ warning: This document is auto-generated and is meant to be viewed inside our ex
import apmOssObj from './apm_oss.json';
## Client
### Setup
<DocDefinitionList data={[apmOssObj.client.setup]}/>
### Start
<DocDefinitionList data={[apmOssObj.client.start]}/>
### Consts, variables and types
<DocDefinitionList data={apmOssObj.client.misc}/>
## Server
### Setup
<DocDefinitionList data={[apmOssObj.server.setup]}/>
### Functions
<DocDefinitionList data={apmOssObj.server.functions}/>
### Consts, variables and types
<DocDefinitionList data={apmOssObj.server.misc}/>

View file

@ -41,7 +41,13 @@
"label": "placement",
"description": [],
"signature": [
"\"top\" | \"disabled\""
{
"pluginId": "banners",
"scope": "common",
"docId": "kibBannersPluginApi",
"section": "def-common.BannerPlacement",
"text": "BannerPlacement"
}
],
"source": {
"path": "x-pack/plugins/banners/common/types.ts",

View file

@ -58,7 +58,7 @@
"label": "BatchedFunc",
"description": [],
"signature": [
"(payload: Payload, signal?: AbortSignal | undefined) => Promise<Result>"
"(payload: Payload, signal: AbortSignal | undefined) => Promise<Result>"
],
"source": {
"path": "src/plugins/bfetch/public/batching/types.ts",
@ -78,7 +78,7 @@
"description": [],
"source": {
"path": "src/plugins/bfetch/public/plugin.ts",
"lineNumber": 24
"lineNumber": 23
},
"deprecated": false,
"children": [
@ -94,32 +94,13 @@
"FetchStreamingParams",
") => { xhr: XMLHttpRequest; stream: ",
"Observable",
"<string>; }"
"<any>; }"
],
"source": {
"path": "src/plugins/bfetch/public/plugin.ts",
"lineNumber": 25
"lineNumber": 24
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "bfetch",
"id": "def-public.params",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"FetchStreamingParams"
],
"source": {
"path": "src/plugins/bfetch/public/plugin.ts",
"lineNumber": 25
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "bfetch",
@ -143,29 +124,9 @@
],
"source": {
"path": "src/plugins/bfetch/public/plugin.ts",
"lineNumber": 26
"lineNumber": 25
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "bfetch",
"id": "def-public.params",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"StreamingBatchedFunctionParams",
"<Payload, Result>"
],
"source": {
"path": "src/plugins/bfetch/public/plugin.ts",
"lineNumber": 27
},
"deprecated": false
}
]
"deprecated": false
}
],
"lifecycle": "start",
@ -195,7 +156,7 @@
],
"source": {
"path": "src/plugins/bfetch/server/plugin.ts",
"lineNumber": 39
"lineNumber": 41
},
"deprecated": false,
"children": [
@ -211,28 +172,9 @@
],
"source": {
"path": "src/plugins/bfetch/server/plugin.ts",
"lineNumber": 40
"lineNumber": 42
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "bfetch",
"id": "def-server.data",
"type": "Uncategorized",
"tags": [],
"label": "data",
"description": [],
"signature": [
"BatchItemData"
],
"source": {
"path": "src/plugins/bfetch/server/plugin.ts",
"lineNumber": 40
},
"deprecated": false
}
]
"deprecated": false
}
],
"initialIsOpen": false
@ -290,7 +232,7 @@
"description": [],
"source": {
"path": "src/plugins/bfetch/server/plugin.ts",
"lineNumber": 44
"lineNumber": 46
},
"deprecated": false,
"children": [
@ -322,57 +264,9 @@
],
"source": {
"path": "src/plugins/bfetch/server/plugin.ts",
"lineNumber": 45
"lineNumber": 47
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "bfetch",
"id": "def-server.path",
"type": "string",
"tags": [],
"label": "path",
"description": [],
"source": {
"path": "src/plugins/bfetch/server/plugin.ts",
"lineNumber": 46
},
"deprecated": false
},
{
"parentPluginId": "bfetch",
"id": "def-server.handler",
"type": "Function",
"tags": [],
"label": "handler",
"description": [],
"signature": [
"(request: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any>) => ",
{
"pluginId": "bfetch",
"scope": "server",
"docId": "kibBfetchPluginApi",
"section": "def-server.BatchProcessingRouteParams",
"text": "BatchProcessingRouteParams"
},
"<BatchItemData, BatchItemResult>"
],
"source": {
"path": "src/plugins/bfetch/server/plugin.ts",
"lineNumber": 47
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "bfetch",
@ -402,57 +296,9 @@
],
"source": {
"path": "src/plugins/bfetch/server/plugin.ts",
"lineNumber": 49
"lineNumber": 51
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "bfetch",
"id": "def-server.path",
"type": "string",
"tags": [],
"label": "path",
"description": [],
"source": {
"path": "src/plugins/bfetch/server/plugin.ts",
"lineNumber": 50
},
"deprecated": false
},
{
"parentPluginId": "bfetch",
"id": "def-server.params",
"type": "Function",
"tags": [],
"label": "params",
"description": [],
"signature": [
"(request: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any>) => ",
{
"pluginId": "bfetch",
"scope": "common",
"docId": "kibBfetchPluginApi",
"section": "def-common.StreamingResponseHandler",
"text": "StreamingResponseHandler"
},
"<Payload, Response>"
],
"source": {
"path": "src/plugins/bfetch/server/plugin.ts",
"lineNumber": 51
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "bfetch",
@ -503,227 +349,13 @@
"docId": "kibCoreHttpPluginApi",
"section": "def-server.RequestHandler",
"text": "RequestHandler"
},
"<P, Q, B, Context, Method, { custom: <T extends string | Record<string, any> | Error | { message: string | Error; attributes?: Record<string, any> | undefined; } | Buffer | ",
"Stream",
" | undefined>(options: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.CustomHttpResponseOptions",
"text": "CustomHttpResponseOptions"
},
"<T>) => ",
"KibanaResponse",
"<T>; badRequest: (options?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ErrorHttpResponseOptions",
"text": "ErrorHttpResponseOptions"
},
") => ",
"KibanaResponse",
"<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ResponseError",
"text": "ResponseError"
},
">; unauthorized: (options?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ErrorHttpResponseOptions",
"text": "ErrorHttpResponseOptions"
},
") => ",
"KibanaResponse",
"<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ResponseError",
"text": "ResponseError"
},
">; forbidden: (options?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ErrorHttpResponseOptions",
"text": "ErrorHttpResponseOptions"
},
") => ",
"KibanaResponse",
"<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ResponseError",
"text": "ResponseError"
},
">; notFound: (options?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ErrorHttpResponseOptions",
"text": "ErrorHttpResponseOptions"
},
") => ",
"KibanaResponse",
"<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ResponseError",
"text": "ResponseError"
},
">; conflict: (options?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ErrorHttpResponseOptions",
"text": "ErrorHttpResponseOptions"
},
") => ",
"KibanaResponse",
"<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ResponseError",
"text": "ResponseError"
},
">; customError: (options: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.CustomHttpResponseOptions",
"text": "CustomHttpResponseOptions"
},
"<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ResponseError",
"text": "ResponseError"
},
">) => ",
"KibanaResponse",
"<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ResponseError",
"text": "ResponseError"
},
">; redirected: (options: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.RedirectResponseOptions",
"text": "RedirectResponseOptions"
},
") => ",
"KibanaResponse",
"<string | Record<string, any> | Buffer | ",
"Stream",
">; ok: (options?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.HttpResponseOptions",
"text": "HttpResponseOptions"
},
") => ",
"KibanaResponse",
"<string | Record<string, any> | Buffer | ",
"Stream",
">; accepted: (options?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.HttpResponseOptions",
"text": "HttpResponseOptions"
},
") => ",
"KibanaResponse",
"<string | Record<string, any> | Buffer | ",
"Stream",
">; noContent: (options?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.HttpResponseOptions",
"text": "HttpResponseOptions"
},
") => ",
"KibanaResponse",
"<undefined>; }>"
}
],
"source": {
"path": "src/plugins/bfetch/server/plugin.ts",
"lineNumber": 81
"lineNumber": 83
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "bfetch",
"id": "def-server.streamHandler",
"type": "Function",
"tags": [],
"label": "streamHandler",
"description": [],
"signature": [
"(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"
},
"<P, Q, B, Method>) => ",
"Observable",
"<Response> | Promise<",
"Observable",
"<Response>>"
],
"source": {
"path": "src/plugins/bfetch/server/plugin.ts",
"lineNumber": 89
},
"deprecated": false
}
]
"deprecated": false
}
],
"lifecycle": "setup",
@ -738,7 +370,7 @@
"description": [],
"source": {
"path": "src/plugins/bfetch/server/plugin.ts",
"lineNumber": 94
"lineNumber": 96
},
"deprecated": false,
"children": [],
@ -1252,26 +884,7 @@
"path": "src/plugins/bfetch/common/buffer/create_batched_function.ts",
"lineNumber": 15
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "bfetch",
"id": "def-common.args",
"type": "Uncategorized",
"tags": [],
"label": "args",
"description": [],
"signature": [
"Func extends (...args: infer P) => any ? P : never"
],
"source": {
"path": "src/plugins/bfetch/common/buffer/create_batched_function.ts",
"lineNumber": 15
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "bfetch",
@ -1287,26 +900,7 @@
"path": "src/plugins/bfetch/common/buffer/create_batched_function.ts",
"lineNumber": 16
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "bfetch",
"id": "def-common.items",
"type": "Array",
"tags": [],
"label": "items",
"description": [],
"signature": [
"BatchEntry[]"
],
"source": {
"path": "src/plugins/bfetch/common/buffer/create_batched_function.ts",
"lineNumber": 16
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "bfetch",
@ -1343,6 +937,48 @@
],
"initialIsOpen": false
},
{
"parentPluginId": "bfetch",
"id": "def-common.BatchItemWrapper",
"type": "Interface",
"tags": [],
"label": "BatchItemWrapper",
"description": [],
"source": {
"path": "src/plugins/bfetch/common/batch.ts",
"lineNumber": 23
},
"deprecated": false,
"children": [
{
"parentPluginId": "bfetch",
"id": "def-common.BatchItemWrapper.compressed",
"type": "boolean",
"tags": [],
"label": "compressed",
"description": [],
"source": {
"path": "src/plugins/bfetch/common/batch.ts",
"lineNumber": 24
},
"deprecated": false
},
{
"parentPluginId": "bfetch",
"id": "def-common.BatchItemWrapper.payload",
"type": "string",
"tags": [],
"label": "payload",
"description": [],
"source": {
"path": "src/plugins/bfetch/common/batch.ts",
"lineNumber": 25
},
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "bfetch",
"id": "def-common.BatchRequestData",
@ -1542,26 +1178,7 @@
"path": "src/plugins/bfetch/common/buffer/item_buffer.ts",
"lineNumber": 22
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "bfetch",
"id": "def-common.items",
"type": "Array",
"tags": [],
"label": "items",
"description": [],
"signature": [
"Item[]"
],
"source": {
"path": "src/plugins/bfetch/common/buffer/item_buffer.ts",
"lineNumber": 22
},
"deprecated": false
}
]
"deprecated": false
}
],
"initialIsOpen": false
@ -1684,7 +1301,25 @@
}
],
"enums": [],
"misc": [],
"misc": [
{
"parentPluginId": "bfetch",
"id": "def-common.DISABLE_BFETCH_COMPRESSION",
"type": "string",
"tags": [],
"label": "DISABLE_BFETCH_COMPRESSION",
"description": [],
"signature": [
"\"bfetch:disableCompression\""
],
"source": {
"path": "src/plugins/bfetch/common/constants.ts",
"lineNumber": 9
},
"deprecated": false,
"initialIsOpen": false
}
],
"objects": []
}
}

View file

@ -47,3 +47,6 @@ import bfetchObj from './bfetch.json';
### Interfaces
<DocDefinitionList data={bfetchObj.common.interfaces}/>
### Consts, variables and types
<DocDefinitionList data={bfetchObj.common.misc}/>

File diff suppressed because it is too large Load diff

View file

@ -27,6 +27,9 @@ import casesObj from './cases.json';
## Server
### Classes
<DocDefinitionList data={casesObj.server.classes}/>
### Interfaces
<DocDefinitionList data={casesObj.server.interfaces}/>

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

View file

@ -115,9 +115,7 @@
"type": "string",
"tags": [],
"label": "basePath",
"description": [
"the URL path scope for the sub history"
],
"description": [],
"signature": [
"string"
],
@ -175,7 +173,7 @@
"\nThe last action dispatched on the history stack."
],
"signature": [
"\"PUSH\" | \"POP\" | \"REPLACE\""
"Action"
],
"source": {
"path": "src/core/public/application/scoped_history.ts",
@ -209,9 +207,7 @@
"type": "CompoundType",
"tags": [],
"label": "pathOrLocation",
"description": [
"a string or location descriptor"
],
"description": [],
"signature": [
"string | ",
"LocationDescriptorObject",
@ -270,9 +266,7 @@
"type": "CompoundType",
"tags": [],
"label": "pathOrLocation",
"description": [
"a string or location descriptor"
],
"description": [],
"signature": [
"string | ",
"LocationDescriptorObject",
@ -329,9 +323,7 @@
"type": "number",
"tags": [],
"label": "n",
"description": [
"number of positions in the stack to go. Negative numbers indicate number of entries backward, positive\nnumbers for forwards. If passed 0, the current location will be reloaded. If `n` exceeds the number of\nentries available, this is a no-op."
],
"description": [],
"signature": [
"number"
],
@ -457,9 +449,7 @@
"type": "Function",
"tags": [],
"label": "listener",
"description": [
"a function that receives location updates."
],
"description": [],
"signature": [
"(location: ",
"Location",
@ -844,63 +834,20 @@
"\nA mount function called when the user navigates to this app's route."
],
"signature": [
"(params: ",
{
"pluginId": "core",
"scope": "public",
"docId": "kibCoreApplicationPluginApi",
"section": "def-public.AppMountParameters",
"text": "AppMountParameters"
"section": "def-public.AppMount",
"text": "AppMount"
},
"<HistoryLocationState>) => ",
{
"pluginId": "core",
"scope": "public",
"docId": "kibCoreApplicationPluginApi",
"section": "def-public.AppUnmount",
"text": "AppUnmount"
},
" | Promise<",
{
"pluginId": "core",
"scope": "public",
"docId": "kibCoreApplicationPluginApi",
"section": "def-public.AppUnmount",
"text": "AppUnmount"
},
">"
"<HistoryLocationState>"
],
"source": {
"path": "src/core/public/application/types.ts",
"lineNumber": 187
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "core",
"id": "def-public.params",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
{
"pluginId": "core",
"scope": "public",
"docId": "kibCoreApplicationPluginApi",
"section": "def-public.AppMountParameters",
"text": "AppMountParameters"
},
"<HistoryLocationState>"
],
"source": {
"path": "src/core/public/application/types.ts",
"lineNumber": 326
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "core",
@ -1262,7 +1209,7 @@
"\nGets the read-only capabilities."
],
"signature": [
"{ readonly [x: string]: Readonly<{ [x: string]: boolean | Readonly<{ [x: string]: boolean; }>; }>; readonly navLinks: Readonly<{ [x: string]: boolean; }>; readonly management: Readonly<{ [x: string]: Readonly<{ [x: string]: boolean; }>; }>; readonly catalogue: Readonly<{ [x: string]: boolean; }>; }"
"Readonly<{ [x: string]: Readonly<{ [x: string]: boolean | Readonly<{ [x: string]: boolean; }>; }>; navLinks: Readonly<{ [x: string]: boolean; }>; management: Readonly<{ [x: string]: Readonly<{ [x: string]: boolean; }>; }>; catalogue: Readonly<{ [x: string]: boolean; }>; }>"
],
"source": {
"path": "src/core/public/application/types.ts",
@ -1606,6 +1553,13 @@
"lineNumber": 16
}
},
{
"plugin": "fleet",
"link": {
"path": "x-pack/plugins/fleet/public/applications/integrations/index.tsx",
"lineNumber": 67
}
},
{
"plugin": "fleet",
"link": {
@ -1710,7 +1664,7 @@
"plugin": "dashboard",
"link": {
"path": "src/plugins/dashboard/public/plugin.tsx",
"lineNumber": 298
"lineNumber": 299
}
},
{
@ -1738,14 +1692,21 @@
"plugin": "lens",
"link": {
"path": "x-pack/plugins/lens/public/app_plugin/types.ts",
"lineNumber": 71
"lineNumber": 44
}
},
{
"plugin": "lens",
"link": {
"path": "x-pack/plugins/lens/public/app_plugin/types.ts",
"lineNumber": 72
}
},
{
"plugin": "lens",
"link": {
"path": "x-pack/plugins/lens/public/app_plugin/mounter.tsx",
"lineNumber": 171
"lineNumber": 219
}
},
{
@ -1825,34 +1786,6 @@
"lineNumber": 13
}
}
],
"returnComment": [],
"children": [
{
"parentPluginId": "core",
"id": "def-public.handler",
"type": "Function",
"tags": [],
"label": "handler",
"description": [],
"signature": [
"(factory: ",
"AppLeaveActionFactory",
", nextAppId?: string | undefined) => ",
{
"pluginId": "core",
"scope": "public",
"docId": "kibCoreApplicationPluginApi",
"section": "def-public.AppLeaveAction",
"text": "AppLeaveAction"
}
],
"source": {
"path": "src/core/public/application/types.ts",
"lineNumber": 471
},
"deprecated": false
}
]
},
{
@ -1879,33 +1812,7 @@
"path": "src/core/public/application/types.ts",
"lineNumber": 502
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "core",
"id": "def-public.menuMount",
"type": "Function",
"tags": [],
"label": "menuMount",
"description": [],
"signature": [
{
"pluginId": "core",
"scope": "public",
"docId": "kibCorePluginApi",
"section": "def-public.MountPoint",
"text": "MountPoint"
},
"<HTMLElement> | undefined"
],
"source": {
"path": "src/core/public/application/types.ts",
"lineNumber": 502
},
"deprecated": false
}
]
"deprecated": false
}
],
"initialIsOpen": false
@ -2062,7 +1969,7 @@
"\nInput type for registering secondary in-app locations for an application.\n\nDeep links must include at least one of `path` or `deepLinks`. A deep link that does not have a `path`\nrepresents a topological level in the application's hierarchy, but does not have a destination URL that is\nuser-accessible."
],
"signature": [
"({ id: string; title: string; keywords?: string[] | undefined; navLinkStatus?: ",
"{ id: string; title: string; keywords?: string[] | undefined; navLinkStatus?: ",
{
"pluginId": "core",
"scope": "public",
@ -2078,7 +1985,7 @@
"section": "def-public.AppDeepLink",
"text": "AppDeepLink"
},
"[] | undefined; }) | ({ id: string; title: string; keywords?: string[] | undefined; navLinkStatus?: ",
"[] | undefined; } | { id: string; title: string; keywords?: string[] | undefined; navLinkStatus?: ",
{
"pluginId": "core",
"scope": "public",
@ -2094,7 +2001,7 @@
"section": "def-public.AppDeepLink",
"text": "AppDeepLink"
},
"[]; })"
"[]; }"
],
"source": {
"path": "src/core/public/application/types.ts",
@ -2150,7 +2057,7 @@
"signature": [
"(factory: ",
"AppLeaveActionFactory",
", nextAppId?: string | undefined) => ",
", nextAppId: string | undefined) => ",
{
"pluginId": "core",
"scope": "public",
@ -2303,31 +2210,7 @@
"\nDefines the list of fields that can be updated via an {@link AppUpdater}."
],
"signature": [
"{ status?: ",
{
"pluginId": "core",
"scope": "public",
"docId": "kibCoreApplicationPluginApi",
"section": "def-public.AppStatus",
"text": "AppStatus"
},
" | undefined; deepLinks?: ",
{
"pluginId": "core",
"scope": "public",
"docId": "kibCoreApplicationPluginApi",
"section": "def-public.AppDeepLink",
"text": "AppDeepLink"
},
"[] | undefined; navLinkStatus?: ",
{
"pluginId": "core",
"scope": "public",
"docId": "kibCoreApplicationPluginApi",
"section": "def-public.AppNavLinkStatus",
"text": "AppNavLinkStatus"
},
" | undefined; defaultPath?: string | undefined; tooltip?: string | undefined; }"
"{ status?: AppStatus | undefined; deepLinks?: AppDeepLink[] | undefined; navLinkStatus?: AppNavLinkStatus | undefined; defaultPath?: string | undefined; tooltip?: string | undefined; }"
],
"source": {
"path": "src/core/public/application/types.ts",
@ -2381,31 +2264,7 @@
"\nPublic information about a registered app's {@link AppDeepLink | deepLinks}\n"
],
"signature": [
"Pick<",
{
"pluginId": "core",
"scope": "public",
"docId": "kibCoreApplicationPluginApi",
"section": "def-public.AppDeepLink",
"text": "AppDeepLink"
},
", \"title\" | \"id\" | \"path\"> & { deepLinks: ",
{
"pluginId": "core",
"scope": "public",
"docId": "kibCoreApplicationPluginApi",
"section": "def-public.PublicAppDeepLinkInfo",
"text": "PublicAppDeepLinkInfo"
},
"[]; keywords: string[]; navLinkStatus: ",
{
"pluginId": "core",
"scope": "public",
"docId": "kibCoreApplicationPluginApi",
"section": "def-public.AppNavLinkStatus",
"text": "AppNavLinkStatus"
},
"; }"
"Pick<AppDeepLink, \"title\" | \"id\" | \"path\"> & { deepLinks: PublicAppDeepLinkInfo[]; keywords: string[]; navLinkStatus: AppNavLinkStatus; }"
],
"source": {
"path": "src/core/public/application/types.ts",
@ -2424,39 +2283,7 @@
"\nPublic information about a registered {@link App | application}\n"
],
"signature": [
"Pick<",
{
"pluginId": "core",
"scope": "public",
"docId": "kibCoreApplicationPluginApi",
"section": "def-public.App",
"text": "App"
},
"<unknown>, \"status\" | \"title\" | \"id\" | \"order\" | \"category\" | \"navLinkStatus\" | \"defaultPath\" | \"tooltip\" | \"euiIconType\" | \"icon\" | \"capabilities\" | \"chromeless\" | \"appRoute\" | \"exactRoute\"> & { status: ",
{
"pluginId": "core",
"scope": "public",
"docId": "kibCoreApplicationPluginApi",
"section": "def-public.AppStatus",
"text": "AppStatus"
},
"; navLinkStatus: ",
{
"pluginId": "core",
"scope": "public",
"docId": "kibCoreApplicationPluginApi",
"section": "def-public.AppNavLinkStatus",
"text": "AppNavLinkStatus"
},
"; appRoute: string; keywords: string[]; deepLinks: ",
{
"pluginId": "core",
"scope": "public",
"docId": "kibCoreApplicationPluginApi",
"section": "def-public.PublicAppDeepLinkInfo",
"text": "PublicAppDeepLinkInfo"
},
"[]; }"
"Pick<App<unknown>, \"status\" | \"title\" | \"id\" | \"order\" | \"category\" | \"navLinkStatus\" | \"defaultPath\" | \"tooltip\" | \"euiIconType\" | \"icon\" | \"capabilities\" | \"chromeless\" | \"appRoute\" | \"exactRoute\"> & { status: AppStatus; navLinkStatus: AppNavLinkStatus; appRoute: string; keywords: string[]; deepLinks: PublicAppDeepLinkInfo[]; }"
],
"source": {
"path": "src/core/public/application/types.ts",

View file

@ -284,24 +284,7 @@
"<",
"CommonEuiButtonEmptyProps",
", {}>, ",
"PropsForButton",
"<",
"CommonEuiButtonEmptyProps",
", {}>> & ",
"CommonEuiButtonEmptyProps",
" & { onClick?: ((event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void) | undefined; } & React.ButtonHTMLAttributes<HTMLButtonElement>) | (",
"DisambiguateSet",
"<",
"PropsForButton",
"<",
"CommonEuiButtonEmptyProps",
", {}>, ",
"PropsForAnchor",
"<",
"CommonEuiButtonEmptyProps",
", {}>> & ",
"CommonEuiButtonEmptyProps",
" & { href?: string | undefined; onClick?: ((event: React.MouseEvent<HTMLAnchorElement, MouseEvent>) => void) | undefined; } & React.AnchorHTMLAttributes<HTMLAnchorElement>), \"iconType\" | \"data-test-subj\" | \"target\" | \"rel\">"
"PropsForButton"
],
"source": {
"path": "src/core/public/chrome/ui/header/header_help_menu.tsx",
@ -352,7 +335,7 @@
"\nContent of the button (in lieu of `children`)"
],
"signature": [
"string | number | boolean | {} | React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)> | React.ReactNodeArray | React.ReactPortal | null | undefined"
"React.ReactNode"
],
"source": {
"path": "src/core/public/chrome/ui/header/header_help_menu.tsx",
@ -385,24 +368,7 @@
"<",
"CommonEuiButtonEmptyProps",
", {}>, ",
"PropsForButton",
"<",
"CommonEuiButtonEmptyProps",
", {}>> & ",
"CommonEuiButtonEmptyProps",
" & { onClick?: ((event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void) | undefined; } & React.ButtonHTMLAttributes<HTMLButtonElement>) | (",
"DisambiguateSet",
"<",
"PropsForButton",
"<",
"CommonEuiButtonEmptyProps",
", {}>, ",
"PropsForAnchor",
"<",
"CommonEuiButtonEmptyProps",
", {}>> & ",
"CommonEuiButtonEmptyProps",
" & { href?: string | undefined; onClick?: ((event: React.MouseEvent<HTMLAnchorElement, MouseEvent>) => void) | undefined; } & React.AnchorHTMLAttributes<HTMLAnchorElement>), \"iconType\" | \"data-test-subj\" | \"target\" | \"rel\">"
"PropsForButton"
],
"source": {
"path": "src/core/public/chrome/ui/header/header_help_menu.tsx",
@ -468,24 +434,7 @@
"<",
"CommonEuiButtonEmptyProps",
", {}>, ",
"PropsForButton",
"<",
"CommonEuiButtonEmptyProps",
", {}>> & ",
"CommonEuiButtonEmptyProps",
" & { onClick?: ((event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void) | undefined; } & React.ButtonHTMLAttributes<HTMLButtonElement>) | (",
"DisambiguateSet",
"<",
"PropsForButton",
"<",
"CommonEuiButtonEmptyProps",
", {}>, ",
"PropsForAnchor",
"<",
"CommonEuiButtonEmptyProps",
", {}>> & ",
"CommonEuiButtonEmptyProps",
" & { href?: string | undefined; onClick?: ((event: React.MouseEvent<HTMLAnchorElement, MouseEvent>) => void) | undefined; } & React.AnchorHTMLAttributes<HTMLAnchorElement>), \"iconType\" | \"data-test-subj\" | \"target\" | \"rel\">"
"PropsForButton"
],
"source": {
"path": "src/core/public/chrome/ui/header/header_help_menu.tsx",
@ -551,24 +500,7 @@
"<",
"CommonEuiButtonEmptyProps",
", {}>, ",
"PropsForButton",
"<",
"CommonEuiButtonEmptyProps",
", {}>> & ",
"CommonEuiButtonEmptyProps",
" & { onClick?: ((event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void) | undefined; } & React.ButtonHTMLAttributes<HTMLButtonElement>) | (",
"DisambiguateSet",
"<",
"PropsForButton",
"<",
"CommonEuiButtonEmptyProps",
", {}>, ",
"PropsForAnchor",
"<",
"CommonEuiButtonEmptyProps",
", {}>> & ",
"CommonEuiButtonEmptyProps",
" & { href?: string | undefined; onClick?: ((event: React.MouseEvent<HTMLAnchorElement, MouseEvent>) => void) | undefined; } & React.AnchorHTMLAttributes<HTMLAnchorElement>), \"iconType\" | \"data-test-subj\" | \"target\" | \"rel\">"
"PropsForButton"
],
"source": {
"path": "src/core/public/chrome/ui/header/header_help_menu.tsx",
@ -670,39 +602,20 @@
"label": "mount",
"description": [],
"signature": [
"(element: HTMLElement) => ",
{
"pluginId": "core",
"scope": "public",
"docId": "kibCorePluginApi",
"section": "def-public.UnmountCallback",
"text": "UnmountCallback"
}
"section": "def-public.MountPoint",
"text": "MountPoint"
},
"<HTMLElement>"
],
"source": {
"path": "src/core/public/chrome/nav_controls/nav_controls_service.ts",
"lineNumber": 17
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "core",
"id": "def-public.element",
"type": "Uncategorized",
"tags": [],
"label": "element",
"description": [],
"signature": [
"T"
],
"source": {
"path": "src/core/public/types.ts",
"lineNumber": 25
},
"deprecated": false
}
]
"deprecated": false
}
],
"initialIsOpen": false
@ -2459,39 +2372,20 @@
"label": "content",
"description": [],
"signature": [
"(element: HTMLDivElement) => ",
{
"pluginId": "core",
"scope": "public",
"docId": "kibCorePluginApi",
"section": "def-public.UnmountCallback",
"text": "UnmountCallback"
}
"section": "def-public.MountPoint",
"text": "MountPoint"
},
"<HTMLDivElement>"
],
"source": {
"path": "src/core/public/chrome/types.ts",
"lineNumber": 41
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "core",
"id": "def-public.element",
"type": "Uncategorized",
"tags": [],
"label": "element",
"description": [],
"signature": [
"T"
],
"source": {
"path": "src/core/public/types.ts",
"lineNumber": 25
},
"deprecated": false
}
]
"deprecated": false
}
],
"initialIsOpen": false
@ -2508,7 +2402,11 @@
"description": [],
"signature": [
"CommonProps",
" & { text: React.ReactNode; href?: string | undefined; onClick?: ((event: React.MouseEvent<HTMLAnchorElement, MouseEvent>) => void) | undefined; truncate?: boolean | undefined; }"
" & { text: ",
"ReactNode",
"; href?: string | undefined; onClick?: ((event: ",
"MouseEvent",
"<HTMLAnchorElement, MouseEvent>) => void) | undefined; truncate?: boolean | undefined; }"
],
"source": {
"path": "src/core/public/chrome/types.ts",

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -42,8 +42,7 @@
"docId": "kibEmbeddablePluginApi",
"section": "def-public.ContainerOutput",
"text": "ContainerOutput"
},
">"
}
],
"source": {
"path": "src/plugins/dashboard/public/application/embeddable/dashboard_container.tsx",
@ -243,8 +242,7 @@
"<TEmbeddableInput, any, TEmbeddable, ",
"SavedObjectAttributes",
">, partial?: Partial<TEmbeddableInput>) => ",
"DashboardPanelState",
"<TEmbeddableInput>"
"DashboardPanelState"
],
"source": {
"path": "src/plugins/dashboard/public/application/embeddable/dashboard_container.tsx",
@ -541,24 +539,7 @@
"docId": "kibEmbeddablePluginApi",
"section": "def-public.IEmbeddable",
"text": "IEmbeddable"
},
"<EEI, EEO> = ",
{
"pluginId": "embeddable",
"scope": "public",
"docId": "kibEmbeddablePluginApi",
"section": "def-public.IEmbeddable",
"text": "IEmbeddable"
},
"<EEI, EEO>>(type: string, explicitInput: Partial<EEI>, embeddableId?: string | undefined) => Promise<void | E | ",
{
"pluginId": "embeddable",
"scope": "public",
"docId": "kibEmbeddablePluginApi",
"section": "def-public.ErrorEmbeddable",
"text": "ErrorEmbeddable"
},
">"
}
],
"source": {
"path": "src/plugins/dashboard/public/application/embeddable/dashboard_container.tsx",
@ -742,10 +723,7 @@
"docId": "kibDashboardPluginApi",
"section": "def-public.DashboardContainer",
"text": "DashboardContainer"
},
", ",
"SavedObjectAttributes",
">"
}
],
"source": {
"path": "src/plugins/dashboard/public/application/embeddable/dashboard_container_factory.tsx",
@ -872,7 +850,7 @@
"label": "getDisplayName",
"description": [],
"signature": [
"() => string"
"() => any"
],
"source": {
"path": "src/plugins/dashboard/public/application/embeddable/dashboard_container_factory.tsx",
@ -955,16 +933,7 @@
"docId": "kibDashboardPluginApi",
"section": "def-public.DashboardContainer",
"text": "DashboardContainer"
},
" | ",
{
"pluginId": "embeddable",
"scope": "public",
"docId": "kibEmbeddablePluginApi",
"section": "def-public.ErrorEmbeddable",
"text": "ErrorEmbeddable"
},
">"
}
],
"source": {
"path": "src/plugins/dashboard/public/application/embeddable/dashboard_container_factory.tsx",
@ -1069,43 +1038,7 @@
"path": "src/plugins/dashboard/public/application/embeddable/dashboard_container_factory.tsx",
"lineNumber": 74
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "dashboard",
"id": "def-public.state",
"type": "Uncategorized",
"tags": [],
"label": "state",
"description": [],
"signature": [
"P"
],
"source": {
"path": "src/plugins/kibana_utils/common/persistable_state/index.ts",
"lineNumber": 40
},
"deprecated": false
},
{
"parentPluginId": "dashboard",
"id": "def-public.references",
"type": "Array",
"tags": [],
"label": "references",
"description": [],
"signature": [
"SavedObjectReference",
"[]"
],
"source": {
"path": "src/plugins/kibana_utils/common/persistable_state/index.ts",
"lineNumber": 40
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "dashboard",
@ -1139,26 +1072,7 @@
"path": "src/plugins/dashboard/public/application/embeddable/dashboard_container_factory.tsx",
"lineNumber": 76
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "dashboard",
"id": "def-public.state",
"type": "Uncategorized",
"tags": [],
"label": "state",
"description": [],
"signature": [
"P"
],
"source": {
"path": "src/plugins/kibana_utils/common/persistable_state/index.ts",
"lineNumber": 46
},
"deprecated": false
}
]
"deprecated": false
}
],
"initialIsOpen": false
@ -1321,7 +1235,7 @@
"label": "dashboardCapabilities",
"description": [],
"signature": [
"DashboardCapabilities",
"DashboardAppCapabilities",
" | undefined"
],
"source": {
@ -1406,7 +1320,13 @@
"label": "timeRange",
"description": [],
"signature": [
"{ from: string; to: string; mode?: \"absolute\" | \"relative\" | undefined; }"
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataQueryPluginApi",
"section": "def-common.TimeRange",
"text": "TimeRange"
}
],
"source": {
"path": "src/plugins/dashboard/public/application/embeddable/dashboard_container.tsx",
@ -1525,7 +1445,13 @@
"label": "query",
"description": [],
"signature": [
"{ query: string | { [key: string]: any; }; language: string; }"
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataQueryPluginApi",
"section": "def-common.Query",
"text": "Query"
}
],
"source": {
"path": "src/plugins/dashboard/public/application/embeddable/dashboard_container.tsx",
@ -1571,7 +1497,7 @@
"description": [],
"source": {
"path": "src/plugins/dashboard/public/plugin.tsx",
"lineNumber": 91
"lineNumber": 92
},
"deprecated": false,
"children": [
@ -1584,7 +1510,7 @@
"description": [],
"source": {
"path": "src/plugins/dashboard/public/plugin.tsx",
"lineNumber": 92
"lineNumber": 93
},
"deprecated": false
}
@ -1787,7 +1713,7 @@
"label": "searchSource",
"description": [],
"signature": [
"{ create: () => ",
"Pick<",
{
"pluginId": "data",
"scope": "common",
@ -1795,175 +1721,7 @@
"section": "def-common.SearchSource",
"text": "SearchSource"
},
"; history: Record<string, any>[]; setPreferredSearchStrategyId: (searchStrategyId: string) => void; setField: <K extends \"type\" | \"from\" | \"query\" | \"source\" | \"sort\" | \"version\" | \"filter\" | \"highlight\" | \"highlightAll\" | \"trackTotalHits\" | \"aggs\" | \"size\" | \"fields\" | \"fieldsFromSource\" | \"index\" | \"searchAfter\" | \"timeout\" | \"terminate_after\" | \"parent\">(field: K, value: ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataSearchPluginApi",
"section": "def-common.SearchSourceFields",
"text": "SearchSourceFields"
},
"[K]) => ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataSearchPluginApi",
"section": "def-common.SearchSource",
"text": "SearchSource"
},
"; removeField: <K extends \"type\" | \"from\" | \"query\" | \"source\" | \"sort\" | \"version\" | \"filter\" | \"highlight\" | \"highlightAll\" | \"trackTotalHits\" | \"aggs\" | \"size\" | \"fields\" | \"fieldsFromSource\" | \"index\" | \"searchAfter\" | \"timeout\" | \"terminate_after\" | \"parent\">(field: K) => ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataSearchPluginApi",
"section": "def-common.SearchSource",
"text": "SearchSource"
},
"; setFields: (newFields: ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataSearchPluginApi",
"section": "def-common.SearchSourceFields",
"text": "SearchSourceFields"
},
") => ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataSearchPluginApi",
"section": "def-common.SearchSource",
"text": "SearchSource"
},
"; getId: () => string; getFields: () => ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataSearchPluginApi",
"section": "def-common.SearchSourceFields",
"text": "SearchSourceFields"
},
"; getField: <K extends \"type\" | \"from\" | \"query\" | \"source\" | \"sort\" | \"version\" | \"filter\" | \"highlight\" | \"highlightAll\" | \"trackTotalHits\" | \"aggs\" | \"size\" | \"fields\" | \"fieldsFromSource\" | \"index\" | \"searchAfter\" | \"timeout\" | \"terminate_after\" | \"parent\">(field: K, recurse?: boolean) => ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataSearchPluginApi",
"section": "def-common.SearchSourceFields",
"text": "SearchSourceFields"
},
"[K]; getOwnField: <K extends \"type\" | \"from\" | \"query\" | \"source\" | \"sort\" | \"version\" | \"filter\" | \"highlight\" | \"highlightAll\" | \"trackTotalHits\" | \"aggs\" | \"size\" | \"fields\" | \"fieldsFromSource\" | \"index\" | \"searchAfter\" | \"timeout\" | \"terminate_after\" | \"parent\">(field: K) => ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataSearchPluginApi",
"section": "def-common.SearchSourceFields",
"text": "SearchSourceFields"
},
"[K]; createCopy: () => ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataSearchPluginApi",
"section": "def-common.SearchSource",
"text": "SearchSource"
},
"; createChild: (options?: {}) => ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataSearchPluginApi",
"section": "def-common.SearchSource",
"text": "SearchSource"
},
"; setParent: (parent?: Pick<",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataSearchPluginApi",
"section": "def-common.SearchSource",
"text": "SearchSource"
},
", \"create\" | \"history\" | \"setPreferredSearchStrategyId\" | \"setField\" | \"removeField\" | \"setFields\" | \"getId\" | \"getFields\" | \"getField\" | \"getOwnField\" | \"createCopy\" | \"createChild\" | \"setParent\" | \"getParent\" | \"fetch$\" | \"fetch\" | \"onRequestStart\" | \"getSearchRequestBody\" | \"destroy\" | \"getSerializedFields\" | \"serialize\"> | undefined, options?: ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataSearchPluginApi",
"section": "def-common.SearchSourceOptions",
"text": "SearchSourceOptions"
},
") => ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataSearchPluginApi",
"section": "def-common.SearchSource",
"text": "SearchSource"
},
"; getParent: () => ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataSearchPluginApi",
"section": "def-common.SearchSource",
"text": "SearchSource"
},
" | undefined; fetch$: (options?: ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataSearchPluginApi",
"section": "def-common.ISearchOptions",
"text": "ISearchOptions"
},
") => ",
"Observable",
"<",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataSearchPluginApi",
"section": "def-common.IKibanaSearchResponse",
"text": "IKibanaSearchResponse"
},
"<",
"SearchResponse",
"<any>>>; fetch: (options?: ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataSearchPluginApi",
"section": "def-common.ISearchOptions",
"text": "ISearchOptions"
},
") => Promise<",
"SearchResponse",
"<any>>; onRequestStart: (handler: (searchSource: ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataSearchPluginApi",
"section": "def-common.SearchSource",
"text": "SearchSource"
},
", options?: ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataSearchPluginApi",
"section": "def-common.ISearchOptions",
"text": "ISearchOptions"
},
" | undefined) => Promise<unknown>) => void; getSearchRequestBody: () => any; destroy: () => void; getSerializedFields: (recurse?: boolean) => ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataSearchPluginApi",
"section": "def-common.SearchSourceFields",
"text": "SearchSourceFields"
},
"; serialize: () => { searchSourceJSON: string; references: ",
"SavedObjectReference",
"[]; }; }"
", \"create\" | \"history\" | \"setPreferredSearchStrategyId\" | \"setField\" | \"removeField\" | \"setFields\" | \"getId\" | \"getFields\" | \"getField\" | \"getOwnField\" | \"createCopy\" | \"createChild\" | \"setParent\" | \"getParent\" | \"fetch$\" | \"fetch\" | \"onRequestStart\" | \"getSearchRequestBody\" | \"destroy\" | \"getSerializedFields\" | \"serialize\">"
],
"source": {
"path": "src/plugins/dashboard/public/saved_dashboards/saved_dashboard.ts",
@ -2036,26 +1794,7 @@
"path": "src/plugins/dashboard/public/saved_dashboards/saved_dashboard.ts",
"lineNumber": 33
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "dashboard",
"id": "def-public.editMode",
"type": "CompoundType",
"tags": [],
"label": "editMode",
"description": [],
"signature": [
"boolean | undefined"
],
"source": {
"path": "src/plugins/dashboard/public/saved_dashboards/saved_dashboard.ts",
"lineNumber": 33
},
"deprecated": false
}
]
"deprecated": false
}
],
"initialIsOpen": false
@ -2361,18 +2100,11 @@
"label": "DashboardUrlGenerator",
"description": [],
"signature": [
{
"pluginId": "share",
"scope": "public",
"docId": "kibSharePluginApi",
"section": "def-public.UrlGeneratorContract",
"text": "UrlGeneratorContract"
},
"<\"DASHBOARD_APP_URL_GENERATOR\">"
"UrlGeneratorContract<\"DASHBOARD_APP_URL_GENERATOR\">"
],
"source": {
"path": "src/plugins/dashboard/public/plugin.tsx",
"lineNumber": 89
"lineNumber": 90
},
"deprecated": false,
"initialIsOpen": false
@ -2387,19 +2119,11 @@
"\nThis should always represent the latest dashboard panel shape, after all possible migrations."
],
"signature": [
"Pick<",
{
"pluginId": "dashboard",
"scope": "common",
"docId": "kibDashboardPluginApi",
"section": "def-common.RawSavedDashboardPanel730ToLatest",
"text": "RawSavedDashboardPanel730ToLatest"
},
", \"type\" | \"title\" | \"panelIndex\" | \"gridData\" | \"version\" | \"embeddableConfig\" | \"panelRefName\"> & { readonly id?: string | undefined; readonly type: string; }"
"Pick<RawSavedDashboardPanel730ToLatest, \"type\" | \"title\" | \"panelIndex\" | \"gridData\" | \"version\" | \"embeddableConfig\" | \"panelRefName\"> & { readonly id?: string | undefined; readonly type: string; }"
],
"source": {
"path": "src/plugins/dashboard/common/types.ts",
"lineNumber": 38
"lineNumber": 46
},
"deprecated": false,
"initialIsOpen": false
@ -2539,7 +2263,7 @@
],
"source": {
"path": "src/plugins/dashboard/public/plugin.tsx",
"lineNumber": 123
"lineNumber": 124
},
"deprecated": false,
"lifecycle": "setup",
@ -2554,7 +2278,7 @@
"description": [],
"source": {
"path": "src/plugins/dashboard/public/plugin.tsx",
"lineNumber": 125
"lineNumber": 126
},
"deprecated": false,
"children": [
@ -2577,11 +2301,9 @@
],
"source": {
"path": "src/plugins/dashboard/public/plugin.tsx",
"lineNumber": 126
"lineNumber": 127
},
"deprecated": false,
"returnComment": [],
"children": []
"deprecated": false
},
{
"parentPluginId": "dashboard",
@ -2595,11 +2317,9 @@
],
"source": {
"path": "src/plugins/dashboard/public/plugin.tsx",
"lineNumber": 127
"lineNumber": 128
},
"deprecated": false,
"returnComment": [],
"children": []
"deprecated": false
},
{
"parentPluginId": "dashboard",
@ -2620,7 +2340,7 @@
],
"source": {
"path": "src/plugins/dashboard/public/plugin.tsx",
"lineNumber": 130
"lineNumber": 131
},
"deprecated": false
},
@ -2642,7 +2362,7 @@
],
"source": {
"path": "src/plugins/dashboard/public/plugin.tsx",
"lineNumber": 131
"lineNumber": 132
},
"deprecated": false
}
@ -2788,40 +2508,7 @@
"docId": "kibDashboardPluginApi",
"section": "def-common.SavedDashboardPanelTo60",
"text": "SavedDashboardPanelTo60"
},
" | ",
{
"pluginId": "dashboard",
"scope": "common",
"docId": "kibDashboardPluginApi",
"section": "def-common.SavedDashboardPanel610",
"text": "SavedDashboardPanel610"
},
" | ",
{
"pluginId": "dashboard",
"scope": "common",
"docId": "kibDashboardPluginApi",
"section": "def-common.SavedDashboardPanel620",
"text": "SavedDashboardPanel620"
},
" | ",
{
"pluginId": "dashboard",
"scope": "common",
"docId": "kibDashboardPluginApi",
"section": "def-common.SavedDashboardPanel630",
"text": "SavedDashboardPanel630"
},
")[], version: string, useMargins: boolean, uiState: { [key: string]: { [key: string]: unknown; }; } | undefined) => ",
{
"pluginId": "dashboard",
"scope": "common",
"docId": "kibDashboardPluginApi",
"section": "def-common.RawSavedDashboardPanel730ToLatest",
"text": "RawSavedDashboardPanel730ToLatest"
},
"[]"
}
],
"source": {
"path": "src/plugins/dashboard/common/migrate_to_730_panels.ts",
@ -2852,32 +2539,7 @@
"docId": "kibDashboardPluginApi",
"section": "def-common.SavedDashboardPanelTo60",
"text": "SavedDashboardPanelTo60"
},
" | ",
{
"pluginId": "dashboard",
"scope": "common",
"docId": "kibDashboardPluginApi",
"section": "def-common.SavedDashboardPanel610",
"text": "SavedDashboardPanel610"
},
" | ",
{
"pluginId": "dashboard",
"scope": "common",
"docId": "kibDashboardPluginApi",
"section": "def-common.SavedDashboardPanel620",
"text": "SavedDashboardPanel620"
},
" | ",
{
"pluginId": "dashboard",
"scope": "common",
"docId": "kibDashboardPluginApi",
"section": "def-common.SavedDashboardPanel630",
"text": "SavedDashboardPanel630"
},
")[]"
}
],
"source": {
"path": "src/plugins/dashboard/common/migrate_to_730_panels.ts",
@ -2983,7 +2645,7 @@
],
"source": {
"path": "src/plugins/dashboard/common/types.ts",
"lineNumber": 91
"lineNumber": 99
},
"deprecated": false,
"children": [
@ -3009,7 +2671,7 @@
],
"source": {
"path": "src/plugins/dashboard/common/types.ts",
"lineNumber": 92
"lineNumber": 100
},
"deprecated": false
}
@ -3159,9 +2821,7 @@
"label": "RawSavedDashboardPanel730ToLatest",
"description": [],
"signature": [
"Pick<Pick<",
"RawSavedDashboardPanel620",
", \"title\" | \"panelIndex\" | \"name\" | \"gridData\" | \"version\" | \"embeddableConfig\">, \"title\" | \"panelIndex\" | \"gridData\" | \"version\" | \"embeddableConfig\"> & { readonly type?: string | undefined; readonly name?: string | undefined; panelIndex: string; panelRefName?: string | undefined; }"
"Pick<Pick<RawSavedDashboardPanel620, \"title\" | \"panelIndex\" | \"name\" | \"gridData\" | \"version\" | \"embeddableConfig\">, \"title\" | \"panelIndex\" | \"gridData\" | \"version\" | \"embeddableConfig\"> & { readonly type?: string | undefined; readonly name?: string | undefined; panelIndex: string; panelRefName?: string | undefined; }"
],
"source": {
"path": "src/plugins/dashboard/common/bwc/types.ts",
@ -3178,13 +2838,11 @@
"label": "SavedDashboardPanel610",
"description": [],
"signature": [
"Pick<",
"RawSavedDashboardPanel610",
", \"columns\" | \"title\" | \"sort\" | \"panelIndex\" | \"gridData\" | \"version\"> & { readonly id: string; readonly type: string; }"
"Pick<RawSavedDashboardPanel610, \"columns\" | \"title\" | \"sort\" | \"panelIndex\" | \"gridData\" | \"version\"> & { readonly id: string; readonly type: string; }"
],
"source": {
"path": "src/plugins/dashboard/common/types.ts",
"lineNumber": 64
"lineNumber": 72
},
"deprecated": false,
"initialIsOpen": false
@ -3197,13 +2855,11 @@
"label": "SavedDashboardPanel620",
"description": [],
"signature": [
"Pick<",
"RawSavedDashboardPanel620",
", \"columns\" | \"title\" | \"sort\" | \"panelIndex\" | \"gridData\" | \"version\" | \"embeddableConfig\"> & { readonly id: string; readonly type: string; }"
"Pick<RawSavedDashboardPanel620, \"columns\" | \"title\" | \"sort\" | \"panelIndex\" | \"gridData\" | \"version\" | \"embeddableConfig\"> & { readonly id: string; readonly type: string; }"
],
"source": {
"path": "src/plugins/dashboard/common/types.ts",
"lineNumber": 56
"lineNumber": 64
},
"deprecated": false,
"initialIsOpen": false
@ -3216,13 +2872,11 @@
"label": "SavedDashboardPanel630",
"description": [],
"signature": [
"Pick<",
"RawSavedDashboardPanel620",
", \"columns\" | \"title\" | \"sort\" | \"panelIndex\" | \"gridData\" | \"version\" | \"embeddableConfig\"> & { readonly id: string; readonly type: string; }"
"Pick<RawSavedDashboardPanel620, \"columns\" | \"title\" | \"sort\" | \"panelIndex\" | \"gridData\" | \"version\" | \"embeddableConfig\"> & { readonly id: string; readonly type: string; }"
],
"source": {
"path": "src/plugins/dashboard/common/types.ts",
"lineNumber": 48
"lineNumber": 56
},
"deprecated": false,
"initialIsOpen": false
@ -3235,13 +2889,11 @@
"label": "SavedDashboardPanel640To720",
"description": [],
"signature": [
"Pick<Pick<",
"RawSavedDashboardPanel620",
", \"title\" | \"panelIndex\" | \"name\" | \"gridData\" | \"version\" | \"embeddableConfig\">, \"title\" | \"panelIndex\" | \"gridData\" | \"version\" | \"embeddableConfig\"> & { readonly id: string; readonly type: string; }"
"Pick<Pick<RawSavedDashboardPanel620, \"title\" | \"panelIndex\" | \"name\" | \"gridData\" | \"version\" | \"embeddableConfig\">, \"title\" | \"panelIndex\" | \"gridData\" | \"version\" | \"embeddableConfig\"> & { readonly id: string; readonly type: string; }"
],
"source": {
"path": "src/plugins/dashboard/common/types.ts",
"lineNumber": 40
"lineNumber": 48
},
"deprecated": false,
"initialIsOpen": false
@ -3254,19 +2906,11 @@
"label": "SavedDashboardPanel730ToLatest",
"description": [],
"signature": [
"Pick<",
{
"pluginId": "dashboard",
"scope": "common",
"docId": "kibDashboardPluginApi",
"section": "def-common.RawSavedDashboardPanel730ToLatest",
"text": "RawSavedDashboardPanel730ToLatest"
},
", \"type\" | \"title\" | \"panelIndex\" | \"gridData\" | \"version\" | \"embeddableConfig\" | \"panelRefName\"> & { readonly id?: string | undefined; readonly type: string; }"
"Pick<RawSavedDashboardPanel730ToLatest, \"type\" | \"title\" | \"panelIndex\" | \"gridData\" | \"version\" | \"embeddableConfig\" | \"panelRefName\"> & { readonly id?: string | undefined; readonly type: string; }"
],
"source": {
"path": "src/plugins/dashboard/common/types.ts",
"lineNumber": 81
"lineNumber": 89
},
"deprecated": false,
"initialIsOpen": false
@ -3279,13 +2923,11 @@
"label": "SavedDashboardPanelTo60",
"description": [],
"signature": [
"Pick<",
"RawSavedDashboardPanelTo60",
", \"columns\" | \"title\" | \"sort\" | \"size_x\" | \"size_y\" | \"row\" | \"col\" | \"panelIndex\"> & { readonly id: string; readonly type: string; }"
"Pick<RawSavedDashboardPanelTo60, \"columns\" | \"title\" | \"sort\" | \"size_x\" | \"size_y\" | \"row\" | \"col\" | \"panelIndex\"> & { readonly id: string; readonly type: string; }"
],
"source": {
"path": "src/plugins/dashboard/common/types.ts",
"lineNumber": 72
"lineNumber": 80
},
"deprecated": false,
"initialIsOpen": false

View file

@ -118,9 +118,7 @@
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
"lineNumber": 40
},
"deprecated": false,
"returnComment": [],
"children": []
"deprecated": false
},
{
"parentPluginId": "dashboardEnhanced",
@ -221,7 +219,7 @@
"label": "getDisplayName",
"description": [],
"signature": [
"() => string"
"() => any"
],
"source": {
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
@ -255,13 +253,12 @@
"label": "CollectConfig",
"description": [],
"signature": [
"() => ",
{
"pluginId": "kibanaUtils",
"scope": "common",
"docId": "kibKibanaUtilsPluginApi",
"section": "def-common.UiComponentInstance",
"text": "UiComponentInstance"
"section": "def-common.UiComponent",
"text": "UiComponent"
},
"<",
{
@ -293,9 +290,7 @@
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
"lineNumber": 54
},
"deprecated": false,
"returnComment": [],
"children": []
"deprecated": false
},
{
"parentPluginId": "dashboardEnhanced",
@ -515,13 +510,12 @@
"description": [],
"signature": [
{
"pluginId": "share",
"pluginId": "dashboard",
"scope": "public",
"docId": "kibSharePluginApi",
"section": "def-public.UrlGeneratorContract",
"text": "UrlGeneratorContract"
},
"<\"DASHBOARD_APP_URL_GENERATOR\">"
"docId": "kibDashboardPluginApi",
"section": "def-public.DashboardUrlGenerator",
"text": "DashboardUrlGenerator"
}
],
"source": {
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
@ -556,13 +550,12 @@
"label": "start",
"description": [],
"signature": [
"() => ",
{
"pluginId": "kibanaUtils",
"scope": "public",
"docId": "kibKibanaUtilsPluginApi",
"section": "def-public.StartServices",
"text": "StartServices"
"section": "def-public.StartServicesGetter",
"text": "StartServicesGetter"
},
"<{ uiActionsEnhanced: ",
{
@ -595,16 +588,13 @@
"docId": "kibCorePluginApi",
"section": "def-public.CoreStart",
"text": "CoreStart"
},
">"
}
],
"source": {
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
"lineNumber": 27
},
"deprecated": false,
"returnComment": [],
"children": []
"deprecated": false
}
],
"initialIsOpen": false
@ -674,17 +664,13 @@
"label": "share",
"description": [],
"signature": [
"{ register: (shareMenuProvider: ",
{
"pluginId": "share",
"scope": "public",
"docId": "kibSharePluginApi",
"section": "def-public.ShareMenuProvider",
"text": "ShareMenuProvider"
},
") => void; } & { urlGenerators: ",
"UrlGeneratorsSetup",
"; }"
"section": "def-public.SharePluginSetup",
"text": "SharePluginSetup"
}
],
"source": {
"path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts",
@ -782,17 +768,13 @@
"label": "share",
"description": [],
"signature": [
"{ toggleShareContextMenu: (options: ",
{
"pluginId": "share",
"scope": "public",
"docId": "kibSharePluginApi",
"section": "def-public.ShowShareMenuOptions",
"text": "ShowShareMenuOptions"
},
") => void; } & { urlGenerators: ",
"UrlGeneratorsStart",
"; }"
"section": "def-public.SharePluginStart",
"text": "SharePluginStart"
}
],
"source": {
"path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts",

File diff suppressed because it is too large Load diff

View file

@ -356,21 +356,11 @@
"label": "AutocompleteStart",
"description": [],
"signature": [
"{ getQuerySuggestions: ",
{
"pluginId": "data",
"scope": "public",
"docId": "kibDataAutocompletePluginApi",
"section": "def-public.QuerySuggestionGetFn",
"text": "QuerySuggestionGetFn"
},
"; hasQuerySuggestions: (language: string) => boolean; getValueSuggestions: ",
"ValueSuggestionsGetFn",
"; }"
"{ getQuerySuggestions: QuerySuggestionGetFn; hasQuerySuggestions: (language: string) => boolean; getValueSuggestions: ValueSuggestionsGetFn; }"
],
"source": {
"path": "src/plugins/data/public/autocomplete/autocomplete_service.ts",
"lineNumber": 96
"lineNumber": 103
},
"deprecated": false,
"initialIsOpen": false

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -528,23 +528,15 @@
"label": "setFiltersStore",
"description": [],
"signature": [
"(filters: ",
"typeof ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.Filter",
"text": "Filter"
"scope": "public",
"docId": "kibDataQueryPluginApi",
"section": "def-public.FilterManager",
"text": "FilterManager"
},
"[], store: ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.FilterStateStore",
"text": "FilterStateStore"
},
", shouldOverrideStore?: boolean) => void"
".setFiltersStore"
],
"source": {
"path": "src/plugins/data/public/query/filter_manager/filter_manager.ts",
@ -802,114 +794,7 @@
"docId": "kibDataQueryPluginApi",
"section": "def-public.SavedQueryService",
"text": "SavedQueryService"
},
"; state$: ",
"Observable",
"<{ changes: ",
{
"pluginId": "data",
"scope": "public",
"docId": "kibDataQueryPluginApi",
"section": "def-public.QueryStateChange",
"text": "QueryStateChange"
},
"; state: ",
{
"pluginId": "data",
"scope": "public",
"docId": "kibDataQueryPluginApi",
"section": "def-public.QueryState",
"text": "QueryState"
},
"; }>; timefilter: ",
"TimefilterSetup",
"; getEsQuery: (indexPattern: ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataIndexPatternsPluginApi",
"section": "def-common.IndexPattern",
"text": "IndexPattern"
},
", timeRange?: ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataQueryPluginApi",
"section": "def-common.TimeRange",
"text": "TimeRange"
},
" | undefined) => { bool: { must: ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.DslQuery",
"text": "DslQuery"
},
"[]; filter: ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.Filter",
"text": "Filter"
},
"[]; should: never[]; must_not: ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.Filter",
"text": "Filter"
},
"[]; }; }; } | { filterManager: ",
{
"pluginId": "data",
"scope": "public",
"docId": "kibDataQueryPluginApi",
"section": "def-public.FilterManager",
"text": "FilterManager"
},
"; timefilter: ",
"TimefilterSetup",
"; queryString: Pick<",
"QueryStringManager",
", \"getDefaultQuery\" | \"formatQuery\" | \"getUpdates$\" | \"getQuery\" | \"setQuery\" | \"clearQuery\">; state$: ",
"Observable",
"<{ changes: ",
{
"pluginId": "data",
"scope": "public",
"docId": "kibDataQueryPluginApi",
"section": "def-public.QueryStateChange",
"text": "QueryStateChange"
},
"; state: ",
{
"pluginId": "data",
"scope": "public",
"docId": "kibDataQueryPluginApi",
"section": "def-public.QueryState",
"text": "QueryState"
},
"; }>; }, \"state$\" | \"timefilter\" | \"filterManager\" | \"queryString\">, stateContainer: ",
{
"pluginId": "kibanaUtils",
"scope": "common",
"docId": "kibKibanaUtilsPluginApi",
"section": "def-common.BaseStateContainer",
"text": "BaseStateContainer"
},
"<S>, syncConfig: { time?: boolean | undefined; refreshInterval?: boolean | undefined; filters?: boolean | ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.FilterStateStore",
"text": "FilterStateStore"
},
" | undefined; query?: boolean | undefined; }) => () => void"
}
],
"source": {
"path": "src/plugins/data/public/query/state_sync/connect_to_query_state.ts",
@ -952,96 +837,7 @@
"text": "SavedQueryService"
},
"; state$: ",
"Observable",
"<{ changes: ",
{
"pluginId": "data",
"scope": "public",
"docId": "kibDataQueryPluginApi",
"section": "def-public.QueryStateChange",
"text": "QueryStateChange"
},
"; state: ",
{
"pluginId": "data",
"scope": "public",
"docId": "kibDataQueryPluginApi",
"section": "def-public.QueryState",
"text": "QueryState"
},
"; }>; timefilter: ",
"TimefilterSetup",
"; getEsQuery: (indexPattern: ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataIndexPatternsPluginApi",
"section": "def-common.IndexPattern",
"text": "IndexPattern"
},
", timeRange?: ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataQueryPluginApi",
"section": "def-common.TimeRange",
"text": "TimeRange"
},
" | undefined) => { bool: { must: ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.DslQuery",
"text": "DslQuery"
},
"[]; filter: ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.Filter",
"text": "Filter"
},
"[]; should: never[]; must_not: ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.Filter",
"text": "Filter"
},
"[]; }; }; } | { filterManager: ",
{
"pluginId": "data",
"scope": "public",
"docId": "kibDataQueryPluginApi",
"section": "def-public.FilterManager",
"text": "FilterManager"
},
"; timefilter: ",
"TimefilterSetup",
"; queryString: Pick<",
"QueryStringManager",
", \"getDefaultQuery\" | \"formatQuery\" | \"getUpdates$\" | \"getQuery\" | \"setQuery\" | \"clearQuery\">; state$: ",
"Observable",
"<{ changes: ",
{
"pluginId": "data",
"scope": "public",
"docId": "kibDataQueryPluginApi",
"section": "def-public.QueryStateChange",
"text": "QueryStateChange"
},
"; state: ",
{
"pluginId": "data",
"scope": "public",
"docId": "kibDataQueryPluginApi",
"section": "def-public.QueryState",
"text": "QueryState"
},
"; }>; }, \"state$\" | \"timefilter\" | \"filterManager\" | \"queryString\">"
"Observable"
],
"source": {
"path": "src/plugins/data/public/query/state_sync/connect_to_query_state.ts",
@ -1056,9 +852,7 @@
"type": "Object",
"tags": [],
"label": "stateContainer",
"description": [
"to use for syncing"
],
"description": [],
"signature": [
{
"pluginId": "kibanaUtils",
@ -1305,104 +1099,7 @@
"text": "SavedQueryService"
},
"; state$: ",
"Observable",
"<{ changes: ",
{
"pluginId": "data",
"scope": "public",
"docId": "kibDataQueryPluginApi",
"section": "def-public.QueryStateChange",
"text": "QueryStateChange"
},
"; state: ",
{
"pluginId": "data",
"scope": "public",
"docId": "kibDataQueryPluginApi",
"section": "def-public.QueryState",
"text": "QueryState"
},
"; }>; timefilter: ",
"TimefilterSetup",
"; getEsQuery: (indexPattern: ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataIndexPatternsPluginApi",
"section": "def-common.IndexPattern",
"text": "IndexPattern"
},
", timeRange?: ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataQueryPluginApi",
"section": "def-common.TimeRange",
"text": "TimeRange"
},
" | undefined) => { bool: { must: ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.DslQuery",
"text": "DslQuery"
},
"[]; filter: ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.Filter",
"text": "Filter"
},
"[]; should: never[]; must_not: ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.Filter",
"text": "Filter"
},
"[]; }; }; } | { filterManager: ",
{
"pluginId": "data",
"scope": "public",
"docId": "kibDataQueryPluginApi",
"section": "def-public.FilterManager",
"text": "FilterManager"
},
"; timefilter: ",
"TimefilterSetup",
"; queryString: Pick<",
"QueryStringManager",
", \"getDefaultQuery\" | \"formatQuery\" | \"getUpdates$\" | \"getQuery\" | \"setQuery\" | \"clearQuery\">; state$: ",
"Observable",
"<{ changes: ",
{
"pluginId": "data",
"scope": "public",
"docId": "kibDataQueryPluginApi",
"section": "def-public.QueryStateChange",
"text": "QueryStateChange"
},
"; state: ",
{
"pluginId": "data",
"scope": "public",
"docId": "kibDataQueryPluginApi",
"section": "def-public.QueryState",
"text": "QueryState"
},
"; }>; }, \"state$\" | \"timefilter\" | \"filterManager\" | \"queryString\">, kbnUrlStateStorage: ",
{
"pluginId": "kibanaUtils",
"scope": "public",
"docId": "kibKibanaUtilsPluginApi",
"section": "def-public.IKbnUrlStateStorage",
"text": "IKbnUrlStateStorage"
},
") => { stop: () => void; hasInheritedQueryFromUrl: boolean; }"
"Observable"
],
"source": {
"path": "src/plugins/data/public/query/state_sync/sync_state_with_url.ts",
@ -1445,96 +1142,7 @@
"text": "SavedQueryService"
},
"; state$: ",
"Observable",
"<{ changes: ",
{
"pluginId": "data",
"scope": "public",
"docId": "kibDataQueryPluginApi",
"section": "def-public.QueryStateChange",
"text": "QueryStateChange"
},
"; state: ",
{
"pluginId": "data",
"scope": "public",
"docId": "kibDataQueryPluginApi",
"section": "def-public.QueryState",
"text": "QueryState"
},
"; }>; timefilter: ",
"TimefilterSetup",
"; getEsQuery: (indexPattern: ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataIndexPatternsPluginApi",
"section": "def-common.IndexPattern",
"text": "IndexPattern"
},
", timeRange?: ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataQueryPluginApi",
"section": "def-common.TimeRange",
"text": "TimeRange"
},
" | undefined) => { bool: { must: ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.DslQuery",
"text": "DslQuery"
},
"[]; filter: ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.Filter",
"text": "Filter"
},
"[]; should: never[]; must_not: ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.Filter",
"text": "Filter"
},
"[]; }; }; } | { filterManager: ",
{
"pluginId": "data",
"scope": "public",
"docId": "kibDataQueryPluginApi",
"section": "def-public.FilterManager",
"text": "FilterManager"
},
"; timefilter: ",
"TimefilterSetup",
"; queryString: Pick<",
"QueryStringManager",
", \"getDefaultQuery\" | \"formatQuery\" | \"getUpdates$\" | \"getQuery\" | \"setQuery\" | \"clearQuery\">; state$: ",
"Observable",
"<{ changes: ",
{
"pluginId": "data",
"scope": "public",
"docId": "kibDataQueryPluginApi",
"section": "def-public.QueryStateChange",
"text": "QueryStateChange"
},
"; state: ",
{
"pluginId": "data",
"scope": "public",
"docId": "kibDataQueryPluginApi",
"section": "def-public.QueryState",
"text": "QueryState"
},
"; }>; }, \"state$\" | \"timefilter\" | \"filterManager\" | \"queryString\">"
"Observable"
],
"source": {
"path": "src/plugins/data/public/query/state_sync/sync_state_with_url.ts",
@ -1549,9 +1157,7 @@
"type": "Object",
"tags": [],
"label": "kbnUrlStateStorage",
"description": [
"to use for syncing"
],
"description": [],
"signature": [
{
"pluginId": "kibanaUtils",
@ -1824,42 +1430,7 @@
"path": "src/plugins/data/public/query/saved_query/types.ts",
"lineNumber": 29
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "data",
"id": "def-public.attributes",
"type": "Object",
"tags": [],
"label": "attributes",
"description": [],
"signature": [
"SavedQueryAttributes"
],
"source": {
"path": "src/plugins/data/public/query/saved_query/types.ts",
"lineNumber": 30
},
"deprecated": false
},
{
"parentPluginId": "data",
"id": "def-public.config",
"type": "Object",
"tags": [],
"label": "config",
"description": [],
"signature": [
"{ overwrite: boolean; } | undefined"
],
"source": {
"path": "src/plugins/data/public/query/saved_query/types.ts",
"lineNumber": 31
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "data",
@ -1883,9 +1454,7 @@
"path": "src/plugins/data/public/query/saved_query/types.ts",
"lineNumber": 33
},
"deprecated": false,
"returnComment": [],
"children": []
"deprecated": false
},
{
"parentPluginId": "data",
@ -1909,58 +1478,7 @@
"path": "src/plugins/data/public/query/saved_query/types.ts",
"lineNumber": 34
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "data",
"id": "def-public.searchText",
"type": "string",
"tags": [],
"label": "searchText",
"description": [],
"signature": [
"string | undefined"
],
"source": {
"path": "src/plugins/data/public/query/saved_query/types.ts",
"lineNumber": 35
},
"deprecated": false
},
{
"parentPluginId": "data",
"id": "def-public.perPage",
"type": "number",
"tags": [],
"label": "perPage",
"description": [],
"signature": [
"number | undefined"
],
"source": {
"path": "src/plugins/data/public/query/saved_query/types.ts",
"lineNumber": 36
},
"deprecated": false
},
{
"parentPluginId": "data",
"id": "def-public.activePage",
"type": "number",
"tags": [],
"label": "activePage",
"description": [],
"signature": [
"number | undefined"
],
"source": {
"path": "src/plugins/data/public/query/saved_query/types.ts",
"lineNumber": 37
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "data",
@ -1984,23 +1502,7 @@
"path": "src/plugins/data/public/query/saved_query/types.ts",
"lineNumber": 39
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "data",
"id": "def-public.id",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"source": {
"path": "src/plugins/data/public/query/saved_query/types.ts",
"lineNumber": 39
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "data",
@ -2016,23 +1518,7 @@
"path": "src/plugins/data/public/query/saved_query/types.ts",
"lineNumber": 40
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "data",
"id": "def-public.id",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"source": {
"path": "src/plugins/data/public/query/saved_query/types.ts",
"lineNumber": 40
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "data",
@ -2048,9 +1534,7 @@
"path": "src/plugins/data/public/query/saved_query/types.ts",
"lineNumber": 41
},
"deprecated": false,
"returnComment": [],
"children": []
"deprecated": false
}
],
"initialIsOpen": false
@ -2111,25 +1595,15 @@
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataQueryPluginApi",
"docId": "kibDataPluginApi",
"section": "def-common.Query",
"text": "Query"
},
") => void; filterManager: ",
") => void; filterManager: FilterManager; queryString: Pick<QueryStringManager, \"getDefaultQuery\" | \"formatQuery\" | \"getUpdates$\" | \"getQuery\" | \"setQuery\" | \"clearQuery\">; savedQueries: ",
{
"pluginId": "data",
"scope": "public",
"docId": "kibDataQueryPluginApi",
"section": "def-public.FilterManager",
"text": "FilterManager"
},
"; queryString: Pick<",
"QueryStringManager",
", \"getDefaultQuery\" | \"formatQuery\" | \"getUpdates$\" | \"getQuery\" | \"setQuery\" | \"clearQuery\">; savedQueries: ",
{
"pluginId": "data",
"scope": "public",
"docId": "kibDataQueryPluginApi",
"docId": "kibDataPluginApi",
"section": "def-public.SavedQueryService",
"text": "SavedQueryService"
},
@ -2139,7 +1613,7 @@
{
"pluginId": "data",
"scope": "public",
"docId": "kibDataQueryPluginApi",
"docId": "kibDataPluginApi",
"section": "def-public.QueryStateChange",
"text": "QueryStateChange"
},
@ -2147,53 +1621,10 @@
{
"pluginId": "data",
"scope": "public",
"docId": "kibDataQueryPluginApi",
"docId": "kibDataPluginApi",
"section": "def-public.QueryState",
"text": "QueryState"
},
"; }>; timefilter: ",
"TimefilterSetup",
"; getEsQuery: (indexPattern: ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataIndexPatternsPluginApi",
"section": "def-common.IndexPattern",
"text": "IndexPattern"
},
", timeRange?: ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataQueryPluginApi",
"section": "def-common.TimeRange",
"text": "TimeRange"
},
" | undefined) => { bool: { must: ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.DslQuery",
"text": "DslQuery"
},
"[]; filter: ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.Filter",
"text": "Filter"
},
"[]; should: never[]; must_not: ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.Filter",
"text": "Filter"
},
"[]; }; }; }"
}
],
"source": {
"path": "src/plugins/data/public/query/query_service.ts",
@ -2210,22 +1641,7 @@
"label": "SavedQueryTimeFilter",
"description": [],
"signature": [
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataQueryPluginApi",
"section": "def-common.TimeRange",
"text": "TimeRange"
},
" & { refreshInterval: ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataQueryPluginApi",
"section": "def-common.RefreshInterval",
"text": "RefreshInterval"
},
"; }"
"TimeRange & { refreshInterval: RefreshInterval; }"
],
"source": {
"path": "src/plugins/data/public/query/saved_query/types.ts",
@ -2250,129 +1666,8 @@
"Observable",
"<unknown>; getAutoRefreshFetch$: () => ",
"Observable",
"<",
{
"pluginId": "data",
"scope": "public",
"docId": "kibDataQueryPluginApi",
"section": "def-public.AutoRefreshDoneFn",
"text": "AutoRefreshDoneFn"
},
">; getFetch$: () => ",
"Observable",
"<unknown>; getTime: () => ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataQueryPluginApi",
"section": "def-common.TimeRange",
"text": "TimeRange"
},
"; getAbsoluteTime: () => ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataQueryPluginApi",
"section": "def-common.TimeRange",
"text": "TimeRange"
},
"; setTime: (time: ",
{
"pluginId": "data",
"scope": "public",
"docId": "kibDataQueryPluginApi",
"section": "def-public.InputTimeRange",
"text": "InputTimeRange"
},
") => void; getRefreshInterval: () => ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataQueryPluginApi",
"section": "def-common.RefreshInterval",
"text": "RefreshInterval"
},
"; setRefreshInterval: (refreshInterval: Partial<",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataQueryPluginApi",
"section": "def-common.RefreshInterval",
"text": "RefreshInterval"
},
">) => void; createFilter: (indexPattern: ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataIndexPatternsPluginApi",
"section": "def-common.IIndexPattern",
"text": "IIndexPattern"
},
", timeRange?: ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataQueryPluginApi",
"section": "def-common.TimeRange",
"text": "TimeRange"
},
" | undefined) => ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.RangeFilter",
"text": "RangeFilter"
},
" | undefined; getBounds: () => ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataQueryPluginApi",
"section": "def-common.TimeRangeBounds",
"text": "TimeRangeBounds"
},
"; calculateBounds: (timeRange: ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataQueryPluginApi",
"section": "def-common.TimeRange",
"text": "TimeRange"
},
") => ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataQueryPluginApi",
"section": "def-common.TimeRangeBounds",
"text": "TimeRangeBounds"
},
"; getActiveBounds: () => ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataQueryPluginApi",
"section": "def-common.TimeRangeBounds",
"text": "TimeRangeBounds"
},
" | undefined; enableTimeRangeSelector: () => void; disableTimeRangeSelector: () => void; enableAutoRefreshSelector: () => void; disableAutoRefreshSelector: () => void; getTimeDefaults: () => ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataQueryPluginApi",
"section": "def-common.TimeRange",
"text": "TimeRange"
},
"; getRefreshIntervalDefaults: () => ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataQueryPluginApi",
"section": "def-common.RefreshInterval",
"text": "RefreshInterval"
},
"; }"
"<AutoRefreshDoneFn>; getFetch$: () => ",
"Observable"
],
"source": {
"path": "src/plugins/data/public/query/timefilter/timefilter.ts",
@ -2389,23 +1684,7 @@
"label": "TimeHistoryContract",
"description": [],
"signature": [
"{ add: (time: ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataQueryPluginApi",
"section": "def-common.TimeRange",
"text": "TimeRange"
},
") => void; get: () => ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataQueryPluginApi",
"section": "def-common.TimeRange",
"text": "TimeRange"
},
"[]; }"
"{ add: (time: TimeRange) => void; get: () => TimeRange[]; }"
],
"source": {
"path": "src/plugins/data/public/query/timefilter/time_history.ts",
@ -2552,8 +1831,7 @@
"docId": "kibDataQueryPluginApi",
"section": "def-common.FilterCompareOptions",
"text": "FilterCompareOptions"
},
") => boolean"
}
],
"source": {
"path": "src/plugins/data/common/query/filter_manager/compare_filters.ts",
@ -2567,9 +1845,7 @@
"type": "CompoundType",
"tags": [],
"label": "first",
"description": [
"The first filter or filter array to compare"
],
"description": [],
"signature": [
{
"pluginId": "data",
@ -2601,9 +1877,7 @@
"type": "CompoundType",
"tags": [],
"label": "second",
"description": [
"The second filter or filter array to compare"
],
"description": [],
"signature": [
{
"pluginId": "data",
@ -2635,9 +1909,7 @@
"type": "Object",
"tags": [],
"label": "comparatorOptions",
"description": [
"Parameters to use for comparison"
],
"description": [],
"signature": [
{
"pluginId": "data",
@ -2716,9 +1988,7 @@
"type": "Array",
"tags": [],
"label": "existingFilters",
"description": [
"- The filters to compare to"
],
"description": [],
"signature": [
{
"pluginId": "data",
@ -2742,9 +2012,7 @@
"type": "Array",
"tags": [],
"label": "filters",
"description": [
"- The filters being added"
],
"description": [],
"signature": [
{
"pluginId": "data",
@ -2768,9 +2036,7 @@
"type": "Object",
"tags": [],
"label": "comparatorOptions",
"description": [
"- Parameters to use for comparison"
],
"description": [],
"signature": [
{
"pluginId": "data",
@ -3148,9 +2414,7 @@
"type": "Array",
"tags": [],
"label": "filters",
"description": [
"The filters to remove duplicates from"
],
"description": [],
"signature": [
{
"pluginId": "data",
@ -3174,9 +2438,7 @@
"type": "Any",
"tags": [],
"label": "comparatorOptions",
"description": [
"- Parameters to use for comparison"
],
"description": [],
"signature": [
"any"
],

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -82,14 +82,10 @@ warning: This document is auto-generated and is meant to be viewed inside our ex
| Deprecated API | Reference location | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibCorePluginApi" section="def-server.ILegacyCustomClusterClient" text="ILegacyCustomClusterClient"/> | [plugin.ts#L13](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cross_cluster_replication/server/plugin.ts#L13) | 7.16 |
| <DocLink id="kibCorePluginApi" section="def-server.ILegacyCustomClusterClient" text="ILegacyCustomClusterClient"/> | [plugin.ts#L69](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cross_cluster_replication/server/plugin.ts#L69) | 7.16 |
| <DocLink id="kibCorePluginApi" section="def-server.ILegacyScopedClusterClient" text="ILegacyScopedClusterClient"/> | [types.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cross_cluster_replication/server/types.ts#L8) | 7.16 |
| <DocLink id="kibCorePluginApi" section="def-server.ILegacyScopedClusterClient" text="ILegacyScopedClusterClient"/> | [types.ts#L41](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cross_cluster_replication/server/types.ts#L41) | 7.16 |
| <DocLink id="kibCorePluginApi" section="def-server.ILegacyScopedClusterClient" text="ILegacyScopedClusterClient"/> | [types.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cross_cluster_replication/target/types/server/types.d.ts#L1) | 7.16 |
| <DocLink id="kibCorePluginApi" section="def-server.ILegacyScopedClusterClient" text="ILegacyScopedClusterClient"/> | [types.d.ts#L30](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cross_cluster_replication/target/types/server/types.d.ts#L30) | 7.16 |
| <DocLink id="kibCorePluginApi" section="def-server.LegacyAPICaller" text="LegacyAPICaller"/> | [plugin.ts#L17](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cross_cluster_replication/server/plugin.ts#L17) | 7.16 |
| <DocLink id="kibCorePluginApi" section="def-server.LegacyAPICaller" text="LegacyAPICaller"/> | [plugin.ts#L36](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cross_cluster_replication/server/plugin.ts#L36) | 7.16 |
| <DocLink id="kibCorePluginApi" section="def-server.LegacyAPICaller" text="LegacyAPICaller"/> | [plugin.ts#L16](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cross_cluster_replication/server/plugin.ts#L16) | 7.16 |
| <DocLink id="kibCorePluginApi" section="def-server.LegacyAPICaller" text="LegacyAPICaller"/> | [plugin.ts#L27](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cross_cluster_replication/server/plugin.ts#L27) | 7.16 |
@ -106,7 +102,7 @@ warning: This document is auto-generated and is meant to be viewed inside our ex
| <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObjectLoader" text="SavedObjectLoader"/> | [types.ts#L25](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/types.ts#L25) | - |
| <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObjectLoader" text="SavedObjectLoader"/> | [types.ts#L74](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/types.ts#L74) | - |
| <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObjectLoader" text="SavedObjectLoader"/> | [plugin.tsx#L42](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/plugin.tsx#L42) | - |
| <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObjectLoader" text="SavedObjectLoader"/> | [plugin.tsx#L126](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/plugin.tsx#L126) | - |
| <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObjectLoader" text="SavedObjectLoader"/> | [plugin.tsx#L127](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/plugin.tsx#L127) | - |
| <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObjectLoader" text="SavedObjectLoader"/> | [url_generator.ts#L19](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/url_generator.ts#L19) | - |
| <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObjectLoader" text="SavedObjectLoader"/> | [url_generator.ts#L95](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/url_generator.ts#L95) | - |
| <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObject" text="SavedObject"/> | [saved_objects.ts#L11](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/services/saved_objects.ts#L11) | - |
@ -129,24 +125,20 @@ warning: This document is auto-generated and is meant to be viewed inside our ex
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [create_doc_table_react.tsx#L25](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/angular/doc_table/create_doc_table_react.tsx#L25) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [types.ts#L16](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/embeddable/types.ts#L16) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [types.ts#L30](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/embeddable/types.ts#L30) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [context_app_legacy.tsx#L17](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/components/context_app/context_app_legacy.tsx#L17) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [context_app_legacy.tsx#L26](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/components/context_app/context_app_legacy.tsx#L26) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [kibana_services.ts#L104](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/kibana_services.ts#L104) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [search_embeddable.ts#L23](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/embeddable/search_embeddable.ts#L23) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [search_embeddable.ts#L58](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/embeddable/search_embeddable.ts#L58) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [search_embeddable.ts#L59](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/embeddable/search_embeddable.ts#L59) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [kibana_services.ts#L104](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/kibana_services.ts#L104) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [search_embeddable.ts#L23](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/embeddable/search_embeddable.ts#L23) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [search_embeddable.ts#L58](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/embeddable/search_embeddable.ts#L58) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [search_embeddable.ts#L59](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/embeddable/search_embeddable.ts#L59) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [kibana_services.ts#L101](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/kibana_services.ts#L101) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [create_doc_table_react.tsx#L15](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/angular/doc_table/create_doc_table_react.tsx#L15) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [create_doc_table_react.tsx#L25](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/angular/doc_table/create_doc_table_react.tsx#L25) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [types.ts#L16](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/embeddable/types.ts#L16) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [types.ts#L30](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/embeddable/types.ts#L30) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [context_app_legacy.tsx#L17](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/components/context_app/context_app_legacy.tsx#L17) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [context_app_legacy.tsx#L26](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/components/context_app/context_app_legacy.tsx#L26) | - |
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [kibana_services.ts#L104](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/kibana_services.ts#L104) | - |
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [search_embeddable.ts#L23](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/embeddable/search_embeddable.ts#L23) | - |
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [search_embeddable.ts#L58](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/embeddable/search_embeddable.ts#L58) | - |
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [search_embeddable.ts#L59](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/embeddable/search_embeddable.ts#L59) | - |
| <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObjectSaveModal" text="SavedObjectSaveModal"/> | [on_save_search.tsx#L11](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/components/top_nav/on_save_search.tsx#L11) | - |
| <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObjectSaveModal" text="SavedObjectSaveModal"/> | [on_save_search.tsx#L133](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/components/top_nav/on_save_search.tsx#L133) | - |
| <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObjectLoader" text="SavedObjectLoader"/> | [saved_searches.ts#L10](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/saved_searches/saved_searches.ts#L10) | - |
@ -199,7 +191,7 @@ warning: This document is auto-generated and is meant to be viewed inside our ex
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [query_bar.tsx#L30](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/public/applications/fleet/sections/agents/agent_details_page/components/agent_logs/query_bar.tsx#L30) | - |
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [query_bar.tsx#L38](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/public/applications/fleet/sections/agents/agent_details_page/components/agent_logs/query_bar.tsx#L38) | - |
| <DocLink id="kibCorePluginApi" section="def-server.AsyncPlugin" text="AsyncPlugin"/> | [plugin.ts#L14](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/server/plugin.ts#L14) | - |
| <DocLink id="kibCorePluginApi" section="def-server.AsyncPlugin" text="AsyncPlugin"/> | [plugin.ts#L189](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/server/plugin.ts#L189) | - |
| <DocLink id="kibCorePluginApi" section="def-server.AsyncPlugin" text="AsyncPlugin"/> | [plugin.ts#L190](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/server/plugin.ts#L190) | - |
| <DocLink id="kibCorePluginApi" section="def-server.AsyncPlugin" text="AsyncPlugin"/> | [plugin.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/target/types/server/plugin.d.ts#L2) | - |
| <DocLink id="kibCorePluginApi" section="def-server.AsyncPlugin" text="AsyncPlugin"/> | [plugin.d.ts#L84](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/target/types/server/plugin.d.ts#L84) | - |
@ -238,15 +230,15 @@ warning: This document is auto-generated and is meant to be viewed inside our ex
| Deprecated API | Reference location | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibCorePluginApi" section="def-server.ILegacyCustomClusterClient" text="ILegacyCustomClusterClient"/> | [plugin.ts#L14](https://github.com/elastic/kibana/tree/master/x-pack/plugins/index_management/server/plugin.ts#L14) | 7.16 |
| <DocLink id="kibCorePluginApi" section="def-server.ILegacyCustomClusterClient" text="ILegacyCustomClusterClient"/> | [plugin.ts#L42](https://github.com/elastic/kibana/tree/master/x-pack/plugins/index_management/server/plugin.ts#L42) | 7.16 |
| <DocLink id="kibCorePluginApi" section="def-server.ILegacyCustomClusterClient" text="ILegacyCustomClusterClient"/> | [plugin.ts#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/index_management/server/plugin.ts#L12) | 7.16 |
| <DocLink id="kibCorePluginApi" section="def-server.ILegacyCustomClusterClient" text="ILegacyCustomClusterClient"/> | [plugin.ts#L38](https://github.com/elastic/kibana/tree/master/x-pack/plugins/index_management/server/plugin.ts#L38) | 7.16 |
| <DocLink id="kibCorePluginApi" section="def-server.LegacyScopedClusterClient" text="LegacyScopedClusterClient"/> | [types.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/index_management/server/types.ts#L9) | 7.16 |
| <DocLink id="kibCorePluginApi" section="def-server.LegacyScopedClusterClient" text="LegacyScopedClusterClient"/> | [types.ts#L40](https://github.com/elastic/kibana/tree/master/x-pack/plugins/index_management/server/types.ts#L40) | 7.16 |
| <DocLink id="kibCorePluginApi" section="def-server.LegacyScopedClusterClient" text="LegacyScopedClusterClient"/> | [types.ts#L39](https://github.com/elastic/kibana/tree/master/x-pack/plugins/index_management/server/types.ts#L39) | 7.16 |
| <DocLink id="kibCorePluginApi" section="def-server.LegacyScopedClusterClient" text="LegacyScopedClusterClient"/> | [types.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/index_management/target/types/server/types.d.ts#L1) | 7.16 |
| <DocLink id="kibCorePluginApi" section="def-server.LegacyScopedClusterClient" text="LegacyScopedClusterClient"/> | [types.d.ts#L25](https://github.com/elastic/kibana/tree/master/x-pack/plugins/index_management/target/types/server/types.d.ts#L25) | 7.16 |
| <DocLink id="kibCorePluginApi" section="def-server.ILegacyScopedClusterClient" text="ILegacyScopedClusterClient"/> | [types.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/index_management/server/types.ts#L10) | 7.16 |
| <DocLink id="kibCorePluginApi" section="def-server.ILegacyScopedClusterClient" text="ILegacyScopedClusterClient"/> | [types.ts#L43](https://github.com/elastic/kibana/tree/master/x-pack/plugins/index_management/server/types.ts#L43) | 7.16 |
| <DocLink id="kibCorePluginApi" section="def-server.ILegacyScopedClusterClient" text="ILegacyScopedClusterClient"/> | [types.ts#L50](https://github.com/elastic/kibana/tree/master/x-pack/plugins/index_management/server/types.ts#L50) | 7.16 |
| <DocLink id="kibCorePluginApi" section="def-server.ILegacyScopedClusterClient" text="ILegacyScopedClusterClient"/> | [types.ts#L42](https://github.com/elastic/kibana/tree/master/x-pack/plugins/index_management/server/types.ts#L42) | 7.16 |
| <DocLink id="kibCorePluginApi" section="def-server.ILegacyScopedClusterClient" text="ILegacyScopedClusterClient"/> | [types.ts#L49](https://github.com/elastic/kibana/tree/master/x-pack/plugins/index_management/server/types.ts#L49) | 7.16 |
| <DocLink id="kibCorePluginApi" section="def-server.ILegacyScopedClusterClient" text="ILegacyScopedClusterClient"/> | [types.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/index_management/target/types/server/types.d.ts#L1) | 7.16 |
| <DocLink id="kibCorePluginApi" section="def-server.ILegacyScopedClusterClient" text="ILegacyScopedClusterClient"/> | [types.d.ts#L27](https://github.com/elastic/kibana/tree/master/x-pack/plugins/index_management/target/types/server/types.d.ts#L27) | 7.16 |
| <DocLink id="kibCorePluginApi" section="def-server.ILegacyScopedClusterClient" text="ILegacyScopedClusterClient"/> | [types.d.ts#L33](https://github.com/elastic/kibana/tree/master/x-pack/plugins/index_management/target/types/server/types.d.ts#L33) | 7.16 |
@ -364,10 +356,10 @@ warning: This document is auto-generated and is meant to be viewed inside our ex
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [expression_chart.d.ts#L7](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/metric_threshold/components/expression_chart.d.ts#L7) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [use_metrics_explorer_chart_data.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/metric_threshold/hooks/use_metrics_explorer_chart_data.d.ts#L1) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [use_metrics_explorer_chart_data.d.ts#L4](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/metric_threshold/hooks/use_metrics_explorer_chart_data.d.ts#L4) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [index.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/index.d.ts#L1) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [index.d.ts#L5](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/index.d.ts#L5) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [use_metric_explorer_state.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/hooks/use_metric_explorer_state.d.ts#L1) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [use_metric_explorer_state.d.ts#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/hooks/use_metric_explorer_state.d.ts#L11) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [index.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/index.d.ts#L2) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [index.d.ts#L6](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/index.d.ts#L6) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [use_metric_explorer_state.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/hooks/use_metric_explorer_state.d.ts#L2) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [use_metric_explorer_state.d.ts#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/hooks/use_metric_explorer_state.d.ts#L12) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [use_metrics_explorer_data.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/hooks/use_metrics_explorer_data.d.ts#L1) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [use_metrics_explorer_data.d.ts#L4](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/hooks/use_metrics_explorer_data.d.ts#L4) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [index.tsx#L14](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/index.tsx#L14) | - |
@ -408,30 +400,30 @@ warning: This document is auto-generated and is meant to be viewed inside our ex
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [metrics.tsx#L21](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/metrics.tsx#L21) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [group_by_expression.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/common/group_by_expression/group_by_expression.d.ts#L2) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [group_by_expression.d.ts#L5](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/common/group_by_expression/group_by_expression.d.ts#L5) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [selector.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/common/group_by_expression/selector.d.ts#L1) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [selector.d.ts#L5](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/common/group_by_expression/selector.d.ts#L5) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [selector.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/common/group_by_expression/selector.d.ts#L2) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [selector.d.ts#L6](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/common/group_by_expression/selector.d.ts#L6) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [expression.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/inventory/components/expression.d.ts#L2) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [expression.d.ts#L37](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/inventory/components/expression.d.ts#L37) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [metric.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/inventory/components/metric.d.ts#L1) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [metric.d.ts#L17](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/inventory/components/metric.d.ts#L17) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [metric.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/inventory/components/metric.d.ts#L2) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [metric.d.ts#L18](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/inventory/components/metric.d.ts#L18) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [expression_row.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/metric_threshold/components/expression_row.d.ts#L2) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [expression_row.d.ts#L6](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/metric_threshold/components/expression_row.d.ts#L6) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [criteria.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/log_threshold/components/expression_editor/criteria.d.ts#L2) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [criteria.d.ts#L6](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/log_threshold/components/expression_editor/criteria.d.ts#L6) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [criterion.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/log_threshold/components/expression_editor/criterion.d.ts#L2) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [criterion.d.ts#L7](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/log_threshold/components/expression_editor/criterion.d.ts#L7) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [group_by.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/components/group_by.d.ts#L1) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [group_by.d.ts#L6](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/components/group_by.d.ts#L6) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [metrics.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/components/metrics.d.ts#L1) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [metrics.d.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/components/metrics.d.ts#L8) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [group_by.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/components/group_by.d.ts#L2) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [group_by.d.ts#L7](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/components/group_by.d.ts#L7) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [metrics.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/components/metrics.d.ts#L2) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [metrics.d.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/components/metrics.d.ts#L9) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [custom_field_panel.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/inventory_view/components/waffle/custom_field_panel.d.ts#L2) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [custom_field_panel.d.ts#L6](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/inventory_view/components/waffle/custom_field_panel.d.ts#L6) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [waffle_group_by_controls.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/inventory_view/components/waffle/waffle_group_by_controls.d.ts#L2) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [waffle_group_by_controls.d.ts#L16](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/inventory_view/components/waffle/waffle_group_by_controls.d.ts#L16) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [custom_metric_form.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/inventory_view/components/waffle/metric_control/custom_metric_form.d.ts#L2) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [custom_metric_form.d.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/inventory_view/components/waffle/metric_control/custom_metric_form.d.ts#L8) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [index.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/inventory_view/components/waffle/metric_control/index.d.ts#L1) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [index.d.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/inventory_view/components/waffle/metric_control/index.d.ts#L9) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [index.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/inventory_view/components/waffle/metric_control/index.d.ts#L2) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [index.d.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/inventory_view/components/waffle/metric_control/index.d.ts#L10) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [group_by.tsx#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/group_by.tsx#L12) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [group_by.tsx#L18](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/group_by.tsx#L18) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [expression_row.tsx#L21](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/alerting/metric_threshold/components/expression_row.tsx#L21) | - |
@ -464,30 +456,30 @@ warning: This document is auto-generated and is meant to be viewed inside our ex
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [metrics.tsx#L21](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/metrics.tsx#L21) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [group_by_expression.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/common/group_by_expression/group_by_expression.d.ts#L2) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [group_by_expression.d.ts#L5](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/common/group_by_expression/group_by_expression.d.ts#L5) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [selector.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/common/group_by_expression/selector.d.ts#L1) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [selector.d.ts#L5](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/common/group_by_expression/selector.d.ts#L5) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [selector.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/common/group_by_expression/selector.d.ts#L2) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [selector.d.ts#L6](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/common/group_by_expression/selector.d.ts#L6) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [expression.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/inventory/components/expression.d.ts#L2) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [expression.d.ts#L37](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/inventory/components/expression.d.ts#L37) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [metric.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/inventory/components/metric.d.ts#L1) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [metric.d.ts#L17](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/inventory/components/metric.d.ts#L17) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [metric.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/inventory/components/metric.d.ts#L2) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [metric.d.ts#L18](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/inventory/components/metric.d.ts#L18) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [expression_row.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/metric_threshold/components/expression_row.d.ts#L2) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [expression_row.d.ts#L6](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/metric_threshold/components/expression_row.d.ts#L6) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [criteria.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/log_threshold/components/expression_editor/criteria.d.ts#L2) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [criteria.d.ts#L6](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/log_threshold/components/expression_editor/criteria.d.ts#L6) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [criterion.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/log_threshold/components/expression_editor/criterion.d.ts#L2) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [criterion.d.ts#L7](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/log_threshold/components/expression_editor/criterion.d.ts#L7) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [group_by.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/components/group_by.d.ts#L1) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [group_by.d.ts#L6](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/components/group_by.d.ts#L6) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [metrics.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/components/metrics.d.ts#L1) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [metrics.d.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/components/metrics.d.ts#L8) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [group_by.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/components/group_by.d.ts#L2) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [group_by.d.ts#L7](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/components/group_by.d.ts#L7) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [metrics.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/components/metrics.d.ts#L2) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [metrics.d.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/components/metrics.d.ts#L9) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [custom_field_panel.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/inventory_view/components/waffle/custom_field_panel.d.ts#L2) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [custom_field_panel.d.ts#L6](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/inventory_view/components/waffle/custom_field_panel.d.ts#L6) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [waffle_group_by_controls.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/inventory_view/components/waffle/waffle_group_by_controls.d.ts#L2) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [waffle_group_by_controls.d.ts#L16](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/inventory_view/components/waffle/waffle_group_by_controls.d.ts#L16) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [custom_metric_form.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/inventory_view/components/waffle/metric_control/custom_metric_form.d.ts#L2) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [custom_metric_form.d.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/inventory_view/components/waffle/metric_control/custom_metric_form.d.ts#L8) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [index.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/inventory_view/components/waffle/metric_control/index.d.ts#L1) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [index.d.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/inventory_view/components/waffle/metric_control/index.d.ts#L9) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [index.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/inventory_view/components/waffle/metric_control/index.d.ts#L2) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [index.d.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/inventory_view/components/waffle/metric_control/index.d.ts#L10) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [with_kuery_autocompletion.tsx#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/containers/with_kuery_autocompletion.tsx#L9) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [with_kuery_autocompletion.tsx#L24](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/containers/with_kuery_autocompletion.tsx#L24) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [kuery_bar.tsx#L15](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/kuery_bar.tsx#L15) | - |
@ -520,10 +512,10 @@ warning: This document is auto-generated and is meant to be viewed inside our ex
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [expression_chart.d.ts#L7](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/metric_threshold/components/expression_chart.d.ts#L7) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [use_metrics_explorer_chart_data.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/metric_threshold/hooks/use_metrics_explorer_chart_data.d.ts#L1) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [use_metrics_explorer_chart_data.d.ts#L4](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/metric_threshold/hooks/use_metrics_explorer_chart_data.d.ts#L4) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [index.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/index.d.ts#L1) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [index.d.ts#L5](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/index.d.ts#L5) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [use_metric_explorer_state.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/hooks/use_metric_explorer_state.d.ts#L1) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [use_metric_explorer_state.d.ts#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/hooks/use_metric_explorer_state.d.ts#L11) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [index.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/index.d.ts#L2) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [index.d.ts#L6](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/index.d.ts#L6) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [use_metric_explorer_state.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/hooks/use_metric_explorer_state.d.ts#L2) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [use_metric_explorer_state.d.ts#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/hooks/use_metric_explorer_state.d.ts#L12) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [use_metrics_explorer_data.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/hooks/use_metrics_explorer_data.d.ts#L1) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [use_metrics_explorer_data.d.ts#L4](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/hooks/use_metrics_explorer_data.d.ts#L4) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [index.tsx#L14](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/index.tsx#L14) | - |
@ -564,33 +556,30 @@ warning: This document is auto-generated and is meant to be viewed inside our ex
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [metrics.tsx#L21](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/metrics.tsx#L21) | - |
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [group_by_expression.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/common/group_by_expression/group_by_expression.d.ts#L2) | - |
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [group_by_expression.d.ts#L5](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/common/group_by_expression/group_by_expression.d.ts#L5) | - |
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [selector.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/common/group_by_expression/selector.d.ts#L1) | - |
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [selector.d.ts#L5](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/common/group_by_expression/selector.d.ts#L5) | - |
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [selector.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/common/group_by_expression/selector.d.ts#L2) | - |
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [selector.d.ts#L6](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/common/group_by_expression/selector.d.ts#L6) | - |
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [expression.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/inventory/components/expression.d.ts#L2) | - |
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [expression.d.ts#L37](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/inventory/components/expression.d.ts#L37) | - |
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [metric.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/inventory/components/metric.d.ts#L1) | - |
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [metric.d.ts#L17](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/inventory/components/metric.d.ts#L17) | - |
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [metric.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/inventory/components/metric.d.ts#L2) | - |
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [metric.d.ts#L18](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/inventory/components/metric.d.ts#L18) | - |
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [expression_row.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/metric_threshold/components/expression_row.d.ts#L2) | - |
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [expression_row.d.ts#L6](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/metric_threshold/components/expression_row.d.ts#L6) | - |
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [criteria.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/log_threshold/components/expression_editor/criteria.d.ts#L2) | - |
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [criteria.d.ts#L6](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/log_threshold/components/expression_editor/criteria.d.ts#L6) | - |
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [criterion.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/log_threshold/components/expression_editor/criterion.d.ts#L2) | - |
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [criterion.d.ts#L7](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/log_threshold/components/expression_editor/criterion.d.ts#L7) | - |
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [group_by.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/components/group_by.d.ts#L1) | - |
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [group_by.d.ts#L6](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/components/group_by.d.ts#L6) | - |
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [metrics.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/components/metrics.d.ts#L1) | - |
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [metrics.d.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/components/metrics.d.ts#L8) | - |
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [group_by.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/components/group_by.d.ts#L2) | - |
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [group_by.d.ts#L7](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/components/group_by.d.ts#L7) | - |
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [metrics.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/components/metrics.d.ts#L2) | - |
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [metrics.d.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/components/metrics.d.ts#L9) | - |
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [custom_field_panel.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/inventory_view/components/waffle/custom_field_panel.d.ts#L2) | - |
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [custom_field_panel.d.ts#L6](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/inventory_view/components/waffle/custom_field_panel.d.ts#L6) | - |
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [waffle_group_by_controls.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/inventory_view/components/waffle/waffle_group_by_controls.d.ts#L2) | - |
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [waffle_group_by_controls.d.ts#L16](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/inventory_view/components/waffle/waffle_group_by_controls.d.ts#L16) | - |
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [custom_metric_form.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/inventory_view/components/waffle/metric_control/custom_metric_form.d.ts#L2) | - |
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [custom_metric_form.d.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/inventory_view/components/waffle/metric_control/custom_metric_form.d.ts#L8) | - |
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [index.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/inventory_view/components/waffle/metric_control/index.d.ts#L1) | - |
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [index.d.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/inventory_view/components/waffle/metric_control/index.d.ts#L9) | - |
| <DocLink id="kibCorePluginApi" section="def-server.ILegacyScopedClusterClient" text="ILegacyScopedClusterClient"/> | [log_entry_categories_analysis.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/server/lib/log_analysis/log_entry_categories_analysis.ts#L9) | 7.16 |
| <DocLink id="kibCorePluginApi" section="def-server.ILegacyScopedClusterClient" text="ILegacyScopedClusterClient"/> | [log_entry_categories_analysis.ts#L139](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/server/lib/log_analysis/log_entry_categories_analysis.ts#L139) | 7.16 |
| <DocLink id="kibCorePluginApi" section="def-server.ILegacyScopedClusterClient" text="ILegacyScopedClusterClient"/> | [log_entry_categories_analysis.ts#L405](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/server/lib/log_analysis/log_entry_categories_analysis.ts#L405) | 7.16 |
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [index.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/inventory_view/components/waffle/metric_control/index.d.ts#L2) | - |
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [index.d.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/inventory_view/components/waffle/metric_control/index.d.ts#L10) | - |
| <DocLink id="kibCorePluginApi" section="def-server.ILegacyScopedClusterClient" text="ILegacyScopedClusterClient"/> | [log_entry_categories_analysis.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/server/lib/log_analysis/log_entry_categories_analysis.d.ts#L1) | 7.16 |
| <DocLink id="kibCorePluginApi" section="def-server.ILegacyScopedClusterClient" text="ILegacyScopedClusterClient"/> | [log_entry_categories_analysis.d.ts#L58](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/server/lib/log_analysis/log_entry_categories_analysis.d.ts#L58) | 7.16 |
@ -602,6 +591,8 @@ warning: This document is auto-generated and is meant to be viewed inside our ex
| ---------------|-----------|-----------|
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [embeddable.tsx#L14](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/editor_frame_service/embeddable/embeddable.tsx#L14) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [embeddable.tsx#L85](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/editor_frame_service/embeddable/embeddable.tsx#L85) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [index.tsx#L25](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/terms/index.tsx#L25) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [index.tsx#L102](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/terms/index.tsx#L102) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [field_item.tsx#L47](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/field_item.tsx#L47) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [field_item.tsx#L172](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/field_item.tsx#L172) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [datapanel.tsx#L42](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/datapanel.tsx#L42) | - |
@ -616,10 +607,10 @@ warning: This document is auto-generated and is meant to be viewed inside our ex
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [types.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/types.ts#L8) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [types.ts#L57](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/types.ts#L57) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [field_stats.ts#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/server/routes/field_stats.ts#L11) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [field_stats.ts#L139](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/server/routes/field_stats.ts#L139) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [field_stats.ts#L248](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/server/routes/field_stats.ts#L248) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [field_stats.ts#L287](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/server/routes/field_stats.ts#L287) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [field_stats.ts#L329](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/server/routes/field_stats.ts#L329) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [field_stats.ts#L140](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/server/routes/field_stats.ts#L140) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [field_stats.ts#L249](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/server/routes/field_stats.ts#L249) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [field_stats.ts#L289](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/server/routes/field_stats.ts#L289) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [field_stats.ts#L331](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/server/routes/field_stats.ts#L331) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [types.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/target/types/public/indexpattern_datasource/types.d.ts#L1) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [types.d.ts#L22](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/target/types/public/indexpattern_datasource/types.d.ts#L22) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [field_stats.d.ts#L3](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/target/types/server/routes/field_stats.d.ts#L3) | - |
@ -631,10 +622,10 @@ warning: This document is auto-generated and is meant to be viewed inside our ex
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [types.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/types.ts#L8) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [types.ts#L57](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/types.ts#L57) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [field_stats.ts#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/server/routes/field_stats.ts#L11) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [field_stats.ts#L139](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/server/routes/field_stats.ts#L139) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [field_stats.ts#L248](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/server/routes/field_stats.ts#L248) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [field_stats.ts#L287](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/server/routes/field_stats.ts#L287) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [field_stats.ts#L329](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/server/routes/field_stats.ts#L329) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [field_stats.ts#L140](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/server/routes/field_stats.ts#L140) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [field_stats.ts#L249](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/server/routes/field_stats.ts#L249) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [field_stats.ts#L289](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/server/routes/field_stats.ts#L289) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [field_stats.ts#L331](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/server/routes/field_stats.ts#L331) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [types.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/target/types/public/indexpattern_datasource/types.d.ts#L1) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [types.d.ts#L22](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/target/types/public/indexpattern_datasource/types.d.ts#L22) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [field_stats.d.ts#L3](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/target/types/server/routes/field_stats.d.ts#L3) | - |
@ -643,6 +634,8 @@ warning: This document is auto-generated and is meant to be viewed inside our ex
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [field_stats.d.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/target/types/server/routes/field_stats.d.ts#L9) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [embeddable.tsx#L14](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/editor_frame_service/embeddable/embeddable.tsx#L14) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [embeddable.tsx#L85](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/editor_frame_service/embeddable/embeddable.tsx#L85) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [index.tsx#L25](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/terms/index.tsx#L25) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [index.tsx#L102](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/terms/index.tsx#L102) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [field_item.tsx#L47](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/field_item.tsx#L47) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [field_item.tsx#L172](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/field_item.tsx#L172) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [datapanel.tsx#L42](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/datapanel.tsx#L42) | - |
@ -657,10 +650,10 @@ warning: This document is auto-generated and is meant to be viewed inside our ex
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [types.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/types.ts#L8) | - |
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [types.ts#L57](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/types.ts#L57) | - |
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [field_stats.ts#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/server/routes/field_stats.ts#L11) | - |
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [field_stats.ts#L139](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/server/routes/field_stats.ts#L139) | - |
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [field_stats.ts#L248](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/server/routes/field_stats.ts#L248) | - |
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [field_stats.ts#L287](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/server/routes/field_stats.ts#L287) | - |
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [field_stats.ts#L329](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/server/routes/field_stats.ts#L329) | - |
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [field_stats.ts#L140](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/server/routes/field_stats.ts#L140) | - |
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [field_stats.ts#L249](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/server/routes/field_stats.ts#L249) | - |
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [field_stats.ts#L289](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/server/routes/field_stats.ts#L289) | - |
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [field_stats.ts#L331](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/server/routes/field_stats.ts#L331) | - |
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [types.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/target/types/public/indexpattern_datasource/types.d.ts#L1) | - |
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [types.d.ts#L22](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/target/types/public/indexpattern_datasource/types.d.ts#L22) | - |
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [field_stats.d.ts#L3](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/target/types/server/routes/field_stats.d.ts#L3) | - |
@ -935,9 +928,6 @@ warning: This document is auto-generated and is meant to be viewed inside our ex
| <DocLink id="kibCorePluginApi" section="def-server.LegacyAPICaller" text="LegacyAPICaller"/> | [get_call_cluster.mock.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/server/schemas/common/get_call_cluster.mock.ts#L9) | 7.16 |
| <DocLink id="kibCorePluginApi" section="def-server.LegacyAPICaller" text="LegacyAPICaller"/> | [get_call_cluster.mock.ts#L27](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/server/schemas/common/get_call_cluster.mock.ts#L27) | 7.16 |
| <DocLink id="kibCorePluginApi" section="def-server.LegacyAPICaller" text="LegacyAPICaller"/> | [get_call_cluster.mock.ts#L31](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/server/schemas/common/get_call_cluster.mock.ts#L31) | 7.16 |
| <DocLink id="kibCorePluginApi" section="def-server.LegacyAPICaller" text="LegacyAPICaller"/> | [get_call_cluster.mock.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/target/types/server/schemas/common/get_call_cluster.mock.d.ts#L2) | 7.16 |
| <DocLink id="kibCorePluginApi" section="def-server.LegacyAPICaller" text="LegacyAPICaller"/> | [get_call_cluster.mock.d.ts#L4](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/target/types/server/schemas/common/get_call_cluster.mock.d.ts#L4) | 7.16 |
| <DocLink id="kibCorePluginApi" section="def-server.LegacyAPICaller" text="LegacyAPICaller"/> | [get_call_cluster.mock.d.ts#L5](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/target/types/server/schemas/common/get_call_cluster.mock.d.ts#L5) | 7.16 |
@ -1393,7 +1383,7 @@ warning: This document is auto-generated and is meant to be viewed inside our ex
| <DocLink id="kibCorePluginApi" section="def-server.ILegacyCustomClusterClient" text="ILegacyCustomClusterClient"/> | [static_globals.ts#L43](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/server/static_globals.ts#L43) | 7.16 |
| <DocLink id="kibCorePluginApi" section="def-server.ILegacyCustomClusterClient" text="ILegacyCustomClusterClient"/> | [plugin.ts#L18](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/server/plugin.ts#L18) | 7.16 |
| <DocLink id="kibCorePluginApi" section="def-server.ILegacyCustomClusterClient" text="ILegacyCustomClusterClient"/> | [plugin.ts#L74](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/server/plugin.ts#L74) | 7.16 |
| <DocLink id="kibCorePluginApi" section="def-server.ILegacyCustomClusterClient" text="ILegacyCustomClusterClient"/> | [plugin.ts#L279](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/server/plugin.ts#L279) | 7.16 |
| <DocLink id="kibCorePluginApi" section="def-server.ILegacyCustomClusterClient" text="ILegacyCustomClusterClient"/> | [plugin.ts#L284](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/server/plugin.ts#L284) | 7.16 |
| <DocLink id="kibCorePluginApi" section="def-server.ILegacyCustomClusterClient" text="ILegacyCustomClusterClient"/> | [types.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/target/types/server/types.d.ts#L2) | 7.16 |
| <DocLink id="kibCorePluginApi" section="def-server.ILegacyCustomClusterClient" text="ILegacyCustomClusterClient"/> | [types.d.ts#L47](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/target/types/server/types.d.ts#L47) | 7.16 |
| <DocLink id="kibCorePluginApi" section="def-server.ILegacyCustomClusterClient" text="ILegacyCustomClusterClient"/> | [plugin.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/target/types/server/plugin.d.ts#L1) | 7.16 |
@ -1482,22 +1472,22 @@ warning: This document is auto-generated and is meant to be viewed inside our ex
| Deprecated API | Reference location | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [types.ts#L18](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/exploratory_view/types.ts#L18) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [types.ts#L95](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/exploratory_view/types.ts#L95) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [types.ts#L19](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/exploratory_view/types.ts#L19) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [types.ts#L104](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/exploratory_view/types.ts#L104) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [utils.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts#L10) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [utils.ts#L53](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts#L53) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [utils.ts#L61](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts#L61) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [utils.ts#L69](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts#L69) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [default_configs.ts#L19](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/default_configs.ts#L19) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [default_configs.ts#L24](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/default_configs.ts#L24) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [types.ts#L18](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/exploratory_view/types.ts#L18) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [types.ts#L95](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/exploratory_view/types.ts#L95) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [default_configs.ts#L25](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/default_configs.ts#L25) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [types.ts#L19](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/exploratory_view/types.ts#L19) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [types.ts#L104](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/exploratory_view/types.ts#L104) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [utils.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts#L10) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [utils.ts#L53](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts#L53) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [utils.ts#L61](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts#L61) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [utils.ts#L69](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts#L69) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [default_configs.ts#L19](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/default_configs.ts#L19) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [default_configs.ts#L24](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/default_configs.ts#L24) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [default_configs.ts#L25](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/default_configs.ts#L25) | - |
@ -1573,9 +1563,9 @@ warning: This document is auto-generated and is meant to be viewed inside our ex
| Deprecated API | Reference location | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [types.ts#L21](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/types.ts#L21) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [types.ts#L66](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/types.ts#L66) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [action.ts#L19](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/action.ts#L19) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [types.ts#L22](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/types.ts#L22) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [types.ts#L72](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/types.ts#L72) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [action.ts#L20](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/action.ts#L20) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [action.ts#L100](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/action.ts#L100) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [index.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts#L8) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [index.ts#L86](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts#L86) | - |
@ -1612,9 +1602,9 @@ warning: This document is auto-generated and is meant to be viewed inside our ex
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [types.ts#L41](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/network/pages/details/types.ts#L41) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [index.tsx#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/network/components/network_top_countries_table/index.tsx#L12) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [index.tsx#L34](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/network/components/network_top_countries_table/index.tsx#L34) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [middleware.ts#L44](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/middleware.ts#L44) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [middleware.ts#L60](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/middleware.ts#L60) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [middleware.ts#L65](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/middleware.ts#L65) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [middleware.ts#L48](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/middleware.ts#L48) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [middleware.ts#L64](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/middleware.ts#L64) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [middleware.ts#L69](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/middleware.ts#L69) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [types.ts#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/description_step/types.ts#L12) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [types.ts#L28](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/description_step/types.ts#L28) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [index.tsx#L15](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/description_step/index.tsx#L15) | - |
@ -1627,25 +1617,6 @@ warning: This document is auto-generated and is meant to be viewed inside our ex
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [index.tsx#L44](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/overview/components/alerts_by_category/index.tsx#L44) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [index.tsx#L21](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/overview/components/event_counts/index.tsx#L21) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [index.tsx#L33](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/overview/components/event_counts/index.tsx#L33) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [index.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/common/search_strategy/index_fields/index.d.ts#L1) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [index.d.ts#L66](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/common/search_strategy/index_fields/index.d.ts#L66) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [index.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/common/containers/source/index.d.ts#L1) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [index.d.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/common/containers/source/index.d.ts#L10) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [index.d.ts#L23](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/common/containers/source/index.d.ts#L23) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [types.d.ts#L3](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/common/components/url_state/types.d.ts#L3) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [types.d.ts#L25](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/common/components/url_state/types.d.ts#L25) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [types.d.ts#L55](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/common/components/url_state/types.d.ts#L55) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [columns.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/network/components/network_top_countries_table/columns.d.ts#L1) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [columns.d.ts#L20](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/network/components/network_top_countries_table/columns.d.ts#L20) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [columns.d.ts#L21](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/network/components/network_top_countries_table/columns.d.ts#L21) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [index.d.ts#L3](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/common/components/search_bar/index.d.ts#L3) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [index.d.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/common/components/search_bar/index.d.ts#L9) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [types.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/hosts/pages/details/types.d.ts#L2) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [types.d.ts#L40](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/hosts/pages/details/types.d.ts#L40) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [index.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/network/components/network_top_countries_table/index.d.ts#L2) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [index.d.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/network/components/network_top_countries_table/index.d.ts#L10) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [types.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/network/pages/details/types.d.ts#L1) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [types.d.ts#L25](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/network/pages/details/types.d.ts#L25) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [types.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/network/pages/navigation/types.ts#L9) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [types.ts#L35](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/network/pages/navigation/types.ts#L35) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [types.ts#L53](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/network/pages/navigation/types.ts#L53) | - |
@ -1669,6 +1640,8 @@ warning: This document is auto-generated and is meant to be viewed inside our ex
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [use_field_value_autocomplete.ts#L31](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/hooks/use_field_value_autocomplete.ts#L31) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [field_value_match.tsx#L19](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/field_value_match.tsx#L19) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [field_value_match.tsx#L30](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/field_value_match.tsx#L30) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [query.ts#L13](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/server/lib/detection_engine/reference_rules/query.ts#L13) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [query.ts#L52](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/server/lib/detection_engine/reference_rules/query.ts#L52) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [model.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/store/sourcerer/model.ts#L8) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [model.ts#L30](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/store/sourcerer/model.ts#L30) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [index.tsx#L33](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/severity_mapping/index.tsx#L33) | - |
@ -1723,8 +1696,6 @@ warning: This document is auto-generated and is meant to be viewed inside our ex
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [helpers.test.ts#L363](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.test.ts#L363) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [helpers.test.ts#L371](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.test.ts#L371) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [helpers.test.ts#L380](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.test.ts#L380) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [helpers.test.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/common/components/exceptions/helpers.test.d.ts#L1) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [helpers.test.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/common/components/exceptions/helpers.test.d.ts#L2) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [index.tsx#L32](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/severity_mapping/index.tsx#L32) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [index.tsx#L86](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/severity_mapping/index.tsx#L86) | - |
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [index.tsx#L305](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/severity_mapping/index.tsx#L305) | - |
@ -1775,8 +1746,6 @@ warning: This document is auto-generated and is meant to be viewed inside our ex
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [helpers.test.ts#L363](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.test.ts#L363) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [helpers.test.ts#L371](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.test.ts#L371) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [helpers.test.ts#L380](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.test.ts#L380) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [helpers.test.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/common/components/exceptions/helpers.test.d.ts#L1) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [helpers.test.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/common/components/exceptions/helpers.test.d.ts#L2) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [index.tsx#L32](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/severity_mapping/index.tsx#L32) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [index.tsx#L86](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/severity_mapping/index.tsx#L86) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [index.tsx#L305](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/severity_mapping/index.tsx#L305) | - |
@ -1785,9 +1754,9 @@ warning: This document is auto-generated and is meant to be viewed inside our ex
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [index.tsx#L242](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/risk_score_mapping/index.tsx#L242) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [index.tsx#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/autocomplete_field/index.tsx#L12) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [index.tsx#L35](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/autocomplete_field/index.tsx#L35) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [types.ts#L21](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/types.ts#L21) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [types.ts#L66](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/types.ts#L66) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [action.ts#L19](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/action.ts#L19) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [types.ts#L22](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/types.ts#L22) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [types.ts#L72](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/types.ts#L72) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [action.ts#L20](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/action.ts#L20) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [action.ts#L100](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/action.ts#L100) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [index.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts#L8) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [index.ts#L86](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts#L86) | - |
@ -1824,9 +1793,9 @@ warning: This document is auto-generated and is meant to be viewed inside our ex
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [types.ts#L41](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/network/pages/details/types.ts#L41) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [index.tsx#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/network/components/network_top_countries_table/index.tsx#L12) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [index.tsx#L34](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/network/components/network_top_countries_table/index.tsx#L34) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [middleware.ts#L44](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/middleware.ts#L44) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [middleware.ts#L60](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/middleware.ts#L60) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [middleware.ts#L65](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/middleware.ts#L65) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [middleware.ts#L48](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/middleware.ts#L48) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [middleware.ts#L64](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/middleware.ts#L64) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [middleware.ts#L69](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/middleware.ts#L69) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [types.ts#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/description_step/types.ts#L12) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [types.ts#L28](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/description_step/types.ts#L28) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [index.tsx#L15](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/description_step/index.tsx#L15) | - |
@ -1839,25 +1808,6 @@ warning: This document is auto-generated and is meant to be viewed inside our ex
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [index.tsx#L44](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/overview/components/alerts_by_category/index.tsx#L44) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [index.tsx#L21](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/overview/components/event_counts/index.tsx#L21) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [index.tsx#L33](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/overview/components/event_counts/index.tsx#L33) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [index.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/common/search_strategy/index_fields/index.d.ts#L1) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [index.d.ts#L66](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/common/search_strategy/index_fields/index.d.ts#L66) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [index.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/common/containers/source/index.d.ts#L1) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [index.d.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/common/containers/source/index.d.ts#L10) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [index.d.ts#L23](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/common/containers/source/index.d.ts#L23) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [types.d.ts#L3](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/common/components/url_state/types.d.ts#L3) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [types.d.ts#L25](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/common/components/url_state/types.d.ts#L25) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [types.d.ts#L55](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/common/components/url_state/types.d.ts#L55) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [columns.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/network/components/network_top_countries_table/columns.d.ts#L1) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [columns.d.ts#L20](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/network/components/network_top_countries_table/columns.d.ts#L20) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [columns.d.ts#L21](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/network/components/network_top_countries_table/columns.d.ts#L21) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [index.d.ts#L3](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/common/components/search_bar/index.d.ts#L3) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [index.d.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/common/components/search_bar/index.d.ts#L9) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [types.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/hosts/pages/details/types.d.ts#L2) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [types.d.ts#L40](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/hosts/pages/details/types.d.ts#L40) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [index.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/network/components/network_top_countries_table/index.d.ts#L2) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [index.d.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/network/components/network_top_countries_table/index.d.ts#L10) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [types.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/network/pages/details/types.d.ts#L1) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [types.d.ts#L25](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/network/pages/details/types.d.ts#L25) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [types.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/network/pages/navigation/types.ts#L9) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [types.ts#L35](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/network/pages/navigation/types.ts#L35) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [types.ts#L53](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/network/pages/navigation/types.ts#L53) | - |
@ -1881,6 +1831,8 @@ warning: This document is auto-generated and is meant to be viewed inside our ex
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [use_field_value_autocomplete.ts#L31](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/hooks/use_field_value_autocomplete.ts#L31) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [field_value_match.tsx#L19](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/field_value_match.tsx#L19) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [field_value_match.tsx#L30](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/field_value_match.tsx#L30) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [query.ts#L13](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/server/lib/detection_engine/reference_rules/query.ts#L13) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [query.ts#L52](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/server/lib/detection_engine/reference_rules/query.ts#L52) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [model.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/store/sourcerer/model.ts#L8) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [model.ts#L30](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/store/sourcerer/model.ts#L30) | - |
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [index.tsx#L33](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/severity_mapping/index.tsx#L33) | - |
@ -1935,8 +1887,6 @@ warning: This document is auto-generated and is meant to be viewed inside our ex
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [helpers.test.ts#L363](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.test.ts#L363) | - |
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [helpers.test.ts#L371](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.test.ts#L371) | - |
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [helpers.test.ts#L380](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.test.ts#L380) | - |
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [helpers.test.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/common/components/exceptions/helpers.test.d.ts#L1) | - |
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [helpers.test.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/common/components/exceptions/helpers.test.d.ts#L2) | - |
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [index.tsx#L32](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/severity_mapping/index.tsx#L32) | - |
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [index.tsx#L86](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/severity_mapping/index.tsx#L86) | - |
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [index.tsx#L305](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/severity_mapping/index.tsx#L305) | - |

View file

@ -204,30 +204,7 @@
"path": "src/plugins/dev_tools/public/plugin.ts",
"lineNumber": 32
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "devTools",
"id": "def-public.devTool",
"type": "CompoundType",
"tags": [],
"label": "devTool",
"description": [
"The dev tools descriptor"
],
"signature": [
"Pick<",
"DevToolApp",
", \"title\" | \"id\" | \"order\" | \"mount\" | \"tooltipContent\" | \"enableRouting\"> & { disabled?: boolean | undefined; }"
],
"source": {
"path": "src/plugins/dev_tools/public/plugin.ts",
"lineNumber": 32
},
"deprecated": false
}
]
"deprecated": false
}
],
"lifecycle": "setup",

View file

@ -79,7 +79,7 @@
"description": [],
"source": {
"path": "src/plugins/discover/public/url_generator.ts",
"lineNumber": 22
"lineNumber": 16
},
"deprecated": false,
"children": [
@ -97,7 +97,7 @@
],
"source": {
"path": "src/plugins/discover/public/url_generator.ts",
"lineNumber": 26
"lineNumber": 20
},
"deprecated": false
},
@ -115,7 +115,7 @@
],
"source": {
"path": "src/plugins/discover/public/url_generator.ts",
"lineNumber": 31
"lineNumber": 25
},
"deprecated": false
},
@ -140,7 +140,7 @@
],
"source": {
"path": "src/plugins/discover/public/url_generator.ts",
"lineNumber": 36
"lineNumber": 30
},
"deprecated": false
},
@ -165,7 +165,7 @@
],
"source": {
"path": "src/plugins/discover/public/url_generator.ts",
"lineNumber": 41
"lineNumber": 35
},
"deprecated": false
},
@ -190,7 +190,7 @@
],
"source": {
"path": "src/plugins/discover/public/url_generator.ts",
"lineNumber": 46
"lineNumber": 40
},
"deprecated": false
},
@ -215,7 +215,7 @@
],
"source": {
"path": "src/plugins/discover/public/url_generator.ts",
"lineNumber": 52
"lineNumber": 46
},
"deprecated": false
},
@ -233,7 +233,7 @@
],
"source": {
"path": "src/plugins/discover/public/url_generator.ts",
"lineNumber": 58
"lineNumber": 52
},
"deprecated": false
},
@ -251,7 +251,7 @@
],
"source": {
"path": "src/plugins/discover/public/url_generator.ts",
"lineNumber": 63
"lineNumber": 57
},
"deprecated": false
},
@ -269,7 +269,7 @@
],
"source": {
"path": "src/plugins/discover/public/url_generator.ts",
"lineNumber": 68
"lineNumber": 62
},
"deprecated": false
},
@ -287,7 +287,7 @@
],
"source": {
"path": "src/plugins/discover/public/url_generator.ts",
"lineNumber": 73
"lineNumber": 67
},
"deprecated": false
},
@ -305,7 +305,7 @@
],
"source": {
"path": "src/plugins/discover/public/url_generator.ts",
"lineNumber": 77
"lineNumber": 72
},
"deprecated": false
},
@ -323,7 +323,7 @@
],
"source": {
"path": "src/plugins/discover/public/url_generator.ts",
"lineNumber": 81
"lineNumber": 77
},
"deprecated": false
}
@ -539,9 +539,7 @@
"path": "src/plugins/discover/public/saved_searches/types.ts",
"lineNumber": 22
},
"deprecated": false,
"returnComment": [],
"children": []
"deprecated": false
},
{
"parentPluginId": "discover",
@ -565,32 +563,7 @@
"path": "src/plugins/discover/public/saved_searches/types.ts",
"lineNumber": 23
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "discover",
"id": "def-public.saveOptions",
"type": "Object",
"tags": [],
"label": "saveOptions",
"description": [],
"signature": [
{
"pluginId": "savedObjects",
"scope": "public",
"docId": "kibSavedObjectsPluginApi",
"section": "def-public.SavedObjectSaveOpts",
"text": "SavedObjectSaveOpts"
}
],
"source": {
"path": "src/plugins/discover/public/saved_searches/types.ts",
"lineNumber": 23
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "discover",
@ -678,23 +651,7 @@
"path": "src/plugins/discover/public/saved_searches/types.ts",
"lineNumber": 29
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "discover",
"id": "def-public.id",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"source": {
"path": "src/plugins/discover/public/saved_searches/types.ts",
"lineNumber": 29
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "discover",
@ -710,23 +667,7 @@
"path": "src/plugins/discover/public/saved_searches/types.ts",
"lineNumber": 30
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "discover",
"id": "def-public.id",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"source": {
"path": "src/plugins/discover/public/saved_searches/types.ts",
"lineNumber": 30
},
"deprecated": false
}
]
"deprecated": false
}
],
"initialIsOpen": false
@ -769,7 +710,13 @@
"label": "timeRange",
"description": [],
"signature": [
"{ from: string; to: string; mode?: \"absolute\" | \"relative\" | undefined; }"
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataQueryPluginApi",
"section": "def-common.TimeRange",
"text": "TimeRange"
}
],
"source": {
"path": "src/plugins/discover/public/application/embeddable/types.ts",
@ -890,7 +837,7 @@
],
"source": {
"path": "src/plugins/discover/public/url_generator.ts",
"lineNumber": 20
"lineNumber": 14
},
"deprecated": false,
"initialIsOpen": false

View file

@ -344,8 +344,7 @@
"text": "Action"
},
"<",
"ExploreDataChartActionContext",
">"
"ExploreDataChartActionContext"
],
"source": {
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts",
@ -725,41 +724,15 @@
"label": "uiActions",
"description": [],
"signature": [
"{ readonly addTriggerAction: (triggerId: string, action: ",
"Pick<",
{
"pluginId": "uiActions",
"scope": "public",
"docId": "kibUiActionsPluginApi",
"section": "def-public.ActionDefinition",
"text": "ActionDefinition"
"section": "def-public.UiActionsService",
"text": "UiActionsService"
},
"<object>) => void; readonly attachAction: (triggerId: string, actionId: string) => void; readonly detachAction: (triggerId: string, actionId: string) => void; readonly registerAction: <A extends ",
{
"pluginId": "uiActions",
"scope": "public",
"docId": "kibUiActionsPluginApi",
"section": "def-public.ActionDefinition",
"text": "ActionDefinition"
},
"<object>>(definition: A) => ",
{
"pluginId": "uiActions",
"scope": "public",
"docId": "kibUiActionsPluginApi",
"section": "def-public.Action",
"text": "Action"
},
"<",
"ActionContext",
"<A>>; readonly registerTrigger: (trigger: ",
{
"pluginId": "uiActions",
"scope": "public",
"docId": "kibUiActionsPluginApi",
"section": "def-public.Trigger",
"text": "Trigger"
},
") => void; readonly unregisterAction: (actionId: string) => void; }"
", \"addTriggerAction\" | \"attachAction\" | \"detachAction\" | \"registerAction\" | \"registerTrigger\" | \"unregisterAction\">"
],
"source": {
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
@ -876,7 +849,7 @@
"label": "uiActions",
"description": [],
"signature": [
"{ readonly clear: () => void; readonly fork: () => ",
"Pick<",
{
"pluginId": "uiActions",
"scope": "public",
@ -884,77 +857,17 @@
"section": "def-public.UiActionsService",
"text": "UiActionsService"
},
"; readonly addTriggerAction: (triggerId: string, action: ",
{
"pluginId": "uiActions",
"scope": "public",
"docId": "kibUiActionsPluginApi",
"section": "def-public.ActionDefinition",
"text": "ActionDefinition"
},
"<object>) => void; readonly attachAction: (triggerId: string, actionId: string) => void; readonly detachAction: (triggerId: string, actionId: string) => void; readonly registerAction: <A extends ",
{
"pluginId": "uiActions",
"scope": "public",
"docId": "kibUiActionsPluginApi",
"section": "def-public.ActionDefinition",
"text": "ActionDefinition"
},
"<object>>(definition: A) => ",
{
"pluginId": "uiActions",
"scope": "public",
"docId": "kibUiActionsPluginApi",
"section": "def-public.Action",
"text": "Action"
},
", ",
"MethodKeysOf",
"<",
"ActionContext",
"<A>>; readonly registerTrigger: (trigger: ",
{
"pluginId": "uiActions",
"scope": "public",
"docId": "kibUiActionsPluginApi",
"section": "def-public.Trigger",
"text": "Trigger"
"section": "def-public.UiActionsService",
"text": "UiActionsService"
},
") => void; readonly unregisterAction: (actionId: string) => void; readonly getTrigger: (triggerId: string) => ",
"TriggerContract",
"<object>; readonly hasAction: (actionId: string) => boolean; readonly getAction: <T extends ",
{
"pluginId": "uiActions",
"scope": "public",
"docId": "kibUiActionsPluginApi",
"section": "def-public.ActionDefinition",
"text": "ActionDefinition"
},
"<object>>(id: string) => ",
{
"pluginId": "uiActions",
"scope": "public",
"docId": "kibUiActionsPluginApi",
"section": "def-public.Action",
"text": "Action"
},
"<",
"ActionContext",
"<T>>; readonly getTriggerActions: (triggerId: string) => ",
{
"pluginId": "uiActions",
"scope": "public",
"docId": "kibUiActionsPluginApi",
"section": "def-public.Action",
"text": "Action"
},
"<object>[]; readonly getTriggerCompatibleActions: (triggerId: string, context: object) => Promise<",
{
"pluginId": "uiActions",
"scope": "public",
"docId": "kibUiActionsPluginApi",
"section": "def-public.Action",
"text": "Action"
},
"<object>[]>; readonly executeTriggerActions: (triggerId: string, context: object) => Promise<void>; }"
">>"
],
"source": {
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",

File diff suppressed because it is too large Load diff

View file

@ -95,6 +95,14 @@
"label": "embeddable",
"description": [],
"signature": [
{
"pluginId": "embeddableEnhanced",
"scope": "public",
"docId": "kibEmbeddableEnhancedPluginApi",
"section": "def-public.EnhancedEmbeddable",
"text": "EnhancedEmbeddable"
},
"<",
{
"pluginId": "embeddable",
"scope": "public",
@ -118,15 +126,7 @@
"section": "def-public.EmbeddableOutput",
"text": "EmbeddableOutput"
},
"> & { enhancements: { dynamicActions: ",
{
"pluginId": "uiActionsEnhanced",
"scope": "public",
"docId": "kibUiActionsEnhancedPluginApi",
"section": "def-public.DynamicActionManager",
"text": "DynamicActionManager"
},
"; }; }"
">>"
],
"source": {
"path": "x-pack/plugins/embeddable_enhanced/public/types.ts",
@ -268,7 +268,13 @@
"label": "drilldownGrouping",
"description": [],
"signature": [
"PresentableGroup",
{
"pluginId": "uiActions",
"scope": "public",
"docId": "kibUiActionsPluginApi",
"section": "def-public.PresentableGrouping",
"text": "PresentableGrouping"
},
"<{ embeddable?: ",
{
"pluginId": "embeddable",
@ -293,7 +299,7 @@
"section": "def-public.EmbeddableOutput",
"text": "EmbeddableOutput"
},
"> | undefined; }>[]"
"> | undefined; }>"
],
"source": {
"path": "x-pack/plugins/embeddable_enhanced/public/actions/drilldown_grouping.ts",
@ -310,15 +316,7 @@
"label": "EnhancedEmbeddable",
"description": [],
"signature": [
"E & { enhancements: { dynamicActions: ",
{
"pluginId": "uiActionsEnhanced",
"scope": "public",
"docId": "kibUiActionsEnhancedPluginApi",
"section": "def-public.DynamicActionManager",
"text": "DynamicActionManager"
},
"; }; }"
"E & { enhancements: { dynamicActions: DynamicActionManager;}; }"
],
"source": {
"path": "x-pack/plugins/embeddable_enhanced/public/types.ts",

View file

@ -181,59 +181,7 @@
"path": "x-pack/plugins/encrypted_saved_objects/server/saved_objects/index.ts",
"lineNumber": 41
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "encryptedSavedObjects",
"id": "def-server.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"source": {
"path": "x-pack/plugins/encrypted_saved_objects/server/saved_objects/index.ts",
"lineNumber": 42
},
"deprecated": false
},
{
"parentPluginId": "encryptedSavedObjects",
"id": "def-server.id",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"source": {
"path": "x-pack/plugins/encrypted_saved_objects/server/saved_objects/index.ts",
"lineNumber": 43
},
"deprecated": false
},
{
"parentPluginId": "encryptedSavedObjects",
"id": "def-server.options",
"type": "Object",
"tags": [],
"label": "options",
"description": [],
"signature": [
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreSavedObjectsPluginApi",
"section": "def-server.SavedObjectsBaseOptions",
"text": "SavedObjectsBaseOptions"
},
" | undefined"
],
"source": {
"path": "x-pack/plugins/encrypted_saved_objects/server/saved_objects/index.ts",
"lineNumber": 44
},
"deprecated": false
}
]
"deprecated": false
}
],
"initialIsOpen": false
@ -357,32 +305,7 @@
"path": "x-pack/plugins/encrypted_saved_objects/server/plugin.ts",
"lineNumber": 36
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "encryptedSavedObjects",
"id": "def-server.typeRegistration",
"type": "Object",
"tags": [],
"label": "typeRegistration",
"description": [],
"signature": [
{
"pluginId": "encryptedSavedObjects",
"scope": "server",
"docId": "kibEncryptedSavedObjectsPluginApi",
"section": "def-server.EncryptedSavedObjectTypeRegistration",
"text": "EncryptedSavedObjectTypeRegistration"
}
],
"source": {
"path": "x-pack/plugins/encrypted_saved_objects/server/plugin.ts",
"lineNumber": 36
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "encryptedSavedObjects",
@ -392,166 +315,13 @@
"label": "createMigration",
"description": [],
"signature": [
"<InputAttributes = unknown, MigratedAttributes = InputAttributes>(isMigrationNeededPredicate: IsMigrationNeededPredicate<InputAttributes, MigratedAttributes>, migration: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreSavedObjectsPluginApi",
"section": "def-server.SavedObjectMigrationFn",
"text": "SavedObjectMigrationFn"
},
"<InputAttributes, MigratedAttributes>, inputType?: ",
{
"pluginId": "encryptedSavedObjects",
"scope": "server",
"docId": "kibEncryptedSavedObjectsPluginApi",
"section": "def-server.EncryptedSavedObjectTypeRegistration",
"text": "EncryptedSavedObjectTypeRegistration"
},
" | undefined, migratedType?: ",
{
"pluginId": "encryptedSavedObjects",
"scope": "server",
"docId": "kibEncryptedSavedObjectsPluginApi",
"section": "def-server.EncryptedSavedObjectTypeRegistration",
"text": "EncryptedSavedObjectTypeRegistration"
},
" | undefined) => SavedObjectOptionalMigrationFn<InputAttributes, MigratedAttributes>"
"CreateEncryptedSavedObjectsMigrationFn"
],
"source": {
"path": "x-pack/plugins/encrypted_saved_objects/server/plugin.ts",
"lineNumber": 37
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "encryptedSavedObjects",
"id": "def-server.isMigrationNeededPredicate",
"type": "Function",
"tags": [],
"label": "isMigrationNeededPredicate",
"description": [],
"signature": [
"(encryptedDoc: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreSavedObjectsPluginApi",
"section": "def-server.SavedObjectUnsanitizedDoc",
"text": "SavedObjectUnsanitizedDoc"
},
"<InputAttributes> | ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreSavedObjectsPluginApi",
"section": "def-server.SavedObjectUnsanitizedDoc",
"text": "SavedObjectUnsanitizedDoc"
},
"<MigratedAttributes>) => encryptedDoc is ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreSavedObjectsPluginApi",
"section": "def-server.SavedObjectUnsanitizedDoc",
"text": "SavedObjectUnsanitizedDoc"
},
"<InputAttributes>"
],
"source": {
"path": "x-pack/plugins/encrypted_saved_objects/server/create_migration.ts",
"lineNumber": 32
},
"deprecated": false
},
{
"parentPluginId": "encryptedSavedObjects",
"id": "def-server.migration",
"type": "Function",
"tags": [],
"label": "migration",
"description": [],
"signature": [
"(doc: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreSavedObjectsPluginApi",
"section": "def-server.SavedObjectUnsanitizedDoc",
"text": "SavedObjectUnsanitizedDoc"
},
"<InputAttributes>, context: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreSavedObjectsPluginApi",
"section": "def-server.SavedObjectMigrationContext",
"text": "SavedObjectMigrationContext"
},
") => ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreSavedObjectsPluginApi",
"section": "def-server.SavedObjectUnsanitizedDoc",
"text": "SavedObjectUnsanitizedDoc"
},
"<MigratedAttributes>"
],
"source": {
"path": "x-pack/plugins/encrypted_saved_objects/server/create_migration.ts",
"lineNumber": 33
},
"deprecated": false
},
{
"parentPluginId": "encryptedSavedObjects",
"id": "def-server.inputType",
"type": "Object",
"tags": [],
"label": "inputType",
"description": [],
"signature": [
{
"pluginId": "encryptedSavedObjects",
"scope": "server",
"docId": "kibEncryptedSavedObjectsPluginApi",
"section": "def-server.EncryptedSavedObjectTypeRegistration",
"text": "EncryptedSavedObjectTypeRegistration"
},
" | undefined"
],
"source": {
"path": "x-pack/plugins/encrypted_saved_objects/server/create_migration.ts",
"lineNumber": 34
},
"deprecated": false
},
{
"parentPluginId": "encryptedSavedObjects",
"id": "def-server.migratedType",
"type": "Object",
"tags": [],
"label": "migratedType",
"description": [],
"signature": [
{
"pluginId": "encryptedSavedObjects",
"scope": "server",
"docId": "kibEncryptedSavedObjectsPluginApi",
"section": "def-server.EncryptedSavedObjectTypeRegistration",
"text": "EncryptedSavedObjectTypeRegistration"
},
" | undefined"
],
"source": {
"path": "x-pack/plugins/encrypted_saved_objects/server/create_migration.ts",
"lineNumber": 35
},
"deprecated": false
}
]
"deprecated": false
}
],
"lifecycle": "setup",
@ -584,26 +354,7 @@
"path": "x-pack/plugins/encrypted_saved_objects/server/plugin.ts",
"lineNumber": 41
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "encryptedSavedObjects",
"id": "def-server.error",
"type": "Object",
"tags": [],
"label": "error",
"description": [],
"signature": [
"Error"
],
"source": {
"path": "x-pack/plugins/encrypted_saved_objects/server/plugin.ts",
"lineNumber": 41
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "encryptedSavedObjects",
@ -613,42 +364,13 @@
"label": "getClient",
"description": [],
"signature": [
"(options?: ",
"EncryptedSavedObjectsClientOptions",
" | undefined) => ",
{
"pluginId": "encryptedSavedObjects",
"scope": "server",
"docId": "kibEncryptedSavedObjectsPluginApi",
"section": "def-server.EncryptedSavedObjectsClient",
"text": "EncryptedSavedObjectsClient"
}
"ClientInstanciator"
],
"source": {
"path": "x-pack/plugins/encrypted_saved_objects/server/plugin.ts",
"lineNumber": 42
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "encryptedSavedObjects",
"id": "def-server.options",
"type": "Object",
"tags": [],
"label": "options",
"description": [],
"signature": [
"EncryptedSavedObjectsClientOptions",
" | undefined"
],
"source": {
"path": "x-pack/plugins/encrypted_saved_objects/server/saved_objects/index.ts",
"lineNumber": 33
},
"deprecated": false
}
]
"deprecated": false
}
],
"lifecycle": "start",

View file

@ -22,11 +22,11 @@
"label": "ConfigType",
"description": [],
"signature": [
"{ readonly host?: string | undefined; readonly enabled: boolean; readonly accessCheckTimeout: number; readonly accessCheckTimeoutWarning: number; }"
"{ readonly host?: string | undefined; readonly enabled: boolean; readonly ssl: Readonly<{ certificateAuthorities?: string | string[] | undefined; } & { verificationMode: \"none\" | \"certificate\" | \"full\"; }>; readonly accessCheckTimeout: number; readonly accessCheckTimeoutWarning: number; }"
],
"source": {
"path": "x-pack/plugins/enterprise_search/server/index.ts",
"lineNumber": 24
"lineNumber": 33
},
"deprecated": false,
"initialIsOpen": false
@ -49,8 +49,7 @@
"<boolean>; accessCheckTimeout: ",
"Type",
"<number>; accessCheckTimeoutWarning: ",
"Type",
"<number>; }>"
"Type"
],
"source": {
"path": "x-pack/plugins/enterprise_search/server/index.ts",

View file

@ -35,8 +35,15 @@
"label": "getDerivedStateFromProps",
"description": [],
"signature": [
"(props: Props) => ",
"FieldToValueMap"
"typeof ",
{
"pluginId": "esUiShared",
"scope": "public",
"docId": "kibEsUiSharedPluginApi",
"section": "def-public.CronEditor",
"text": "CronEditor"
},
".getDerivedStateFromProps"
],
"source": {
"path": "src/plugins/es_ui_shared/public/components/cron_editor/cron_editor.tsx",
@ -350,32 +357,13 @@
"label": "JsonEditor",
"description": [],
"signature": [
"<T extends object = { [key: string]: any; }>({ label, helpText, onUpdate, value, defaultValue, euiCodeEditorProps, error: propsError, }: Props<T>) => JSX.Element"
"typeof JsonEditorComp"
],
"source": {
"path": "src/plugins/es_ui_shared/public/components/json_editor/json_editor.tsx",
"lineNumber": 102
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "esUiShared",
"id": "def-public.__0",
"type": "Object",
"tags": [],
"label": "__0",
"description": [],
"signature": [
"Props<T>"
],
"source": {
"path": "src/plugins/es_ui_shared/public/components/json_editor/json_editor.tsx",
"lineNumber": 25
},
"deprecated": false
}
],
"initialIsOpen": false
},
{
@ -1283,9 +1271,7 @@
"path": "src/plugins/es_ui_shared/public/request/use_request.ts",
"lineNumber": 25
},
"deprecated": false,
"returnComment": [],
"children": []
"deprecated": false
}
],
"initialIsOpen": false
@ -1391,32 +1377,14 @@
"label": "indexNameBeginsWithPeriod",
"description": [],
"signature": [
"(indexName?: string | undefined) => boolean"
"typeof ",
"indexNameBeginsWithPeriod"
],
"source": {
"path": "src/plugins/es_ui_shared/public/indices/index.ts",
"lineNumber": 19
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "esUiShared",
"id": "def-public.indexName",
"type": "string",
"tags": [],
"label": "indexName",
"description": [],
"signature": [
"string | undefined"
],
"source": {
"path": "src/plugins/es_ui_shared/public/indices/validate/validate_index.ts",
"lineNumber": 12
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "esUiShared",
@ -1426,29 +1394,14 @@
"label": "findIllegalCharactersInIndexName",
"description": [],
"signature": [
"(indexName: string) => string[]"
"typeof ",
"findIllegalCharactersInIndexName"
],
"source": {
"path": "src/plugins/es_ui_shared/public/indices/index.ts",
"lineNumber": 20
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "esUiShared",
"id": "def-public.indexName",
"type": "string",
"tags": [],
"label": "indexName",
"description": [],
"source": {
"path": "src/plugins/es_ui_shared/public/indices/validate/validate_index.ts",
"lineNumber": 19
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "esUiShared",
@ -1458,29 +1411,14 @@
"label": "indexNameContainsSpaces",
"description": [],
"signature": [
"(indexName: string) => boolean"
"typeof ",
"indexNameContainsSpaces"
],
"source": {
"path": "src/plugins/es_ui_shared/public/indices/index.ts",
"lineNumber": 21
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "esUiShared",
"id": "def-public.indexName",
"type": "string",
"tags": [],
"label": "indexName",
"description": [],
"source": {
"path": "src/plugins/es_ui_shared/public/indices/validate/validate_index.ts",
"lineNumber": 34
},
"deprecated": false
}
]
"deprecated": false
}
],
"initialIsOpen": false

View file

@ -687,7 +687,7 @@
"label": "logEvent",
"description": [],
"signature": [
"(properties: DeepPartial<DeepWriteable<Readonly<{ '@timestamp'?: string | undefined; kibana?: Readonly<{ saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: 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; } & {}> | 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; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}>>> | undefined) => void"
"(properties: DeepPartial<DeepWriteable<Readonly<{ '@timestamp'?: string | undefined; kibana?: Readonly<{ alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; server_uuid?: string | undefined; saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; type_id?: string | 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; 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; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}>>> | undefined) => void"
],
"source": {
"path": "x-pack/plugins/event_log/server/types.ts",
@ -703,7 +703,7 @@
"label": "properties",
"description": [],
"signature": [
"DeepPartial<DeepWriteable<Readonly<{ '@timestamp'?: string | undefined; kibana?: Readonly<{ saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: 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; } & {}> | 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; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}>>> | undefined"
"DeepPartial<DeepWriteable<Readonly<{ '@timestamp'?: string | undefined; kibana?: Readonly<{ alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; server_uuid?: string | undefined; saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; type_id?: string | 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; 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; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}>>> | undefined"
],
"source": {
"path": "x-pack/plugins/event_log/server/types.ts",
@ -723,7 +723,7 @@
"label": "startTiming",
"description": [],
"signature": [
"(event: DeepPartial<DeepWriteable<Readonly<{ '@timestamp'?: string | undefined; kibana?: Readonly<{ saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: 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; } & {}> | 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; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}>>> | undefined) => void"
"(event: DeepPartial<DeepWriteable<Readonly<{ '@timestamp'?: string | undefined; kibana?: Readonly<{ alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; server_uuid?: string | undefined; saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; type_id?: string | 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; 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; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}>>> | undefined) => void"
],
"source": {
"path": "x-pack/plugins/event_log/server/types.ts",
@ -739,7 +739,7 @@
"label": "event",
"description": [],
"signature": [
"DeepPartial<DeepWriteable<Readonly<{ '@timestamp'?: string | undefined; kibana?: Readonly<{ saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: 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; } & {}> | 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; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}>>> | undefined"
"DeepPartial<DeepWriteable<Readonly<{ '@timestamp'?: string | undefined; kibana?: Readonly<{ alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; server_uuid?: string | undefined; saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; type_id?: string | 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; 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; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}>>> | undefined"
],
"source": {
"path": "x-pack/plugins/event_log/server/types.ts",
@ -759,7 +759,7 @@
"label": "stopTiming",
"description": [],
"signature": [
"(event: DeepPartial<DeepWriteable<Readonly<{ '@timestamp'?: string | undefined; kibana?: Readonly<{ saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: 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; } & {}> | 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; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}>>> | undefined) => void"
"(event: DeepPartial<DeepWriteable<Readonly<{ '@timestamp'?: string | undefined; kibana?: Readonly<{ alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; server_uuid?: string | undefined; saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; type_id?: string | 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; 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; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}>>> | undefined) => void"
],
"source": {
"path": "x-pack/plugins/event_log/server/types.ts",
@ -775,7 +775,7 @@
"label": "event",
"description": [],
"signature": [
"DeepPartial<DeepWriteable<Readonly<{ '@timestamp'?: string | undefined; kibana?: Readonly<{ saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: 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; } & {}> | 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; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}>>> | undefined"
"DeepPartial<DeepWriteable<Readonly<{ '@timestamp'?: string | undefined; kibana?: Readonly<{ alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; server_uuid?: string | undefined; saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; type_id?: string | 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; 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; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}>>> | undefined"
],
"source": {
"path": "x-pack/plugins/event_log/server/types.ts",
@ -850,7 +850,7 @@
"label": "data",
"description": [],
"signature": [
"(Readonly<{ '@timestamp'?: string | undefined; kibana?: Readonly<{ saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: 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; } & {}> | 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; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}> | undefined)[]"
"(Readonly<{ '@timestamp'?: string | undefined; kibana?: Readonly<{ alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; server_uuid?: string | undefined; saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; type_id?: string | 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; 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; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}> | undefined)[]"
],
"source": {
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
@ -872,7 +872,7 @@
"label": "IEvent",
"description": [],
"signature": [
"DeepPartial<DeepWriteable<Readonly<{ '@timestamp'?: string | undefined; kibana?: Readonly<{ saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: 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; } & {}> | 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; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}>>> | undefined"
"undefined | DeepPartial<DeepWriteable<Readonly<{ '@timestamp'?: string | undefined; kibana?: Readonly<{ alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; server_uuid?: string | undefined; saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; type_id?: string | 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; 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; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}>>>"
],
"source": {
"path": "x-pack/plugins/event_log/generated/schemas.ts",
@ -889,7 +889,7 @@
"label": "IValidatedEvent",
"description": [],
"signature": [
"Readonly<{ '@timestamp'?: string | undefined; kibana?: Readonly<{ saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: 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; } & {}> | 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; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}> | undefined"
"undefined | Readonly<{ '@timestamp'?: string | undefined; kibana?: Readonly<{ alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; server_uuid?: string | undefined; saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; type_id?: string | 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; 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; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}>"
],
"source": {
"path": "x-pack/plugins/event_log/generated/schemas.ts",
@ -1171,7 +1171,7 @@
"label": "getLogger",
"description": [],
"signature": [
"(properties: DeepPartial<DeepWriteable<Readonly<{ '@timestamp'?: string | undefined; kibana?: Readonly<{ saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: 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; } & {}> | 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; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}>>> | undefined) => ",
"(properties: DeepPartial<DeepWriteable<Readonly<{ '@timestamp'?: string | undefined; kibana?: Readonly<{ alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; server_uuid?: string | undefined; saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; type_id?: string | 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; 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; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}>>> | undefined) => ",
{
"pluginId": "eventLog",
"scope": "server",
@ -1194,7 +1194,7 @@
"label": "properties",
"description": [],
"signature": [
"DeepPartial<DeepWriteable<Readonly<{ '@timestamp'?: string | undefined; kibana?: Readonly<{ saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: 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; } & {}> | 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; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}>>> | undefined"
"DeepPartial<DeepWriteable<Readonly<{ '@timestamp'?: string | undefined; kibana?: Readonly<{ alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; server_uuid?: string | undefined; saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; type_id?: string | 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; 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; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}>>> | undefined"
],
"source": {
"path": "x-pack/plugins/event_log/server/types.ts",

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -15,11 +15,11 @@
"label": "FileDataVisualizerPluginStart",
"description": [],
"signature": [
"{ getFileDataVisualizerComponent: () => Promise<React.FC<{}>>; getMaxBytesFormatted: () => string; }"
"{ getFileDataVisualizerComponent: typeof getFileDataVisualizerComponent; getMaxBytesFormatted: typeof getMaxBytesFormatted; }"
],
"source": {
"path": "x-pack/plugins/file_data_visualizer/public/plugin.ts",
"lineNumber": 33
"lineNumber": 36
},
"deprecated": false,
"lifecycle": "start",
@ -230,7 +230,7 @@
"label": "JobFieldType",
"description": [],
"signature": [
"\"number\" | \"boolean\" | \"date\" | \"text\" | \"keyword\" | \"ip\" | \"geo_point\" | \"geo_shape\" | \"unknown\""
"\"number\" | \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"unknown\" | \"ip\" | \"geo_point\" | \"geo_shape\""
],
"source": {
"path": "x-pack/plugins/file_data_visualizer/common/types.ts",

View file

@ -125,52 +125,7 @@
"path": "x-pack/plugins/file_upload/public/lazy_load_bundle/index.ts",
"lineNumber": 25
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "fileUpload",
"id": "def-public.geojsonFile",
"type": "Object",
"tags": [],
"label": "geojsonFile",
"description": [],
"signature": [
"GeoJSON.FeatureCollection<GeoJSON.Geometry, GeoJSON.GeoJsonProperties>"
],
"source": {
"path": "x-pack/plugins/file_upload/public/lazy_load_bundle/index.ts",
"lineNumber": 25
},
"deprecated": false
},
{
"parentPluginId": "fileUpload",
"id": "def-public.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"source": {
"path": "x-pack/plugins/file_upload/public/lazy_load_bundle/index.ts",
"lineNumber": 25
},
"deprecated": false
},
{
"parentPluginId": "fileUpload",
"id": "def-public.previewCoverage",
"type": "number",
"tags": [],
"label": "previewCoverage",
"description": [],
"source": {
"path": "x-pack/plugins/file_upload/public/lazy_load_bundle/index.ts",
"lineNumber": 25
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "fileUpload",
@ -186,9 +141,7 @@
"path": "x-pack/plugins/file_upload/public/lazy_load_bundle/index.ts",
"lineNumber": 26
},
"deprecated": false,
"returnComment": [],
"children": []
"deprecated": false
},
{
"parentPluginId": "fileUpload",
@ -204,9 +157,7 @@
"path": "x-pack/plugins/file_upload/public/lazy_load_bundle/index.ts",
"lineNumber": 27
},
"deprecated": false,
"returnComment": [],
"children": []
"deprecated": false
},
{
"parentPluginId": "fileUpload",
@ -222,9 +173,7 @@
"path": "x-pack/plugins/file_upload/public/lazy_load_bundle/index.ts",
"lineNumber": 28
},
"deprecated": false,
"returnComment": [],
"children": []
"deprecated": false
},
{
"parentPluginId": "fileUpload",
@ -248,32 +197,7 @@
"path": "x-pack/plugins/file_upload/public/lazy_load_bundle/index.ts",
"lineNumber": 29
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "fileUpload",
"id": "def-public.results",
"type": "Object",
"tags": [],
"label": "results",
"description": [],
"signature": [
{
"pluginId": "fileUpload",
"scope": "public",
"docId": "kibFileUploadPluginApi",
"section": "def-public.FileUploadGeoResults",
"text": "FileUploadGeoResults"
}
],
"source": {
"path": "x-pack/plugins/file_upload/public/lazy_load_bundle/index.ts",
"lineNumber": 29
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "fileUpload",
@ -289,9 +213,7 @@
"path": "x-pack/plugins/file_upload/public/lazy_load_bundle/index.ts",
"lineNumber": 30
},
"deprecated": false,
"returnComment": [],
"children": []
"deprecated": false
}
],
"initialIsOpen": false
@ -958,39 +880,7 @@
"path": "x-pack/plugins/file_upload/public/components/geojson_upload_form/index_name_form.tsx",
"lineNumber": 17
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "fileUpload",
"id": "def-public.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"source": {
"path": "x-pack/plugins/file_upload/public/components/geojson_upload_form/index_name_form.tsx",
"lineNumber": 17
},
"deprecated": false
},
{
"parentPluginId": "fileUpload",
"id": "def-public.error",
"type": "string",
"tags": [],
"label": "error",
"description": [],
"signature": [
"string | undefined"
],
"source": {
"path": "x-pack/plugins/file_upload/public/components/geojson_upload_form/index_name_form.tsx",
"lineNumber": 17
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "fileUpload",
@ -1006,9 +896,7 @@
"path": "x-pack/plugins/file_upload/public/components/geojson_upload_form/index_name_form.tsx",
"lineNumber": 18
},
"deprecated": false,
"returnComment": [],
"children": []
"deprecated": false
},
{
"parentPluginId": "fileUpload",
@ -1024,9 +912,7 @@
"path": "x-pack/plugins/file_upload/public/components/geojson_upload_form/index_name_form.tsx",
"lineNumber": 19
},
"deprecated": false,
"returnComment": [],
"children": []
"deprecated": false
}
],
"initialIsOpen": false
@ -1355,208 +1241,7 @@
"docId": "kibDataPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
".OBJECT | ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
".DATE | ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
".DATE_NANOS | ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
".DATE_RANGE | ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
".GEO_POINT | ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
".GEO_SHAPE | ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
".FLOAT | ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
".HALF_FLOAT | ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
".SCALED_FLOAT | ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
".DOUBLE | ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
".INTEGER | ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
".LONG | ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
".SHORT | ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
".UNSIGNED_LONG | ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
".FLOAT_RANGE | ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
".DOUBLE_RANGE | ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
".INTEGER_RANGE | ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
".LONG_RANGE | ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
".NESTED | ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
".BYTE | ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
".IP | ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
".IP_RANGE | ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
".ATTACHMENT | ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
".TOKEN_COUNT | ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
".MURMUR3 | ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.ES_FIELD_TYPES",
"text": "ES_FIELD_TYPES"
},
".HISTOGRAM; format?: string | undefined; }; }; }"
}
],
"source": {
"path": "x-pack/plugins/file_upload/common/types.ts",
@ -1839,13 +1524,12 @@
"label": "doc",
"description": [],
"signature": [
"string | object | ",
{
"pluginId": "fileUpload",
"scope": "common",
"docId": "kibFileUploadPluginApi",
"section": "def-common.Doc",
"text": "Doc"
"section": "def-common.ImportDoc",
"text": "ImportDoc"
}
],
"source": {
@ -2299,14 +1983,7 @@
"label": "FormattedOverrides",
"description": [],
"signature": [
{
"pluginId": "fileUpload",
"scope": "common",
"docId": "kibFileUploadPluginApi",
"section": "def-common.InputOverrides",
"text": "InputOverrides"
},
" & { column_names: string[]; has_header_row: boolean; should_trim_fields: boolean; }"
"InputOverrides & { column_names: string[]; has_header_row: boolean; should_trim_fields: boolean; }"
],
"source": {
"path": "x-pack/plugins/file_upload/common/types.ts",

File diff suppressed because it is too large Load diff

View file

@ -323,7 +323,7 @@
"\nThe url associated with this result.\nThis can be either an absolute url, a path relative to the incoming request's basePath, or a structure specifying if the basePath should be prepended.\n"
],
"signature": [
"string | { path: string; prependBasePath: boolean; }"
"GlobalSearchProviderResultUrl"
],
"source": {
"path": "x-pack/plugins/global_search/common/types.ts",
@ -478,9 +478,7 @@
"path": "x-pack/plugins/global_search/public/types.ts",
"lineNumber": 53
},
"deprecated": false,
"returnComment": [],
"children": []
"deprecated": false
}
],
"initialIsOpen": false
@ -534,9 +532,7 @@
"\nRepresentation of a result returned by the {@link GlobalSearchPluginStart.find | `find` API}"
],
"signature": [
"Pick<",
"GlobalSearchProviderResult",
", \"type\" | \"title\" | \"id\" | \"meta\" | \"icon\" | \"score\"> & { url: string; }"
"Pick<GlobalSearchProviderResult, \"type\" | \"title\" | \"id\" | \"meta\" | \"icon\" | \"score\"> & { url: string; }"
],
"source": {
"path": "x-pack/plugins/global_search/common/types.ts",
@ -555,15 +551,7 @@
"label": "GlobalSearchPluginSetup",
"description": [],
"signature": [
"{ registerResultProvider: (provider: ",
{
"pluginId": "globalSearch",
"scope": "public",
"docId": "kibGlobalSearchPluginApi",
"section": "def-public.GlobalSearchResultProvider",
"text": "GlobalSearchResultProvider"
},
") => void; }"
"{ registerResultProvider: (provider: GlobalSearchResultProvider) => void; }"
],
"source": {
"path": "x-pack/plugins/global_search/public/types.ts",
@ -591,9 +579,7 @@
"section": "def-public.GlobalSearchFindOptions",
"text": "GlobalSearchFindOptions"
},
") => ",
"Observable",
"<",
") => Observable<",
"GlobalSearchBatchedResults",
">; getSearchableTypes: () => Promise<string[]>; }"
],
@ -758,10 +744,7 @@
"text": "IUiSettingsClient"
},
"; }; capabilities: ",
"Observable",
"<",
"Capabilities",
">; }"
"Observable"
],
"source": {
"path": "x-pack/plugins/global_search/server/types.ts",
@ -927,7 +910,7 @@
"\nThe url associated with this result.\nThis can be either an absolute url, a path relative to the incoming request's basePath, or a structure specifying if the basePath should be prepended.\n"
],
"signature": [
"string | { path: string; prependBasePath: boolean; }"
"GlobalSearchProviderResultUrl"
],
"source": {
"path": "x-pack/plugins/global_search/common/types.ts",
@ -1028,8 +1011,7 @@
") => ",
"Observable",
"<",
"GlobalSearchProviderResult",
"[]>"
"GlobalSearchProviderResult"
],
"source": {
"path": "x-pack/plugins/global_search/server/types.ts",
@ -1121,32 +1103,7 @@
"path": "x-pack/plugins/global_search/server/types.ts",
"lineNumber": 140
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "globalSearch",
"id": "def-server.context",
"type": "Object",
"tags": [],
"label": "context",
"description": [],
"signature": [
{
"pluginId": "globalSearch",
"scope": "server",
"docId": "kibGlobalSearchPluginApi",
"section": "def-server.GlobalSearchProviderContext",
"text": "GlobalSearchProviderContext"
}
],
"source": {
"path": "x-pack/plugins/global_search/server/types.ts",
"lineNumber": 140
},
"deprecated": false
}
]
"deprecated": false
}
],
"initialIsOpen": false
@ -1257,9 +1214,7 @@
"path": "x-pack/plugins/global_search/server/types.ts",
"lineNumber": 57
},
"deprecated": false,
"returnComment": [],
"children": []
"deprecated": false
}
],
"initialIsOpen": false
@ -1296,9 +1251,7 @@
"\nRepresentation of a result returned by the {@link GlobalSearchPluginStart.find | `find` API}"
],
"signature": [
"Pick<",
"GlobalSearchProviderResult",
", \"type\" | \"title\" | \"id\" | \"meta\" | \"icon\" | \"score\"> & { url: string; }"
"Pick<GlobalSearchProviderResult, \"type\" | \"title\" | \"id\" | \"meta\" | \"icon\" | \"score\"> & { url: string; }"
],
"source": {
"path": "x-pack/plugins/global_search/common/types.ts",
@ -1317,33 +1270,19 @@
"label": "GlobalSearchPluginStart",
"description": [],
"signature": [
"{ find: (params: ",
"GlobalSearchFindParams",
", options: ",
{
"pluginId": "globalSearch",
"scope": "server",
"docId": "kibGlobalSearchPluginApi",
"section": "def-server.GlobalSearchFindOptions",
"text": "GlobalSearchFindOptions"
},
", request: ",
"{ find: (params: GlobalSearchFindParams, options: GlobalSearchFindOptions, request: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"docId": "kibCorePluginApi",
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any>) => ",
"Observable",
"<",
"GlobalSearchBatchedResults",
">; getSearchableTypes: (request: ",
"<unknown, unknown, unknown, any>) => Observable<GlobalSearchBatchedResults>; getSearchableTypes: (request: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"docId": "kibCorePluginApi",
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
@ -1365,15 +1304,7 @@
"label": "GlobalSearchPluginSetup",
"description": [],
"signature": [
"{ registerResultProvider: (provider: ",
{
"pluginId": "globalSearch",
"scope": "server",
"docId": "kibGlobalSearchPluginApi",
"section": "def-server.GlobalSearchResultProvider",
"text": "GlobalSearchResultProvider"
},
") => void; }"
"{ registerResultProvider: (provider: GlobalSearchResultProvider) => void; }"
],
"source": {
"path": "x-pack/plugins/global_search/server/types.ts",

View file

@ -220,7 +220,7 @@
"EUI `IconType` for icon to be displayed to the user. EUI supports any known EUI icon, SVG URL, or ReactElement."
],
"signature": [
"string | React.ComponentClass<{}, any> | React.FunctionComponent<{}>"
"IconType"
],
"source": {
"path": "src/plugins/home/public/services/feature_catalogue/feature_catalogue_registry.ts",
@ -419,7 +419,7 @@
"EUI `IconType` for icon to be displayed to the user. EUI supports any known EUI icon, SVG URL, or ReactElement."
],
"signature": [
"string | React.ComponentClass<{}, any> | React.FunctionComponent<{}>"
"IconType"
],
"source": {
"path": "src/plugins/home/public/services/feature_catalogue/feature_catalogue_registry.ts",
@ -501,7 +501,7 @@
],
"source": {
"path": "src/plugins/home/public/plugin.ts",
"lineNumber": 161
"lineNumber": 166
},
"deprecated": false,
"initialIsOpen": false
@ -534,7 +534,7 @@
],
"source": {
"path": "src/plugins/home/public/plugin.ts",
"lineNumber": 158
"lineNumber": 163
},
"deprecated": false,
"initialIsOpen": false
@ -547,7 +547,7 @@
"label": "TutorialDirectoryHeaderLinkComponent",
"description": [],
"signature": [
"React.FunctionComponent<{}>"
"(props: { children?: React.ReactNode; }, context: any) => React.ReactElement<any, any> | null"
],
"source": {
"path": "src/plugins/home/public/services/tutorials/tutorial_service.ts",
@ -564,7 +564,7 @@
"label": "TutorialDirectoryNoticeComponent",
"description": [],
"signature": [
"React.FunctionComponent<{}>"
"(props: { children?: React.ReactNode; }, context: any) => React.ReactElement<any, any> | null"
],
"source": {
"path": "src/plugins/home/public/services/tutorials/tutorial_service.ts",
@ -581,7 +581,7 @@
"label": "TutorialModuleNoticeComponent",
"description": [],
"signature": [
"React.FunctionComponent<{ moduleName: string; }>"
"(props: React.PropsWithChildren<{ moduleName: string; }>, context: any) => React.ReactElement<any, any> | null"
],
"source": {
"path": "src/plugins/home/public/services/tutorials/tutorial_service.ts",
@ -598,11 +598,17 @@
"label": "TutorialSetup",
"description": [],
"signature": [
"{ setVariable: (key: string, value: unknown) => void; registerDirectoryNotice: (id: string, component: React.FC<{}>) => void; registerDirectoryHeaderLink: (id: string, component: React.FC<{}>) => void; registerModuleNotice: (id: string, component: React.FC<{ moduleName: string; }>) => void; }"
"{ setVariable: (key: string, value: unknown) => void; registerDirectoryNotice: (id: string, component: ",
"FC",
"<{}>) => void; registerDirectoryHeaderLink: (id: string, component: ",
"FC",
"<{}>) => void; registerModuleNotice: (id: string, component: ",
"FC",
"<{ moduleName: string; }>) => void; }"
],
"source": {
"path": "src/plugins/home/public/plugin.ts",
"lineNumber": 164
"lineNumber": 169
},
"deprecated": false,
"initialIsOpen": false
@ -873,7 +879,7 @@
"description": [],
"source": {
"path": "src/plugins/home/public/plugin.ts",
"lineNumber": 167
"lineNumber": 175
},
"deprecated": false,
"children": [
@ -889,7 +895,25 @@
],
"source": {
"path": "src/plugins/home/public/plugin.ts",
"lineNumber": 168
"lineNumber": 176
},
"deprecated": false
},
{
"parentPluginId": "home",
"id": "def-public.HomePublicPluginSetup.addData",
"type": "Object",
"tags": [],
"label": "addData",
"description": [],
"signature": [
"{ registerAddDataTab: (tab: ",
"AddDataTab",
") => void; }"
],
"source": {
"path": "src/plugins/home/public/plugin.ts",
"lineNumber": 177
},
"deprecated": false
},
@ -921,7 +945,7 @@
],
"source": {
"path": "src/plugins/home/public/plugin.ts",
"lineNumber": 169
"lineNumber": 178
},
"deprecated": false
},
@ -949,7 +973,7 @@
],
"source": {
"path": "src/plugins/home/public/plugin.ts",
"lineNumber": 176
"lineNumber": 185
},
"deprecated": true,
"references": [
@ -964,7 +988,7 @@
"plugin": "apm",
"link": {
"path": "x-pack/plugins/apm/public/plugin.ts",
"lineNumber": 82
"lineNumber": 85
}
},
{
@ -989,7 +1013,7 @@
"description": [],
"source": {
"path": "src/plugins/home/public/plugin.ts",
"lineNumber": 178
"lineNumber": 187
},
"deprecated": false,
"children": [
@ -1005,7 +1029,7 @@
],
"source": {
"path": "src/plugins/home/public/plugin.ts",
"lineNumber": 179
"lineNumber": 188
},
"deprecated": false
}
@ -1060,21 +1084,9 @@
"label": "SampleDataRegistrySetup",
"description": [],
"signature": [
"{ registerSampleDataset: (specProvider: ",
{
"pluginId": "home",
"scope": "server",
"docId": "kibHomePluginApi",
"section": "def-server.SampleDatasetProvider",
"text": "SampleDatasetProvider"
},
") => void; getSampleDatasets: () => ",
"{ registerSampleDataset: (specProvider: SampleDatasetProvider) => void; getSampleDatasets: () => ",
"Writable",
"<Readonly<{ status?: string | undefined; darkPreviewImagePath?: string | undefined; statusMsg?: string | undefined; } & { description: string; id: string; name: string; savedObjects: Readonly<{ version?: any; attributes?: any; } & { type: string; id: string; references: any[]; }>[]; previewImagePath: string; overviewDashboard: string; appLinks: Readonly<{} & { label: string; path: string; icon: string; }>[]; defaultIndex: string; dataIndices: Readonly<{} & { id: string; fields: Record<string, any>; timeFields: string[]; dataPath: string; currentTimeMarker: string; preserveDayOfWeekTimeOfDay: boolean; }>[]; }>>[]; addSavedObjectsToSampleDataset: (id: string, savedObjects: ",
"SavedObject",
"<unknown>[]) => void; addAppLinksToSampleDataset: (id: string, appLinks: Readonly<{} & { label: string; path: string; icon: string; }>[]) => void; replacePanelInSampleDatasetDashboard: ({ sampleDataId, dashboardId, oldEmbeddableId, embeddableId, embeddableType, embeddableConfig, }: ",
"SampleDatasetDashboardPanel",
") => void; }"
"<Readonly<{ status?: string | undefined; darkPreviewImagePath?: string | undefined; statusMsg?: string | undefined; } & { description: string; id: string; name: string; savedObjects: Readonly<{ version?: any; attributes?: any; } & { type: string; id: string; references: any[]; }>[]; previewImagePath: string; overviewDashboard: string; appLinks: Readonly<{} & { label: string; path: string; icon: string; }>[]; defaultIndex: string; dataIndices: Readonly<{} & { id: string; fields: Record<string, any>; timeFields: string[]; dataPath: string; currentTimeMarker: string; preserveDayOfWeekTimeOfDay: boolean; }>[]; }>>[]; addSavedObjectsToSampleDataset: (id: string, savedObjects: SavedObject<unknown>[]) => void; addAppLinksToSampleDataset: (id: string, appLinks: Readonly<{} & { label: string; path: string; icon: string; }>[]) => void; replacePanelInSampleDatasetDashboard: ({ sampleDataId, dashboardId, oldEmbeddableId, embeddableId, embeddableType, embeddableConfig, }: SampleDatasetDashboardPanel) => void; }"
],
"source": {
"path": "src/plugins/home/server/services/sample_data/sample_data_registry.ts",
@ -1112,7 +1124,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; } & {}>[]; }>[]; }>[]; }> | 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; } & {}>[]; }>[]; }>[]; }> | 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; } & { 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; } & {}>[]; }>[]; }>[]; }>; }>"
") => 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; } & {}>[]; }>[]; }>[]; }> | 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; } & {}>[]; }>[]; }>[]; }> | 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; } & { id: string; name: string; category: \"metrics\" | \"security\" | \"logging\" | \"other\"; 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; } & {}>[]; }>[]; }>[]; }>; }>"
],
"source": {
"path": "src/plugins/home/server/services/tutorials/lib/tutorials_registry_types.ts",

View file

@ -722,7 +722,7 @@
"description": [],
"source": {
"path": "x-pack/plugins/index_management/server/plugin.ts",
"lineNumber": 25
"lineNumber": 23
},
"deprecated": false,
"children": [
@ -740,7 +740,7 @@
],
"source": {
"path": "x-pack/plugins/index_management/server/plugin.ts",
"lineNumber": 26
"lineNumber": 24
},
"deprecated": false
}
@ -1262,7 +1262,7 @@
"label": "health",
"description": [],
"signature": [
"\"green\" | \"yellow\" | \"red\""
"ClusterStatus"
],
"source": {
"path": "x-pack/plugins/index_management/common/types/data_streams.ts",
@ -1491,7 +1491,7 @@
"label": "status",
"description": [],
"signature": [
"\"GREEN\" | \"YELLOW\" | \"RED\""
"HealthFromEs"
],
"source": {
"path": "x-pack/plugins/index_management/common/types/data_streams.ts",

View file

@ -67,13 +67,15 @@
"label": "getDerivedStateFromProps",
"description": [],
"signature": [
"(nextProps: ",
"FormatEditorProps",
"<{}>, state: ",
"FormatEditorState",
") => { error: string | undefined; samples: ",
"Sample",
"[]; }"
"typeof ",
{
"pluginId": "indexPatternFieldEditor",
"scope": "public",
"docId": "kibIndexPatternFieldEditorPluginApi",
"section": "def-public.DefaultFormatEditor",
"text": "DefaultFormatEditor"
},
".getDerivedStateFromProps"
],
"source": {
"path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/default/default.tsx",
@ -224,7 +226,7 @@
"\nThe Kibana field type of the field to create or edit\nDefault: \"runtime\""
],
"signature": [
"\"concrete\" | \"runtime\""
"InternalFieldType"
],
"source": {
"path": "src/plugins/index_pattern_field_editor/public/components/field_editor_flyout_content_container.tsx",
@ -592,42 +594,7 @@
"path": "src/plugins/index_pattern_field_editor/public/types.ts",
"lineNumber": 33
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "indexPatternFieldEditor",
"id": "def-public.props",
"type": "CompoundType",
"tags": [],
"label": "props",
"description": [],
"signature": [
"P & { children?: React.ReactNode; }"
],
"source": {
"path": "node_modules/@types/react/index.d.ts",
"lineNumber": 554
},
"deprecated": false
},
{
"parentPluginId": "indexPatternFieldEditor",
"id": "def-public.context",
"type": "Any",
"tags": [],
"label": "context",
"description": [],
"signature": [
"any"
],
"source": {
"path": "node_modules/@types/react/index.d.ts",
"lineNumber": 554
},
"deprecated": false
}
]
"deprecated": false
}
],
"lifecycle": "start",

View file

@ -799,9 +799,7 @@
"path": "src/plugins/index_pattern_management/public/service/creation/config.ts",
"lineNumber": 33
},
"deprecated": false,
"returnComment": [],
"children": []
"deprecated": false
},
{
"parentPluginId": "indexPatternManagement",
@ -906,54 +904,19 @@
"[]>; }; list: { getIndexPatternTags: (indexPattern: ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataIndexPatternsPluginApi",
"section": "def-common.IIndexPattern",
"scope": "public",
"docId": "kibDataPluginApi",
"section": "def-public.IIndexPattern",
"text": "IIndexPattern"
},
" | ",
{
"pluginId": "core",
"scope": "public",
"docId": "kibCoreSavedObjectsPluginApi",
"docId": "kibCorePluginApi",
"section": "def-public.SimpleSavedObject",
"text": "SimpleSavedObject"
},
"<",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataIndexPatternsPluginApi",
"section": "def-common.IIndexPattern",
"text": "IIndexPattern"
},
">, isDefault: boolean) => ",
"IndexPatternTag",
"[]; getFieldInfo: (indexPattern: ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataIndexPatternsPluginApi",
"section": "def-common.IIndexPattern",
"text": "IIndexPattern"
},
", field: ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataIndexPatternsPluginApi",
"section": "def-common.IFieldType",
"text": "IFieldType"
},
") => string[]; areScriptedFieldsEnabled: (indexPattern: ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataIndexPatternsPluginApi",
"section": "def-common.IIndexPattern",
"text": "IIndexPattern"
},
") => boolean; }; }"
}
],
"source": {
"path": "src/plugins/index_pattern_management/public/plugin.ts",

View file

@ -109,23 +109,7 @@
"path": "x-pack/plugins/infra/common/formatters/index.ts",
"lineNumber": 16
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "infra",
"id": "def-public.val",
"type": "number",
"tags": [],
"label": "val",
"description": [],
"source": {
"path": "x-pack/plugins/infra/common/formatters/number.ts",
"lineNumber": 8
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "infra",
@ -143,23 +127,7 @@
"path": "x-pack/plugins/infra/common/formatters/index.ts",
"lineNumber": 19
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "infra",
"id": "def-public.bytes",
"type": "number",
"tags": [],
"label": "bytes",
"description": [],
"source": {
"path": "x-pack/plugins/infra/common/formatters/bytes.ts",
"lineNumber": 42
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "infra",
@ -177,23 +145,7 @@
"path": "x-pack/plugins/infra/common/formatters/index.ts",
"lineNumber": 21
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "infra",
"id": "def-public.bytes",
"type": "number",
"tags": [],
"label": "bytes",
"description": [],
"source": {
"path": "x-pack/plugins/infra/common/formatters/bytes.ts",
"lineNumber": 42
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "infra",
@ -211,23 +163,7 @@
"path": "x-pack/plugins/infra/common/formatters/index.ts",
"lineNumber": 23
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "infra",
"id": "def-public.bytes",
"type": "number",
"tags": [],
"label": "bytes",
"description": [],
"source": {
"path": "x-pack/plugins/infra/common/formatters/bytes.ts",
"lineNumber": 42
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "infra",
@ -243,23 +179,7 @@
"path": "x-pack/plugins/infra/common/formatters/index.ts",
"lineNumber": 24
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "infra",
"id": "def-public.val",
"type": "number",
"tags": [],
"label": "val",
"description": [],
"source": {
"path": "x-pack/plugins/infra/common/formatters/percent.ts",
"lineNumber": 9
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "infra",
@ -275,23 +195,7 @@
"path": "x-pack/plugins/infra/common/formatters/index.ts",
"lineNumber": 25
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "infra",
"id": "def-public.val",
"type": "number",
"tags": [],
"label": "val",
"description": [],
"source": {
"path": "x-pack/plugins/infra/common/formatters/high_precision.ts",
"lineNumber": 8
},
"deprecated": false
}
]
"deprecated": false
}
],
"initialIsOpen": false
@ -329,9 +233,7 @@
"label": "InfraRequestHandlerContext",
"description": [],
"signature": [
"InfraMlRequestHandlerContext",
" & ",
"InfraSpacesRequestHandlerContext"
"InfraMlRequestHandlerContext & InfraSpacesRequestHandlerContext"
],
"source": {
"path": "x-pack/plugins/infra/server/types.ts",
@ -371,39 +273,7 @@
"path": "x-pack/plugins/infra/server/plugin.ts",
"lineNumber": 76
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "infra",
"id": "def-server.sourceId",
"type": "string",
"tags": [],
"label": "sourceId",
"description": [],
"source": {
"path": "x-pack/plugins/infra/server/plugin.ts",
"lineNumber": 77
},
"deprecated": false
},
{
"parentPluginId": "infra",
"id": "def-server.sourceProperties",
"type": "Object",
"tags": [],
"label": "sourceProperties",
"description": [],
"signature": [
"InfraStaticSourceConfiguration"
],
"source": {
"path": "x-pack/plugins/infra/server/plugin.ts",
"lineNumber": 78
},
"deprecated": false
}
]
"deprecated": false
}
],
"lifecycle": "setup",

View file

@ -217,8 +217,7 @@
"docId": "kibCorePluginApi",
"section": "def-public.OverlayRef",
"text": "OverlayRef"
},
"; }"
}
],
"source": {
"path": "src/plugins/inspector/public/plugin.tsx",
@ -292,7 +291,8 @@
"section": "def-common.RequestAdapter",
"text": "RequestAdapter"
},
" extends EventEmitter"
" extends ",
"EventEmitter"
],
"source": {
"path": "src/plugins/inspector/common/adapters/request/request_adapter.ts",
@ -919,23 +919,7 @@
"label": "component",
"description": [],
"signature": [
"React.ComponentClass<",
{
"pluginId": "inspector",
"scope": "public",
"docId": "kibInspectorPluginApi",
"section": "def-public.InspectorViewProps",
"text": "InspectorViewProps"
},
"<",
{
"pluginId": "inspector",
"scope": "common",
"docId": "kibInspectorPluginApi",
"section": "def-common.Adapters",
"text": "Adapters"
},
">, any> | React.FunctionComponent<",
"React.ComponentType<",
{
"pluginId": "inspector",
"scope": "public",
@ -1231,13 +1215,7 @@
"label": "InspectorSession",
"description": [],
"signature": [
{
"pluginId": "core",
"scope": "public",
"docId": "kibCorePluginApi",
"section": "def-public.OverlayRef",
"text": "OverlayRef"
}
"OverlayRef"
],
"source": {
"path": "src/plugins/inspector/public/types.ts",
@ -1283,32 +1261,7 @@
"path": "src/plugins/inspector/public/plugin.tsx",
"lineNumber": 21
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "inspector",
"id": "def-public.view",
"type": "Object",
"tags": [],
"label": "view",
"description": [],
"signature": [
{
"pluginId": "inspector",
"scope": "public",
"docId": "kibInspectorPluginApi",
"section": "def-public.InspectorViewDescription",
"text": "InspectorViewDescription"
}
],
"source": {
"path": "src/plugins/inspector/public/view_registry.ts",
"lineNumber": 33
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "inspector",
@ -1369,37 +1322,7 @@
"path": "src/plugins/inspector/public/plugin.tsx",
"lineNumber": 37
},
"deprecated": false,
"returnComment": [
"True, if a call to `open` with the same adapters\nwould have shown the inspector panel, false otherwise."
],
"children": [
{
"parentPluginId": "inspector",
"id": "def-public.adapters",
"type": "Object",
"tags": [],
"label": "adapters",
"description": [
"- An object of adapters. This should be the same\nyou would pass into `open`."
],
"signature": [
{
"pluginId": "inspector",
"scope": "common",
"docId": "kibInspectorPluginApi",
"section": "def-common.Adapters",
"text": "Adapters"
},
" | undefined"
],
"source": {
"path": "src/plugins/inspector/public/plugin.tsx",
"lineNumber": 37
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "inspector",
@ -1443,61 +1366,7 @@
"path": "src/plugins/inspector/public/plugin.tsx",
"lineNumber": 51
},
"deprecated": false,
"returnComment": [
"The session instance for the opened inspector."
],
"children": [
{
"parentPluginId": "inspector",
"id": "def-public.adapters",
"type": "Object",
"tags": [],
"label": "adapters",
"description": [
"- An object of adapters for which you want to show\nthe inspector panel."
],
"signature": [
{
"pluginId": "inspector",
"scope": "common",
"docId": "kibInspectorPluginApi",
"section": "def-common.Adapters",
"text": "Adapters"
}
],
"source": {
"path": "src/plugins/inspector/public/plugin.tsx",
"lineNumber": 51
},
"deprecated": false
},
{
"parentPluginId": "inspector",
"id": "def-public.options",
"type": "Object",
"tags": [],
"label": "options",
"description": [
"- Options that configure the inspector. See InspectorOptions type."
],
"signature": [
{
"pluginId": "inspector",
"scope": "public",
"docId": "kibInspectorPluginApi",
"section": "def-public.InspectorOptions",
"text": "InspectorOptions"
},
" | undefined"
],
"source": {
"path": "src/plugins/inspector/public/plugin.tsx",
"lineNumber": 51
},
"deprecated": false
}
]
"deprecated": false
}
],
"lifecycle": "start",
@ -1533,7 +1402,8 @@
"section": "def-common.RequestAdapter",
"text": "RequestAdapter"
},
" extends EventEmitter"
" extends ",
"EventEmitter"
],
"source": {
"path": "src/plugins/inspector/common/adapters/request/request_adapter.ts",

View file

@ -982,25 +982,6 @@
"lineNumber": 14
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "kibanaLegacy",
"id": "def-public.options",
"type": "Unknown",
"tags": [],
"label": "options",
"description": [],
"signature": [
"unknown"
],
"source": {
"path": "src/plugins/kibana_legacy/public/angular/kbn_top_nav.d.ts",
"lineNumber": 15
},
"deprecated": false
}
],
"initialIsOpen": false
},
{
@ -1019,7 +1000,7 @@
"section": "def-public.AngularHttpError",
"text": "AngularHttpError"
},
") => string"
") => any"
],
"source": {
"path": "src/plugins/kibana_legacy/public/notify/lib/format_angular_http_error.ts",
@ -1203,8 +1184,6 @@
"lineNumber": 15
},
"deprecated": false,
"returnComment": [],
"children": [],
"initialIsOpen": false
},
{
@ -1842,7 +1821,7 @@
"label": "AngularHttpError",
"description": [],
"signature": [
"angular.IHttpResponse<{ message: string; }>"
"IHttpResponse<{ message: string; }>"
],
"source": {
"path": "src/plugins/kibana_legacy/public/notify/lib/format_angular_http_error.ts",
@ -1859,7 +1838,7 @@
"label": "createTopNavDirective",
"description": [],
"signature": [
"angular.IDirectiveFactory<angular.IScope, JQLite, angular.IAttributes, angular.IController> | (string | angular.IDirectiveFactory<angular.IScope, JQLite, angular.IAttributes, angular.IController>)[]"
"angular.Injectable<angular.IDirectiveFactory<angular.IScope, JQLite, angular.IAttributes, angular.IController>>"
],
"source": {
"path": "src/plugins/kibana_legacy/public/angular/kbn_top_nav.d.ts",
@ -1876,7 +1855,7 @@
"label": "IPrivate",
"description": [],
"signature": [
"<T>(provider: (...injectable: any[]) => T) => T"
"(provider: (...injectable: any[]) => T) => T"
],
"source": {
"path": "src/plugins/kibana_legacy/public/utils/private.d.ts",
@ -1893,7 +1872,7 @@
"label": "KbnAccessibleClickProvider",
"description": [],
"signature": [
"angular.IDirectiveFactory<angular.IScope, JQLite, angular.IAttributes, angular.IController> | (string | angular.IDirectiveFactory<angular.IScope, JQLite, angular.IAttributes, angular.IController>)[]"
"angular.Injectable<angular.IDirectiveFactory<angular.IScope, JQLite, angular.IAttributes, angular.IController>>"
],
"source": {
"path": "src/plugins/kibana_legacy/public/utils/kbn_accessible_click.d.ts",

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -119,7 +119,7 @@
"section": "def-server.RequestHandler",
"text": "RequestHandler"
},
"<Params, Query, Body, Context, any, { custom: <T extends string | Record<string, any> | Error | { message: string | Error; attributes?: Record<string, any> | undefined; } | Buffer | ",
"<Params, Query, Body, Context, any, { custom: <T extends string | Record<string, any> | Error | Buffer | { message: string | Error; attributes?: Record<string, any> | undefined; } | ",
"Stream",
" | undefined>(options: ",
{
@ -130,368 +130,7 @@
"text": "CustomHttpResponseOptions"
},
"<T>) => ",
"KibanaResponse",
"<T>; badRequest: (options?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ErrorHttpResponseOptions",
"text": "ErrorHttpResponseOptions"
},
") => ",
"KibanaResponse",
"<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ResponseError",
"text": "ResponseError"
},
">; unauthorized: (options?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ErrorHttpResponseOptions",
"text": "ErrorHttpResponseOptions"
},
") => ",
"KibanaResponse",
"<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ResponseError",
"text": "ResponseError"
},
">; forbidden: (options?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ErrorHttpResponseOptions",
"text": "ErrorHttpResponseOptions"
},
") => ",
"KibanaResponse",
"<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ResponseError",
"text": "ResponseError"
},
">; notFound: (options?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ErrorHttpResponseOptions",
"text": "ErrorHttpResponseOptions"
},
") => ",
"KibanaResponse",
"<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ResponseError",
"text": "ResponseError"
},
">; conflict: (options?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ErrorHttpResponseOptions",
"text": "ErrorHttpResponseOptions"
},
") => ",
"KibanaResponse",
"<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ResponseError",
"text": "ResponseError"
},
">; customError: (options: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.CustomHttpResponseOptions",
"text": "CustomHttpResponseOptions"
},
"<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ResponseError",
"text": "ResponseError"
},
">) => ",
"KibanaResponse",
"<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ResponseError",
"text": "ResponseError"
},
">; redirected: (options: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.RedirectResponseOptions",
"text": "RedirectResponseOptions"
},
") => ",
"KibanaResponse",
"<string | Record<string, any> | Buffer | ",
"Stream",
">; ok: (options?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.HttpResponseOptions",
"text": "HttpResponseOptions"
},
") => ",
"KibanaResponse",
"<string | Record<string, any> | Buffer | ",
"Stream",
">; accepted: (options?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.HttpResponseOptions",
"text": "HttpResponseOptions"
},
") => ",
"KibanaResponse",
"<string | Record<string, any> | Buffer | ",
"Stream",
">; noContent: (options?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.HttpResponseOptions",
"text": "HttpResponseOptions"
},
") => ",
"KibanaResponse",
"<undefined>; }>) => (ctx: Context, request: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<Params, Query, Body, any>, response: { custom: <T extends string | Record<string, any> | Error | { message: string | Error; attributes?: Record<string, any> | undefined; } | Buffer | ",
"Stream",
" | undefined>(options: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.CustomHttpResponseOptions",
"text": "CustomHttpResponseOptions"
},
"<T>) => ",
"KibanaResponse",
"<T>; badRequest: (options?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ErrorHttpResponseOptions",
"text": "ErrorHttpResponseOptions"
},
") => ",
"KibanaResponse",
"<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ResponseError",
"text": "ResponseError"
},
">; unauthorized: (options?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ErrorHttpResponseOptions",
"text": "ErrorHttpResponseOptions"
},
") => ",
"KibanaResponse",
"<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ResponseError",
"text": "ResponseError"
},
">; forbidden: (options?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ErrorHttpResponseOptions",
"text": "ErrorHttpResponseOptions"
},
") => ",
"KibanaResponse",
"<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ResponseError",
"text": "ResponseError"
},
">; notFound: (options?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ErrorHttpResponseOptions",
"text": "ErrorHttpResponseOptions"
},
") => ",
"KibanaResponse",
"<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ResponseError",
"text": "ResponseError"
},
">; conflict: (options?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ErrorHttpResponseOptions",
"text": "ErrorHttpResponseOptions"
},
") => ",
"KibanaResponse",
"<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ResponseError",
"text": "ResponseError"
},
">; customError: (options: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.CustomHttpResponseOptions",
"text": "CustomHttpResponseOptions"
},
"<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ResponseError",
"text": "ResponseError"
},
">) => ",
"KibanaResponse",
"<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ResponseError",
"text": "ResponseError"
},
">; redirected: (options: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.RedirectResponseOptions",
"text": "RedirectResponseOptions"
},
") => ",
"KibanaResponse",
"<string | Record<string, any> | Buffer | ",
"Stream",
">; ok: (options?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.HttpResponseOptions",
"text": "HttpResponseOptions"
},
") => ",
"KibanaResponse",
"<string | Record<string, any> | Buffer | ",
"Stream",
">; accepted: (options?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.HttpResponseOptions",
"text": "HttpResponseOptions"
},
") => ",
"KibanaResponse",
"<string | Record<string, any> | Buffer | ",
"Stream",
">; noContent: (options?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.HttpResponseOptions",
"text": "HttpResponseOptions"
},
") => ",
"KibanaResponse",
"<undefined>; }) => ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.IKibanaResponse",
"text": "IKibanaResponse"
},
"<any> | Promise<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.IKibanaResponse",
"text": "IKibanaResponse"
},
"<any>>"
"KibanaResponse"
],
"source": {
"path": "x-pack/plugins/license_api_guard/server/license.ts",
@ -514,7 +153,7 @@
"section": "def-server.RequestHandler",
"text": "RequestHandler"
},
"<Params, Query, Body, Context, any, { custom: <T extends string | Record<string, any> | Error | { message: string | Error; attributes?: Record<string, any> | undefined; } | Buffer | ",
"<Params, Query, Body, Context, any, { custom: <T extends string | Record<string, any> | Error | Buffer | { message: string | Error; attributes?: Record<string, any> | undefined; } | ",
"Stream",
" | undefined>(options: ",
{
@ -533,162 +172,7 @@
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ErrorHttpResponseOptions",
"text": "ErrorHttpResponseOptions"
},
") => ",
"KibanaResponse",
"<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ResponseError",
"text": "ResponseError"
},
">; unauthorized: (options?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ErrorHttpResponseOptions",
"text": "ErrorHttpResponseOptions"
},
") => ",
"KibanaResponse",
"<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ResponseError",
"text": "ResponseError"
},
">; forbidden: (options?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ErrorHttpResponseOptions",
"text": "ErrorHttpResponseOptions"
},
") => ",
"KibanaResponse",
"<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ResponseError",
"text": "ResponseError"
},
">; notFound: (options?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ErrorHttpResponseOptions",
"text": "ErrorHttpResponseOptions"
},
") => ",
"KibanaResponse",
"<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ResponseError",
"text": "ResponseError"
},
">; conflict: (options?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ErrorHttpResponseOptions",
"text": "ErrorHttpResponseOptions"
},
") => ",
"KibanaResponse",
"<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ResponseError",
"text": "ResponseError"
},
">; customError: (options: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.CustomHttpResponseOptions",
"text": "CustomHttpResponseOptions"
},
"<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ResponseError",
"text": "ResponseError"
},
">) => ",
"KibanaResponse",
"<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ResponseError",
"text": "ResponseError"
},
">; redirected: (options: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.RedirectResponseOptions",
"text": "RedirectResponseOptions"
},
") => ",
"KibanaResponse",
"<string | Record<string, any> | Buffer | ",
"Stream",
">; ok: (options?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.HttpResponseOptions",
"text": "HttpResponseOptions"
},
") => ",
"KibanaResponse",
"<string | Record<string, any> | Buffer | ",
"Stream",
">; accepted: (options?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.HttpResponseOptions",
"text": "HttpResponseOptions"
},
") => ",
"KibanaResponse",
"<string | Record<string, any> | Buffer | ",
"Stream",
">; noContent: (options?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.HttpResponseOptions",
"text": "HttpResponseOptions"
},
") => ",
"KibanaResponse",
"<undefined>; }>"
}
],
"source": {
"path": "x-pack/plugins/license_api_guard/server/license.ts",

View file

@ -45,7 +45,7 @@
"\nThe validity status of the license."
],
"signature": [
"\"active\" | \"invalid\" | \"expired\" | undefined"
"\"invalid\" | \"active\" | \"expired\" | undefined"
],
"source": {
"path": "x-pack/plugins/licensing/common/types.ts",
@ -172,9 +172,7 @@
"path": "x-pack/plugins/licensing/common/types.ts",
"lineNumber": 142
},
"deprecated": false,
"returnComment": [],
"children": []
"deprecated": false
},
{
"parentPluginId": "licensing",
@ -210,9 +208,7 @@
"path": "x-pack/plugins/licensing/common/types.ts",
"lineNumber": 152
},
"deprecated": false,
"returnComment": [],
"children": []
"deprecated": false
},
{
"parentPluginId": "licensing",
@ -381,7 +377,7 @@
"\nThe state of checking the results of a license type meeting the license minimum."
],
"signature": [
"\"valid\" | \"invalid\" | \"expired\" | \"unavailable\""
"LicenseCheckState"
],
"source": {
"path": "x-pack/plugins/licensing/common/types.ts",
@ -492,7 +488,7 @@
"\nThe validity status of the license."
],
"signature": [
"\"active\" | \"invalid\" | \"expired\""
"LicenseStatus"
],
"source": {
"path": "x-pack/plugins/licensing/common/types.ts",
@ -856,7 +852,7 @@
"label": "LicenseStatus",
"description": [],
"signature": [
"\"active\" | \"invalid\" | \"expired\""
"\"invalid\" | \"active\" | \"expired\""
],
"source": {
"path": "x-pack/plugins/licensing/common/types.ts",
@ -892,9 +888,7 @@
"\nProvides information about feature availability for the current license."
],
"signature": [
"{ [x: string]: ",
"LicenseFeature",
"; }"
"{ [x: string]: LicenseFeature; }"
],
"source": {
"path": "x-pack/plugins/licensing/common/types.ts",
@ -1001,7 +995,7 @@
"plugin": "ml",
"link": {
"path": "x-pack/plugins/ml/public/plugin.ts",
"lineNumber": 136
"lineNumber": 141
}
},
{
@ -1022,7 +1016,7 @@
"plugin": "fleet",
"link": {
"path": "x-pack/plugins/fleet/public/plugin.ts",
"lineNumber": 97
"lineNumber": 94
}
},
{
@ -1236,7 +1230,7 @@
"section": "def-server.RequestHandler",
"text": "RequestHandler"
},
"<P, Q, B, Context, any, { custom: <T extends string | Record<string, any> | Error | { message: string | Error; attributes?: Record<string, any> | undefined; } | Buffer | ",
"<P, Q, B, Context, any, { custom: <T extends string | Record<string, any> | Error | Buffer | { message: string | Error; attributes?: Record<string, any> | undefined; } | ",
"Stream",
" | undefined>(options: ",
{
@ -1247,352 +1241,7 @@
"text": "CustomHttpResponseOptions"
},
"<T>) => ",
"KibanaResponse",
"<T>; badRequest: (options?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ErrorHttpResponseOptions",
"text": "ErrorHttpResponseOptions"
},
") => ",
"KibanaResponse",
"<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ResponseError",
"text": "ResponseError"
},
">; unauthorized: (options?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ErrorHttpResponseOptions",
"text": "ErrorHttpResponseOptions"
},
") => ",
"KibanaResponse",
"<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ResponseError",
"text": "ResponseError"
},
">; forbidden: (options?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ErrorHttpResponseOptions",
"text": "ErrorHttpResponseOptions"
},
") => ",
"KibanaResponse",
"<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ResponseError",
"text": "ResponseError"
},
">; notFound: (options?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ErrorHttpResponseOptions",
"text": "ErrorHttpResponseOptions"
},
") => ",
"KibanaResponse",
"<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ResponseError",
"text": "ResponseError"
},
">; conflict: (options?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ErrorHttpResponseOptions",
"text": "ErrorHttpResponseOptions"
},
") => ",
"KibanaResponse",
"<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ResponseError",
"text": "ResponseError"
},
">; customError: (options: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.CustomHttpResponseOptions",
"text": "CustomHttpResponseOptions"
},
"<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ResponseError",
"text": "ResponseError"
},
">) => ",
"KibanaResponse",
"<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ResponseError",
"text": "ResponseError"
},
">; redirected: (options: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.RedirectResponseOptions",
"text": "RedirectResponseOptions"
},
") => ",
"KibanaResponse",
"<string | Record<string, any> | Buffer | ",
"Stream",
">; ok: (options?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.HttpResponseOptions",
"text": "HttpResponseOptions"
},
") => ",
"KibanaResponse",
"<string | Record<string, any> | Buffer | ",
"Stream",
">; accepted: (options?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.HttpResponseOptions",
"text": "HttpResponseOptions"
},
") => ",
"KibanaResponse",
"<string | Record<string, any> | Buffer | ",
"Stream",
">; noContent: (options?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.HttpResponseOptions",
"text": "HttpResponseOptions"
},
") => ",
"KibanaResponse",
"<undefined>; }>) => ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.RequestHandler",
"text": "RequestHandler"
},
"<P, Q, B, Context, any, { custom: <T extends string | Record<string, any> | Error | { message: string | Error; attributes?: Record<string, any> | undefined; } | Buffer | ",
"Stream",
" | undefined>(options: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.CustomHttpResponseOptions",
"text": "CustomHttpResponseOptions"
},
"<T>) => ",
"KibanaResponse",
"<T>; badRequest: (options?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ErrorHttpResponseOptions",
"text": "ErrorHttpResponseOptions"
},
") => ",
"KibanaResponse",
"<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ResponseError",
"text": "ResponseError"
},
">; unauthorized: (options?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ErrorHttpResponseOptions",
"text": "ErrorHttpResponseOptions"
},
") => ",
"KibanaResponse",
"<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ResponseError",
"text": "ResponseError"
},
">; forbidden: (options?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ErrorHttpResponseOptions",
"text": "ErrorHttpResponseOptions"
},
") => ",
"KibanaResponse",
"<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ResponseError",
"text": "ResponseError"
},
">; notFound: (options?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ErrorHttpResponseOptions",
"text": "ErrorHttpResponseOptions"
},
") => ",
"KibanaResponse",
"<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ResponseError",
"text": "ResponseError"
},
">; conflict: (options?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ErrorHttpResponseOptions",
"text": "ErrorHttpResponseOptions"
},
") => ",
"KibanaResponse",
"<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ResponseError",
"text": "ResponseError"
},
">; customError: (options: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.CustomHttpResponseOptions",
"text": "CustomHttpResponseOptions"
},
"<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ResponseError",
"text": "ResponseError"
},
">) => ",
"KibanaResponse",
"<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ResponseError",
"text": "ResponseError"
},
">; redirected: (options: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.RedirectResponseOptions",
"text": "RedirectResponseOptions"
},
") => ",
"KibanaResponse",
"<string | Record<string, any> | Buffer | ",
"Stream",
">; ok: (options?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.HttpResponseOptions",
"text": "HttpResponseOptions"
},
") => ",
"KibanaResponse",
"<string | Record<string, any> | Buffer | ",
"Stream",
">; accepted: (options?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.HttpResponseOptions",
"text": "HttpResponseOptions"
},
") => ",
"KibanaResponse",
"<string | Record<string, any> | Buffer | ",
"Stream",
">; noContent: (options?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.HttpResponseOptions",
"text": "HttpResponseOptions"
},
") => ",
"KibanaResponse",
"<undefined>; }>"
"KibanaResponse"
],
"source": {
"path": "x-pack/plugins/licensing/server/wrap_route_with_license_check.ts",
@ -1638,7 +1287,7 @@
"section": "def-server.RequestHandler",
"text": "RequestHandler"
},
"<P, Q, B, Context, any, { custom: <T extends string | Record<string, any> | Error | { message: string | Error; attributes?: Record<string, any> | undefined; } | Buffer | ",
"<P, Q, B, Context, any, { custom: <T extends string | Record<string, any> | Error | Buffer | { message: string | Error; attributes?: Record<string, any> | undefined; } | ",
"Stream",
" | undefined>(options: ",
{
@ -1657,162 +1306,7 @@
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ErrorHttpResponseOptions",
"text": "ErrorHttpResponseOptions"
},
") => ",
"KibanaResponse",
"<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ResponseError",
"text": "ResponseError"
},
">; unauthorized: (options?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ErrorHttpResponseOptions",
"text": "ErrorHttpResponseOptions"
},
") => ",
"KibanaResponse",
"<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ResponseError",
"text": "ResponseError"
},
">; forbidden: (options?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ErrorHttpResponseOptions",
"text": "ErrorHttpResponseOptions"
},
") => ",
"KibanaResponse",
"<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ResponseError",
"text": "ResponseError"
},
">; notFound: (options?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ErrorHttpResponseOptions",
"text": "ErrorHttpResponseOptions"
},
") => ",
"KibanaResponse",
"<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ResponseError",
"text": "ResponseError"
},
">; conflict: (options?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ErrorHttpResponseOptions",
"text": "ErrorHttpResponseOptions"
},
") => ",
"KibanaResponse",
"<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ResponseError",
"text": "ResponseError"
},
">; customError: (options: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.CustomHttpResponseOptions",
"text": "CustomHttpResponseOptions"
},
"<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ResponseError",
"text": "ResponseError"
},
">) => ",
"KibanaResponse",
"<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.ResponseError",
"text": "ResponseError"
},
">; redirected: (options: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.RedirectResponseOptions",
"text": "RedirectResponseOptions"
},
") => ",
"KibanaResponse",
"<string | Record<string, any> | Buffer | ",
"Stream",
">; ok: (options?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.HttpResponseOptions",
"text": "HttpResponseOptions"
},
") => ",
"KibanaResponse",
"<string | Record<string, any> | Buffer | ",
"Stream",
">; accepted: (options?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.HttpResponseOptions",
"text": "HttpResponseOptions"
},
") => ",
"KibanaResponse",
"<string | Record<string, any> | Buffer | ",
"Stream",
">; noContent: (options?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.HttpResponseOptions",
"text": "HttpResponseOptions"
},
") => ",
"KibanaResponse",
"<undefined>; }>"
}
],
"source": {
"path": "x-pack/plugins/licensing/server/wrap_route_with_license_check.ts",
@ -2078,7 +1572,7 @@
"\nThe validity status of the license."
],
"signature": [
"\"active\" | \"invalid\" | \"expired\" | undefined"
"\"invalid\" | \"active\" | \"expired\" | undefined"
],
"source": {
"path": "x-pack/plugins/licensing/common/types.ts",
@ -2205,9 +1699,7 @@
"path": "x-pack/plugins/licensing/common/types.ts",
"lineNumber": 142
},
"deprecated": false,
"returnComment": [],
"children": []
"deprecated": false
},
{
"parentPluginId": "licensing",
@ -2243,9 +1735,7 @@
"path": "x-pack/plugins/licensing/common/types.ts",
"lineNumber": 152
},
"deprecated": false,
"returnComment": [],
"children": []
"deprecated": false
},
{
"parentPluginId": "licensing",
@ -2414,7 +1904,7 @@
"\nThe state of checking the results of a license type meeting the license minimum."
],
"signature": [
"\"valid\" | \"invalid\" | \"expired\" | \"unavailable\""
"LicenseCheckState"
],
"source": {
"path": "x-pack/plugins/licensing/common/types.ts",
@ -2581,7 +2071,7 @@
"\nThe validity status of the license."
],
"signature": [
"\"active\" | \"invalid\" | \"expired\""
"LicenseStatus"
],
"source": {
"path": "x-pack/plugins/licensing/common/types.ts",
@ -2964,7 +2454,7 @@
"label": "LicenseStatus",
"description": [],
"signature": [
"\"active\" | \"invalid\" | \"expired\""
"\"invalid\" | \"active\" | \"expired\""
],
"source": {
"path": "x-pack/plugins/licensing/common/types.ts",
@ -3000,9 +2490,7 @@
"\nProvides information about feature availability for the current license."
],
"signature": [
"{ [x: string]: ",
"LicenseFeature",
"; }"
"{ [x: string]: LicenseFeature; }"
],
"source": {
"path": "x-pack/plugins/licensing/common/types.ts",
@ -3119,13 +2607,6 @@
"lineNumber": 139
}
},
{
"plugin": "indexManagement",
"link": {
"path": "x-pack/plugins/index_management/server/services/license.ts",
"lineNumber": 36
}
},
{
"plugin": "remoteClusters",
"link": {
@ -3137,7 +2618,7 @@
"plugin": "fleet",
"link": {
"path": "x-pack/plugins/fleet/server/plugin.ts",
"lineNumber": 213
"lineNumber": 214
}
},
{
@ -3154,18 +2635,11 @@
"lineNumber": 41
}
},
{
"plugin": "ingestPipelines",
"link": {
"path": "x-pack/plugins/ingest_pipelines/server/services/license.ts",
"lineNumber": 40
}
},
{
"plugin": "maps",
"link": {
"path": "x-pack/plugins/maps/server/plugin.ts",
"lineNumber": 164
"lineNumber": 167
}
},
{
@ -3319,79 +2793,7 @@
"lineNumber": 84
},
"deprecated": true,
"references": [],
"returnComment": [],
"children": [
{
"parentPluginId": "licensing",
"id": "def-server.clusterClient",
"type": "Object",
"tags": [],
"label": "clusterClient",
"description": [],
"signature": [
"{ callAsInternalUser: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCorePluginApi",
"section": "def-server.LegacyAPICaller",
"text": "LegacyAPICaller"
},
"; asScoped: (request?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any> | ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.LegacyRequest",
"text": "LegacyRequest"
},
" | ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCorePluginApi",
"section": "def-server.FakeRequest",
"text": "FakeRequest"
},
" | undefined) => Pick<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCorePluginApi",
"section": "def-server.LegacyScopedClusterClient",
"text": "LegacyScopedClusterClient"
},
", \"callAsCurrentUser\" | \"callAsInternalUser\">; }"
],
"source": {
"path": "x-pack/plugins/licensing/server/types.ts",
"lineNumber": 85
},
"deprecated": false
},
{
"parentPluginId": "licensing",
"id": "def-server.pollingFrequency",
"type": "number",
"tags": [],
"label": "pollingFrequency",
"description": [],
"source": {
"path": "x-pack/plugins/licensing/server/types.ts",
"lineNumber": 86
},
"deprecated": false
}
]
"references": []
},
{
"parentPluginId": "licensing",
@ -3507,79 +2909,7 @@
"path": "x-pack/plugins/licensing/server/types.ts",
"lineNumber": 109
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "licensing",
"id": "def-server.clusterClient",
"type": "Object",
"tags": [],
"label": "clusterClient",
"description": [],
"signature": [
"{ callAsInternalUser: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCorePluginApi",
"section": "def-server.LegacyAPICaller",
"text": "LegacyAPICaller"
},
"; asScoped: (request?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any> | ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.LegacyRequest",
"text": "LegacyRequest"
},
" | ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCorePluginApi",
"section": "def-server.FakeRequest",
"text": "FakeRequest"
},
" | undefined) => Pick<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCorePluginApi",
"section": "def-server.LegacyScopedClusterClient",
"text": "LegacyScopedClusterClient"
},
", \"callAsCurrentUser\" | \"callAsInternalUser\">; }"
],
"source": {
"path": "x-pack/plugins/licensing/server/types.ts",
"lineNumber": 110
},
"deprecated": false
},
{
"parentPluginId": "licensing",
"id": "def-server.pollingFrequency",
"type": "number",
"tags": [],
"label": "pollingFrequency",
"description": [],
"source": {
"path": "x-pack/plugins/licensing/server/types.ts",
"lineNumber": 111
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "licensing",

File diff suppressed because it is too large Load diff

View file

@ -34,50 +34,13 @@
"label": "mount",
"description": [],
"signature": [
"(params: ",
{
"pluginId": "management",
"scope": "public",
"docId": "kibManagementPluginApi",
"section": "def-public.ManagementAppMountParams",
"text": "ManagementAppMountParams"
},
") => ",
"Unmount",
" | Promise<",
"Unmount",
">"
"Mount"
],
"source": {
"path": "src/plugins/management/public/utils/management_app.ts",
"lineNumber": 19
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "management",
"id": "def-public.params",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
{
"pluginId": "management",
"scope": "public",
"docId": "kibManagementPluginApi",
"section": "def-public.ManagementAppMountParams",
"text": "ManagementAppMountParams"
}
],
"source": {
"path": "src/plugins/management/public/types.ts",
"lineNumber": 56
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "management",
@ -579,27 +542,7 @@
"path": "src/plugins/management/public/types.ts",
"lineNumber": 61
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "management",
"id": "def-public.crumbs",
"type": "Array",
"tags": [],
"label": "crumbs",
"description": [],
"signature": [
"EuiBreadcrumb",
"[]"
],
"source": {
"path": "src/plugins/management/public/types.ts",
"lineNumber": 61
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "management",
@ -659,50 +602,13 @@
"label": "mount",
"description": [],
"signature": [
"(params: ",
{
"pluginId": "management",
"scope": "public",
"docId": "kibManagementPluginApi",
"section": "def-public.ManagementAppMountParams",
"text": "ManagementAppMountParams"
},
") => ",
"Unmount",
" | Promise<",
"Unmount",
">"
"Mount"
],
"source": {
"path": "src/plugins/management/public/utils/management_app.ts",
"lineNumber": 13
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "management",
"id": "def-public.params",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
{
"pluginId": "management",
"scope": "public",
"docId": "kibManagementPluginApi",
"section": "def-public.ManagementAppMountParams",
"text": "ManagementAppMountParams"
}
],
"source": {
"path": "src/plugins/management/public/types.ts",
"lineNumber": 56
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "management",

View file

@ -48,12 +48,7 @@
"docId": "kibEmbeddablePluginApi",
"section": "def-public.ReferenceOrValueEmbeddable",
"text": "ReferenceOrValueEmbeddable"
},
"<",
"MapByValueInput",
", ",
"MapByReferenceInput",
">"
}
],
"source": {
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
@ -907,7 +902,7 @@
],
"source": {
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
"lineNumber": 487
"lineNumber": 486
},
"deprecated": false,
"children": [],
@ -925,7 +920,7 @@
],
"source": {
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
"lineNumber": 501
"lineNumber": 500
},
"deprecated": false,
"children": [],
@ -943,7 +938,7 @@
],
"source": {
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
"lineNumber": 517
"lineNumber": 516
},
"deprecated": false,
"children": [],
@ -961,7 +956,7 @@
],
"source": {
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
"lineNumber": 523
"lineNumber": 522
},
"deprecated": false,
"children": [],
@ -1066,9 +1061,7 @@
"path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts",
"lineNumber": 36
},
"deprecated": false,
"returnComment": [],
"children": []
"deprecated": false
},
{
"parentPluginId": "maps",
@ -1149,23 +1142,7 @@
"path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts",
"lineNumber": 40
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "maps",
"id": "def-public.layerId",
"type": "string",
"tags": [],
"label": "layerId",
"description": [],
"source": {
"path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts",
"lineNumber": 40
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "maps",
@ -1196,26 +1173,7 @@
"path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts",
"lineNumber": 42
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "maps",
"id": "def-public.__0",
"type": "Object",
"tags": [],
"label": "__0",
"description": [],
"signature": [
"{ layerId: string; featureId?: string | number | undefined; mbProperties: GeoJSON.GeoJsonProperties; }"
],
"source": {
"path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts",
"lineNumber": 42
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "maps",
@ -1231,26 +1189,7 @@
"path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts",
"lineNumber": 51
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "maps",
"id": "def-public.__0",
"type": "Object",
"tags": [],
"label": "__0",
"description": [],
"signature": [
"{ layerId: string; featureId?: string | number | undefined; }"
],
"source": {
"path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts",
"lineNumber": 51
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "maps",
@ -1390,22 +1329,7 @@
"label": "MapEmbeddableOutput",
"description": [],
"signature": [
{
"pluginId": "embeddable",
"scope": "public",
"docId": "kibEmbeddablePluginApi",
"section": "def-public.EmbeddableOutput",
"text": "EmbeddableOutput"
},
" & { indexPatterns: ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataIndexPatternsPluginApi",
"section": "def-common.IIndexPattern",
"text": "IIndexPattern"
},
"[]; }"
"EmbeddableOutput & { indexPatterns: IIndexPattern[]; }"
],
"source": {
"path": "x-pack/plugins/maps/public/embeddable/types.ts",
@ -2325,10 +2249,13 @@
{
"parentPluginId": "maps",
"id": "def-common.APP_NAME",
"type": "string",
"type": "Any",
"tags": [],
"label": "APP_NAME",
"description": [],
"signature": [
"any"
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 33
@ -2356,10 +2283,13 @@
{
"parentPluginId": "maps",
"id": "def-common.COUNT_PROP_LABEL",
"type": "string",
"type": "Any",
"tags": [],
"label": "COUNT_PROP_LABEL",
"description": [],
"signature": [
"any"
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",
"lineNumber": 195
@ -3368,7 +3298,7 @@
"label": "RawValue",
"description": [],
"signature": [
"string | number | boolean | string[] | null | undefined"
"undefined | null | string | number | false | true | string[]"
],
"source": {
"path": "x-pack/plugins/maps/common/constants.ts",

View file

@ -805,7 +805,7 @@
"label": "LayerConfig",
"description": [],
"signature": [
"{ readonly name: string; readonly fields: Readonly<{} & { description: string; name: string; }>[]; readonly meta: Readonly<{} & { feature_collection_path: string; }>; readonly format: Readonly<{} & { type: string; }>; readonly url: string; readonly attribution: string; }"
"{ readonly name: string; readonly format: Readonly<{} & { type: string; }>; readonly fields: Readonly<{} & { description: string; name: string; }>[]; readonly meta: Readonly<{} & { feature_collection_path: string; }>; readonly url: string; readonly attribution: string; }"
],
"source": {
"path": "src/plugins/maps_ems/config.ts",
@ -822,7 +822,7 @@
"label": "MapsEmsConfig",
"description": [],
"signature": [
"{ readonly includeElasticMapsService: boolean; readonly proxyElasticMapsServiceInMaps: boolean; readonly regionmap: Readonly<{} & { includeElasticMapsService: boolean; layers: Readonly<{} & { name: string; fields: Readonly<{} & { description: string; name: string; }>[]; meta: Readonly<{} & { feature_collection_path: string; }>; format: Readonly<{} & { type: string; }>; url: string; attribution: string; }>[]; }>; readonly tilemap: Readonly<{ url?: string | undefined; } & { options: Readonly<{ default?: boolean | undefined; tileSize?: number | undefined; subdomains?: string[] | undefined; errorTileUrl?: string | undefined; tms?: boolean | undefined; reuseTiles?: boolean | undefined; bounds?: number[] | undefined; } & { attribution: string; minZoom: number; maxZoom: number; }>; }>; readonly manifestServiceUrl: string; readonly emsUrl: string; readonly emsFileApiUrl: string; readonly emsTileApiUrl: string; readonly emsLandingPageUrl: string; readonly emsFontLibraryUrl: string; readonly emsTileLayerId: Readonly<{} & { bright: string; desaturated: string; dark: string; }>; }"
"{ readonly includeElasticMapsService: boolean; readonly proxyElasticMapsServiceInMaps: boolean; readonly regionmap: Readonly<{} & { includeElasticMapsService: boolean; layers: Readonly<{} & { name: string; format: Readonly<{} & { type: string; }>; fields: Readonly<{} & { description: string; name: string; }>[]; meta: Readonly<{} & { feature_collection_path: string; }>; url: string; attribution: string; }>[]; }>; readonly tilemap: Readonly<{ url?: string | undefined; } & { options: Readonly<{ default?: boolean | undefined; tileSize?: number | undefined; subdomains?: string[] | undefined; errorTileUrl?: string | undefined; tms?: boolean | undefined; reuseTiles?: boolean | undefined; bounds?: number[] | undefined; } & { attribution: string; minZoom: number; maxZoom: number; }>; }>; readonly manifestServiceUrl: string; readonly emsUrl: string; readonly emsFileApiUrl: string; readonly emsTileApiUrl: string; readonly emsLandingPageUrl: string; readonly emsFontLibraryUrl: string; readonly emsTileLayerId: Readonly<{} & { bright: string; desaturated: string; dark: string; }>; }"
],
"source": {
"path": "src/plugins/maps_ems/config.ts",
@ -914,7 +914,7 @@
"label": "config",
"description": [],
"signature": [
"{ readonly includeElasticMapsService: boolean; readonly proxyElasticMapsServiceInMaps: boolean; readonly regionmap: Readonly<{} & { includeElasticMapsService: boolean; layers: Readonly<{} & { name: string; fields: Readonly<{} & { description: string; name: string; }>[]; meta: Readonly<{} & { feature_collection_path: string; }>; format: Readonly<{} & { type: string; }>; url: string; attribution: string; }>[]; }>; readonly tilemap: Readonly<{ url?: string | undefined; } & { options: Readonly<{ default?: boolean | undefined; tileSize?: number | undefined; subdomains?: string[] | undefined; errorTileUrl?: string | undefined; tms?: boolean | undefined; reuseTiles?: boolean | undefined; bounds?: number[] | undefined; } & { attribution: string; minZoom: number; maxZoom: number; }>; }>; readonly manifestServiceUrl: string; readonly emsUrl: string; readonly emsFileApiUrl: string; readonly emsTileApiUrl: string; readonly emsLandingPageUrl: string; readonly emsFontLibraryUrl: string; readonly emsTileLayerId: Readonly<{} & { bright: string; desaturated: string; dark: string; }>; }"
"Readonly<{} & { includeElasticMapsService: boolean; proxyElasticMapsServiceInMaps: boolean; regionmap: Readonly<{} & { includeElasticMapsService: boolean; layers: Readonly<{} & { name: string; format: Readonly<{} & { type: string; }>; fields: Readonly<{} & { description: string; name: string; }>[]; meta: Readonly<{} & { feature_collection_path: string; }>; url: string; attribution: string; }>[]; }>; tilemap: Readonly<{ url?: string | undefined; } & { options: Readonly<{ default?: boolean | undefined; tileSize?: number | undefined; subdomains?: string[] | undefined; errorTileUrl?: string | undefined; tms?: boolean | undefined; reuseTiles?: boolean | undefined; bounds?: number[] | undefined; } & { attribution: string; minZoom: number; maxZoom: number; }>; }>; manifestServiceUrl: string; emsUrl: string; emsFileApiUrl: string; emsTileApiUrl: string; emsLandingPageUrl: string; emsFontLibraryUrl: string; emsTileLayerId: Readonly<{} & { bright: string; desaturated: string; dark: string; }>; }>"
],
"source": {
"path": "src/plugins/maps_ems/public/index.ts",
@ -944,9 +944,7 @@
"path": "src/plugins/maps_ems/public/index.ts",
"lineNumber": 33
},
"deprecated": false,
"returnComment": [],
"children": []
"deprecated": false
}
],
"lifecycle": "setup",
@ -1027,7 +1025,7 @@
"section": "def-server.PluginInitializerContext",
"text": "PluginInitializerContext"
},
"<Readonly<{} & { includeElasticMapsService: boolean; proxyElasticMapsServiceInMaps: boolean; regionmap: Readonly<{} & { includeElasticMapsService: boolean; layers: Readonly<{} & { name: string; fields: Readonly<{} & { description: string; name: string; }>[]; meta: Readonly<{} & { feature_collection_path: string; }>; format: Readonly<{} & { type: string; }>; url: string; attribution: string; }>[]; }>; tilemap: Readonly<{ url?: string | undefined; } & { options: Readonly<{ default?: boolean | undefined; tileSize?: number | undefined; subdomains?: string[] | undefined; errorTileUrl?: string | undefined; tms?: boolean | undefined; reuseTiles?: boolean | undefined; bounds?: number[] | undefined; } & { attribution: string; minZoom: number; maxZoom: number; }>; }>; manifestServiceUrl: string; emsUrl: string; emsFileApiUrl: string; emsTileApiUrl: string; emsLandingPageUrl: string; emsFontLibraryUrl: string; emsTileLayerId: Readonly<{} & { bright: string; desaturated: string; dark: string; }>; }>>"
"<Readonly<{} & { includeElasticMapsService: boolean; proxyElasticMapsServiceInMaps: boolean; regionmap: Readonly<{} & { includeElasticMapsService: boolean; layers: Readonly<{} & { name: string; format: Readonly<{} & { type: string; }>; fields: Readonly<{} & { description: string; name: string; }>[]; meta: Readonly<{} & { feature_collection_path: string; }>; url: string; attribution: string; }>[]; }>; tilemap: Readonly<{ url?: string | undefined; } & { options: Readonly<{ default?: boolean | undefined; tileSize?: number | undefined; subdomains?: string[] | undefined; errorTileUrl?: string | undefined; tms?: boolean | undefined; reuseTiles?: boolean | undefined; bounds?: number[] | undefined; } & { attribution: string; minZoom: number; maxZoom: number; }>; }>; manifestServiceUrl: string; emsUrl: string; emsFileApiUrl: string; emsTileApiUrl: string; emsLandingPageUrl: string; emsFontLibraryUrl: string; emsTileLayerId: Readonly<{} & { bright: string; desaturated: string; dark: string; }>; }>>"
],
"source": {
"path": "src/plugins/maps_ems/server/index.ts",
@ -1066,7 +1064,7 @@
"section": "def-server.PluginInitializerContext",
"text": "PluginInitializerContext"
},
"<Readonly<{} & { includeElasticMapsService: boolean; proxyElasticMapsServiceInMaps: boolean; regionmap: Readonly<{} & { includeElasticMapsService: boolean; layers: Readonly<{} & { name: string; fields: Readonly<{} & { description: string; name: string; }>[]; meta: Readonly<{} & { feature_collection_path: string; }>; format: Readonly<{} & { type: string; }>; url: string; attribution: string; }>[]; }>; tilemap: Readonly<{ url?: string | undefined; } & { options: Readonly<{ default?: boolean | undefined; tileSize?: number | undefined; subdomains?: string[] | undefined; errorTileUrl?: string | undefined; tms?: boolean | undefined; reuseTiles?: boolean | undefined; bounds?: number[] | undefined; } & { attribution: string; minZoom: number; maxZoom: number; }>; }>; manifestServiceUrl: string; emsUrl: string; emsFileApiUrl: string; emsTileApiUrl: string; emsLandingPageUrl: string; emsFontLibraryUrl: string; emsTileLayerId: Readonly<{} & { bright: string; desaturated: string; dark: string; }>; }>>"
"<Readonly<{} & { includeElasticMapsService: boolean; proxyElasticMapsServiceInMaps: boolean; regionmap: Readonly<{} & { includeElasticMapsService: boolean; layers: Readonly<{} & { name: string; format: Readonly<{} & { type: string; }>; fields: Readonly<{} & { description: string; name: string; }>[]; meta: Readonly<{} & { feature_collection_path: string; }>; url: string; attribution: string; }>[]; }>; tilemap: Readonly<{ url?: string | undefined; } & { options: Readonly<{ default?: boolean | undefined; tileSize?: number | undefined; subdomains?: string[] | undefined; errorTileUrl?: string | undefined; tms?: boolean | undefined; reuseTiles?: boolean | undefined; bounds?: number[] | undefined; } & { attribution: string; minZoom: number; maxZoom: number; }>; }>; manifestServiceUrl: string; emsUrl: string; emsFileApiUrl: string; emsTileApiUrl: string; emsLandingPageUrl: string; emsFontLibraryUrl: string; emsTileLayerId: Readonly<{} & { bright: string; desaturated: string; dark: string; }>; }>>"
],
"source": {
"path": "src/plugins/maps_ems/server/index.ts",
@ -1094,7 +1092,7 @@
"section": "def-server.CoreSetup",
"text": "CoreSetup"
},
"<object, unknown>) => { config: Readonly<{} & { includeElasticMapsService: boolean; proxyElasticMapsServiceInMaps: boolean; regionmap: Readonly<{} & { includeElasticMapsService: boolean; layers: Readonly<{} & { name: string; fields: Readonly<{} & { description: string; name: string; }>[]; meta: Readonly<{} & { feature_collection_path: string; }>; format: Readonly<{} & { type: string; }>; url: string; attribution: string; }>[]; }>; tilemap: Readonly<{ url?: string | undefined; } & { options: Readonly<{ default?: boolean | undefined; tileSize?: number | undefined; subdomains?: string[] | undefined; errorTileUrl?: string | undefined; tms?: boolean | undefined; reuseTiles?: boolean | undefined; bounds?: number[] | undefined; } & { attribution: string; minZoom: number; maxZoom: number; }>; }>; manifestServiceUrl: string; emsUrl: string; emsFileApiUrl: string; emsTileApiUrl: string; emsLandingPageUrl: string; emsFontLibraryUrl: string; emsTileLayerId: Readonly<{} & { bright: string; desaturated: string; dark: string; }>; }>; }"
"<object, unknown>) => { config: Readonly<{} & { includeElasticMapsService: boolean; proxyElasticMapsServiceInMaps: boolean; regionmap: Readonly<{} & { includeElasticMapsService: boolean; layers: Readonly<{} & { name: string; format: Readonly<{} & { type: string; }>; fields: Readonly<{} & { description: string; name: string; }>[]; meta: Readonly<{} & { feature_collection_path: string; }>; url: string; attribution: string; }>[]; }>; tilemap: Readonly<{ url?: string | undefined; } & { options: Readonly<{ default?: boolean | undefined; tileSize?: number | undefined; subdomains?: string[] | undefined; errorTileUrl?: string | undefined; tms?: boolean | undefined; reuseTiles?: boolean | undefined; bounds?: number[] | undefined; } & { attribution: string; minZoom: number; maxZoom: number; }>; }>; manifestServiceUrl: string; emsUrl: string; emsFileApiUrl: string; emsTileApiUrl: string; emsLandingPageUrl: string; emsFontLibraryUrl: string; emsTileLayerId: Readonly<{} & { bright: string; desaturated: string; dark: string; }>; }>; }"
],
"source": {
"path": "src/plugins/maps_ems/server/index.ts",
@ -1174,7 +1172,7 @@
"label": "config",
"description": [],
"signature": [
"{ readonly includeElasticMapsService: boolean; readonly proxyElasticMapsServiceInMaps: boolean; readonly regionmap: Readonly<{} & { includeElasticMapsService: boolean; layers: Readonly<{} & { name: string; fields: Readonly<{} & { description: string; name: string; }>[]; meta: Readonly<{} & { feature_collection_path: string; }>; format: Readonly<{} & { type: string; }>; url: string; attribution: string; }>[]; }>; readonly tilemap: Readonly<{ url?: string | undefined; } & { options: Readonly<{ default?: boolean | undefined; tileSize?: number | undefined; subdomains?: string[] | undefined; errorTileUrl?: string | undefined; tms?: boolean | undefined; reuseTiles?: boolean | undefined; bounds?: number[] | undefined; } & { attribution: string; minZoom: number; maxZoom: number; }>; }>; readonly manifestServiceUrl: string; readonly emsUrl: string; readonly emsFileApiUrl: string; readonly emsTileApiUrl: string; readonly emsLandingPageUrl: string; readonly emsFontLibraryUrl: string; readonly emsTileLayerId: Readonly<{} & { bright: string; desaturated: string; dark: string; }>; }"
"Readonly<{} & { includeElasticMapsService: boolean; proxyElasticMapsServiceInMaps: boolean; regionmap: Readonly<{} & { includeElasticMapsService: boolean; layers: Readonly<{} & { name: string; format: Readonly<{} & { type: string; }>; fields: Readonly<{} & { description: string; name: string; }>[]; meta: Readonly<{} & { feature_collection_path: string; }>; url: string; attribution: string; }>[]; }>; tilemap: Readonly<{ url?: string | undefined; } & { options: Readonly<{ default?: boolean | undefined; tileSize?: number | undefined; subdomains?: string[] | undefined; errorTileUrl?: string | undefined; tms?: boolean | undefined; reuseTiles?: boolean | undefined; bounds?: number[] | undefined; } & { attribution: string; minZoom: number; maxZoom: number; }>; }>; manifestServiceUrl: string; emsUrl: string; emsFileApiUrl: string; emsTileApiUrl: string; emsLandingPageUrl: string; emsFontLibraryUrl: string; emsTileLayerId: Readonly<{} & { bright: string; desaturated: string; dark: string; }>; }>"
],
"source": {
"path": "src/plugins/maps_ems/server/index.ts",

View file

@ -36,51 +36,13 @@
"label": "getMetricsEntitiesClient",
"description": [],
"signature": [
"(esClient: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCorePluginApi",
"section": "def-server.ElasticsearchClient",
"text": "ElasticsearchClient"
},
") => ",
"MetricsEntitiesClient"
"GetMetricsEntitiesClientType"
],
"source": {
"path": "x-pack/plugins/metrics_entities/server/types.ts",
"lineNumber": 15
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "metricsEntities",
"id": "def-server.esClient",
"type": "CompoundType",
"tags": [],
"label": "esClient",
"description": [],
"signature": [
"Pick<",
"KibanaClient",
", \"get\" | \"delete\" | \"create\" | \"index\" | \"update\" | \"closePointInTime\" | \"helpers\" | \"count\" | \"search\" | \"security\" | \"eql\" | \"on\" | \"off\" | \"transform\" | \"emit\" | \"once\" | \"asyncSearch\" | \"autoscaling\" | \"bulk\" | \"cat\" | \"ccr\" | \"clearScroll\" | \"cluster\" | \"danglingIndices\" | \"dataFrameTransformDeprecated\" | \"deleteByQuery\" | \"deleteByQueryRethrottle\" | \"deleteScript\" | \"enrich\" | \"exists\" | \"existsSource\" | \"explain\" | \"features\" | \"fieldCaps\" | \"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\" | \"slm\" | \"snapshot\" | \"sql\" | \"ssl\" | \"tasks\" | \"termvectors\" | \"textStructure\" | \"updateByQuery\" | \"updateByQueryRethrottle\" | \"watcher\" | \"xpack\"> & { transport: { request(params: ",
"TransportRequestParams",
", options?: ",
"TransportRequestOptions",
" | undefined): ",
"TransportRequestPromise",
"<",
"ApiResponse",
"<Record<string, any>, unknown>>; }; }"
],
"source": {
"path": "x-pack/plugins/metrics_entities/server/types.ts",
"lineNumber": 12
},
"deprecated": false
}
]
"deprecated": false
}
],
"lifecycle": "setup",

View file

@ -868,7 +868,7 @@
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/capabilities.ts",
"lineNumber": 153
"lineNumber": 161
},
"deprecated": false,
"children": [
@ -880,11 +880,11 @@
"label": "capabilities",
"description": [],
"signature": [
"{ canAccessML: boolean; canGetJobs: boolean; canGetDatafeeds: boolean; canGetCalendars: boolean; canFindFileStructure: boolean; canGetDataFrameAnalytics: boolean; canGetAnnotations: boolean; canCreateAnnotation: boolean; canDeleteAnnotation: boolean; canUseMlAlerts: boolean; } & { canCreateJob: boolean; canDeleteJob: boolean; canOpenJob: boolean; canCloseJob: boolean; canUpdateJob: boolean; canForecastJob: boolean; canCreateDatafeed: boolean; canDeleteDatafeed: boolean; canStartStopDatafeed: boolean; canUpdateDatafeed: boolean; canPreviewDatafeed: boolean; canGetFilters: boolean; canCreateCalendar: boolean; canDeleteCalendar: boolean; canCreateFilter: boolean; canDeleteFilter: boolean; canCreateDataFrameAnalytics: boolean; canDeleteDataFrameAnalytics: boolean; canStartStopDataFrameAnalytics: boolean; canCreateMlAlerts: boolean; canUseMlAlerts: boolean; }"
"MlCapabilities"
],
"source": {
"path": "x-pack/plugins/ml/common/types/capabilities.ts",
"lineNumber": 154
"lineNumber": 162
},
"deprecated": false
},
@ -897,7 +897,7 @@
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/capabilities.ts",
"lineNumber": 155
"lineNumber": 163
},
"deprecated": false
},
@ -910,7 +910,7 @@
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/capabilities.ts",
"lineNumber": 156
"lineNumber": 164
},
"deprecated": false
},
@ -923,7 +923,7 @@
"description": [],
"source": {
"path": "x-pack/plugins/ml/common/types/capabilities.ts",
"lineNumber": 157
"lineNumber": 165
},
"deprecated": false
}
@ -1292,7 +1292,7 @@
},
"<",
"MlAnomalyDetectionAlertParams",
">, \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"tags\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"throttle\" | \"notifyWhen\" | \"muteAll\" | \"mutedInstanceIds\" | \"executionStatus\">[] | undefined"
">, \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"tags\" | \"muteAll\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"throttle\" | \"notifyWhen\" | \"mutedInstanceIds\" | \"executionStatus\">[] | undefined"
],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts",
@ -1320,7 +1320,7 @@
},
" extends Pick<",
"UseDataGridReturnType",
", \"status\" | \"errorMessage\" | \"baseline\" | \"chartsVisible\" | \"chartsButtonVisible\" | \"ccsWarning\" | \"columnsWithCharts\" | \"invalidSortingColumnns\" | \"noDataMessage\" | \"onChangeItemsPerPage\" | \"onChangePage\" | \"onSort\" | \"pagination\" | \"setPagination\" | \"setVisibleColumns\" | \"rowCount\" | \"rowCountRelation\" | \"sortingColumns\" | \"tableItems\" | \"toggleChartVisibility\" | \"visibleColumns\" | \"predictionFieldName\" | \"resultsField\">"
", \"status\" | \"baseline\" | \"chartsVisible\" | \"chartsButtonVisible\" | \"ccsWarning\" | \"columnsWithCharts\" | \"errorMessage\" | \"invalidSortingColumnns\" | \"noDataMessage\" | \"onChangeItemsPerPage\" | \"onChangePage\" | \"onSort\" | \"pagination\" | \"setPagination\" | \"setVisibleColumns\" | \"rowCount\" | \"rowCountRelation\" | \"sortingColumns\" | \"tableItems\" | \"toggleChartVisibility\" | \"visibleColumns\" | \"predictionFieldName\" | \"resultsField\">"
],
"source": {
"path": "x-pack/plugins/ml/public/application/components/data_grid/types.ts",
@ -1336,36 +1336,19 @@
"label": "renderCellValue",
"description": [],
"signature": [
"({ rowIndex, columnId, setCellProps, }: { rowIndex: number; columnId: string; setCellProps: (props: ",
"CommonProps",
" & React.HTMLAttributes<HTMLDivElement>) => void; }) => any"
{
"pluginId": "ml",
"scope": "public",
"docId": "kibMlPluginApi",
"section": "def-public.RenderCellValue",
"text": "RenderCellValue"
}
],
"source": {
"path": "x-pack/plugins/ml/public/application/components/data_grid/types.ts",
"lineNumber": 84
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "ml",
"id": "def-public.__0",
"type": "Object",
"tags": [],
"label": "__0",
"description": [],
"signature": [
"{ rowIndex: number; columnId: string; setCellProps: (props: ",
"CommonProps",
" & React.HTMLAttributes<HTMLDivElement>) => void; }"
],
"source": {
"path": "x-pack/plugins/ml/public/application/components/data_grid/types.ts",
"lineNumber": 43
},
"deprecated": false
}
]
"deprecated": false
}
],
"initialIsOpen": false
@ -1413,15 +1396,7 @@
"label": "AnomalySwimlaneEmbeddableInput",
"description": [],
"signature": [
{
"pluginId": "embeddable",
"scope": "common",
"docId": "kibEmbeddablePluginApi",
"section": "def-common.EmbeddableInput",
"text": "EmbeddableInput"
},
" & ",
"AnomalySwimlaneEmbeddableCustomInput"
"EmbeddableInput & AnomalySwimlaneEmbeddableCustomInput"
],
"source": {
"path": "x-pack/plugins/ml/public/embeddables/types.ts",
@ -1455,8 +1430,7 @@
"label": "EsSorting",
"description": [],
"signature": [
"Dictionary",
"<{ order: \"asc\" | \"desc\"; }>"
"Dictionary<{ order: 'asc' | 'desc'; }>"
],
"source": {
"path": "x-pack/plugins/ml/public/application/components/data_grid/types.ts",
@ -1491,7 +1465,7 @@
"label": "RenderCellValue",
"description": [],
"signature": [
"({ rowIndex, columnId, setCellProps, }: { rowIndex: number; columnId: string; setCellProps: (props: ",
"(__0: { rowIndex: number; columnId: string; setCellProps: (props: ",
"CommonProps",
" & React.HTMLAttributes<HTMLDivElement>) => void; }) => any"
],
@ -1512,11 +1486,9 @@
"label": "ES_CLIENT_TOTAL_HITS_RELATION",
"description": [],
"signature": [
"{ GTE: ",
"Record<\"GTE\" | \"EQ\", ",
"TotalHitsRelation",
"; EQ: ",
"TotalHitsRelation",
"; }"
">"
],
"source": {
"path": "x-pack/plugins/ml/common/types/es_client.ts",
@ -1551,19 +1523,11 @@
"label": "MlPluginStart",
"description": [],
"signature": [
"{ urlGenerator: ",
{
"pluginId": "share",
"scope": "public",
"docId": "kibSharePluginApi",
"section": "def-public.UrlGeneratorContract",
"text": "UrlGeneratorContract"
},
"<\"ML_APP_URL_GENERATOR\"> | undefined; }"
"{ urlGenerator: UrlGeneratorContract<\"ML_APP_URL_GENERATOR\"> | undefined; }"
],
"source": {
"path": "x-pack/plugins/ml/public/plugin.ts",
"lineNumber": 213
"lineNumber": 212
},
"deprecated": false,
"lifecycle": "start",
@ -2937,9 +2901,7 @@
"label": "datafeed_config",
"description": [],
"signature": [
"Datafeed",
" & ",
"DatafeedStats"
"DatafeedWithStats"
],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/combined_job.ts",
@ -3505,7 +3467,7 @@
},
"<",
"MlAnomalyDetectionAlertParams",
">, \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"tags\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"throttle\" | \"notifyWhen\" | \"muteAll\" | \"mutedInstanceIds\" | \"executionStatus\">[] | undefined"
">, \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"tags\" | \"muteAll\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"throttle\" | \"notifyWhen\" | \"mutedInstanceIds\" | \"executionStatus\">[] | undefined"
],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts",
@ -3615,8 +3577,7 @@
"label": "model_size_stats",
"description": [],
"signature": [
"ModelSizeStats",
" & { model_bytes_exceeded: number; model_bytes_memory_limit: number; peak_model_bytes?: number | undefined; }"
"ModelSizeStats"
],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/model_snapshot.ts",
@ -3725,9 +3686,7 @@
"label": "Aggregation",
"description": [],
"signature": [
"{ [x: string]: ",
"AggregationContainer",
"; }"
"{ [x: string]: estypes.AggregationContainer; }"
],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed.ts",
@ -3744,7 +3703,7 @@
"label": "AnalysisConfig",
"description": [],
"signature": [
"AnalysisConfig"
"estypes.AnalysisConfig"
],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts",
@ -3761,7 +3720,7 @@
"label": "AnalysisLimits",
"description": [],
"signature": [
"AnalysisLimits"
"estypes.AnalysisLimits"
],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts",
@ -3812,7 +3771,7 @@
"label": "ChunkingConfig",
"description": [],
"signature": [
"ChunkingConfig"
"estypes.ChunkingConfig"
],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed.ts",
@ -3829,7 +3788,7 @@
"label": "CustomRule",
"description": [],
"signature": [
"DetectionRule"
"estypes.DetectionRule"
],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts",
@ -3846,7 +3805,7 @@
"label": "CustomSettings",
"description": [],
"signature": [
"CustomSettings"
"estypes.CustomSettings"
],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts",
@ -3863,7 +3822,7 @@
"label": "DataCounts",
"description": [],
"signature": [
"DataCounts"
"estypes.DataCounts"
],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
@ -3880,7 +3839,7 @@
"label": "DataDescription",
"description": [],
"signature": [
"DataDescription"
"estypes.DataDescription"
],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts",
@ -3897,7 +3856,7 @@
"label": "Datafeed",
"description": [],
"signature": [
"Datafeed"
"estypes.Datafeed"
],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed.ts",
@ -3931,7 +3890,7 @@
"label": "DatafeedStats",
"description": [],
"signature": [
"DatafeedStats"
"estypes.DatafeedStats"
],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed_stats.ts",
@ -3967,7 +3926,7 @@
"label": "Detector",
"description": [],
"signature": [
"Detector"
"estypes.Detector"
],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts",
@ -4001,7 +3960,7 @@
"label": "ForecastsStats",
"description": [],
"signature": [
"JobForecastStatistics"
"estypes.JobForecastStatistics"
],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
@ -4018,7 +3977,7 @@
"label": "Job",
"description": [],
"signature": [
"Job"
"estypes.Job"
],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts",
@ -4052,12 +4011,7 @@
"label": "JobStats",
"description": [],
"signature": [
"JobStats",
" & { model_size_stats: ",
"ModelSizeStats",
"; timing_stats: ",
"TimingStats",
"; }"
"estypes.JobStats & { model_size_stats: ModelSizeStats; timing_stats: TimingStats; }"
],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
@ -4081,8 +4035,7 @@
"ModelSizeStats",
"; timing_stats: ",
"TimingStats",
"; } & ",
"JobAlertingRuleStats"
"; } & JobAlertingRuleStats"
],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/combined_job.ts",
@ -4099,8 +4052,7 @@
"label": "MlSummaryJobs",
"description": [],
"signature": [
"MlSummaryJob",
"[]"
"MlSummaryJob[]"
],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts",
@ -4117,7 +4069,7 @@
"label": "ModelPlotConfig",
"description": [],
"signature": [
"ModelPlotConfig"
"estypes.ModelPlotConfig"
],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts",
@ -4134,8 +4086,7 @@
"label": "ModelSizeStats",
"description": [],
"signature": [
"ModelSizeStats",
" & { model_bytes_exceeded: number; model_bytes_memory_limit: number; peak_model_bytes?: number | undefined; }"
"estypes.ModelSizeStats & { model_bytes_exceeded: number; model_bytes_memory_limit: number; peak_model_bytes?: number | undefined; }"
],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
@ -4169,7 +4120,7 @@
"label": "Node",
"description": [],
"signature": [
"DiscoveryNode"
"estypes.DiscoveryNode"
],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
@ -4203,8 +4154,7 @@
"label": "TimingStats",
"description": [],
"signature": [
"TimingStats",
" & { total_bucket_processing_time_ms: number; }"
"estypes.TimingStats & { total_bucket_processing_time_ms: number; }"
],
"source": {
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
@ -4231,26 +4181,7 @@
" & ",
"ModulesProvider",
" & ",
"ResultsServiceProvider",
" & { alertingServiceProvider(savedObjectsClient: Pick<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreSavedObjectsPluginApi",
"section": "def-server.SavedObjectsClient",
"text": "SavedObjectsClient"
},
", \"get\" | \"delete\" | \"create\" | \"bulkCreate\" | \"checkConflicts\" | \"find\" | \"bulkGet\" | \"resolve\" | \"update\" | \"collectMultiNamespaceReferences\" | \"updateObjectsSpaces\" | \"bulkUpdate\" | \"removeReferencesTo\" | \"openPointInTimeForType\" | \"closePointInTime\" | \"createPointInTimeFinder\" | \"errors\">, request: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any>): { preview: (args_0: Readonly<{} & { timeRange: string; alertParams: Readonly<{} & { severity: number; jobSelection: Readonly<{} & { groupIds: string[]; jobIds: string[]; }>; resultType: \"record\" | \"bucket\" | \"influencer\"; includeInterim: boolean; lookbackInterval: string | null; topNBuckets: number | null; }>; sampleSize: number; }>) => Promise<any>; execute: (params: Readonly<{} & { severity: number; jobSelection: Readonly<{} & { groupIds: string[]; jobIds: string[]; }>; resultType: \"record\" | \"bucket\" | \"influencer\"; includeInterim: boolean; lookbackInterval: string | null; topNBuckets: number | null; }>, startedAt: Date, previousStartedAt: Date | null) => Promise<",
"AnomalyDetectionAlertContext",
" | undefined>; }; }"
"ResultsServiceProvider"
],
"source": {
"path": "x-pack/plugins/ml/server/plugin.ts",
@ -4670,9 +4601,7 @@
"label": "RuntimeMappings",
"description": [],
"signature": [
"{ [x: string]: ",
"RuntimeField",
"; }"
"{ [x: string]: estypes.RuntimeField; }"
],
"source": {
"path": "x-pack/plugins/ml/common/types/fields.ts",
@ -4691,11 +4620,9 @@
"label": "ES_CLIENT_TOTAL_HITS_RELATION",
"description": [],
"signature": [
"{ GTE: ",
"Record<\"GTE\" | \"EQ\", ",
"TotalHitsRelation",
"; EQ: ",
"TotalHitsRelation",
"; }"
">"
],
"source": {
"path": "x-pack/plugins/ml/common/types/es_client.ts",

View file

@ -39,9 +39,7 @@
"path": "x-pack/plugins/monitoring/server/types.ts",
"lineNumber": 95
},
"deprecated": false,
"returnComment": [],
"children": []
"deprecated": false
},
{
"parentPluginId": "monitoring",
@ -57,9 +55,7 @@
"path": "x-pack/plugins/monitoring/server/types.ts",
"lineNumber": 96
},
"deprecated": false,
"returnComment": [],
"children": []
"deprecated": false
},
{
"parentPluginId": "monitoring",
@ -83,36 +79,7 @@
"path": "x-pack/plugins/monitoring/server/types.ts",
"lineNumber": 97
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "monitoring",
"id": "def-server.esClient",
"type": "CompoundType",
"tags": [],
"label": "esClient",
"description": [],
"signature": [
"Pick<",
"KibanaClient",
", \"get\" | \"delete\" | \"create\" | \"index\" | \"update\" | \"closePointInTime\" | \"helpers\" | \"count\" | \"search\" | \"security\" | \"eql\" | \"on\" | \"off\" | \"transform\" | \"emit\" | \"once\" | \"asyncSearch\" | \"autoscaling\" | \"bulk\" | \"cat\" | \"ccr\" | \"clearScroll\" | \"cluster\" | \"danglingIndices\" | \"dataFrameTransformDeprecated\" | \"deleteByQuery\" | \"deleteByQueryRethrottle\" | \"deleteScript\" | \"enrich\" | \"exists\" | \"existsSource\" | \"explain\" | \"features\" | \"fieldCaps\" | \"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\" | \"slm\" | \"snapshot\" | \"sql\" | \"ssl\" | \"tasks\" | \"termvectors\" | \"textStructure\" | \"updateByQuery\" | \"updateByQueryRethrottle\" | \"watcher\" | \"xpack\"> & { transport: { request(params: ",
"TransportRequestParams",
", options?: ",
"TransportRequestOptions",
" | undefined): ",
"TransportRequestPromise",
"<",
"ApiResponse",
"<Record<string, any>, unknown>>; }; }"
],
"source": {
"path": "x-pack/plugins/monitoring/server/types.ts",
"lineNumber": 97
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "monitoring",
@ -128,9 +95,7 @@
"path": "x-pack/plugins/monitoring/server/types.ts",
"lineNumber": 98
},
"deprecated": false,
"returnComment": [],
"children": []
"deprecated": false
}
],
"initialIsOpen": false
@ -146,15 +111,7 @@
"label": "KibanaSettingsCollector",
"description": [],
"signature": [
{
"pluginId": "usageCollection",
"scope": "server",
"docId": "kibUsageCollectionPluginApi",
"section": "def-server.ICollector",
"text": "ICollector"
},
"<EmailSettingData | undefined, {}> & ",
"KibanaSettingsCollectorExtraOptions"
"Collector<EmailSettingData | undefined, {}> & KibanaSettingsCollectorExtraOptions"
],
"source": {
"path": "x-pack/plugins/monitoring/server/kibana_monitoring/collectors/get_settings_collector.ts",
@ -171,9 +128,9 @@
"label": "MonitoringConfig",
"description": [],
"signature": [
"{ ui: { elasticsearch: ",
"MonitoringElasticsearchConfig",
"; enabled: boolean; container: Readonly<{} & { logstash: Readonly<{} & { enabled: boolean; }>; elasticsearch: Readonly<{} & { enabled: boolean; }>; apm: Readonly<{} & { enabled: boolean; }>; }>; logs: Readonly<{} & { index: string; }>; metricbeat: Readonly<{} & { index: string; }>; ccs: Readonly<{} & { enabled: boolean; }>; max_bucket_size: number; min_interval_seconds: number; show_license_expiration: boolean; }; enabled: boolean; kibana: Readonly<{} & { collection: Readonly<{} & { enabled: boolean; interval: number; }>; }>; licensing: Readonly<{} & { api_polling_frequency: moment.Duration; }>; agent: Readonly<{} & { interval: string; }>; cluster_alerts: Readonly<{} & { enabled: boolean; allowedSpaces: string[]; email_notifications: Readonly<{} & { enabled: boolean; email_address: string; }>; }>; tests: Readonly<{} & { cloud_detector: Readonly<{} & { enabled: boolean; }>; }>; }"
"{ ui: { elasticsearch: MonitoringElasticsearchConfig; enabled: boolean; container: Readonly<{} & { logstash: Readonly<{} & { enabled: boolean; }>; elasticsearch: Readonly<{} & { enabled: boolean; }>; apm: Readonly<{} & { enabled: boolean; }>; }>; logs: Readonly<{} & { index: string; }>; metricbeat: Readonly<{} & { index: string; }>; ccs: Readonly<{} & { enabled: boolean; }>; max_bucket_size: number; min_interval_seconds: number; show_license_expiration: boolean; }; enabled: boolean; kibana: Readonly<{} & { collection: Readonly<{} & { enabled: boolean; interval: number; }>; }>; licensing: Readonly<{} & { api_polling_frequency: ",
"Duration",
"; }>; agent: Readonly<{} & { interval: string; }>; cluster_alerts: Readonly<{} & { enabled: boolean; allowedSpaces: string[]; email_notifications: Readonly<{} & { enabled: boolean; email_address: string; }>; }>; tests: Readonly<{} & { cloud_detector: Readonly<{} & { enabled: boolean; }>; }>; }"
],
"source": {
"path": "x-pack/plugins/monitoring/server/config.ts",
@ -211,9 +168,7 @@
"path": "x-pack/plugins/monitoring/server/types.ts",
"lineNumber": 102
},
"deprecated": false,
"returnComment": [],
"children": []
"deprecated": false
}
],
"lifecycle": "setup",

File diff suppressed because one or more lines are too long

View file

@ -228,7 +228,7 @@
"description": [],
"source": {
"path": "src/plugins/newsfeed/public/lib/api.ts",
"lineNumber": 25
"lineNumber": 16
},
"deprecated": false,
"initialIsOpen": false
@ -262,17 +262,7 @@
"label": "NewsfeedPublicPluginStart",
"description": [],
"signature": [
"{ createNewsFeed$: (endpoint: ",
{
"pluginId": "newsfeed",
"scope": "public",
"docId": "kibNewsfeedPluginApi",
"section": "def-public.NewsfeedApiEndpoint",
"text": "NewsfeedApiEndpoint"
},
") => ",
"Observable",
"<void | ",
"{ createNewsFeed$: (endpoint: NewsfeedApiEndpoint) => Rx.Observable<void | ",
{
"pluginId": "newsfeed",
"scope": "public",

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,140 @@
---
id: kibDevDocsPluginDirectory
slug: /kibana-dev-docs/plugin-directory
title: Plugin directory
summary: A directory of all Kibana plugins.
date: 2021-06-02
tags: ['contributor', 'dev', 'apidocs', 'kibana']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system.
---
| Plugin | Owner | Description |
| ---------------|-----------|-----------|
| advancedSettings | - | - |
| apmOss | - | - |
| bfetch | - | - |
| charts | - | - |
| console | - | - |
| dashboard | - | - |
| data | - | - |
| devTools | - | - |
| discover | - | - |
| embeddable | - | - |
| esUiShared | - | - |
| expressions | - | - |
| home | - | - |
| indexPatternFieldEditor | - | - |
| indexPatternManagement | - | - |
| inputControlVis | - | - |
| inspector | - | - |
| kibanaLegacy | - | - |
| kibanaOverview | - | - |
| kibanaReact | - | - |
| kibanaUsageCollection | - | - |
| kibanaUtils | - | - |
| legacyExport | - | - |
| management | - | - |
| mapsEms | - | - |
| mapsLegacy | - | - |
| navigation | - | - |
| newsfeed | - | - |
| presentationUtil | - | - |
| regionMap | - | - |
| savedObjects | - | - |
| savedObjectsManagement | - | - |
| savedObjectsTaggingOss | - | - |
| screenshotMode | - | - |
| securityOss | - | - |
| share | - | - |
| spacesOss | - | - |
| telemetry | - | - |
| telemetryCollectionManager | - | - |
| telemetryManagementSection | - | - |
| tileMap | - | - |
| timelion | - | - |
| uiActions | - | - |
| urlForwarding | - | - |
| usageCollection | - | - |
| visDefaultEditor | - | - |
| visTypeMarkdown | - | - |
| visTypeMetric | - | - |
| visTypePie | - | - |
| visTypeTable | - | - |
| visTypeTagcloud | - | - |
| visTypeTimelion | - | - |
| visTypeTimeseries | - | - |
| visTypeVega | - | - |
| visTypeVislib | - | - |
| visTypeXy | - | - |
| visualizations | - | - |
| visualize | - | - |
| actions | - | - |
| alerting | - | - |
| apm | - | - |
| banners | - | - |
| canvas | - | - |
| cases | - | - |
| cloud | - | - |
| consoleExtensions | - | - |
| crossClusterReplication | - | - |
| dashboardEnhanced | - | - |
| dashboardMode | - | - |
| dataEnhanced | - | - |
| discoverEnhanced | - | - |
| embeddableEnhanced | - | - |
| encryptedSavedObjects | - | - |
| enterpriseSearch | - | - |
| eventLog | - | - |
| features | - | - |
| fileDataVisualizer | - | - |
| fileUpload | - | - |
| fleet | - | - |
| globalSearch | - | - |
| globalSearchBar | - | - |
| globalSearchProviders | - | - |
| graph | - | - |
| grokdebugger | - | - |
| indexLifecycleManagement | - | - |
| indexManagement | - | - |
| infra | - | - |
| ingestPipelines | - | - |
| lens | - | - |
| licenseApiGuard | - | - |
| licenseManagement | - | - |
| licensing | - | - |
| lists | - | - |
| logstash | - | - |
| maps | - | - |
| metricsEntities | - | - |
| ml | - | - |
| monitoring | - | - |
| observability | - | - |
| osquery | - | - |
| painlessLab | - | - |
| remoteClusters | - | - |
| reporting | - | - |
| rollup | - | - |
| ruleRegistry | - | - |
| runtimeFields | - | - |
| savedObjectsTagging | - | - |
| searchprofiler | - | - |
| security | - | - |
| securitySolution | - | - |
| snapshotRestore | - | - |
| spaces | - | - |
| stackAlerts | - | - |
| taskManager | - | - |
| telemetryCollectionXpack | - | - |
| timelines | - | - |
| transform | - | - |
| translations | - | - |
| triggersActionsUi | - | - |
| uiActionsEnhanced | - | - |
| upgradeAssistant | - | - |
| uptime | - | - |
| watcher | - | - |
| xpackLegacy | - | - |
| urlDrilldown | - | - |
| core | - | - |

File diff suppressed because one or more lines are too long

View file

@ -633,10 +633,7 @@
"text": "ReportingSetup"
},
", ",
"ReportingPublicPluginSetupDendencies",
", ",
"ReportingPublicPluginStartDendencies",
">"
"ReportingPublicPluginSetupDendencies"
],
"source": {
"path": "x-pack/plugins/reporting/public/plugin.ts",
@ -877,13 +874,7 @@
"label": "ReportingStart",
"description": [],
"signature": [
{
"pluginId": "reporting",
"scope": "public",
"docId": "kibReportingPluginApi",
"section": "def-public.ReportingSetup",
"text": "ReportingSetup"
}
"ReportingSetup"
],
"source": {
"path": "x-pack/plugins/reporting/public/index.ts",
@ -930,9 +921,7 @@
"path": "x-pack/plugins/reporting/server/core.ts",
"lineNumber": 72
},
"deprecated": false,
"returnComment": [],
"children": []
"deprecated": false
},
{
"parentPluginId": "reporting",
@ -982,9 +971,9 @@
"section": "def-server.PluginInitializerContext",
"text": "PluginInitializerContext"
},
"<Readonly<{ encryptionKey?: string | undefined; } & { enabled: boolean; index: string; capture: Readonly<{} & { browser: Readonly<{} & { type: string; chromium: Readonly<{ inspect?: boolean | undefined; disableSandbox?: boolean | undefined; } & { proxy: Readonly<{ server?: string | undefined; bypass?: string[] | undefined; } & { enabled: boolean; }>; }>; autoDownload: boolean; }>; timeouts: Readonly<{} & { openUrl: number | moment.Duration; waitForElements: number | moment.Duration; renderComplete: number | moment.Duration; }>; networkPolicy: Readonly<{} & { enabled: boolean; rules: Readonly<{ host?: string | undefined; protocol?: string | undefined; } & { allow: boolean; }>[]; }>; zoom: number; viewport: Readonly<{} & { height: number; width: number; }>; loadDelay: number | moment.Duration; maxAttempts: number; }>; kibanaServer: Readonly<{ hostname?: string | undefined; port?: number | undefined; protocol?: string | undefined; } & {}>; queue: Readonly<{} & { timeout: number | moment.Duration; pollInterval: number | moment.Duration; indexInterval: string; pollEnabled: boolean; pollIntervalErrorMultiplier: number; }>; csv: Readonly<{} & { scroll: Readonly<{} & { size: number; duration: string; }>; checkForFormulas: boolean; escapeFormulaValues: boolean; enablePanelActionDownload: boolean; maxSizeBytes: number | ",
"<Readonly<{ encryptionKey?: string | undefined; } & { enabled: boolean; index: string; capture: Readonly<{} & { browser: Readonly<{} & { type: string; chromium: Readonly<{ inspect?: boolean | undefined; disableSandbox?: boolean | undefined; } & { proxy: Readonly<{ server?: string | undefined; bypass?: string[] | undefined; } & { enabled: boolean; }>; }>; autoDownload: boolean; }>; timeouts: Readonly<{} & { openUrl: number | moment.Duration; waitForElements: number | moment.Duration; renderComplete: number | moment.Duration; }>; networkPolicy: Readonly<{} & { enabled: boolean; rules: Readonly<{ host?: string | undefined; protocol?: string | undefined; } & { allow: boolean; }>[]; }>; zoom: number; viewport: Readonly<{} & { height: number; width: number; }>; loadDelay: number | moment.Duration; maxAttempts: number; }>; roles: Readonly<{} & { enabled: boolean; allow: string[]; }>; kibanaServer: Readonly<{ hostname?: string | undefined; port?: number | undefined; protocol?: string | undefined; } & {}>; queue: Readonly<{} & { timeout: number | moment.Duration; pollInterval: number | moment.Duration; indexInterval: string; pollEnabled: boolean; pollIntervalErrorMultiplier: number; }>; csv: Readonly<{} & { scroll: Readonly<{} & { size: number; duration: string; }>; checkForFormulas: boolean; escapeFormulaValues: boolean; enablePanelActionDownload: boolean; maxSizeBytes: number | ",
"ByteSizeValue",
"; useByteOrderMarkEncoding: boolean; }>; roles: Readonly<{} & { enabled: boolean; allow: string[]; }>; poll: Readonly<{} & { jobCompletionNotifier: Readonly<{} & { interval: number; intervalErrorMultiplier: number; }>; jobsRefresh: Readonly<{} & { interval: number; intervalErrorMultiplier: number; }>; }>; }>>"
"; useByteOrderMarkEncoding: boolean; }>; poll: Readonly<{} & { jobCompletionNotifier: Readonly<{} & { interval: number; intervalErrorMultiplier: number; }>; jobsRefresh: Readonly<{} & { interval: number; intervalErrorMultiplier: number; }>; }>; }>>"
],
"source": {
"path": "x-pack/plugins/reporting/server/core.ts",
@ -1905,16 +1894,7 @@
"docId": "kibReportingPluginApi",
"section": "def-server.ReportingSetupDeps",
"text": "ReportingSetupDeps"
},
", ",
{
"pluginId": "reporting",
"scope": "server",
"docId": "kibReportingPluginApi",
"section": "def-server.ReportingStartDeps",
"text": "ReportingStartDeps"
},
">"
}
],
"source": {
"path": "x-pack/plugins/reporting/server/plugin.ts",
@ -1953,9 +1933,9 @@
"section": "def-server.PluginInitializerContext",
"text": "PluginInitializerContext"
},
"<Readonly<{ encryptionKey?: string | undefined; } & { enabled: boolean; index: string; capture: Readonly<{} & { browser: Readonly<{} & { type: string; chromium: Readonly<{ inspect?: boolean | undefined; disableSandbox?: boolean | undefined; } & { proxy: Readonly<{ server?: string | undefined; bypass?: string[] | undefined; } & { enabled: boolean; }>; }>; autoDownload: boolean; }>; timeouts: Readonly<{} & { openUrl: number | moment.Duration; waitForElements: number | moment.Duration; renderComplete: number | moment.Duration; }>; networkPolicy: Readonly<{} & { enabled: boolean; rules: Readonly<{ host?: string | undefined; protocol?: string | undefined; } & { allow: boolean; }>[]; }>; zoom: number; viewport: Readonly<{} & { height: number; width: number; }>; loadDelay: number | moment.Duration; maxAttempts: number; }>; kibanaServer: Readonly<{ hostname?: string | undefined; port?: number | undefined; protocol?: string | undefined; } & {}>; queue: Readonly<{} & { timeout: number | moment.Duration; pollInterval: number | moment.Duration; indexInterval: string; pollEnabled: boolean; pollIntervalErrorMultiplier: number; }>; csv: Readonly<{} & { scroll: Readonly<{} & { size: number; duration: string; }>; checkForFormulas: boolean; escapeFormulaValues: boolean; enablePanelActionDownload: boolean; maxSizeBytes: number | ",
"<Readonly<{ encryptionKey?: string | undefined; } & { enabled: boolean; index: string; capture: Readonly<{} & { browser: Readonly<{} & { type: string; chromium: Readonly<{ inspect?: boolean | undefined; disableSandbox?: boolean | undefined; } & { proxy: Readonly<{ server?: string | undefined; bypass?: string[] | undefined; } & { enabled: boolean; }>; }>; autoDownload: boolean; }>; timeouts: Readonly<{} & { openUrl: number | moment.Duration; waitForElements: number | moment.Duration; renderComplete: number | moment.Duration; }>; networkPolicy: Readonly<{} & { enabled: boolean; rules: Readonly<{ host?: string | undefined; protocol?: string | undefined; } & { allow: boolean; }>[]; }>; zoom: number; viewport: Readonly<{} & { height: number; width: number; }>; loadDelay: number | moment.Duration; maxAttempts: number; }>; roles: Readonly<{} & { enabled: boolean; allow: string[]; }>; kibanaServer: Readonly<{ hostname?: string | undefined; port?: number | undefined; protocol?: string | undefined; } & {}>; queue: Readonly<{} & { timeout: number | moment.Duration; pollInterval: number | moment.Duration; indexInterval: string; pollEnabled: boolean; pollIntervalErrorMultiplier: number; }>; csv: Readonly<{} & { scroll: Readonly<{} & { size: number; duration: string; }>; checkForFormulas: boolean; escapeFormulaValues: boolean; enablePanelActionDownload: boolean; maxSizeBytes: number | ",
"ByteSizeValue",
"; useByteOrderMarkEncoding: boolean; }>; roles: Readonly<{} & { enabled: boolean; allow: string[]; }>; poll: Readonly<{} & { jobCompletionNotifier: Readonly<{} & { interval: number; intervalErrorMultiplier: number; }>; jobsRefresh: Readonly<{} & { interval: number; intervalErrorMultiplier: number; }>; }>; }>>"
"; useByteOrderMarkEncoding: boolean; }>; poll: Readonly<{} & { jobCompletionNotifier: Readonly<{} & { interval: number; intervalErrorMultiplier: number; }>; jobsRefresh: Readonly<{} & { interval: number; intervalErrorMultiplier: number; }>; }>; }>>"
],
"source": {
"path": "x-pack/plugins/reporting/server/plugin.ts",
@ -2165,9 +2145,9 @@
"section": "def-server.ReportingConfig",
"text": "ReportingConfig"
},
" extends Config<Readonly<{ encryptionKey?: string | undefined; } & { enabled: boolean; index: string; capture: Readonly<{} & { browser: Readonly<{} & { type: string; chromium: Readonly<{ inspect?: boolean | undefined; disableSandbox?: boolean | undefined; } & { proxy: Readonly<{ server?: string | undefined; bypass?: string[] | undefined; } & { enabled: boolean; }>; }>; autoDownload: boolean; }>; timeouts: Readonly<{} & { openUrl: number | moment.Duration; waitForElements: number | moment.Duration; renderComplete: number | moment.Duration; }>; networkPolicy: Readonly<{} & { enabled: boolean; rules: Readonly<{ host?: string | undefined; protocol?: string | undefined; } & { allow: boolean; }>[]; }>; zoom: number; viewport: Readonly<{} & { height: number; width: number; }>; loadDelay: number | moment.Duration; maxAttempts: number; }>; kibanaServer: Readonly<{ hostname?: string | undefined; port?: number | undefined; protocol?: string | undefined; } & {}>; queue: Readonly<{} & { timeout: number | moment.Duration; pollInterval: number | moment.Duration; indexInterval: string; pollEnabled: boolean; pollIntervalErrorMultiplier: number; }>; csv: Readonly<{} & { scroll: Readonly<{} & { size: number; duration: string; }>; checkForFormulas: boolean; escapeFormulaValues: boolean; enablePanelActionDownload: boolean; maxSizeBytes: number | ",
" extends Config<Readonly<{ encryptionKey?: string | undefined; } & { enabled: boolean; index: string; capture: Readonly<{} & { browser: Readonly<{} & { type: string; chromium: Readonly<{ inspect?: boolean | undefined; disableSandbox?: boolean | undefined; } & { proxy: Readonly<{ server?: string | undefined; bypass?: string[] | undefined; } & { enabled: boolean; }>; }>; autoDownload: boolean; }>; timeouts: Readonly<{} & { openUrl: number | moment.Duration; waitForElements: number | moment.Duration; renderComplete: number | moment.Duration; }>; networkPolicy: Readonly<{} & { enabled: boolean; rules: Readonly<{ host?: string | undefined; protocol?: string | undefined; } & { allow: boolean; }>[]; }>; zoom: number; viewport: Readonly<{} & { height: number; width: number; }>; loadDelay: number | moment.Duration; maxAttempts: number; }>; roles: Readonly<{} & { enabled: boolean; allow: string[]; }>; kibanaServer: Readonly<{ hostname?: string | undefined; port?: number | undefined; protocol?: string | undefined; } & {}>; queue: Readonly<{} & { timeout: number | moment.Duration; pollInterval: number | moment.Duration; indexInterval: string; pollEnabled: boolean; pollIntervalErrorMultiplier: number; }>; csv: Readonly<{} & { scroll: Readonly<{} & { size: number; duration: string; }>; checkForFormulas: boolean; escapeFormulaValues: boolean; enablePanelActionDownload: boolean; maxSizeBytes: number | ",
"ByteSizeValue",
"; useByteOrderMarkEncoding: boolean; }>; roles: Readonly<{} & { enabled: boolean; allow: string[]; }>; poll: Readonly<{} & { jobCompletionNotifier: Readonly<{} & { interval: number; intervalErrorMultiplier: number; }>; jobsRefresh: Readonly<{} & { interval: number; intervalErrorMultiplier: number; }>; }>; }>>"
"; useByteOrderMarkEncoding: boolean; }>; poll: Readonly<{} & { jobCompletionNotifier: Readonly<{} & { interval: number; intervalErrorMultiplier: number; }>; jobsRefresh: Readonly<{} & { interval: number; intervalErrorMultiplier: number; }>; }>; }>>"
],
"source": {
"path": "x-pack/plugins/reporting/server/config/config.ts",
@ -2305,11 +2285,13 @@
"label": "taskManager",
"description": [],
"signature": [
"{ index: string; addMiddleware: (middleware: ",
"Middleware",
") => void; } & Pick<",
"TaskTypeDictionary",
", \"registerTaskDefinitions\">"
{
"pluginId": "taskManager",
"scope": "server",
"docId": "kibTaskManagerPluginApi",
"section": "def-server.TaskManagerSetupContract",
"text": "TaskManagerSetupContract"
}
],
"source": {
"path": "x-pack/plugins/reporting/server/types.ts",
@ -2408,11 +2390,13 @@
"label": "taskManager",
"description": [],
"signature": [
"Pick<",
"TaskScheduling",
", \"schedule\" | \"runNow\" | \"ensureScheduled\"> & Pick<",
"TaskStore",
", \"remove\" | \"get\" | \"fetch\"> & { removeIfExists: (id: string) => Promise<void>; }"
{
"pluginId": "taskManager",
"scope": "server",
"docId": "kibTaskManagerPluginApi",
"section": "def-server.TaskManagerStartContract",
"text": "TaskManagerStartContract"
}
],
"source": {
"path": "x-pack/plugins/reporting/server/types.ts",
@ -2454,9 +2438,7 @@
"path": "x-pack/plugins/reporting/server/types.ts",
"lineNumber": 45
},
"deprecated": false,
"returnComment": [],
"children": []
"deprecated": false
}
],
"lifecycle": "start",

View file

@ -262,48 +262,7 @@
"text": "AlertExecutorOptions"
},
"<TParams, Record<string, unknown>, { [x: string]: unknown; }, TAlertInstanceContext, never> & { services: any; }) => Promise<{ wrapped: any; trackedAlerts: { [k: string]: { alertId: string; alertUuid: string; started: string; }; }; }>; id: string; name: string; validate?: { params?: ",
"AlertTypeParamsValidator",
"<TParams> | undefined; } | undefined; actionGroups: ",
{
"pluginId": "alerting",
"scope": "common",
"docId": "kibAlertingPluginApi",
"section": "def-common.ActionGroup",
"text": "ActionGroup"
},
"<string>[]; defaultActionGroupId: string; recoveryActionGroup?: ",
{
"pluginId": "alerting",
"scope": "common",
"docId": "kibAlertingPluginApi",
"section": "def-common.ActionGroup",
"text": "ActionGroup"
},
"<string> | undefined; producer: string; actionVariables?: { context?: ",
{
"pluginId": "alerting",
"scope": "common",
"docId": "kibAlertingPluginApi",
"section": "def-common.ActionVariable",
"text": "ActionVariable"
},
"[] | undefined; state?: ",
{
"pluginId": "alerting",
"scope": "common",
"docId": "kibAlertingPluginApi",
"section": "def-common.ActionVariable",
"text": "ActionVariable"
},
"[] | undefined; params?: ",
{
"pluginId": "alerting",
"scope": "common",
"docId": "kibAlertingPluginApi",
"section": "def-common.ActionVariable",
"text": "ActionVariable"
},
"[] | undefined; } | undefined; minimumLicenseRequired: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\"; }"
"AlertTypeParamsValidator"
],
"source": {
"path": "x-pack/plugins/rule_registry/server/utils/create_lifecycle_rule_type_factory.ts",
@ -342,6 +301,74 @@
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "ruleRegistry",
"id": "def-server.createPersistenceRuleTypeFactory",
"type": "Function",
"tags": [],
"label": "createPersistenceRuleTypeFactory",
"description": [],
"signature": [
"({ logger, ruleDataClient, }: { ruleDataClient: ",
{
"pluginId": "ruleRegistry",
"scope": "server",
"docId": "kibRuleRegistryPluginApi",
"section": "def-server.RuleDataClient",
"text": "RuleDataClient"
},
"; logger: ",
"Logger",
"; }) => <TParams extends Record<string, unknown>, TAlertInstanceContext extends { [x: string]: unknown; }, TServices extends { alertWithPersistence: PersistenceAlertService<TAlertInstanceContext>; findAlerts: PersistenceAlertQueryService; }>(type: ",
"AlertTypeWithExecutor",
"<TParams, TAlertInstanceContext, TServices>) => { executor: (options: ",
{
"pluginId": "alerting",
"scope": "server",
"docId": "kibAlertingPluginApi",
"section": "def-server.AlertExecutorOptions",
"text": "AlertExecutorOptions"
},
"<TParams, Record<string, unknown>, { [x: string]: unknown; }, TAlertInstanceContext, never> & { services: any; }) => Promise<any>; id: string; name: string; validate?: { params?: ",
"AlertTypeParamsValidator"
],
"source": {
"path": "x-pack/plugins/rule_registry/server/utils/create_persistence_rule_type_factory.ts",
"lineNumber": 42
},
"deprecated": false,
"children": [
{
"parentPluginId": "ruleRegistry",
"id": "def-server.createPersistenceRuleTypeFactory.$1",
"type": "Object",
"tags": [],
"label": "{\n logger,\n ruleDataClient,\n}",
"description": [],
"signature": [
"{ ruleDataClient: ",
{
"pluginId": "ruleRegistry",
"scope": "server",
"docId": "kibRuleRegistryPluginApi",
"section": "def-server.RuleDataClient",
"text": "RuleDataClient"
},
"; logger: ",
"Logger",
"; }"
],
"source": {
"path": "x-pack/plugins/rule_registry/server/utils/create_persistence_rule_type_factory.ts",
"lineNumber": 42
},
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "ruleRegistry",
"id": "def-server.getRuleExecutorData",
@ -692,7 +719,7 @@
"label": "RuleRegistryPluginConfig",
"description": [],
"signature": [
"{ readonly enabled: boolean; readonly index: string; readonly write: Readonly<{} & { enabled: boolean; }>; }"
"{ readonly enabled: boolean; readonly write: Readonly<{} & { enabled: boolean; }>; readonly index: string; }"
],
"source": {
"path": "x-pack/plugins/rule_registry/server/config.ts",

View file

@ -171,26 +171,7 @@
"path": "x-pack/plugins/runtime_fields/public/components/runtime_field_form/runtime_field_form.tsx",
"lineNumber": 42
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "runtimeFields",
"id": "def-public.e",
"type": "CompoundType",
"tags": [],
"label": "e",
"description": [],
"signature": [
"React.FormEvent<HTMLFormElement> | React.MouseEvent<Element, MouseEvent> | undefined"
],
"source": {
"path": "src/plugins/es_ui_shared/static/forms/hook_form_lib/types.ts",
"lineNumber": 29
},
"deprecated": false
}
]
"deprecated": false
}
],
"initialIsOpen": false
@ -232,32 +213,7 @@
"path": "x-pack/plugins/runtime_fields/public/components/runtime_field_editor_flyout_content/runtime_field_editor_flyout_content.tsx",
"lineNumber": 59
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "runtimeFields",
"id": "def-public.field",
"type": "Object",
"tags": [],
"label": "field",
"description": [],
"signature": [
{
"pluginId": "runtimeFields",
"scope": "public",
"docId": "kibRuntimeFieldsPluginApi",
"section": "def-public.RuntimeField",
"text": "RuntimeField"
}
],
"source": {
"path": "x-pack/plugins/runtime_fields/public/components/runtime_field_editor_flyout_content/runtime_field_editor_flyout_content.tsx",
"lineNumber": 59
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "runtimeFields",
@ -275,9 +231,7 @@
"path": "x-pack/plugins/runtime_fields/public/components/runtime_field_editor_flyout_content/runtime_field_editor_flyout_content.tsx",
"lineNumber": 63
},
"deprecated": false,
"returnComment": [],
"children": []
"deprecated": false
},
{
"parentPluginId": "runtimeFields",
@ -383,7 +337,7 @@
"label": "type",
"description": [],
"signature": [
"\"boolean\" | \"date\" | \"keyword\" | \"long\" | \"double\" | \"ip\""
"\"boolean\" | \"date\" | \"keyword\" | \"long\" | \"ip\" | \"double\""
],
"source": {
"path": "x-pack/plugins/runtime_fields/public/types.ts",
@ -422,7 +376,7 @@
"description": [],
"signature": [
"ComboBoxOption",
"<\"boolean\" | \"date\" | \"keyword\" | \"long\" | \"double\" | \"ip\">[]"
"<\"boolean\" | \"date\" | \"keyword\" | \"long\" | \"ip\" | \"double\">[]"
],
"source": {
"path": "x-pack/plugins/runtime_fields/public/constants.ts",
@ -439,7 +393,7 @@
"label": "RuntimeType",
"description": [],
"signature": [
"\"boolean\" | \"date\" | \"keyword\" | \"long\" | \"double\" | \"ip\""
"\"boolean\" | \"date\" | \"keyword\" | \"long\" | \"ip\" | \"double\""
],
"source": {
"path": "x-pack/plugins/runtime_fields/public/types.ts",

View file

@ -55,78 +55,7 @@
"path": "src/plugins/saved_objects/public/finder/saved_object_finder.tsx",
"lineNumber": 108
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "savedObjects",
"id": "def-public.props",
"type": "Object",
"tags": [],
"label": "props",
"description": [],
"signature": [
"{ [key: string]: any; }"
],
"source": {
"path": "node_modules/@types/prop-types/index.d.ts",
"lineNumber": 41
},
"deprecated": false
},
{
"parentPluginId": "savedObjects",
"id": "def-public.propName",
"type": "string",
"tags": [],
"label": "propName",
"description": [],
"source": {
"path": "node_modules/@types/prop-types/index.d.ts",
"lineNumber": 41
},
"deprecated": false
},
{
"parentPluginId": "savedObjects",
"id": "def-public.componentName",
"type": "string",
"tags": [],
"label": "componentName",
"description": [],
"source": {
"path": "node_modules/@types/prop-types/index.d.ts",
"lineNumber": 41
},
"deprecated": false
},
{
"parentPluginId": "savedObjects",
"id": "def-public.location",
"type": "string",
"tags": [],
"label": "location",
"description": [],
"source": {
"path": "node_modules/@types/prop-types/index.d.ts",
"lineNumber": 41
},
"deprecated": false
},
{
"parentPluginId": "savedObjects",
"id": "def-public.propFullName",
"type": "string",
"tags": [],
"label": "propFullName",
"description": [],
"source": {
"path": "node_modules/@types/prop-types/index.d.ts",
"lineNumber": 41
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "savedObjects",
@ -145,78 +74,7 @@
"path": "src/plugins/saved_objects/public/finder/saved_object_finder.tsx",
"lineNumber": 109
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "savedObjects",
"id": "def-public.props",
"type": "Object",
"tags": [],
"label": "props",
"description": [],
"signature": [
"{ [key: string]: any; }"
],
"source": {
"path": "node_modules/@types/prop-types/index.d.ts",
"lineNumber": 41
},
"deprecated": false
},
{
"parentPluginId": "savedObjects",
"id": "def-public.propName",
"type": "string",
"tags": [],
"label": "propName",
"description": [],
"source": {
"path": "node_modules/@types/prop-types/index.d.ts",
"lineNumber": 41
},
"deprecated": false
},
{
"parentPluginId": "savedObjects",
"id": "def-public.componentName",
"type": "string",
"tags": [],
"label": "componentName",
"description": [],
"source": {
"path": "node_modules/@types/prop-types/index.d.ts",
"lineNumber": 41
},
"deprecated": false
},
{
"parentPluginId": "savedObjects",
"id": "def-public.location",
"type": "string",
"tags": [],
"label": "location",
"description": [],
"source": {
"path": "node_modules/@types/prop-types/index.d.ts",
"lineNumber": 41
},
"deprecated": false
},
{
"parentPluginId": "savedObjects",
"id": "def-public.propFullName",
"type": "string",
"tags": [],
"label": "propFullName",
"description": [],
"source": {
"path": "node_modules/@types/prop-types/index.d.ts",
"lineNumber": 41
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "savedObjects",
@ -233,78 +91,7 @@
"path": "src/plugins/saved_objects/public/finder/saved_object_finder.tsx",
"lineNumber": 110
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "savedObjects",
"id": "def-public.props",
"type": "Object",
"tags": [],
"label": "props",
"description": [],
"signature": [
"{ [key: string]: any; }"
],
"source": {
"path": "node_modules/@types/prop-types/index.d.ts",
"lineNumber": 41
},
"deprecated": false
},
{
"parentPluginId": "savedObjects",
"id": "def-public.propName",
"type": "string",
"tags": [],
"label": "propName",
"description": [],
"source": {
"path": "node_modules/@types/prop-types/index.d.ts",
"lineNumber": 41
},
"deprecated": false
},
{
"parentPluginId": "savedObjects",
"id": "def-public.componentName",
"type": "string",
"tags": [],
"label": "componentName",
"description": [],
"source": {
"path": "node_modules/@types/prop-types/index.d.ts",
"lineNumber": 41
},
"deprecated": false
},
{
"parentPluginId": "savedObjects",
"id": "def-public.location",
"type": "string",
"tags": [],
"label": "location",
"description": [],
"source": {
"path": "node_modules/@types/prop-types/index.d.ts",
"lineNumber": 41
},
"deprecated": false
},
{
"parentPluginId": "savedObjects",
"id": "def-public.propFullName",
"type": "string",
"tags": [],
"label": "propFullName",
"description": [],
"source": {
"path": "node_modules/@types/prop-types/index.d.ts",
"lineNumber": 41
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "savedObjects",
@ -321,78 +108,7 @@
"path": "src/plugins/saved_objects/public/finder/saved_object_finder.tsx",
"lineNumber": 111
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "savedObjects",
"id": "def-public.props",
"type": "Object",
"tags": [],
"label": "props",
"description": [],
"signature": [
"{ [key: string]: any; }"
],
"source": {
"path": "node_modules/@types/prop-types/index.d.ts",
"lineNumber": 41
},
"deprecated": false
},
{
"parentPluginId": "savedObjects",
"id": "def-public.propName",
"type": "string",
"tags": [],
"label": "propName",
"description": [],
"source": {
"path": "node_modules/@types/prop-types/index.d.ts",
"lineNumber": 41
},
"deprecated": false
},
{
"parentPluginId": "savedObjects",
"id": "def-public.componentName",
"type": "string",
"tags": [],
"label": "componentName",
"description": [],
"source": {
"path": "node_modules/@types/prop-types/index.d.ts",
"lineNumber": 41
},
"deprecated": false
},
{
"parentPluginId": "savedObjects",
"id": "def-public.location",
"type": "string",
"tags": [],
"label": "location",
"description": [],
"source": {
"path": "node_modules/@types/prop-types/index.d.ts",
"lineNumber": 41
},
"deprecated": false
},
{
"parentPluginId": "savedObjects",
"id": "def-public.propFullName",
"type": "string",
"tags": [],
"label": "propFullName",
"description": [],
"source": {
"path": "node_modules/@types/prop-types/index.d.ts",
"lineNumber": 41
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "savedObjects",
@ -409,78 +125,7 @@
"path": "src/plugins/saved_objects/public/finder/saved_object_finder.tsx",
"lineNumber": 112
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "savedObjects",
"id": "def-public.props",
"type": "Object",
"tags": [],
"label": "props",
"description": [],
"signature": [
"{ [key: string]: any; }"
],
"source": {
"path": "node_modules/@types/prop-types/index.d.ts",
"lineNumber": 41
},
"deprecated": false
},
{
"parentPluginId": "savedObjects",
"id": "def-public.propName",
"type": "string",
"tags": [],
"label": "propName",
"description": [],
"source": {
"path": "node_modules/@types/prop-types/index.d.ts",
"lineNumber": 41
},
"deprecated": false
},
{
"parentPluginId": "savedObjects",
"id": "def-public.componentName",
"type": "string",
"tags": [],
"label": "componentName",
"description": [],
"source": {
"path": "node_modules/@types/prop-types/index.d.ts",
"lineNumber": 41
},
"deprecated": false
},
{
"parentPluginId": "savedObjects",
"id": "def-public.location",
"type": "string",
"tags": [],
"label": "location",
"description": [],
"source": {
"path": "node_modules/@types/prop-types/index.d.ts",
"lineNumber": 41
},
"deprecated": false
},
{
"parentPluginId": "savedObjects",
"id": "def-public.propFullName",
"type": "string",
"tags": [],
"label": "propFullName",
"description": [],
"source": {
"path": "node_modules/@types/prop-types/index.d.ts",
"lineNumber": 41
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "savedObjects",
@ -497,78 +142,7 @@
"path": "src/plugins/saved_objects/public/finder/saved_object_finder.tsx",
"lineNumber": 113
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "savedObjects",
"id": "def-public.props",
"type": "Object",
"tags": [],
"label": "props",
"description": [],
"signature": [
"{ [key: string]: any; }"
],
"source": {
"path": "node_modules/@types/prop-types/index.d.ts",
"lineNumber": 41
},
"deprecated": false
},
{
"parentPluginId": "savedObjects",
"id": "def-public.propName",
"type": "string",
"tags": [],
"label": "propName",
"description": [],
"source": {
"path": "node_modules/@types/prop-types/index.d.ts",
"lineNumber": 41
},
"deprecated": false
},
{
"parentPluginId": "savedObjects",
"id": "def-public.componentName",
"type": "string",
"tags": [],
"label": "componentName",
"description": [],
"source": {
"path": "node_modules/@types/prop-types/index.d.ts",
"lineNumber": 41
},
"deprecated": false
},
{
"parentPluginId": "savedObjects",
"id": "def-public.location",
"type": "string",
"tags": [],
"label": "location",
"description": [],
"source": {
"path": "node_modules/@types/prop-types/index.d.ts",
"lineNumber": 41
},
"deprecated": false
},
{
"parentPluginId": "savedObjects",
"id": "def-public.propFullName",
"type": "string",
"tags": [],
"label": "propFullName",
"description": [],
"source": {
"path": "node_modules/@types/prop-types/index.d.ts",
"lineNumber": 41
},
"deprecated": false
}
]
"deprecated": false
}
]
},
@ -803,7 +377,7 @@
"plugin": "dashboard",
"link": {
"path": "src/plugins/dashboard/public/plugin.tsx",
"lineNumber": 126
"lineNumber": 127
}
},
{
@ -926,7 +500,7 @@
"label": "loaderProperties",
"description": [],
"signature": [
"{ [x: string]: string; }"
"Record<string, string>"
],
"source": {
"path": "src/plugins/saved_objects/public/saved_object/saved_object_loader.ts",
@ -1223,7 +797,7 @@
"label": "attributes",
"description": [],
"signature": [
"{ [x: string]: unknown; }"
"Record<string, unknown>"
],
"source": {
"path": "src/plugins/saved_objects/public/saved_object/saved_object_loader.ts",
@ -1907,10 +1481,7 @@
"docId": "kibCoreSavedObjectsPluginApi",
"section": "def-public.SimpleSavedObject",
"text": "SimpleSavedObject"
},
"<",
"SavedObjectAttributes",
">>"
}
],
"source": {
"path": "src/plugins/saved_objects/public/saved_object/helpers/save_with_confirmation.ts",
@ -2042,113 +1613,15 @@
"label": "savedObjectsClient",
"description": [],
"signature": [
"{ get: <T = unknown>(type: string, id: string) => Promise<",
"Pick<",
{
"pluginId": "core",
"scope": "public",
"docId": "kibCoreSavedObjectsPluginApi",
"section": "def-public.SimpleSavedObject",
"text": "SimpleSavedObject"
"section": "def-public.SavedObjectsClient",
"text": "SavedObjectsClient"
},
"<T>>; delete: (type: string, id: string, options?: ",
"SavedObjectsDeleteOptions",
" | undefined) => Promise<{}>; create: <T = unknown>(type: string, attributes: T, options?: ",
{
"pluginId": "core",
"scope": "public",
"docId": "kibCoreSavedObjectsPluginApi",
"section": "def-public.SavedObjectsCreateOptions",
"text": "SavedObjectsCreateOptions"
},
") => Promise<",
{
"pluginId": "core",
"scope": "public",
"docId": "kibCoreSavedObjectsPluginApi",
"section": "def-public.SimpleSavedObject",
"text": "SimpleSavedObject"
},
"<T>>; bulkCreate: (objects?: ",
{
"pluginId": "core",
"scope": "public",
"docId": "kibCoreSavedObjectsPluginApi",
"section": "def-public.SavedObjectsBulkCreateObject",
"text": "SavedObjectsBulkCreateObject"
},
"<unknown>[], options?: ",
{
"pluginId": "core",
"scope": "public",
"docId": "kibCoreSavedObjectsPluginApi",
"section": "def-public.SavedObjectsBulkCreateOptions",
"text": "SavedObjectsBulkCreateOptions"
},
") => Promise<",
{
"pluginId": "core",
"scope": "public",
"docId": "kibCoreSavedObjectsPluginApi",
"section": "def-public.SavedObjectsBatchResponse",
"text": "SavedObjectsBatchResponse"
},
"<unknown>>; find: <T = unknown, A = unknown>(options: Pick<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreSavedObjectsPluginApi",
"section": "def-server.SavedObjectsFindOptions",
"text": "SavedObjectsFindOptions"
},
", \"type\" | \"filter\" | \"aggs\" | \"fields\" | \"page\" | \"perPage\" | \"sortField\" | \"search\" | \"searchFields\" | \"hasReference\" | \"hasReferenceOperator\" | \"defaultSearchOperator\" | \"namespaces\" | \"preference\">) => Promise<",
{
"pluginId": "core",
"scope": "public",
"docId": "kibCoreSavedObjectsPluginApi",
"section": "def-public.SavedObjectsFindResponsePublic",
"text": "SavedObjectsFindResponsePublic"
},
"<T, unknown>>; bulkGet: (objects?: { id: string; type: string; }[]) => Promise<",
{
"pluginId": "core",
"scope": "public",
"docId": "kibCoreSavedObjectsPluginApi",
"section": "def-public.SavedObjectsBatchResponse",
"text": "SavedObjectsBatchResponse"
},
"<unknown>>; update: <T = unknown>(type: string, id: string, attributes: T, { version, references, upsert }?: ",
{
"pluginId": "core",
"scope": "public",
"docId": "kibCoreSavedObjectsPluginApi",
"section": "def-public.SavedObjectsUpdateOptions",
"text": "SavedObjectsUpdateOptions"
},
"<unknown>) => Promise<",
{
"pluginId": "core",
"scope": "public",
"docId": "kibCoreSavedObjectsPluginApi",
"section": "def-public.SimpleSavedObject",
"text": "SimpleSavedObject"
},
"<T>>; bulkUpdate: <T = unknown>(objects?: ",
{
"pluginId": "core",
"scope": "public",
"docId": "kibCoreSavedObjectsPluginApi",
"section": "def-public.SavedObjectsBulkUpdateObject",
"text": "SavedObjectsBulkUpdateObject"
},
"<unknown>[]) => Promise<",
{
"pluginId": "core",
"scope": "public",
"docId": "kibCoreSavedObjectsPluginApi",
"section": "def-public.SavedObjectsBatchResponse",
"text": "SavedObjectsBatchResponse"
},
"<unknown>>; }"
", \"get\" | \"delete\" | \"create\" | \"bulkCreate\" | \"find\" | \"bulkGet\" | \"update\" | \"bulkUpdate\">"
],
"source": {
"path": "src/plugins/saved_objects/public/saved_object/helpers/save_with_confirmation.ts",
@ -2325,9 +1798,7 @@
"path": "src/plugins/saved_objects/public/save_modal/saved_object_save_modal.tsx",
"lineNumber": 38
},
"deprecated": false,
"returnComment": [],
"children": []
"deprecated": false
},
{
"parentPluginId": "savedObjects",
@ -2465,9 +1936,7 @@
"path": "src/plugins/saved_objects/public/save_modal/saved_object_save_modal_origin.tsx",
"lineNumber": 29
},
"deprecated": false,
"returnComment": [],
"children": []
"deprecated": false
},
{
"parentPluginId": "savedObjects",
@ -2515,33 +1984,7 @@
"path": "src/plugins/saved_objects/public/save_modal/saved_object_save_modal_origin.tsx",
"lineNumber": 31
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "savedObjects",
"id": "def-public.props",
"type": "CompoundType",
"tags": [],
"label": "props",
"description": [],
"signature": [
{
"pluginId": "savedObjects",
"scope": "public",
"docId": "kibSavedObjectsPluginApi",
"section": "def-public.OnSaveProps",
"text": "OnSaveProps"
},
" & { returnToOrigin: boolean; }"
],
"source": {
"path": "src/plugins/saved_objects/public/save_modal/saved_object_save_modal_origin.tsx",
"lineNumber": 31
},
"deprecated": false
}
]
"deprecated": false
}
],
"initialIsOpen": false
@ -2756,9 +2199,7 @@
"path": "src/plugins/saved_objects/public/types.ts",
"lineNumber": 26
},
"deprecated": false,
"returnComment": [],
"children": []
"deprecated": false
},
{
"parentPluginId": "savedObjects",
@ -2768,7 +2209,7 @@
"label": "_source",
"description": [],
"signature": [
"{ [x: string]: unknown; }"
"Record<string, unknown>"
],
"source": {
"path": "src/plugins/saved_objects/public/types.ts",
@ -2798,26 +2239,7 @@
"path": "src/plugins/saved_objects/public/types.ts",
"lineNumber": 28
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "savedObjects",
"id": "def-public.resp",
"type": "Object",
"tags": [],
"label": "resp",
"description": [],
"signature": [
"{ [x: string]: any; }"
],
"source": {
"path": "src/plugins/saved_objects/public/types.ts",
"lineNumber": 28
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "savedObjects",
@ -2848,26 +2270,7 @@
"path": "src/plugins/saved_objects/public/types.ts",
"lineNumber": 30
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "savedObjects",
"id": "def-public.opts",
"type": "Object",
"tags": [],
"label": "opts",
"description": [],
"signature": [
"SavedObjectCreationOpts"
],
"source": {
"path": "src/plugins/saved_objects/public/types.ts",
"lineNumber": 30
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "savedObjects",
@ -2915,9 +2318,7 @@
"path": "src/plugins/saved_objects/public/types.ts",
"lineNumber": 33
},
"deprecated": false,
"returnComment": [],
"children": []
"deprecated": false
},
{
"parentPluginId": "savedObjects",
@ -2933,9 +2334,7 @@
"path": "src/plugins/saved_objects/public/types.ts",
"lineNumber": 34
},
"deprecated": false,
"returnComment": [],
"children": []
"deprecated": false
},
{
"parentPluginId": "savedObjects",
@ -2951,9 +2350,7 @@
"path": "src/plugins/saved_objects/public/types.ts",
"lineNumber": 35
},
"deprecated": false,
"returnComment": [],
"children": []
"deprecated": false
},
{
"parentPluginId": "savedObjects",
@ -2969,9 +2366,7 @@
"path": "src/plugins/saved_objects/public/types.ts",
"lineNumber": 36
},
"deprecated": false,
"returnComment": [],
"children": []
"deprecated": false
},
{
"parentPluginId": "savedObjects",
@ -3064,9 +2459,7 @@
"path": "src/plugins/saved_objects/public/types.ts",
"lineNumber": 41
},
"deprecated": false,
"returnComment": [],
"children": []
"deprecated": false
},
{
"parentPluginId": "savedObjects",
@ -3119,32 +2512,7 @@
"path": "src/plugins/saved_objects/public/types.ts",
"lineNumber": 44
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "savedObjects",
"id": "def-public.saveOptions",
"type": "Object",
"tags": [],
"label": "saveOptions",
"description": [],
"signature": [
{
"pluginId": "savedObjects",
"scope": "public",
"docId": "kibSavedObjectsPluginApi",
"section": "def-public.SavedObjectSaveOpts",
"text": "SavedObjectSaveOpts"
}
],
"source": {
"path": "src/plugins/saved_objects/public/types.ts",
"lineNumber": 44
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "savedObjects",
@ -3559,32 +2927,7 @@
"path": "src/plugins/saved_objects/public/saved_object/decorators/types.ts",
"lineNumber": 21
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "savedObjects",
"id": "def-public.config",
"type": "Object",
"tags": [],
"label": "config",
"description": [],
"signature": [
{
"pluginId": "savedObjects",
"scope": "public",
"docId": "kibSavedObjectsPluginApi",
"section": "def-public.SavedObjectConfig",
"text": "SavedObjectConfig"
}
],
"source": {
"path": "src/plugins/saved_objects/public/saved_object/decorators/types.ts",
"lineNumber": 21
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "savedObjects",
@ -3602,26 +2945,7 @@
"path": "src/plugins/saved_objects/public/saved_object/decorators/types.ts",
"lineNumber": 28
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "savedObjects",
"id": "def-public.object",
"type": "Uncategorized",
"tags": [],
"label": "object",
"description": [],
"signature": [
"T"
],
"source": {
"path": "src/plugins/saved_objects/public/saved_object/decorators/types.ts",
"lineNumber": 28
},
"deprecated": false
}
]
"deprecated": false
}
],
"initialIsOpen": false
@ -3689,15 +3013,12 @@
"\nThe factory to use to create the decorator"
],
"signature": [
"(services: ",
"SavedObjectKibanaServices",
") => ",
{
"pluginId": "savedObjects",
"scope": "public",
"docId": "kibSavedObjectsPluginApi",
"section": "def-public.SavedObjectDecorator",
"text": "SavedObjectDecorator"
"section": "def-public.SavedObjectDecoratorFactory",
"text": "SavedObjectDecoratorFactory"
},
"<T>"
],
@ -3705,26 +3026,7 @@
"path": "src/plugins/saved_objects/public/saved_object/decorators/registry.ts",
"lineNumber": 26
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "savedObjects",
"id": "def-public.services",
"type": "Object",
"tags": [],
"label": "services",
"description": [],
"signature": [
"SavedObjectKibanaServices"
],
"source": {
"path": "src/plugins/saved_objects/public/saved_object/decorators/types.ts",
"lineNumber": 32
},
"deprecated": false
}
]
"deprecated": false
}
],
"initialIsOpen": false
@ -4364,14 +3666,14 @@
"plugin": "dashboard",
"link": {
"path": "src/plugins/dashboard/public/application/listing/dashboard_listing.tsx",
"lineNumber": 87
"lineNumber": 92
}
},
{
"plugin": "dashboard",
"link": {
"path": "src/plugins/dashboard/public/application/listing/dashboard_listing.tsx",
"lineNumber": 172
"lineNumber": 177
}
},
{
@ -4436,33 +3738,7 @@
"path": "src/plugins/saved_objects/public/plugin.ts",
"lineNumber": 22
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "savedObjects",
"id": "def-public.config",
"type": "Object",
"tags": [],
"label": "config",
"description": [],
"signature": [
{
"pluginId": "savedObjects",
"scope": "public",
"docId": "kibSavedObjectsPluginApi",
"section": "def-public.SavedObjectDecoratorConfig",
"text": "SavedObjectDecoratorConfig"
},
"<any>"
],
"source": {
"path": "src/plugins/saved_objects/public/plugin.ts",
"lineNumber": 22
},
"deprecated": false
}
]
"deprecated": false
}
],
"lifecycle": "setup",

File diff suppressed because one or more lines are too long

View file

@ -84,13 +84,7 @@
"label": "SavedObjectTaggingPluginStart",
"description": [],
"signature": [
{
"pluginId": "savedObjectsTaggingOss",
"scope": "public",
"docId": "kibSavedObjectsTaggingOssPluginApi",
"section": "def-public.SavedObjectsTaggingApi",
"text": "SavedObjectsTaggingApi"
}
"SavedObjectsTaggingApi"
],
"source": {
"path": "x-pack/plugins/saved_objects_tagging/public/types.ts",
@ -828,7 +822,7 @@
"label": "errors",
"description": [],
"signature": [
"{ color?: string | undefined; description?: string | undefined; id?: string | undefined; name?: string | undefined; }"
"Partial<Record<\"color\" | \"description\" | \"id\" | \"name\", string | undefined>>"
],
"source": {
"path": "x-pack/plugins/saved_objects_tagging/common/validation.ts",
@ -939,16 +933,7 @@
"label": "TagSavedObject",
"description": [],
"signature": [
"SavedObject",
"<",
{
"pluginId": "savedObjectsTaggingOss",
"scope": "common",
"docId": "kibSavedObjectsTaggingOssPluginApi",
"section": "def-common.TagAttributes",
"text": "TagAttributes"
},
">"
"SavedObject<TagAttributes>"
],
"source": {
"path": "x-pack/plugins/saved_objects_tagging/common/types.ts",
@ -984,14 +969,7 @@
"label": "TagWithRelations",
"description": [],
"signature": [
{
"pluginId": "savedObjectsTaggingOss",
"scope": "common",
"docId": "kibSavedObjectsTaggingOssPluginApi",
"section": "def-common.Tag",
"text": "Tag"
},
" & { relationCount: number; }"
"Tag & { relationCount: number; }"
],
"source": {
"path": "x-pack/plugins/saved_objects_tagging/common/types.ts",

View file

@ -300,26 +300,7 @@
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
"lineNumber": 251
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "savedObjectsTaggingOss",
"id": "def-public.ids",
"type": "Array",
"tags": [],
"label": "ids",
"description": [],
"signature": [
"string[]"
],
"source": {
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
"lineNumber": 251
},
"deprecated": false
}
]
"deprecated": false
}
],
"initialIsOpen": false
@ -959,42 +940,7 @@
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
"lineNumber": 196
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "savedObjectsTaggingOss",
"id": "def-public.props",
"type": "CompoundType",
"tags": [],
"label": "props",
"description": [],
"signature": [
"P & { children?: React.ReactNode; }"
],
"source": {
"path": "node_modules/@types/react/index.d.ts",
"lineNumber": 554
},
"deprecated": false
},
{
"parentPluginId": "savedObjectsTaggingOss",
"id": "def-public.context",
"type": "Any",
"tags": [],
"label": "context",
"description": [],
"signature": [
"any"
],
"source": {
"path": "node_modules/@types/react/index.d.ts",
"lineNumber": 554
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "savedObjectsTaggingOss",
@ -1020,42 +966,7 @@
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
"lineNumber": 200
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "savedObjectsTaggingOss",
"id": "def-public.props",
"type": "CompoundType",
"tags": [],
"label": "props",
"description": [],
"signature": [
"P & { children?: React.ReactNode; }"
],
"source": {
"path": "node_modules/@types/react/index.d.ts",
"lineNumber": 554
},
"deprecated": false
},
{
"parentPluginId": "savedObjectsTaggingOss",
"id": "def-public.context",
"type": "Any",
"tags": [],
"label": "context",
"description": [],
"signature": [
"any"
],
"source": {
"path": "node_modules/@types/react/index.d.ts",
"lineNumber": 554
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "savedObjectsTaggingOss",
@ -1081,42 +992,7 @@
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
"lineNumber": 206
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "savedObjectsTaggingOss",
"id": "def-public.props",
"type": "CompoundType",
"tags": [],
"label": "props",
"description": [],
"signature": [
"P & { children?: React.ReactNode; }"
],
"source": {
"path": "node_modules/@types/react/index.d.ts",
"lineNumber": 554
},
"deprecated": false
},
{
"parentPluginId": "savedObjectsTaggingOss",
"id": "def-public.context",
"type": "Any",
"tags": [],
"label": "context",
"description": [],
"signature": [
"any"
],
"source": {
"path": "node_modules/@types/react/index.d.ts",
"lineNumber": 554
},
"deprecated": false
}
]
"deprecated": false
}
],
"initialIsOpen": false
@ -1207,26 +1083,7 @@
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
"lineNumber": 234
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "savedObjectsTaggingOss",
"id": "def-public.ids",
"type": "Array",
"tags": [],
"label": "ids",
"description": [],
"signature": [
"string[]"
],
"source": {
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
"lineNumber": 234
},
"deprecated": false
}
]
"deprecated": false
}
],
"initialIsOpen": false
@ -1250,14 +1107,7 @@
"section": "def-public.SavedObject",
"text": "SavedObject"
},
") => object is ",
{
"pluginId": "savedObjectsTaggingOss",
"scope": "public",
"docId": "kibSavedObjectsTaggingOssPluginApi",
"section": "def-public.TagDecoratedSavedObject",
"text": "TagDecoratedSavedObject"
}
") => boolean"
],
"source": {
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
@ -1274,14 +1124,7 @@
"label": "TagDecoratedSavedObject",
"description": [],
"signature": [
{
"pluginId": "savedObjects",
"scope": "public",
"docId": "kibSavedObjectsPluginApi",
"section": "def-public.SavedObject",
"text": "SavedObject"
},
" & { getTags(): string[]; setTags(tags: string[]): void; }"
"SavedObject & { getTags(): string[]; setTags(tags: string[]): void; }"
],
"source": {
"path": "src/plugins/saved_objects_tagging_oss/public/decorator/types.ts",

View file

@ -2,11 +2,83 @@
"id": "screenshotMode",
"client": {
"classes": [],
"functions": [],
"functions": [
{
"parentPluginId": "screenshotMode",
"id": "def-public.setScreenshotModeEnabled",
"type": "Function",
"tags": [],
"label": "setScreenshotModeEnabled",
"description": [
"\nUse this function to set the current browser to screenshot mode.\n\nThis function should be called as early as possible to ensure that screenshot mode is\ncorrectly detected for the first page load. It is not suitable for use inside any plugin\ncode unless the plugin code is guaranteed to, somehow, load before any other code.\n\nAdditionally, we don't know what environment this code will run in so we remove as many external\nreferences as possible to make it portable. For instance, running inside puppeteer."
],
"signature": [
"() => void"
],
"source": {
"path": "src/plugins/screenshot_mode/common/get_set_browser_screenshot_mode.ts",
"lineNumber": 39
},
"deprecated": false,
"children": [],
"returnComment": [],
"initialIsOpen": false
}
],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
"misc": [
{
"parentPluginId": "screenshotMode",
"id": "def-public.KBN_SCREENSHOT_MODE_ENABLED_KEY",
"type": "string",
"tags": [],
"label": "KBN_SCREENSHOT_MODE_ENABLED_KEY",
"description": [],
"signature": [
"\"__KBN_SCREENSHOT_MODE_ENABLED_KEY__\""
],
"source": {
"path": "src/plugins/screenshot_mode/common/get_set_browser_screenshot_mode.ts",
"lineNumber": 13
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "screenshotMode",
"id": "def-public.KBN_SCREENSHOT_MODE_HEADER",
"type": "string",
"tags": [],
"label": "KBN_SCREENSHOT_MODE_HEADER",
"description": [],
"source": {
"path": "src/plugins/screenshot_mode/common/constants.ts",
"lineNumber": 9
},
"deprecated": false,
"initialIsOpen": false
}
],
"objects": [],
"setup": {
"parentPluginId": "screenshotMode",
"id": "def-public.ScreenshotModePluginSetup",
"type": "Type",
"tags": [],
"label": "ScreenshotModePluginSetup",
"description": [],
"signature": [
"IScreenshotModeService"
],
"source": {
"path": "src/plugins/screenshot_mode/public/types.ts",
"lineNumber": 17
},
"deprecated": false,
"lifecycle": "setup",
"initialIsOpen": true
}
},
"server": {
"classes": [],
@ -86,6 +158,23 @@
],
"enums": [],
"misc": [
{
"parentPluginId": "screenshotMode",
"id": "def-server.KBN_SCREENSHOT_MODE_ENABLED_KEY",
"type": "string",
"tags": [],
"label": "KBN_SCREENSHOT_MODE_ENABLED_KEY",
"description": [],
"signature": [
"\"__KBN_SCREENSHOT_MODE_ENABLED_KEY__\""
],
"source": {
"path": "src/plugins/screenshot_mode/common/get_set_browser_screenshot_mode.ts",
"lineNumber": 13
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "screenshotMode",
"id": "def-server.KBN_SCREENSHOT_MODE_HEADER",
@ -123,47 +212,13 @@
"label": "isScreenshotMode",
"description": [],
"signature": [
"(request: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any>) => boolean"
"IsScreenshotMode"
],
"source": {
"path": "src/plugins/screenshot_mode/server/types.ts",
"lineNumber": 19
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "screenshotMode",
"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>"
],
"source": {
"path": "src/plugins/screenshot_mode/server/types.ts",
"lineNumber": 16
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "screenshotMode",
@ -181,9 +236,7 @@
"path": "src/plugins/screenshot_mode/server/types.ts",
"lineNumber": 24
},
"deprecated": false,
"returnComment": [],
"children": []
"deprecated": false
}
],
"lifecycle": "setup",
@ -210,47 +263,13 @@
"label": "isScreenshotMode",
"description": [],
"signature": [
"(request: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any>) => boolean"
"IsScreenshotMode"
],
"source": {
"path": "src/plugins/screenshot_mode/server/types.ts",
"lineNumber": 28
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "screenshotMode",
"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>"
],
"source": {
"path": "src/plugins/screenshot_mode/server/types.ts",
"lineNumber": 16
},
"deprecated": false
}
]
"deprecated": false
}
],
"lifecycle": "start",
@ -325,6 +344,23 @@
"interfaces": [],
"enums": [],
"misc": [
{
"parentPluginId": "screenshotMode",
"id": "def-common.KBN_SCREENSHOT_MODE_ENABLED_KEY",
"type": "string",
"tags": [],
"label": "KBN_SCREENSHOT_MODE_ENABLED_KEY",
"description": [],
"signature": [
"\"__KBN_SCREENSHOT_MODE_ENABLED_KEY__\""
],
"source": {
"path": "src/plugins/screenshot_mode/common/get_set_browser_screenshot_mode.ts",
"lineNumber": 13
},
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "screenshotMode",
"id": "def-common.KBN_SCREENSHOT_MODE_HEADER",

View file

@ -11,6 +11,17 @@ warning: This document is auto-generated and is meant to be viewed inside our ex
import screenshotModeObj from './screenshot_mode.json';
## Client
### Setup
<DocDefinitionList data={[screenshotModeObj.client.setup]}/>
### Functions
<DocDefinitionList data={screenshotModeObj.client.functions}/>
### Consts, variables and types
<DocDefinitionList data={screenshotModeObj.client.misc}/>
## Server
### Setup

View file

@ -442,7 +442,7 @@
"label": "iconType",
"description": [],
"signature": [
"string | React.ComponentClass<{}, any> | React.FunctionComponent<{}>"
"IconType"
],
"source": {
"path": "x-pack/plugins/security/public/nav_control/nav_control_component.tsx",
@ -510,11 +510,7 @@
"label": "SecurityPluginSetup",
"description": [],
"signature": [
"{ authc: ",
"AuthenticationServiceSetup",
"; sessionTimeout: ",
"SessionTimeout",
"; license: Readonly<{ isLicenseAvailable: () => boolean; isEnabled: () => boolean; getType: () => \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined; getFeatures: () => ",
"{ authc: AuthenticationServiceSetup; sessionTimeout: SessionTimeout; license: Readonly<{ isLicenseAvailable: () => boolean; isEnabled: () => boolean; getType: () => \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined; getFeatures: () => ",
"SecurityLicenseFeatures",
"; features$: ",
"Observable",
@ -540,9 +536,7 @@
"signature": [
"{ navControlService: ",
"SecurityNavControlServiceStart",
"; authc: ",
"AuthenticationServiceSetup",
"; }"
"; authc: AuthenticationServiceSetup; }"
],
"source": {
"path": "x-pack/plugins/security/public/plugin.tsx",
@ -650,33 +644,7 @@
"path": "x-pack/plugins/security/server/audit/audit_service.ts",
"lineNumber": 37
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "security",
"id": "def-server.event",
"type": "Object",
"tags": [],
"label": "event",
"description": [],
"signature": [
{
"pluginId": "security",
"scope": "server",
"docId": "kibSecurityPluginApi",
"section": "def-server.AuditEvent",
"text": "AuditEvent"
},
" | undefined"
],
"source": {
"path": "x-pack/plugins/security/server/audit/audit_service.ts",
"lineNumber": 37
},
"deprecated": false
}
]
"deprecated": false
}
],
"initialIsOpen": false
@ -832,7 +800,7 @@
],
"source": {
"path": "x-pack/plugins/security/server/authentication/api_keys/api_keys.ts",
"lineNumber": 56
"lineNumber": 62
},
"deprecated": false,
"children": [
@ -847,7 +815,7 @@
],
"source": {
"path": "x-pack/plugins/security/server/authentication/api_keys/api_keys.ts",
"lineNumber": 60
"lineNumber": 66
},
"deprecated": false
},
@ -862,7 +830,7 @@
],
"source": {
"path": "x-pack/plugins/security/server/authentication/api_keys/api_keys.ts",
"lineNumber": 64
"lineNumber": 70
},
"deprecated": false
},
@ -880,7 +848,7 @@
],
"source": {
"path": "x-pack/plugins/security/server/authentication/api_keys/api_keys.ts",
"lineNumber": 68
"lineNumber": 74
},
"deprecated": false
},
@ -895,7 +863,7 @@
],
"source": {
"path": "x-pack/plugins/security/server/authentication/api_keys/api_keys.ts",
"lineNumber": 72
"lineNumber": 78
},
"deprecated": false
}
@ -911,7 +879,7 @@
"description": [],
"source": {
"path": "x-pack/plugins/security/server/authentication/api_keys/api_keys.ts",
"lineNumber": 75
"lineNumber": 81
},
"deprecated": false,
"children": [
@ -926,7 +894,7 @@
],
"source": {
"path": "x-pack/plugins/security/server/authentication/api_keys/api_keys.ts",
"lineNumber": 79
"lineNumber": 85
},
"deprecated": false
},
@ -941,7 +909,7 @@
],
"source": {
"path": "x-pack/plugins/security/server/authentication/api_keys/api_keys.ts",
"lineNumber": 83
"lineNumber": 89
},
"deprecated": false
},
@ -956,7 +924,7 @@
],
"source": {
"path": "x-pack/plugins/security/server/authentication/api_keys/api_keys.ts",
"lineNumber": 87
"lineNumber": 93
},
"deprecated": false
}
@ -974,7 +942,7 @@
],
"source": {
"path": "x-pack/plugins/security/server/authentication/api_keys/api_keys.ts",
"lineNumber": 93
"lineNumber": 99
},
"deprecated": false,
"children": [
@ -992,7 +960,7 @@
],
"source": {
"path": "x-pack/plugins/security/server/authentication/api_keys/api_keys.ts",
"lineNumber": 97
"lineNumber": 103
},
"deprecated": false
},
@ -1010,7 +978,7 @@
],
"source": {
"path": "x-pack/plugins/security/server/authentication/api_keys/api_keys.ts",
"lineNumber": 101
"lineNumber": 107
},
"deprecated": false
},
@ -1025,7 +993,7 @@
],
"source": {
"path": "x-pack/plugins/security/server/authentication/api_keys/api_keys.ts",
"lineNumber": 105
"lineNumber": 111
},
"deprecated": false
},
@ -1043,7 +1011,7 @@
],
"source": {
"path": "x-pack/plugins/security/server/authentication/api_keys/api_keys.ts",
"lineNumber": 109
"lineNumber": 115
},
"deprecated": false
}
@ -1061,7 +1029,7 @@
],
"source": {
"path": "x-pack/plugins/security/server/authentication/api_keys/api_keys.ts",
"lineNumber": 46
"lineNumber": 52
},
"deprecated": false,
"children": [
@ -1077,7 +1045,7 @@
],
"source": {
"path": "x-pack/plugins/security/server/authentication/api_keys/api_keys.ts",
"lineNumber": 47
"lineNumber": 53
},
"deprecated": false
}
@ -1185,52 +1153,7 @@
"path": "x-pack/plugins/security/server/audit/audit_service.ts",
"lineNumber": 33
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "security",
"id": "def-server.eventType",
"type": "string",
"tags": [],
"label": "eventType",
"description": [],
"source": {
"path": "x-pack/plugins/security/server/audit/audit_service.ts",
"lineNumber": 33
},
"deprecated": false
},
{
"parentPluginId": "security",
"id": "def-server.message",
"type": "string",
"tags": [],
"label": "message",
"description": [],
"source": {
"path": "x-pack/plugins/security/server/audit/audit_service.ts",
"lineNumber": 33
},
"deprecated": false
},
{
"parentPluginId": "security",
"id": "def-server.data",
"type": "Object",
"tags": [],
"label": "data",
"description": [],
"signature": [
"Record<string, any> | undefined"
],
"source": {
"path": "x-pack/plugins/security/server/audit/audit_service.ts",
"lineNumber": 33
},
"deprecated": false
}
]
"deprecated": false
}
],
"initialIsOpen": false
@ -1313,13 +1236,6 @@
"lineNumber": 105
}
},
{
"plugin": "cases",
"link": {
"path": "x-pack/plugins/cases/server/plugin.ts",
"lineNumber": 89
}
},
{
"plugin": "dashboardMode",
"link": {
@ -1381,15 +1297,15 @@
"label": "authz",
"description": [],
"signature": [
"{ mode: ",
"AuthorizationMode",
"; actions: ",
"Actions",
"; checkPrivilegesDynamicallyWithRequest: ",
"CheckPrivilegesDynamicallyWithRequest",
"; checkPrivilegesWithRequest: ",
"CheckPrivilegesWithRequest",
"; }"
"Pick<",
{
"pluginId": "security",
"scope": "server",
"docId": "kibSecurityPluginApi",
"section": "def-server.AuthorizationServiceSetup",
"text": "AuthorizationServiceSetup"
},
", \"mode\" | \"actions\" | \"checkPrivilegesDynamicallyWithRequest\" | \"checkPrivilegesWithRequest\">"
],
"source": {
"path": "x-pack/plugins/security/server/plugin.ts",
@ -1513,19 +1429,9 @@
"label": "authc",
"description": [],
"signature": [
"{ getCurrentUser: (request: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any>) => ",
"AuthenticatedUser",
" | null; apiKeys: Pick<",
"APIKeys",
", \"create\" | \"areAPIKeysEnabled\" | \"invalidate\" | \"grantAsInternalUser\" | \"invalidateAsInternalUser\">; }"
"Pick<",
"AuthenticationServiceStart",
", \"getCurrentUser\" | \"apiKeys\">"
],
"source": {
"path": "x-pack/plugins/security/server/plugin.ts",
@ -1541,15 +1447,15 @@
"label": "authz",
"description": [],
"signature": [
"{ mode: ",
"AuthorizationMode",
"; actions: ",
"Actions",
"; checkPrivilegesDynamicallyWithRequest: ",
"CheckPrivilegesDynamicallyWithRequest",
"; checkPrivilegesWithRequest: ",
"CheckPrivilegesWithRequest",
"; }"
"Pick<",
{
"pluginId": "security",
"scope": "server",
"docId": "kibSecurityPluginApi",
"section": "def-server.AuthorizationServiceSetup",
"text": "AuthorizationServiceSetup"
},
", \"mode\" | \"actions\" | \"checkPrivilegesDynamicallyWithRequest\" | \"checkPrivilegesWithRequest\">"
],
"source": {
"path": "x-pack/plugins/security/server/plugin.ts",

View file

@ -149,27 +149,7 @@
"path": "src/plugins/security_oss/server/plugin.ts",
"lineNumber": 35
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "securityOss",
"id": "def-server.provider",
"type": "Function",
"tags": [],
"label": "provider",
"description": [],
"signature": [
"() => ",
"AnonymousAccessService"
],
"source": {
"path": "src/plugins/security_oss/server/plugin.ts",
"lineNumber": 35
},
"deprecated": false
}
]
"deprecated": false
}
],
"lifecycle": "setup",

View file

@ -36,14 +36,11 @@
", ",
"PluginStart",
", ",
"SetupPlugins",
", ",
"StartPlugins",
">"
"SetupPlugins"
],
"source": {
"path": "x-pack/plugins/security_solution/public/plugin.tsx",
"lineNumber": 74
"lineNumber": 75
},
"deprecated": false,
"children": [
@ -59,7 +56,7 @@
],
"source": {
"path": "x-pack/plugins/security_solution/public/plugin.tsx",
"lineNumber": 78
"lineNumber": 79
},
"deprecated": false,
"children": [
@ -82,7 +79,7 @@
],
"source": {
"path": "x-pack/plugins/security_solution/public/plugin.tsx",
"lineNumber": 78
"lineNumber": 79
},
"deprecated": false,
"isRequired": true
@ -123,7 +120,7 @@
],
"source": {
"path": "x-pack/plugins/security_solution/public/plugin.tsx",
"lineNumber": 102
"lineNumber": 103
},
"deprecated": false,
"children": [
@ -150,7 +147,7 @@
],
"source": {
"path": "x-pack/plugins/security_solution/public/plugin.tsx",
"lineNumber": 102
"lineNumber": 103
},
"deprecated": false,
"isRequired": true
@ -167,7 +164,7 @@
],
"source": {
"path": "x-pack/plugins/security_solution/public/plugin.tsx",
"lineNumber": 102
"lineNumber": 103
},
"deprecated": false,
"isRequired": true
@ -197,7 +194,7 @@
],
"source": {
"path": "x-pack/plugins/security_solution/public/plugin.tsx",
"lineNumber": 343
"lineNumber": 344
},
"deprecated": false,
"children": [
@ -219,7 +216,7 @@
],
"source": {
"path": "x-pack/plugins/security_solution/public/plugin.tsx",
"lineNumber": 343
"lineNumber": 344
},
"deprecated": false,
"isRequired": true
@ -236,7 +233,7 @@
],
"source": {
"path": "x-pack/plugins/security_solution/public/plugin.tsx",
"lineNumber": 343
"lineNumber": 344
},
"deprecated": false,
"isRequired": true
@ -256,7 +253,7 @@
],
"source": {
"path": "x-pack/plugins/security_solution/public/plugin.tsx",
"lineNumber": 388
"lineNumber": 389
},
"deprecated": false,
"children": [],
@ -300,9 +297,7 @@
"path": "x-pack/plugins/security_solution/public/types.ts",
"lineNumber": 70
},
"deprecated": false,
"returnComment": [],
"children": []
"deprecated": false
}
],
"lifecycle": "setup",
@ -438,14 +433,11 @@
"text": "PluginStart"
},
", ",
"SetupPlugins",
", ",
"StartPlugins",
">"
"SetupPlugins"
],
"source": {
"path": "x-pack/plugins/security_solution/server/plugin.ts",
"lineNumber": 133
"lineNumber": 143
},
"deprecated": false,
"children": [
@ -461,7 +453,7 @@
],
"source": {
"path": "x-pack/plugins/security_solution/server/plugin.ts",
"lineNumber": 148
"lineNumber": 159
},
"deprecated": false,
"children": [
@ -484,7 +476,7 @@
],
"source": {
"path": "x-pack/plugins/security_solution/server/plugin.ts",
"lineNumber": 148
"lineNumber": 159
},
"deprecated": false,
"isRequired": true
@ -524,7 +516,7 @@
],
"source": {
"path": "x-pack/plugins/security_solution/server/plugin.ts",
"lineNumber": 160
"lineNumber": 171
},
"deprecated": false,
"children": [
@ -557,7 +549,7 @@
],
"source": {
"path": "x-pack/plugins/security_solution/server/plugin.ts",
"lineNumber": 160
"lineNumber": 171
},
"deprecated": false,
"isRequired": true
@ -574,7 +566,7 @@
],
"source": {
"path": "x-pack/plugins/security_solution/server/plugin.ts",
"lineNumber": 160
"lineNumber": 171
},
"deprecated": false,
"isRequired": true
@ -604,7 +596,7 @@
],
"source": {
"path": "x-pack/plugins/security_solution/server/plugin.ts",
"lineNumber": 345
"lineNumber": 471
},
"deprecated": false,
"children": [
@ -626,7 +618,7 @@
],
"source": {
"path": "x-pack/plugins/security_solution/server/plugin.ts",
"lineNumber": 345
"lineNumber": 471
},
"deprecated": false,
"isRequired": true
@ -643,7 +635,7 @@
],
"source": {
"path": "x-pack/plugins/security_solution/server/plugin.ts",
"lineNumber": 345
"lineNumber": 471
},
"deprecated": false,
"isRequired": true
@ -663,7 +655,7 @@
],
"source": {
"path": "x-pack/plugins/security_solution/server/plugin.ts",
"lineNumber": 420
"lineNumber": 546
},
"deprecated": false,
"children": [],
@ -709,9 +701,7 @@
"path": "x-pack/plugins/security_solution/server/types.ts",
"lineNumber": 18
},
"deprecated": false,
"returnComment": [],
"children": []
"deprecated": false
}
],
"initialIsOpen": false
@ -747,7 +737,7 @@
"description": [],
"source": {
"path": "x-pack/plugins/security_solution/server/plugin.ts",
"lineNumber": 109
"lineNumber": 127
},
"deprecated": false,
"children": [],
@ -763,7 +753,7 @@
"description": [],
"source": {
"path": "x-pack/plugins/security_solution/server/plugin.ts",
"lineNumber": 112
"lineNumber": 130
},
"deprecated": false,
"children": [],

View file

@ -124,7 +124,7 @@
],
"source": {
"path": "src/plugins/share/public/url_generators/url_generator_service.ts",
"lineNumber": 25
"lineNumber": 35
},
"deprecated": false,
"children": [
@ -140,7 +140,7 @@
],
"source": {
"path": "src/plugins/share/public/url_generators/url_generator_service.ts",
"lineNumber": 30
"lineNumber": 40
},
"deprecated": false,
"children": [],
@ -167,7 +167,7 @@
],
"source": {
"path": "src/plugins/share/public/url_generators/url_generator_service.ts",
"lineNumber": 32
"lineNumber": 42
},
"deprecated": false,
"children": [
@ -190,7 +190,7 @@
],
"source": {
"path": "src/plugins/share/public/url_generators/url_generator_service.ts",
"lineNumber": 32
"lineNumber": 42
},
"deprecated": false,
"isRequired": true
@ -219,7 +219,7 @@
],
"source": {
"path": "src/plugins/share/public/url_generators/url_generator_service.ts",
"lineNumber": 45
"lineNumber": 55
},
"deprecated": false,
"children": [
@ -241,7 +241,7 @@
],
"source": {
"path": "src/plugins/share/public/url_generators/url_generator_service.ts",
"lineNumber": 45
"lineNumber": 55
},
"deprecated": false,
"isRequired": true
@ -261,7 +261,7 @@
],
"source": {
"path": "src/plugins/share/public/url_generators/url_generator_service.ts",
"lineNumber": 52
"lineNumber": 62
},
"deprecated": false,
"children": [],
@ -509,9 +509,7 @@
"path": "src/plugins/share/public/types.ts",
"lineNumber": 38
},
"deprecated": false,
"returnComment": [],
"children": []
"deprecated": false
},
{
"parentPluginId": "share",
@ -551,7 +549,7 @@
},
" extends Pick<",
"EuiContextMenuPanelItemDescriptorEntry",
", \"onClick\" | \"key\" | \"size\" | \"className\" | \"aria-label\" | \"data-test-subj\" | \"disabled\" | \"target\" | \"href\" | \"icon\" | \"rel\" | \"buttonRef\" | \"toolTipContent\" | \"toolTipTitle\" | \"toolTipPosition\" | \"layoutAlign\" | \"panel\">"
", \"onClick\" | \"key\" | \"size\" | \"className\" | \"aria-label\" | \"disabled\" | \"data-test-subj\" | \"target\" | \"href\" | \"icon\" | \"rel\" | \"buttonRef\" | \"toolTipContent\" | \"toolTipTitle\" | \"toolTipPosition\" | \"layoutAlign\" | \"panel\">"
],
"source": {
"path": "src/plugins/share/public/types.ts",
@ -701,32 +699,7 @@
"path": "src/plugins/share/public/types.ts",
"lineNumber": 74
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "share",
"id": "def-public.context",
"type": "Object",
"tags": [],
"label": "context",
"description": [],
"signature": [
{
"pluginId": "share",
"scope": "public",
"docId": "kibSharePluginApi",
"section": "def-public.ShareContext",
"text": "ShareContext"
}
],
"source": {
"path": "src/plugins/share/public/types.ts",
"lineNumber": 74
},
"deprecated": false
}
]
"deprecated": false
}
],
"initialIsOpen": false
@ -1270,7 +1243,7 @@
"label": "DownloadableContent",
"description": [],
"signature": [
"Blob | { content: string; type: string; }"
"{ content: string; type: string; } | Blob"
],
"source": {
"path": "src/plugins/share/public/lib/download_as.ts",
@ -1314,13 +1287,11 @@
"section": "def-public.ShareMenuProvider",
"text": "ShareMenuProvider"
},
") => void; } & { urlGenerators: ",
"UrlGeneratorsSetup",
"; }"
") => void; } & { urlGenerators: UrlGeneratorsSetup; url: UrlService; }"
],
"source": {
"path": "src/plugins/share/public/plugin.ts",
"lineNumber": 56
"lineNumber": 32
},
"deprecated": false,
"lifecycle": "setup",
@ -1342,13 +1313,11 @@
"section": "def-public.ShowShareMenuOptions",
"text": "ShowShareMenuOptions"
},
") => void; } & { urlGenerators: ",
"UrlGeneratorsStart",
"; }"
") => void; } & { urlGenerators: UrlGeneratorsStart; url: UrlService; }"
],
"source": {
"path": "src/plugins/share/public/plugin.ts",
"lineNumber": 61
"lineNumber": 47
},
"deprecated": false,
"lifecycle": "start",

View file

@ -449,13 +449,7 @@
"\nStart contract for the Spaces plugin."
],
"signature": [
{
"pluginId": "spacesOss",
"scope": "public",
"docId": "kibSpacesOssPluginApi",
"section": "def-public.SpacesApi",
"text": "SpacesApi"
}
"SpacesApi"
],
"source": {
"path": "x-pack/plugins/spaces/public/plugin.tsx",
@ -1245,7 +1239,7 @@
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/server/plugin.ts",
"lineNumber": 194
"lineNumber": 206
}
},
{
@ -1557,35 +1551,7 @@
"path": "x-pack/plugins/spaces/server/spaces_service/spaces_service.ts",
"lineNumber": 56
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "spaces",
"id": "def-server.request",
"type": "Object",
"tags": [],
"label": "request",
"description": [
"the request."
],
"signature": [
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any>"
],
"source": {
"path": "x-pack/plugins/spaces/server/spaces_service/spaces_service.ts",
"lineNumber": 56
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "spaces",
@ -2086,7 +2052,7 @@
"plugin": "securitySolution",
"link": {
"path": "x-pack/plugins/security_solution/server/plugin.ts",
"lineNumber": 194
"lineNumber": 206
}
}
]

View file

@ -416,7 +416,15 @@
"The space to represent with an avatar."
],
"signature": [
"{ id?: string | undefined; name?: string | undefined; description?: string | undefined; color?: string | undefined; initials?: string | undefined; imageUrl?: string | undefined; disabledFeatures?: string[] | undefined; _reserved?: boolean | undefined; }"
"Partial<",
{
"pluginId": "spacesOss",
"scope": "common",
"docId": "kibSpacesOssPluginApi",
"section": "def-common.Space",
"text": "Space"
},
">"
],
"source": {
"path": "src/plugins/spaces_oss/public/api.ts",
@ -708,43 +716,7 @@
"path": "src/plugins/spaces_oss/public/api.ts",
"lineNumber": 68
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "spacesOss",
"id": "def-public.path",
"type": "string",
"tags": [],
"label": "path",
"description": [
"The path to use for the new URL, optionally including `search` and/or `hash` URL components."
],
"source": {
"path": "src/plugins/spaces_oss/public/api.ts",
"lineNumber": 68
},
"deprecated": false
},
{
"parentPluginId": "spacesOss",
"id": "def-public.objectNoun",
"type": "string",
"tags": [],
"label": "objectNoun",
"description": [
"The string that is used to describe the object in the toast, e.g., _The **object** you're looking for has a new\nlocation_. Default value is 'object'."
],
"signature": [
"string | undefined"
],
"source": {
"path": "src/plugins/spaces_oss/public/api.ts",
"lineNumber": 68
},
"deprecated": false
}
]
"deprecated": false
}
],
"initialIsOpen": false
@ -774,7 +746,14 @@
"\nProvides a context that is required to render some Spaces components."
],
"signature": [
"(props: ",
{
"pluginId": "spacesOss",
"scope": "public",
"docId": "kibSpacesOssPluginApi",
"section": "def-public.LazyComponentFn",
"text": "LazyComponentFn"
},
"<",
{
"pluginId": "spacesOss",
"scope": "public",
@ -782,32 +761,13 @@
"section": "def-public.SpacesContextProps",
"text": "SpacesContextProps"
},
") => React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>"
">"
],
"source": {
"path": "src/plugins/spaces_oss/public/api.ts",
"lineNumber": 78
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "spacesOss",
"id": "def-public.props",
"type": "Uncategorized",
"tags": [],
"label": "props",
"description": [],
"signature": [
"T"
],
"source": {
"path": "src/plugins/spaces_oss/public/api.ts",
"lineNumber": 38
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "spacesOss",
@ -819,7 +779,14 @@
"\nDisplays a flyout to edit the spaces that an object is shared to.\n\nNote: must be rendered inside of a SpacesContext."
],
"signature": [
"(props: ",
{
"pluginId": "spacesOss",
"scope": "public",
"docId": "kibSpacesOssPluginApi",
"section": "def-public.LazyComponentFn",
"text": "LazyComponentFn"
},
"<",
{
"pluginId": "spacesOss",
"scope": "public",
@ -827,32 +794,13 @@
"section": "def-public.ShareToSpaceFlyoutProps",
"text": "ShareToSpaceFlyoutProps"
},
") => React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>"
">"
],
"source": {
"path": "src/plugins/spaces_oss/public/api.ts",
"lineNumber": 84
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "spacesOss",
"id": "def-public.props",
"type": "Uncategorized",
"tags": [],
"label": "props",
"description": [],
"signature": [
"T"
],
"source": {
"path": "src/plugins/spaces_oss/public/api.ts",
"lineNumber": 38
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "spacesOss",
@ -864,7 +812,14 @@
"\nDisplays a corresponding list of spaces for a given list of saved object namespaces. It shows up to five spaces (and an indicator for\nany number of spaces that the user is not authorized to see) by default. If more than five named spaces would be displayed, the extras\n(along with the unauthorized spaces indicator, if present) are hidden behind a button. If '*' (aka \"All spaces\") is present, it\nsupersedes all of the above and just displays a single badge without a button.\n\nNote: must be rendered inside of a SpacesContext."
],
"signature": [
"(props: ",
{
"pluginId": "spacesOss",
"scope": "public",
"docId": "kibSpacesOssPluginApi",
"section": "def-public.LazyComponentFn",
"text": "LazyComponentFn"
},
"<",
{
"pluginId": "spacesOss",
"scope": "public",
@ -872,32 +827,13 @@
"section": "def-public.SpaceListProps",
"text": "SpaceListProps"
},
") => React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>"
">"
],
"source": {
"path": "src/plugins/spaces_oss/public/api.ts",
"lineNumber": 93
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "spacesOss",
"id": "def-public.props",
"type": "Uncategorized",
"tags": [],
"label": "props",
"description": [],
"signature": [
"T"
],
"source": {
"path": "src/plugins/spaces_oss/public/api.ts",
"lineNumber": 38
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "spacesOss",
@ -909,7 +845,14 @@
"\nDisplays a callout that needs to be used if a call to `SavedObjectsClient.resolve()` results in an `\"conflict\"` outcome, which\nindicates that the user has loaded the page which is associated directly with one object (A), *and* with a legacy URL that points to a\ndifferent object (B).\n\nIn this case, `SavedObjectsClient.resolve()` has returned object A. This component displays a warning callout to the user explaining\nthat there is a conflict, and it includes a button that will redirect the user to object B when clicked.\n\nConsumers need to determine the local path for the new URL on their own, based on the object ID that was used to call\n`SavedObjectsClient.resolve()` (A) and the `aliasTargetId` value in the response (B). For example...\n\nA is `workpad-123` and B is `workpad-e08b9bdb-ec14-4339-94c4-063bddfd610e`.\n\nFull legacy URL: `https://localhost:5601/app/canvas#/workpad/workpad-123/page/1`\n\nNew URL path: `#/workpad/workpad-e08b9bdb-ec14-4339-94c4-063bddfd610e/page/1`"
],
"signature": [
"(props: ",
{
"pluginId": "spacesOss",
"scope": "public",
"docId": "kibSpacesOssPluginApi",
"section": "def-public.LazyComponentFn",
"text": "LazyComponentFn"
},
"<",
{
"pluginId": "spacesOss",
"scope": "public",
@ -917,32 +860,13 @@
"section": "def-public.LegacyUrlConflictProps",
"text": "LegacyUrlConflictProps"
},
") => React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>"
">"
],
"source": {
"path": "src/plugins/spaces_oss/public/api.ts",
"lineNumber": 111
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "spacesOss",
"id": "def-public.props",
"type": "Uncategorized",
"tags": [],
"label": "props",
"description": [],
"signature": [
"T"
],
"source": {
"path": "src/plugins/spaces_oss/public/api.ts",
"lineNumber": 38
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "spacesOss",
@ -954,7 +878,14 @@
"\nDisplays an avatar for the given space."
],
"signature": [
"(props: ",
{
"pluginId": "spacesOss",
"scope": "public",
"docId": "kibSpacesOssPluginApi",
"section": "def-public.LazyComponentFn",
"text": "LazyComponentFn"
},
"<",
{
"pluginId": "spacesOss",
"scope": "public",
@ -962,32 +893,13 @@
"section": "def-public.SpaceAvatarProps",
"text": "SpaceAvatarProps"
},
") => React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>"
">"
],
"source": {
"path": "src/plugins/spaces_oss/public/api.ts",
"lineNumber": 115
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "spacesOss",
"id": "def-public.props",
"type": "Uncategorized",
"tags": [],
"label": "props",
"description": [],
"signature": [
"T"
],
"source": {
"path": "src/plugins/spaces_oss/public/api.ts",
"lineNumber": 38
},
"deprecated": false
}
]
"deprecated": false
}
],
"initialIsOpen": false

View file

@ -364,7 +364,7 @@
],
"source": {
"path": "x-pack/plugins/task_manager/server/task.ts",
"lineNumber": 297
"lineNumber": 302
},
"deprecated": false,
"children": [
@ -379,7 +379,7 @@
],
"source": {
"path": "x-pack/plugins/task_manager/server/task.ts",
"lineNumber": 302
"lineNumber": 307
},
"deprecated": false
},
@ -397,7 +397,7 @@
],
"source": {
"path": "x-pack/plugins/task_manager/server/task.ts",
"lineNumber": 307
"lineNumber": 312
},
"deprecated": false
},
@ -415,7 +415,7 @@
],
"source": {
"path": "x-pack/plugins/task_manager/server/task.ts",
"lineNumber": 313
"lineNumber": 318
},
"deprecated": false
},
@ -430,7 +430,7 @@
],
"source": {
"path": "x-pack/plugins/task_manager/server/task.ts",
"lineNumber": 319
"lineNumber": 324
},
"deprecated": false
},
@ -454,7 +454,7 @@
],
"source": {
"path": "x-pack/plugins/task_manager/server/task.ts",
"lineNumber": 324
"lineNumber": 329
},
"deprecated": false
},
@ -472,7 +472,7 @@
],
"source": {
"path": "x-pack/plugins/task_manager/server/task.ts",
"lineNumber": 330
"lineNumber": 335
},
"deprecated": false
},
@ -490,7 +490,7 @@
],
"source": {
"path": "x-pack/plugins/task_manager/server/task.ts",
"lineNumber": 337
"lineNumber": 342
},
"deprecated": false
},
@ -508,7 +508,7 @@
],
"source": {
"path": "x-pack/plugins/task_manager/server/task.ts",
"lineNumber": 343
"lineNumber": 348
},
"deprecated": false
},
@ -522,11 +522,11 @@
"\nThe state passed into the task's run function, and returned by the previous\nrun. If there was no previous run, or if the previous run did not return\nany state, this will be the empy object: {}"
],
"signature": [
"{ [x: string]: any; }"
"Record<string, any>"
],
"source": {
"path": "x-pack/plugins/task_manager/server/task.ts",
"lineNumber": 353
"lineNumber": 358
},
"deprecated": false
},
@ -544,7 +544,7 @@
],
"source": {
"path": "x-pack/plugins/task_manager/server/task.ts",
"lineNumber": 358
"lineNumber": 363
},
"deprecated": false
}
@ -740,7 +740,7 @@
"\nA task-specific set of parameters, used by the task's run function to tailor\nits work. This is generally user-input, such as { sms: '333-444-2222' }."
],
"signature": [
"{ [x: string]: any; }"
"Record<string, any>"
],
"source": {
"path": "x-pack/plugins/task_manager/server/task.ts",
@ -758,7 +758,7 @@
"\nThe state passed into the task's run function, and returned by the previous\nrun. If there was no previous run, or if the previous run did not return\nany state, this will be the empy object: {}"
],
"signature": [
"{ [x: string]: any; }"
"Record<string, any>"
],
"source": {
"path": "x-pack/plugins/task_manager/server/task.ts",
@ -766,6 +766,24 @@
},
"deprecated": false
},
{
"parentPluginId": "taskManager",
"id": "def-server.TaskInstance.traceparent",
"type": "string",
"tags": [],
"label": "traceparent",
"description": [
"\nThe serialized traceparent string of the current APM transaction or span."
],
"signature": [
"string | undefined"
],
"source": {
"path": "x-pack/plugins/task_manager/server/task.ts",
"lineNumber": 263
},
"deprecated": false
},
{
"parentPluginId": "taskManager",
"id": "def-server.TaskInstance.user",
@ -780,7 +798,7 @@
],
"source": {
"path": "x-pack/plugins/task_manager/server/task.ts",
"lineNumber": 263
"lineNumber": 268
},
"deprecated": false
},
@ -798,7 +816,7 @@
],
"source": {
"path": "x-pack/plugins/task_manager/server/task.ts",
"lineNumber": 269
"lineNumber": 274
},
"deprecated": false
},
@ -816,7 +834,7 @@
],
"source": {
"path": "x-pack/plugins/task_manager/server/task.ts",
"lineNumber": 274
"lineNumber": 279
},
"deprecated": false
}
@ -877,11 +895,7 @@
"label": "TaskManagerSetupContract",
"description": [],
"signature": [
"{ index: string; addMiddleware: (middleware: ",
"Middleware",
") => void; } & Pick<",
"TaskTypeDictionary",
", \"registerTaskDefinitions\">"
"{ index: string; addMiddleware: (middleware: Middleware) => void; } & Pick<TaskTypeDictionary, \"registerTaskDefinitions\">"
],
"source": {
"path": "x-pack/plugins/task_manager/server/plugin.ts",
@ -899,11 +913,7 @@
"label": "TaskManagerStartContract",
"description": [],
"signature": [
"Pick<",
"TaskScheduling",
", \"schedule\" | \"runNow\" | \"ensureScheduled\"> & Pick<",
"TaskStore",
", \"remove\" | \"get\" | \"fetch\"> & { removeIfExists: (id: string) => Promise<void>; }"
"Pick<TaskScheduling, \"schedule\" | \"runNow\" | \"ensureScheduled\"> & Pick<TaskStore, \"remove\" | \"get\" | \"fetch\"> & { removeIfExists: TaskStore['remove']; }"
],
"source": {
"path": "x-pack/plugins/task_manager/server/plugin.ts",

View file

@ -15,7 +15,7 @@
],
"source": {
"path": "src/plugins/telemetry/public/plugin.ts",
"lineNumber": 82
"lineNumber": 90
},
"deprecated": false,
"children": [
@ -30,7 +30,7 @@
],
"source": {
"path": "src/plugins/telemetry/public/plugin.ts",
"lineNumber": 84
"lineNumber": 92
},
"deprecated": false
},
@ -45,7 +45,7 @@
],
"source": {
"path": "src/plugins/telemetry/public/plugin.ts",
"lineNumber": 86
"lineNumber": 94
},
"deprecated": false
},
@ -60,7 +60,7 @@
],
"source": {
"path": "src/plugins/telemetry/public/plugin.ts",
"lineNumber": 88
"lineNumber": 96
},
"deprecated": false
},
@ -75,7 +75,7 @@
],
"source": {
"path": "src/plugins/telemetry/public/plugin.ts",
"lineNumber": 90
"lineNumber": 98
},
"deprecated": false
},
@ -93,7 +93,7 @@
],
"source": {
"path": "src/plugins/telemetry/public/plugin.ts",
"lineNumber": 92
"lineNumber": 100
},
"deprecated": false
},
@ -108,7 +108,7 @@
],
"source": {
"path": "src/plugins/telemetry/public/plugin.ts",
"lineNumber": 94
"lineNumber": 102
},
"deprecated": false
},
@ -126,7 +126,7 @@
],
"source": {
"path": "src/plugins/telemetry/public/plugin.ts",
"lineNumber": 96
"lineNumber": 104
},
"deprecated": false
},
@ -144,7 +144,7 @@
],
"source": {
"path": "src/plugins/telemetry/public/plugin.ts",
"lineNumber": 98
"lineNumber": 106
},
"deprecated": false
},
@ -162,7 +162,7 @@
],
"source": {
"path": "src/plugins/telemetry/public/plugin.ts",
"lineNumber": 100
"lineNumber": 108
},
"deprecated": false
}
@ -180,7 +180,7 @@
],
"source": {
"path": "src/plugins/telemetry/public/plugin.ts",
"lineNumber": 36
"lineNumber": 38
},
"deprecated": false,
"children": [
@ -198,11 +198,9 @@
],
"source": {
"path": "src/plugins/telemetry/public/plugin.ts",
"lineNumber": 38
"lineNumber": 40
},
"deprecated": false,
"returnComment": [],
"children": []
"deprecated": false
},
{
"parentPluginId": "telemetry",
@ -215,7 +213,25 @@
],
"source": {
"path": "src/plugins/telemetry/public/plugin.ts",
"lineNumber": 40
"lineNumber": 42
},
"deprecated": false
},
{
"parentPluginId": "telemetry",
"id": "def-public.TelemetryServicePublicApis.canSendTelemetry",
"type": "Function",
"tags": [],
"label": "canSendTelemetry",
"description": [
"Can phone-home telemetry calls be made? This depends on whether we have opted-in or if we are rendering a report"
],
"signature": [
"() => boolean"
],
"source": {
"path": "src/plugins/telemetry/public/plugin.ts",
"lineNumber": 44
},
"deprecated": false
},
@ -233,11 +249,9 @@
],
"source": {
"path": "src/plugins/telemetry/public/plugin.ts",
"lineNumber": 42
"lineNumber": 46
},
"deprecated": false,
"returnComment": [],
"children": []
"deprecated": false
},
{
"parentPluginId": "telemetry",
@ -253,11 +267,9 @@
],
"source": {
"path": "src/plugins/telemetry/public/plugin.ts",
"lineNumber": 44
"lineNumber": 48
},
"deprecated": false,
"returnComment": [],
"children": []
"deprecated": false
},
{
"parentPluginId": "telemetry",
@ -273,27 +285,9 @@
],
"source": {
"path": "src/plugins/telemetry/public/plugin.ts",
"lineNumber": 50
"lineNumber": 54
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "telemetry",
"id": "def-public.optedIn",
"type": "boolean",
"tags": [],
"label": "optedIn",
"description": [
"Whether the user is opting-in (`true`) or out (`false`)."
],
"source": {
"path": "src/plugins/telemetry/public/plugin.ts",
"lineNumber": 50
},
"deprecated": false
}
]
"deprecated": false
}
],
"initialIsOpen": false
@ -313,7 +307,7 @@
],
"source": {
"path": "src/plugins/telemetry/public/plugin.ts",
"lineNumber": 64
"lineNumber": 68
},
"deprecated": false,
"children": [
@ -337,7 +331,7 @@
],
"source": {
"path": "src/plugins/telemetry/public/plugin.ts",
"lineNumber": 66
"lineNumber": 70
},
"deprecated": false
},
@ -355,7 +349,7 @@
],
"source": {
"path": "src/plugins/telemetry/public/plugin.ts",
"lineNumber": 68
"lineNumber": 72
},
"deprecated": false
},
@ -373,7 +367,7 @@
],
"source": {
"path": "src/plugins/telemetry/public/plugin.ts",
"lineNumber": 73
"lineNumber": 77
},
"deprecated": false
}
@ -392,7 +386,7 @@
],
"source": {
"path": "src/plugins/telemetry/public/plugin.ts",
"lineNumber": 56
"lineNumber": 60
},
"deprecated": false,
"children": [
@ -416,7 +410,7 @@
],
"source": {
"path": "src/plugins/telemetry/public/plugin.ts",
"lineNumber": 58
"lineNumber": 62
},
"deprecated": false
}
@ -680,14 +674,7 @@
"\nThe Data Telemetry is reported as an array of {@link DataTelemetryDocument}"
],
"signature": [
{
"pluginId": "telemetry",
"scope": "server",
"docId": "kibTelemetryPluginApi",
"section": "def-server.DataTelemetryDocument",
"text": "DataTelemetryDocument"
},
"[]"
"DataTelemetryDocument[]"
],
"source": {
"path": "src/plugins/telemetry/server/telemetry_collection/get_data_telemetry/get_data_telemetry.ts",
@ -706,17 +693,7 @@
"\nThe payload structure as composed by the OSS telemetry collection mechanism."
],
"signature": [
"{ timestamp: string; cluster_uuid: string; cluster_name: string; version: string; cluster_stats: Pick<",
"ClusterStatsResponse",
", \"status\" | \"indices\" | \"nodes\" | \"cluster_uuid\" | \"timestamp\">; collection: string; stack_stats: { data: ",
{
"pluginId": "telemetry",
"scope": "server",
"docId": "kibTelemetryPluginApi",
"section": "def-server.DataTelemetryPayload",
"text": "DataTelemetryPayload"
},
" | undefined; kibana: { count: number; indices: number; os: {}; versions: { version: string; count: number; }[]; plugins: { [plugin: string]: Record<string, unknown>; }; } | undefined; }; }"
"{ timestamp: string; cluster_uuid: string; cluster_name: string; version: string; cluster_stats: Pick<estypes.ClusterStatsResponse, \"status\" | \"indices\" | \"nodes\" | \"cluster_uuid\" | \"timestamp\">; collection: string; stack_stats: { data: DataTelemetryPayload | undefined; kibana: { count: number; indices: number; os: {}; versions: { version: string; count: number; }[]; plugins: { [plugin: string]: Record<string, unknown>; }; } | undefined; }; }"
],
"source": {
"path": "src/plugins/telemetry/server/telemetry_collection/get_local_stats.ts",
@ -760,9 +737,7 @@
"path": "src/plugins/telemetry/server/plugin.ts",
"lineNumber": 56
},
"deprecated": false,
"returnComment": [],
"children": []
"deprecated": false
}
],
"lifecycle": "setup",
@ -799,9 +774,7 @@
"path": "src/plugins/telemetry/server/plugin.ts",
"lineNumber": 68
},
"deprecated": false,
"returnComment": [],
"children": []
"deprecated": false
}
],
"lifecycle": "start",

View file

@ -84,17 +84,13 @@
"label": "esClient",
"description": [],
"signature": [
"Pick<",
"KibanaClient",
", \"get\" | \"delete\" | \"create\" | \"index\" | \"update\" | \"closePointInTime\" | \"helpers\" | \"count\" | \"search\" | \"security\" | \"eql\" | \"on\" | \"off\" | \"transform\" | \"emit\" | \"once\" | \"asyncSearch\" | \"autoscaling\" | \"bulk\" | \"cat\" | \"ccr\" | \"clearScroll\" | \"cluster\" | \"danglingIndices\" | \"dataFrameTransformDeprecated\" | \"deleteByQuery\" | \"deleteByQueryRethrottle\" | \"deleteScript\" | \"enrich\" | \"exists\" | \"existsSource\" | \"explain\" | \"features\" | \"fieldCaps\" | \"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\" | \"slm\" | \"snapshot\" | \"sql\" | \"ssl\" | \"tasks\" | \"termvectors\" | \"textStructure\" | \"updateByQuery\" | \"updateByQueryRethrottle\" | \"watcher\" | \"xpack\"> & { transport: { request(params: ",
"TransportRequestParams",
", options?: ",
"TransportRequestOptions",
" | undefined): ",
"TransportRequestPromise",
"<",
"ApiResponse",
"<Record<string, any>, unknown>>; }; }"
{
"pluginId": "core",
"scope": "server",
"docId": "kibCorePluginApi",
"section": "def-server.ElasticsearchClient",
"text": "ElasticsearchClient"
}
],
"source": {
"path": "src/plugins/telemetry_collection_manager/server/types.ts",
@ -110,307 +106,15 @@
"label": "soClient",
"description": [],
"signature": [
"{ get: <T = unknown>(type: string, id: string, options?: ",
"Pick<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreSavedObjectsPluginApi",
"section": "def-server.SavedObjectsBaseOptions",
"text": "SavedObjectsBaseOptions"
"section": "def-server.SavedObjectsClient",
"text": "SavedObjectsClient"
},
") => Promise<",
"SavedObject",
"<T>>; delete: (type: string, id: string, options?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreSavedObjectsPluginApi",
"section": "def-server.SavedObjectsDeleteOptions",
"text": "SavedObjectsDeleteOptions"
},
") => Promise<{}>; create: <T = unknown>(type: string, attributes: T, options?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreSavedObjectsPluginApi",
"section": "def-server.SavedObjectsCreateOptions",
"text": "SavedObjectsCreateOptions"
},
" | undefined) => Promise<",
"SavedObject",
"<T>>; bulkCreate: <T = unknown>(objects: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreSavedObjectsPluginApi",
"section": "def-server.SavedObjectsBulkCreateObject",
"text": "SavedObjectsBulkCreateObject"
},
"<T>[], options?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreSavedObjectsPluginApi",
"section": "def-server.SavedObjectsCreateOptions",
"text": "SavedObjectsCreateOptions"
},
" | undefined) => Promise<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreSavedObjectsPluginApi",
"section": "def-server.SavedObjectsBulkResponse",
"text": "SavedObjectsBulkResponse"
},
"<T>>; checkConflicts: (objects?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreSavedObjectsPluginApi",
"section": "def-server.SavedObjectsCheckConflictsObject",
"text": "SavedObjectsCheckConflictsObject"
},
"[], options?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreSavedObjectsPluginApi",
"section": "def-server.SavedObjectsBaseOptions",
"text": "SavedObjectsBaseOptions"
},
") => Promise<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreSavedObjectsPluginApi",
"section": "def-server.SavedObjectsCheckConflictsResponse",
"text": "SavedObjectsCheckConflictsResponse"
},
">; find: <T = unknown, A = unknown>(options: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreSavedObjectsPluginApi",
"section": "def-server.SavedObjectsFindOptions",
"text": "SavedObjectsFindOptions"
},
") => Promise<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreSavedObjectsPluginApi",
"section": "def-server.SavedObjectsFindResponse",
"text": "SavedObjectsFindResponse"
},
"<T, A>>; bulkGet: <T = unknown>(objects?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreSavedObjectsPluginApi",
"section": "def-server.SavedObjectsBulkGetObject",
"text": "SavedObjectsBulkGetObject"
},
"[], options?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreSavedObjectsPluginApi",
"section": "def-server.SavedObjectsBaseOptions",
"text": "SavedObjectsBaseOptions"
},
") => Promise<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreSavedObjectsPluginApi",
"section": "def-server.SavedObjectsBulkResponse",
"text": "SavedObjectsBulkResponse"
},
"<T>>; resolve: <T = unknown>(type: string, id: string, options?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreSavedObjectsPluginApi",
"section": "def-server.SavedObjectsBaseOptions",
"text": "SavedObjectsBaseOptions"
},
") => Promise<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreSavedObjectsPluginApi",
"section": "def-server.SavedObjectsResolveResponse",
"text": "SavedObjectsResolveResponse"
},
"<T>>; update: <T = unknown>(type: string, id: string, attributes: Partial<T>, options?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreSavedObjectsPluginApi",
"section": "def-server.SavedObjectsUpdateOptions",
"text": "SavedObjectsUpdateOptions"
},
"<T>) => Promise<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreSavedObjectsPluginApi",
"section": "def-server.SavedObjectsUpdateResponse",
"text": "SavedObjectsUpdateResponse"
},
"<T>>; collectMultiNamespaceReferences: (objects: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreSavedObjectsPluginApi",
"section": "def-server.SavedObjectsCollectMultiNamespaceReferencesObject",
"text": "SavedObjectsCollectMultiNamespaceReferencesObject"
},
"[], options?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreSavedObjectsPluginApi",
"section": "def-server.SavedObjectsCollectMultiNamespaceReferencesOptions",
"text": "SavedObjectsCollectMultiNamespaceReferencesOptions"
},
" | undefined) => Promise<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreSavedObjectsPluginApi",
"section": "def-server.SavedObjectsCollectMultiNamespaceReferencesResponse",
"text": "SavedObjectsCollectMultiNamespaceReferencesResponse"
},
">; updateObjectsSpaces: (objects: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreSavedObjectsPluginApi",
"section": "def-server.SavedObjectsUpdateObjectsSpacesObject",
"text": "SavedObjectsUpdateObjectsSpacesObject"
},
"[], spacesToAdd: string[], spacesToRemove: string[], options?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreSavedObjectsPluginApi",
"section": "def-server.SavedObjectsUpdateObjectsSpacesOptions",
"text": "SavedObjectsUpdateObjectsSpacesOptions"
},
" | undefined) => Promise<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreSavedObjectsPluginApi",
"section": "def-server.SavedObjectsUpdateObjectsSpacesResponse",
"text": "SavedObjectsUpdateObjectsSpacesResponse"
},
">; bulkUpdate: <T = unknown>(objects: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreSavedObjectsPluginApi",
"section": "def-server.SavedObjectsBulkUpdateObject",
"text": "SavedObjectsBulkUpdateObject"
},
"<T>[], options?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreSavedObjectsPluginApi",
"section": "def-server.SavedObjectsBulkUpdateOptions",
"text": "SavedObjectsBulkUpdateOptions"
},
" | undefined) => Promise<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreSavedObjectsPluginApi",
"section": "def-server.SavedObjectsBulkUpdateResponse",
"text": "SavedObjectsBulkUpdateResponse"
},
"<T>>; removeReferencesTo: (type: string, id: string, options?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreSavedObjectsPluginApi",
"section": "def-server.SavedObjectsRemoveReferencesToOptions",
"text": "SavedObjectsRemoveReferencesToOptions"
},
" | undefined) => Promise<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreSavedObjectsPluginApi",
"section": "def-server.SavedObjectsRemoveReferencesToResponse",
"text": "SavedObjectsRemoveReferencesToResponse"
},
">; openPointInTimeForType: (type: string | string[], options?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreSavedObjectsPluginApi",
"section": "def-server.SavedObjectsOpenPointInTimeOptions",
"text": "SavedObjectsOpenPointInTimeOptions"
},
") => Promise<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreSavedObjectsPluginApi",
"section": "def-server.SavedObjectsOpenPointInTimeResponse",
"text": "SavedObjectsOpenPointInTimeResponse"
},
">; closePointInTime: (id: string, options?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreSavedObjectsPluginApi",
"section": "def-server.SavedObjectsBaseOptions",
"text": "SavedObjectsBaseOptions"
},
" | undefined) => Promise<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreSavedObjectsPluginApi",
"section": "def-server.SavedObjectsClosePointInTimeResponse",
"text": "SavedObjectsClosePointInTimeResponse"
},
">; createPointInTimeFinder: <T = unknown, A = unknown>(findOptions: Pick<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreSavedObjectsPluginApi",
"section": "def-server.SavedObjectsFindOptions",
"text": "SavedObjectsFindOptions"
},
", \"type\" | \"filter\" | \"aggs\" | \"fields\" | \"perPage\" | \"sortField\" | \"sortOrder\" | \"search\" | \"searchFields\" | \"rootSearchFields\" | \"hasReference\" | \"hasReferenceOperator\" | \"defaultSearchOperator\" | \"namespaces\" | \"typeToNamespacesMap\" | \"preference\">, dependencies?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreSavedObjectsPluginApi",
"section": "def-server.SavedObjectsCreatePointInTimeFinderDependencies",
"text": "SavedObjectsCreatePointInTimeFinderDependencies"
},
" | undefined) => ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreSavedObjectsPluginApi",
"section": "def-server.ISavedObjectsPointInTimeFinder",
"text": "ISavedObjectsPointInTimeFinder"
},
"<T, A>; errors: typeof ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreSavedObjectsPluginApi",
"section": "def-server.SavedObjectsErrorHelpers",
"text": "SavedObjectsErrorHelpers"
},
"; }"
", \"get\" | \"delete\" | \"create\" | \"bulkCreate\" | \"checkConflicts\" | \"find\" | \"bulkGet\" | \"resolve\" | \"update\" | \"collectMultiNamespaceReferences\" | \"updateObjectsSpaces\" | \"bulkUpdate\" | \"removeReferencesTo\" | \"openPointInTimeForType\" | \"closePointInTime\" | \"createPointInTimeFinder\" | \"errors\">"
],
"source": {
"path": "src/plugins/telemetry_collection_manager/server/types.ts",
@ -667,27 +371,7 @@
"path": "src/plugins/telemetry_collection_manager/server/types.ts",
"lineNumber": 19
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "telemetryCollectionManager",
"id": "def-server.collectionConfig",
"type": "Object",
"tags": [],
"label": "collectionConfig",
"description": [],
"signature": [
"CollectionStrategyConfig",
"<T>"
],
"source": {
"path": "src/plugins/telemetry_collection_manager/server/types.ts",
"lineNumber": 20
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "telemetryCollectionManager",
@ -711,41 +395,7 @@
"path": "src/plugins/telemetry_collection_manager/server/types.ts",
"lineNumber": 22
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "telemetryCollectionManager",
"id": "def-server.optInStatus",
"type": "boolean",
"tags": [],
"label": "optInStatus",
"description": [],
"source": {
"path": "src/plugins/telemetry_collection_manager/server/plugin.ts",
"lineNumber": 165
},
"deprecated": false
},
{
"parentPluginId": "telemetryCollectionManager",
"id": "def-server.config",
"type": "CompoundType",
"tags": [],
"label": "config",
"description": [],
"signature": [
"UnencryptedStatsGetterConfig",
" | ",
"EncryptedStatsGetterConfig"
],
"source": {
"path": "src/plugins/telemetry_collection_manager/server/plugin.ts",
"lineNumber": 165
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "telemetryCollectionManager",
@ -789,9 +439,7 @@
"path": "src/plugins/telemetry_collection_manager/server/types.ts",
"lineNumber": 24
},
"deprecated": false,
"returnComment": [],
"children": []
"deprecated": false
}
],
"lifecycle": "setup",
@ -832,41 +480,7 @@
"path": "src/plugins/telemetry_collection_manager/server/types.ts",
"lineNumber": 28
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "telemetryCollectionManager",
"id": "def-server.optInStatus",
"type": "boolean",
"tags": [],
"label": "optInStatus",
"description": [],
"source": {
"path": "src/plugins/telemetry_collection_manager/server/plugin.ts",
"lineNumber": 165
},
"deprecated": false
},
{
"parentPluginId": "telemetryCollectionManager",
"id": "def-server.config",
"type": "CompoundType",
"tags": [],
"label": "config",
"description": [],
"signature": [
"UnencryptedStatsGetterConfig",
" | ",
"EncryptedStatsGetterConfig"
],
"source": {
"path": "src/plugins/telemetry_collection_manager/server/plugin.ts",
"lineNumber": 165
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "telemetryCollectionManager",
@ -910,9 +524,7 @@
"path": "src/plugins/telemetry_collection_manager/server/types.ts",
"lineNumber": 30
},
"deprecated": false,
"returnComment": [],
"children": []
"deprecated": false
}
],
"lifecycle": "start",

View file

@ -22,7 +22,7 @@
"label": "ESLicense",
"description": [],
"signature": [
"LicenseInformation"
"estypes.LicenseInformation"
],
"source": {
"path": "x-pack/plugins/telemetry_collection_xpack/server/telemetry_collection/get_license.ts",

View file

@ -229,23 +229,7 @@
"path": "src/plugins/telemetry_management_section/public/plugin.tsx",
"lineNumber": 38
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "telemetryManagementSection",
"id": "def-public.enabled",
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [],
"source": {
"path": "src/plugins/telemetry_management_section/public/plugin.tsx",
"lineNumber": 38
},
"deprecated": false
}
]
"deprecated": false
}
],
"lifecycle": "setup",

File diff suppressed because it is too large Load diff

View file

@ -96,9 +96,7 @@
"label": "triggers",
"description": [],
"signature": [
"Map<string, ",
"TriggerInternal",
"<any>>"
"TriggerRegistry"
],
"source": {
"path": "src/plugins/ui_actions/public/service/ui_actions_service.ts",
@ -114,17 +112,7 @@
"label": "actions",
"description": [],
"signature": [
"Map<string, ",
"ActionInternal",
"<",
{
"pluginId": "uiActions",
"scope": "public",
"docId": "kibUiActionsPluginApi",
"section": "def-public.ActionDefinition",
"text": "ActionDefinition"
},
"<object>>>"
"ActionRegistry"
],
"source": {
"path": "src/plugins/ui_actions/public/service/ui_actions_service.ts",
@ -140,7 +128,7 @@
"label": "triggerToActions",
"description": [],
"signature": [
"Map<string, string[]>"
"TriggerToActionsRegistry"
],
"source": {
"path": "src/plugins/ui_actions/public/service/ui_actions_service.ts",
@ -775,7 +763,7 @@
"plugin": "discover",
"link": {
"path": "src/plugins/discover/public/application/embeddable/search_embeddable.ts",
"lineNumber": 114
"lineNumber": 115
}
},
{
@ -2320,14 +2308,7 @@
"\nAction methods are executed with Context from trigger + {@link ActionExecutionMeta}"
],
"signature": [
"Context & ",
{
"pluginId": "uiActions",
"scope": "public",
"docId": "kibUiActionsPluginApi",
"section": "def-public.ActionExecutionMeta",
"text": "ActionExecutionMeta"
}
"Context & ActionExecutionMeta"
],
"source": {
"path": "src/plugins/ui_actions/public/actions/action.ts",
@ -2344,8 +2325,7 @@
"label": "PresentableGrouping",
"description": [],
"signature": [
"PresentableGroup",
"<Context>[]"
"PresentableGroup<Context>[]"
],
"source": {
"path": "src/plugins/ui_actions/public/util/presentable.ts",
@ -2436,10 +2416,13 @@
{
"parentPluginId": "uiActions",
"id": "def-public.rowClickTrigger.title",
"type": "string",
"type": "Any",
"tags": [],
"label": "title",
"description": [],
"signature": [
"any"
],
"source": {
"path": "src/plugins/ui_actions/public/triggers/row_click_trigger.ts",
"lineNumber": 17
@ -2449,10 +2432,13 @@
{
"parentPluginId": "uiActions",
"id": "def-public.rowClickTrigger.description",
"type": "string",
"type": "Any",
"tags": [],
"label": "description",
"description": [],
"signature": [
"any"
],
"source": {
"path": "src/plugins/ui_actions/public/triggers/row_click_trigger.ts",
"lineNumber": 20
@ -2582,22 +2568,8 @@
"description": [],
"signature": [
"{ readonly addTriggerAction: (triggerId: string, action: ",
{
"pluginId": "uiActions",
"scope": "public",
"docId": "kibUiActionsPluginApi",
"section": "def-public.ActionDefinition",
"text": "ActionDefinition"
},
"<object>) => void; readonly attachAction: (triggerId: string, actionId: string) => void; readonly detachAction: (triggerId: string, actionId: string) => void; readonly registerAction: <A extends ",
{
"pluginId": "uiActions",
"scope": "public",
"docId": "kibUiActionsPluginApi",
"section": "def-public.ActionDefinition",
"text": "ActionDefinition"
},
"<object>>(definition: A) => ",
"UiActionsActionDefinition",
"<object>) => void; readonly attachAction: (triggerId: string, actionId: string) => void; readonly detachAction: (triggerId: string, actionId: string) => void; readonly registerAction: <A>(definition: A) => ",
{
"pluginId": "uiActions",
"scope": "public",
@ -2633,31 +2605,9 @@
"label": "UiActionsStart",
"description": [],
"signature": [
"{ readonly clear: () => void; readonly fork: () => ",
{
"pluginId": "uiActions",
"scope": "public",
"docId": "kibUiActionsPluginApi",
"section": "def-public.UiActionsService",
"text": "UiActionsService"
},
"; readonly addTriggerAction: (triggerId: string, action: ",
{
"pluginId": "uiActions",
"scope": "public",
"docId": "kibUiActionsPluginApi",
"section": "def-public.ActionDefinition",
"text": "ActionDefinition"
},
"<object>) => void; readonly attachAction: (triggerId: string, actionId: string) => void; readonly detachAction: (triggerId: string, actionId: string) => void; readonly registerAction: <A extends ",
{
"pluginId": "uiActions",
"scope": "public",
"docId": "kibUiActionsPluginApi",
"section": "def-public.ActionDefinition",
"text": "ActionDefinition"
},
"<object>>(definition: A) => ",
"{ readonly clear: () => void; readonly fork: () => UiActionsService; readonly addTriggerAction: (triggerId: string, action: ",
"UiActionsActionDefinition",
"<object>) => void; readonly attachAction: (triggerId: string, actionId: string) => void; readonly detachAction: (triggerId: string, actionId: string) => void; readonly registerAction: <A>(definition: A) => ",
{
"pluginId": "uiActions",
"scope": "public",
@ -2676,42 +2626,7 @@
"text": "Trigger"
},
") => void; readonly unregisterAction: (actionId: string) => void; readonly getTrigger: (triggerId: string) => ",
"TriggerContract",
"<object>; readonly hasAction: (actionId: string) => boolean; readonly getAction: <T extends ",
{
"pluginId": "uiActions",
"scope": "public",
"docId": "kibUiActionsPluginApi",
"section": "def-public.ActionDefinition",
"text": "ActionDefinition"
},
"<object>>(id: string) => ",
{
"pluginId": "uiActions",
"scope": "public",
"docId": "kibUiActionsPluginApi",
"section": "def-public.Action",
"text": "Action"
},
"<",
"ActionContext",
"<T>>; readonly getTriggerActions: (triggerId: string) => ",
{
"pluginId": "uiActions",
"scope": "public",
"docId": "kibUiActionsPluginApi",
"section": "def-public.Action",
"text": "Action"
},
"<object>[]; readonly getTriggerCompatibleActions: (triggerId: string, context: object) => Promise<",
{
"pluginId": "uiActions",
"scope": "public",
"docId": "kibUiActionsPluginApi",
"section": "def-public.Action",
"text": "Action"
},
"<object>[]>; readonly executeTriggerActions: (triggerId: string, context: object) => Promise<void>; }"
"TriggerContract"
],
"source": {
"path": "src/plugins/ui_actions/public/plugin.ts",

View file

@ -318,8 +318,7 @@
"docId": "kibUiActionsEnhancedPluginApi",
"section": "def-common.SerializedEvent",
"text": "SerializedEvent"
},
">"
}
],
"source": {
"path": "x-pack/plugins/ui_actions_enhanced/public/dynamic_actions/action_factory.ts",
@ -505,13 +504,12 @@
"label": "CollectConfig",
"description": [],
"signature": [
"() => ",
{
"pluginId": "kibanaUtils",
"scope": "common",
"docId": "kibKibanaUtilsPluginApi",
"section": "def-common.UiComponentInstance",
"text": "UiComponentInstance"
"section": "def-common.UiComponent",
"text": "UiComponent"
},
"<",
{
@ -527,9 +525,7 @@
"path": "x-pack/plugins/ui_actions_enhanced/public/dynamic_actions/action_factory.ts",
"lineNumber": 55
},
"deprecated": false,
"returnComment": [],
"children": []
"deprecated": false
},
{
"parentPluginId": "uiActionsEnhanced",
@ -539,7 +535,7 @@
"label": "ReactCollectConfig",
"description": [],
"signature": [
"React.FunctionComponent<",
"React.FC<",
{
"pluginId": "kibanaUtils",
"scope": "public",
@ -553,42 +549,7 @@
"path": "x-pack/plugins/ui_actions_enhanced/public/dynamic_actions/action_factory.ts",
"lineNumber": 56
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "uiActionsEnhanced",
"id": "def-public.props",
"type": "CompoundType",
"tags": [],
"label": "props",
"description": [],
"signature": [
"P & { children?: React.ReactNode; }"
],
"source": {
"path": "node_modules/@types/react/index.d.ts",
"lineNumber": 554
},
"deprecated": false
},
{
"parentPluginId": "uiActionsEnhanced",
"id": "def-public.context",
"type": "Any",
"tags": [],
"label": "context",
"description": [],
"signature": [
"any"
],
"source": {
"path": "node_modules/@types/react/index.d.ts",
"lineNumber": 554
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "uiActionsEnhanced",
@ -604,26 +565,7 @@
"path": "x-pack/plugins/ui_actions_enhanced/public/dynamic_actions/action_factory.ts",
"lineNumber": 57
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "uiActionsEnhanced",
"id": "def-public.context",
"type": "Uncategorized",
"tags": [],
"label": "context",
"description": [],
"signature": [
"Context"
],
"source": {
"path": "src/plugins/kibana_utils/public/ui/configurable.ts",
"lineNumber": 22
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "uiActionsEnhanced",
@ -639,42 +581,7 @@
"path": "x-pack/plugins/ui_actions_enhanced/public/dynamic_actions/action_factory.ts",
"lineNumber": 58
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "uiActionsEnhanced",
"id": "def-public.config",
"type": "Uncategorized",
"tags": [],
"label": "config",
"description": [],
"signature": [
"Config"
],
"source": {
"path": "src/plugins/kibana_utils/public/ui/configurable.ts",
"lineNumber": 27
},
"deprecated": false
},
{
"parentPluginId": "uiActionsEnhanced",
"id": "def-public.context",
"type": "Uncategorized",
"tags": [],
"label": "context",
"description": [],
"signature": [
"Context"
],
"source": {
"path": "src/plugins/kibana_utils/public/ui/configurable.ts",
"lineNumber": 27
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "uiActionsEnhanced",
@ -684,31 +591,13 @@
"label": "migrations",
"description": [],
"signature": [
"{ [key: string]: ",
{
"pluginId": "kibanaUtils",
"scope": "common",
"docId": "kibKibanaUtilsPluginApi",
"section": "def-common.MigrateFunction",
"text": "MigrateFunction"
},
"<",
{
"pluginId": "kibanaUtils",
"scope": "common",
"docId": "kibKibanaUtilsPluginApi",
"section": "def-common.SerializableState",
"text": "SerializableState"
},
", ",
{
"pluginId": "kibanaUtils",
"scope": "common",
"docId": "kibKibanaUtilsPluginApi",
"section": "def-common.SerializableState",
"text": "SerializableState"
},
">; }"
"section": "def-common.MigrateFunctionsObject",
"text": "MigrateFunctionsObject"
}
],
"source": {
"path": "x-pack/plugins/ui_actions_enhanced/public/dynamic_actions/action_factory.ts",
@ -1205,8 +1094,7 @@
"text": "StartContract"
},
", SetupDependencies, ",
"StartDependencies",
">"
"StartDependencies"
],
"source": {
"path": "x-pack/plugins/ui_actions_enhanced/public/plugin.ts",
@ -2701,8 +2589,7 @@
"docId": "kibUiActionsEnhancedPluginApi",
"section": "def-common.SerializedEvent",
"text": "SerializedEvent"
},
">>"
}
],
"source": {
"path": "x-pack/plugins/ui_actions_enhanced/public/dynamic_actions/action_factory_definition.ts",
@ -3040,26 +2927,7 @@
"path": "x-pack/plugins/ui_actions_enhanced/public/drilldowns/drilldown_definition.ts",
"lineNumber": 70
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "uiActionsEnhanced",
"id": "def-public.context",
"type": "Uncategorized",
"tags": [],
"label": "context",
"description": [],
"signature": [
"Context"
],
"source": {
"path": "src/plugins/kibana_utils/public/ui/configurable.ts",
"lineNumber": 22
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "uiActionsEnhanced",
@ -3071,13 +2939,12 @@
"\n`UiComponent` that collections config for this drilldown. You can create\na React component and transform it `UiComponent` using `uiToReactComponent`\nhelper from `kibana_utils` plugin.\n\n```tsx\nimport React from 'react';\nimport { uiToReactComponent } from 'src/plugins/kibana_utils';\nimport { CollectConfigProps } from 'src/plugins/kibana_utils/public';\n\ntype Props = CollectConfigProps<Config>;\n\nconst ReactCollectConfig: React.FC<Props> = () => {\n return <div>Collecting config...'</div>;\n};\n\nexport const CollectConfig = uiToReactComponent(ReactCollectConfig);\n```"
],
"signature": [
"() => ",
{
"pluginId": "kibanaUtils",
"scope": "common",
"docId": "kibKibanaUtilsPluginApi",
"section": "def-common.UiComponentInstance",
"text": "UiComponentInstance"
"section": "def-common.UiComponent",
"text": "UiComponent"
},
"<",
{
@ -3093,9 +2960,7 @@
"path": "x-pack/plugins/ui_actions_enhanced/public/drilldowns/drilldown_definition.ts",
"lineNumber": 91
},
"deprecated": false,
"returnComment": [],
"children": []
"deprecated": false
},
{
"parentPluginId": "uiActionsEnhanced",
@ -3113,42 +2978,7 @@
"path": "x-pack/plugins/ui_actions_enhanced/public/drilldowns/drilldown_definition.ts",
"lineNumber": 97
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "uiActionsEnhanced",
"id": "def-public.config",
"type": "Uncategorized",
"tags": [],
"label": "config",
"description": [],
"signature": [
"Config"
],
"source": {
"path": "src/plugins/kibana_utils/public/ui/configurable.ts",
"lineNumber": 27
},
"deprecated": false
},
{
"parentPluginId": "uiActionsEnhanced",
"id": "def-public.context",
"type": "Uncategorized",
"tags": [],
"label": "context",
"description": [],
"signature": [
"Context"
],
"source": {
"path": "src/plugins/kibana_utils/public/ui/configurable.ts",
"lineNumber": 27
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "uiActionsEnhanced",
@ -3184,9 +3014,7 @@
"path": "x-pack/plugins/ui_actions_enhanced/public/drilldowns/drilldown_definition.ts",
"lineNumber": 108
},
"deprecated": false,
"returnComment": [],
"children": []
"deprecated": false
},
{
"parentPluginId": "uiActionsEnhanced",
@ -3597,49 +3425,15 @@
"label": "uiActions",
"description": [],
"signature": [
"{ readonly attachAction: (triggerId: string, actionId: string) => void; readonly detachAction: (triggerId: string, actionId: string) => void; readonly registerAction: <A extends ",
{
"pluginId": "uiActions",
"scope": "public",
"docId": "kibUiActionsPluginApi",
"section": "def-public.ActionDefinition",
"text": "ActionDefinition"
},
"<object>>(definition: A) => ",
{
"pluginId": "uiActions",
"scope": "public",
"docId": "kibUiActionsPluginApi",
"section": "def-public.Action",
"text": "Action"
},
"<",
"ActionContext",
"<A>>; readonly unregisterAction: (actionId: string) => void; readonly hasAction: (actionId: string) => boolean; readonly getActionFactory: (actionFactoryId: string) => ",
"Pick<",
{
"pluginId": "uiActionsEnhanced",
"scope": "public",
"docId": "kibUiActionsEnhancedPluginApi",
"section": "def-public.ActionFactory",
"text": "ActionFactory"
"section": "def-public.StartContract",
"text": "StartContract"
},
"<",
{
"pluginId": "kibanaUtils",
"scope": "common",
"docId": "kibKibanaUtilsPluginApi",
"section": "def-common.SerializableState",
"text": "SerializableState"
},
", object, ",
{
"pluginId": "uiActionsEnhanced",
"scope": "public",
"docId": "kibUiActionsEnhancedPluginApi",
"section": "def-public.BaseActionFactoryContext",
"text": "BaseActionFactoryContext"
},
">; readonly hasActionFactory: (actionFactoryId: string) => boolean; }"
", \"attachAction\" | \"detachAction\" | \"registerAction\" | \"unregisterAction\" | \"hasAction\" | \"getActionFactory\" | \"hasActionFactory\">"
],
"source": {
"path": "x-pack/plugins/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts",
@ -3661,26 +3455,7 @@
"path": "x-pack/plugins/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts",
"lineNumber": 44
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "uiActionsEnhanced",
"id": "def-public.context",
"type": "Uncategorized",
"tags": [],
"label": "context",
"description": [],
"signature": [
"C"
],
"source": {
"path": "x-pack/plugins/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts",
"lineNumber": 44
},
"deprecated": false
}
]
"deprecated": false
}
],
"initialIsOpen": false
@ -3840,15 +3615,7 @@
"label": "DynamicActionsState",
"description": [],
"signature": [
"{ events: ",
{
"pluginId": "uiActionsEnhanced",
"scope": "common",
"docId": "kibUiActionsEnhancedPluginApi",
"section": "def-common.SerializedEvent",
"text": "SerializedEvent"
},
"[]; }"
"{ events: SerializedEvent[]; }"
],
"source": {
"path": "x-pack/plugins/ui_actions_enhanced/common/types.ts",
@ -3884,23 +3651,7 @@
"\nSerialized representation of a triggers-action pair, used to persist in storage."
],
"signature": [
"{ eventId: string; triggers: string[]; action: ",
{
"pluginId": "uiActionsEnhanced",
"scope": "common",
"docId": "kibUiActionsEnhancedPluginApi",
"section": "def-common.SerializedAction",
"text": "SerializedAction"
},
"<",
{
"pluginId": "kibanaUtils",
"scope": "common",
"docId": "kibKibanaUtilsPluginApi",
"section": "def-common.SerializableState",
"text": "SerializableState"
},
">; }"
"{ eventId: string; triggers: string[]; action: SerializedAction; }"
],
"source": {
"path": "x-pack/plugins/ui_actions_enhanced/common/types.ts",
@ -3917,7 +3668,7 @@
"label": "UrlDrilldownConfig",
"description": [],
"signature": [
"{ url: { format?: \"handlebars_v1\" | undefined; template: string; }; openInNewTab: boolean; encodeUrl?: boolean | undefined; }"
"{ url: { format?: 'handlebars_v1'; template: string;}; openInNewTab: boolean; encodeUrl?: boolean | undefined; }"
],
"source": {
"path": "x-pack/plugins/ui_actions_enhanced/public/drilldowns/url_drilldown/types.ts",
@ -3998,8 +3749,7 @@
"text": "UiActionsService"
},
">>,Pick<",
"UiActionsServiceEnhancements",
", \"telemetry\" | \"extract\" | \"inject\" | \"getActionFactory\" | \"hasActionFactory\" | \"getActionFactories\">"
"UiActionsServiceEnhancements"
],
"source": {
"path": "x-pack/plugins/ui_actions_enhanced/public/plugin.ts",
@ -4015,7 +3765,7 @@
"label": "DrilldownManager",
"description": [],
"signature": [
"React.FunctionComponent<",
"React.FC<",
"PublicDrilldownManagerProps",
">"
],
@ -4023,42 +3773,7 @@
"path": "x-pack/plugins/ui_actions_enhanced/public/plugin.ts",
"lineNumber": 60
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "uiActionsEnhanced",
"id": "def-public.props",
"type": "CompoundType",
"tags": [],
"label": "props",
"description": [],
"signature": [
"P & { children?: React.ReactNode; }"
],
"source": {
"path": "node_modules/@types/react/index.d.ts",
"lineNumber": 554
},
"deprecated": false
},
{
"parentPluginId": "uiActionsEnhanced",
"id": "def-public.context",
"type": "Any",
"tags": [],
"label": "context",
"description": [],
"signature": [
"any"
],
"source": {
"path": "node_modules/@types/react/index.d.ts",
"lineNumber": 554
},
"deprecated": false
}
]
"deprecated": false
}
],
"lifecycle": "start",
@ -4114,23 +3829,7 @@
"label": "actionFactories",
"description": [],
"signature": [
"Map<string, ",
{
"pluginId": "uiActionsEnhanced",
"scope": "server",
"docId": "kibUiActionsEnhancedPluginApi",
"section": "def-server.ActionFactory",
"text": "ActionFactory"
},
"<",
{
"pluginId": "uiActionsEnhanced",
"scope": "common",
"docId": "kibUiActionsEnhancedPluginApi",
"section": "def-common.SerializedEvent",
"text": "SerializedEvent"
},
">>"
"ActionFactoryRegistry"
],
"source": {
"path": "x-pack/plugins/ui_actions_enhanced/server/plugin.ts",
@ -4481,15 +4180,7 @@
"label": "DynamicActionsState",
"description": [],
"signature": [
"{ events: ",
{
"pluginId": "uiActionsEnhanced",
"scope": "common",
"docId": "kibUiActionsEnhancedPluginApi",
"section": "def-common.SerializedEvent",
"text": "SerializedEvent"
},
"[]; }"
"{ events: SerializedEvent[]; }"
],
"source": {
"path": "x-pack/plugins/ui_actions_enhanced/common/types.ts",
@ -4525,23 +4216,7 @@
"\nSerialized representation of a triggers-action pair, used to persist in storage."
],
"signature": [
"{ eventId: string; triggers: string[]; action: ",
{
"pluginId": "uiActionsEnhanced",
"scope": "common",
"docId": "kibUiActionsEnhancedPluginApi",
"section": "def-common.SerializedAction",
"text": "SerializedAction"
},
"<",
{
"pluginId": "kibanaUtils",
"scope": "common",
"docId": "kibKibanaUtilsPluginApi",
"section": "def-common.SerializableState",
"text": "SerializableState"
},
">; }"
"{ eventId: string; triggers: string[]; action: SerializedAction; }"
],
"source": {
"path": "x-pack/plugins/ui_actions_enhanced/common/types.ts",
@ -4595,41 +4270,7 @@
"path": "x-pack/plugins/ui_actions_enhanced/server/plugin.ts",
"lineNumber": 15
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "uiActionsEnhanced",
"id": "def-server.definition",
"type": "Object",
"tags": [],
"label": "definition",
"description": [],
"signature": [
{
"pluginId": "uiActionsEnhanced",
"scope": "server",
"docId": "kibUiActionsEnhancedPluginApi",
"section": "def-server.ActionFactoryDefinition",
"text": "ActionFactoryDefinition"
},
"<",
{
"pluginId": "uiActionsEnhanced",
"scope": "common",
"docId": "kibUiActionsEnhancedPluginApi",
"section": "def-common.SerializedEvent",
"text": "SerializedEvent"
},
">"
],
"source": {
"path": "x-pack/plugins/ui_actions_enhanced/server/plugin.ts",
"lineNumber": 15
},
"deprecated": false
}
]
"deprecated": false
}
],
"lifecycle": "setup",
@ -4693,15 +4334,7 @@
"label": "DynamicActionsState",
"description": [],
"signature": [
"{ events: ",
{
"pluginId": "uiActionsEnhanced",
"scope": "common",
"docId": "kibUiActionsEnhancedPluginApi",
"section": "def-common.SerializedEvent",
"text": "SerializedEvent"
},
"[]; }"
"{ events: SerializedEvent[]; }"
],
"source": {
"path": "x-pack/plugins/ui_actions_enhanced/common/types.ts",
@ -4737,23 +4370,7 @@
"\nSerialized representation of a triggers-action pair, used to persist in storage."
],
"signature": [
"{ eventId: string; triggers: string[]; action: ",
{
"pluginId": "uiActionsEnhanced",
"scope": "common",
"docId": "kibUiActionsEnhancedPluginApi",
"section": "def-common.SerializedAction",
"text": "SerializedAction"
},
"<",
{
"pluginId": "kibanaUtils",
"scope": "common",
"docId": "kibKibanaUtilsPluginApi",
"section": "def-common.SerializableState",
"text": "SerializableState"
},
">; }"
"{ eventId: string; triggers: string[]; action: SerializedAction; }"
],
"source": {
"path": "x-pack/plugins/ui_actions_enhanced/common/types.ts",

View file

@ -111,26 +111,7 @@
"path": "x-pack/plugins/uptime/server/kibana.index.ts",
"lineNumber": 25
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "uptime",
"id": "def-server.options",
"type": "Object",
"tags": [],
"label": "options",
"description": [],
"signature": [
"KibanaRouteOptions"
],
"source": {
"path": "x-pack/plugins/uptime/server/kibana.index.ts",
"lineNumber": 25
},
"deprecated": false
}
]
"deprecated": false
}
],
"initialIsOpen": false

View file

@ -252,23 +252,7 @@
"path": "src/plugins/url_forwarding/public/plugin.ts",
"lineNumber": 19
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "urlForwarding",
"id": "def-public.legacyPath",
"type": "string",
"tags": [],
"label": "legacyPath",
"description": [],
"source": {
"path": "src/plugins/url_forwarding/public/plugin.ts",
"lineNumber": 19
},
"deprecated": false
}
]
"deprecated": false
}
],
"initialIsOpen": false
@ -301,15 +285,7 @@
"label": "UrlForwardingStart",
"description": [],
"signature": [
"{ navigateToDefaultApp: ({ overwriteHash }?: { overwriteHash: boolean; }) => void; navigateToLegacyKibanaUrl: (hash: string) => { navigated: boolean; }; getForwards: () => ",
{
"pluginId": "urlForwarding",
"scope": "public",
"docId": "kibUrlForwardingPluginApi",
"section": "def-public.ForwardDefinition",
"text": "ForwardDefinition"
},
"[]; }"
"{ navigateToDefaultApp: ({ overwriteHash }?: { overwriteHash: boolean; }) => void; navigateToLegacyKibanaUrl: (hash: string) => { navigated: boolean; }; getForwards: () => ForwardDefinition[]; }"
],
"source": {
"path": "src/plugins/url_forwarding/public/plugin.ts",

View file

@ -102,7 +102,7 @@
"\nThe React component to be tracked."
],
"signature": [
"string | number | boolean | {} | React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)> | React.ReactNodeArray | React.ReactPortal | null | undefined"
"React.ReactNode"
],
"source": {
"path": "src/plugins/usage_collection/public/components/track_application_view/types.ts",
@ -168,76 +168,7 @@
"path": "src/plugins/usage_collection/public/plugin.tsx",
"lineNumber": 75
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "usageCollection",
"id": "def-public.appName",
"type": "string",
"tags": [],
"label": "appName",
"description": [],
"source": {
"path": "src/plugins/usage_collection/public/plugin.tsx",
"lineNumber": 76
},
"deprecated": false
},
{
"parentPluginId": "usageCollection",
"id": "def-public.type",
"type": "CompoundType",
"tags": [],
"label": "type",
"description": [],
"signature": [
"METRIC_TYPE",
".COUNT | ",
"METRIC_TYPE",
".LOADED | ",
"METRIC_TYPE",
".CLICK"
],
"source": {
"path": "src/plugins/usage_collection/public/plugin.tsx",
"lineNumber": 77
},
"deprecated": false
},
{
"parentPluginId": "usageCollection",
"id": "def-public.eventNames",
"type": "CompoundType",
"tags": [],
"label": "eventNames",
"description": [],
"signature": [
"string | string[]"
],
"source": {
"path": "src/plugins/usage_collection/public/plugin.tsx",
"lineNumber": 78
},
"deprecated": false
},
{
"parentPluginId": "usageCollection",
"id": "def-public.count",
"type": "number",
"tags": [],
"label": "count",
"description": [],
"signature": [
"number | undefined"
],
"source": {
"path": "src/plugins/usage_collection/public/plugin.tsx",
"lineNumber": 79
},
"deprecated": false
}
]
"deprecated": false
}
],
"lifecycle": "setup",
@ -276,76 +207,7 @@
"path": "src/plugins/usage_collection/public/plugin.tsx",
"lineNumber": 86
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "usageCollection",
"id": "def-public.appName",
"type": "string",
"tags": [],
"label": "appName",
"description": [],
"source": {
"path": "src/plugins/usage_collection/public/plugin.tsx",
"lineNumber": 87
},
"deprecated": false
},
{
"parentPluginId": "usageCollection",
"id": "def-public.type",
"type": "CompoundType",
"tags": [],
"label": "type",
"description": [],
"signature": [
"METRIC_TYPE",
".COUNT | ",
"METRIC_TYPE",
".LOADED | ",
"METRIC_TYPE",
".CLICK"
],
"source": {
"path": "src/plugins/usage_collection/public/plugin.tsx",
"lineNumber": 88
},
"deprecated": false
},
{
"parentPluginId": "usageCollection",
"id": "def-public.eventNames",
"type": "CompoundType",
"tags": [],
"label": "eventNames",
"description": [],
"signature": [
"string | string[]"
],
"source": {
"path": "src/plugins/usage_collection/public/plugin.tsx",
"lineNumber": 89
},
"deprecated": false
},
{
"parentPluginId": "usageCollection",
"id": "def-public.count",
"type": "number",
"tags": [],
"label": "count",
"description": [],
"signature": [
"number | undefined"
],
"source": {
"path": "src/plugins/usage_collection/public/plugin.tsx",
"lineNumber": 90
},
"deprecated": false
}
]
"deprecated": false
}
],
"lifecycle": "start",
@ -409,12 +271,14 @@
"\nThe options to extend the context provided to the `fetch` method: {@link CollectorOptionsFetchExtendedContext}."
],
"signature": [
"ICollectorOptionsFetchExtendedContext",
"<boolean> | (",
"ICollectorOptionsFetchExtendedContext",
"<boolean> & Required<Pick<",
"ICollectorOptionsFetchExtendedContext",
"<true>, \"kibanaRequest\">>)"
{
"pluginId": "usageCollection",
"scope": "server",
"docId": "kibUsageCollectionPluginApi",
"section": "def-server.CollectorOptionsFetchExtendedContext",
"text": "CollectorOptionsFetchExtendedContext"
},
"<boolean>"
],
"source": {
"path": "src/plugins/usage_collection/server/collector/types.ts",
@ -447,72 +311,20 @@
"\nThe actual logic that reports the Usage collection.\nIt will be called on every collection request.\nWhatever is returned in this method will be passed through as-is under\nthe {@link ICollector.type} key.\n"
],
"signature": [
"(this: ",
{
"pluginId": "usageCollection",
"scope": "server",
"docId": "kibUsageCollectionPluginApi",
"section": "def-server.ICollector",
"text": "ICollector"
"section": "def-server.CollectorFetchMethod",
"text": "CollectorFetchMethod"
},
"<TFetchReturn, {}> & ExtraOptions, context: ",
{
"pluginId": "usageCollection",
"scope": "server",
"docId": "kibUsageCollectionPluginApi",
"section": "def-server.CollectorFetchContext",
"text": "CollectorFetchContext"
},
"<boolean>) => TFetchReturn | Promise<TFetchReturn>"
"<boolean, TFetchReturn, ExtraOptions>"
],
"source": {
"path": "src/plugins/usage_collection/server/collector/types.ts",
"lineNumber": 192
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "usageCollection",
"id": "def-server.context",
"type": "CompoundType",
"tags": [],
"label": "context",
"description": [],
"signature": [
"{ esClient: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCorePluginApi",
"section": "def-server.ElasticsearchClient",
"text": "ElasticsearchClient"
},
"; soClient: Pick<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreSavedObjectsPluginApi",
"section": "def-server.SavedObjectsClient",
"text": "SavedObjectsClient"
},
", \"get\" | \"delete\" | \"create\" | \"bulkCreate\" | \"checkConflicts\" | \"find\" | \"bulkGet\" | \"resolve\" | \"update\" | \"collectMultiNamespaceReferences\" | \"updateObjectsSpaces\" | \"bulkUpdate\" | \"removeReferencesTo\" | \"openPointInTimeForType\" | \"closePointInTime\" | \"createPointInTimeFinder\" | \"errors\">; } & (WithKibanaRequest extends true ? { kibanaRequest?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any> | undefined; } : {})"
],
"source": {
"path": "src/plugins/usage_collection/server/collector/types.ts",
"lineNumber": 110
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "usageCollection",
@ -530,9 +342,7 @@
"path": "src/plugins/usage_collection/server/collector/types.ts",
"lineNumber": 196
},
"deprecated": false,
"returnComment": [],
"children": []
"deprecated": false
}
],
"initialIsOpen": false
@ -645,32 +455,7 @@
"path": "src/plugins/usage_collection/server/usage_counters/usage_counter.ts",
"lineNumber": 45
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "usageCollection",
"id": "def-server.params",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
{
"pluginId": "usageCollection",
"scope": "server",
"docId": "kibUsageCollectionPluginApi",
"section": "def-server.IncrementCounterParams",
"text": "IncrementCounterParams"
}
],
"source": {
"path": "src/plugins/usage_collection/server/usage_counters/usage_counter.ts",
"lineNumber": 45
},
"deprecated": false
}
]
"deprecated": false
}
],
"initialIsOpen": false
@ -777,7 +562,7 @@
"\nPossible type values in the schema"
],
"signature": [
"\"boolean\" | \"date\" | \"text\" | \"keyword\" | \"long\" | \"double\" | \"short\" | \"integer\" | \"byte\" | \"float\""
"\"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"short\" | \"integer\" | \"byte\" | \"float\""
],
"source": {
"path": "src/plugins/usage_collection/server/collector/types.ts",
@ -796,31 +581,7 @@
"\nThe context for the `fetch` method: It includes the most commonly used clients in the collectors (ES and SO clients).\nBoth are scoped based on the request and the context:\n- When users are requesting a sample of data, it is scoped to their role to avoid exposing data they shouldn't read\n- When building the telemetry data payload to report to the remote cluster, the requests are scoped to the `kibana` internal user\n"
],
"signature": [
"{ esClient: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCorePluginApi",
"section": "def-server.ElasticsearchClient",
"text": "ElasticsearchClient"
},
"; soClient: Pick<",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreSavedObjectsPluginApi",
"section": "def-server.SavedObjectsClient",
"text": "SavedObjectsClient"
},
", \"get\" | \"delete\" | \"create\" | \"bulkCreate\" | \"checkConflicts\" | \"find\" | \"bulkGet\" | \"resolve\" | \"update\" | \"collectMultiNamespaceReferences\" | \"updateObjectsSpaces\" | \"bulkUpdate\" | \"removeReferencesTo\" | \"openPointInTimeForType\" | \"closePointInTime\" | \"createPointInTimeFinder\" | \"errors\">; } & (WithKibanaRequest extends true ? { kibanaRequest?: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any> | undefined; } : {})"
"{ esClient: ElasticsearchClient; soClient: SavedObjectsClientContract; } & (WithKibanaRequest extends true ? { kibanaRequest?: KibanaRequest<unknown, unknown, unknown, any> | undefined; } : {})"
],
"source": {
"path": "src/plugins/usage_collection/server/collector/types.ts",
@ -839,15 +600,7 @@
"\nThe fetch method has the context of the Collector itself\n(this has access to all the properties of the collector like the logger)\nand the the first parameter is {@link CollectorFetchContext}."
],
"signature": [
"(this: ",
{
"pluginId": "usageCollection",
"scope": "server",
"docId": "kibUsageCollectionPluginApi",
"section": "def-server.ICollector",
"text": "ICollector"
},
"<TReturn, {}> & ExtraOptions, context: ",
"(context: ",
{
"pluginId": "usageCollection",
"scope": "server",
@ -874,39 +627,7 @@
"\nOptions to instantiate a collector"
],
"signature": [
"{ type: string; isReady: () => boolean | Promise<boolean>; schema?: ",
{
"pluginId": "usageCollection",
"scope": "server",
"docId": "kibUsageCollectionPluginApi",
"section": "def-server.MakeSchemaFrom",
"text": "MakeSchemaFrom"
},
"<TFetchReturn> | undefined; fetch: ",
{
"pluginId": "usageCollection",
"scope": "server",
"docId": "kibUsageCollectionPluginApi",
"section": "def-server.CollectorFetchMethod",
"text": "CollectorFetchMethod"
},
"<WithKibanaRequest, TFetchReturn, ExtraOptions>; } & ExtraOptions & (WithKibanaRequest extends true ? { extendFetchContext: ",
{
"pluginId": "usageCollection",
"scope": "server",
"docId": "kibUsageCollectionPluginApi",
"section": "def-server.CollectorOptionsFetchExtendedContext",
"text": "CollectorOptionsFetchExtendedContext"
},
"<WithKibanaRequest>; } : { extendFetchContext?: ",
{
"pluginId": "usageCollection",
"scope": "server",
"docId": "kibUsageCollectionPluginApi",
"section": "def-server.CollectorOptionsFetchExtendedContext",
"text": "CollectorOptionsFetchExtendedContext"
},
"<WithKibanaRequest> | undefined; })"
"{ type: string; isReady: () => Promise<boolean> | boolean; schema?: MakeSchemaFrom<TFetchReturn> | undefined; fetch: CollectorFetchMethod<WithKibanaRequest, TFetchReturn, ExtraOptions>; } & ExtraOptions & (WithKibanaRequest extends true ? { extendFetchContext: CollectorOptionsFetchExtendedContext<WithKibanaRequest>; } : { extendFetchContext?: CollectorOptionsFetchExtendedContext<WithKibanaRequest> | undefined; })"
],
"source": {
"path": "src/plugins/usage_collection/server/collector/types.ts",
@ -925,10 +646,7 @@
"\nThe options to extend the context provided to the `fetch` method."
],
"signature": [
"ICollectorOptionsFetchExtendedContext",
"<WithKibanaRequest> & (WithKibanaRequest extends true ? Required<Pick<",
"ICollectorOptionsFetchExtendedContext",
"<WithKibanaRequest>, \"kibanaRequest\">> : {})"
"ICollectorOptionsFetchExtendedContext<WithKibanaRequest> & (WithKibanaRequest extends true ? Required<Pick<ICollectorOptionsFetchExtendedContext<WithKibanaRequest>, \"kibanaRequest\">> : {})"
],
"source": {
"path": "src/plugins/usage_collection/server/collector/types.ts",
@ -947,11 +665,7 @@
"\nThe `schema` property in {@link CollectorOptions} must match the output of\nthe `fetch` method. This type helps ensure that is correct"
],
"signature": [
"{ [Key in keyof Required<Base>]: Required<Base>[Key] extends (infer U)[] ? { type: \"array\"; items: ",
"RecursiveMakeSchemaFrom",
"<U>; } : ",
"RecursiveMakeSchemaFrom",
"<Required<Base>[Key]>; }"
"{ [Key in keyof Required<Base>]: Required<Base>[Key] extends (infer U)[] ? { type: 'array'; items: RecursiveMakeSchemaFrom<U>; } : RecursiveMakeSchemaFrom<Required<Base>[Key]>; }"
],
"source": {
"path": "src/plugins/usage_collection/server/collector/types.ts",
@ -1021,15 +735,7 @@
"section": "def-server.CollectorOptionsFetchExtendedContext",
"text": "CollectorOptionsFetchExtendedContext"
},
"<WithKibanaRequest> | undefined; }) & Required<Pick<",
{
"pluginId": "usageCollection",
"scope": "server",
"docId": "kibUsageCollectionPluginApi",
"section": "def-server.CollectorOptions",
"text": "CollectorOptions"
},
"<TFetchReturn, boolean, {}>, \"schema\">>"
"<WithKibanaRequest> | undefined; }) & Required<Pick<CollectorOptions<TFetchReturn, boolean, {}>, \"schema\">>"
],
"source": {
"path": "src/plugins/usage_collection/server/collector/usage_collector.ts",
@ -1048,16 +754,7 @@
"\nThe structure of the SavedObjects of type \"usage-counters\""
],
"signature": [
"SavedObject",
"<",
{
"pluginId": "usageCollection",
"scope": "server",
"docId": "kibUsageCollectionPluginApi",
"section": "def-server.UsageCountersSavedObjectAttributes",
"text": "UsageCountersSavedObjectAttributes"
},
">"
"SavedObject<UsageCountersSavedObjectAttributes>"
],
"source": {
"path": "src/plugins/usage_collection/server/usage_counters/saved_objects.ts",
@ -1106,23 +803,7 @@
"path": "src/plugins/usage_collection/server/plugin.ts",
"lineNumber": 33
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "usageCollection",
"id": "def-server.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"source": {
"path": "src/plugins/usage_collection/server/plugin.ts",
"lineNumber": 33
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "usageCollection",
@ -1148,23 +829,7 @@
"path": "src/plugins/usage_collection/server/plugin.ts",
"lineNumber": 37
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "usageCollection",
"id": "def-server.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"source": {
"path": "src/plugins/usage_collection/server/plugin.ts",
"lineNumber": 37
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "usageCollection",
@ -1198,66 +863,7 @@
"path": "src/plugins/usage_collection/server/plugin.ts",
"lineNumber": 42
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "usageCollection",
"id": "def-server.options",
"type": "CompoundType",
"tags": [],
"label": "options",
"description": [],
"signature": [
"{ type: string; isReady: () => boolean | Promise<boolean>; schema?: ",
{
"pluginId": "usageCollection",
"scope": "server",
"docId": "kibUsageCollectionPluginApi",
"section": "def-server.MakeSchemaFrom",
"text": "MakeSchemaFrom"
},
"<TFetchReturn> | undefined; fetch: ",
{
"pluginId": "usageCollection",
"scope": "server",
"docId": "kibUsageCollectionPluginApi",
"section": "def-server.CollectorFetchMethod",
"text": "CollectorFetchMethod"
},
"<WithKibanaRequest, TFetchReturn, ExtraOptions>; } & ExtraOptions & (WithKibanaRequest extends true ? { extendFetchContext: ",
{
"pluginId": "usageCollection",
"scope": "server",
"docId": "kibUsageCollectionPluginApi",
"section": "def-server.CollectorOptionsFetchExtendedContext",
"text": "CollectorOptionsFetchExtendedContext"
},
"<WithKibanaRequest>; } : { extendFetchContext?: ",
{
"pluginId": "usageCollection",
"scope": "server",
"docId": "kibUsageCollectionPluginApi",
"section": "def-server.CollectorOptionsFetchExtendedContext",
"text": "CollectorOptionsFetchExtendedContext"
},
"<WithKibanaRequest> | undefined; }) & Required<Pick<",
{
"pluginId": "usageCollection",
"scope": "server",
"docId": "kibUsageCollectionPluginApi",
"section": "def-server.CollectorOptions",
"text": "CollectorOptions"
},
"<TFetchReturn, boolean, {}>, \"schema\">>"
],
"source": {
"path": "src/plugins/usage_collection/server/plugin.ts",
"lineNumber": 47
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "usageCollection",
@ -1283,33 +889,7 @@
"path": "src/plugins/usage_collection/server/plugin.ts",
"lineNumber": 53
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "usageCollection",
"id": "def-server.collector",
"type": "Object",
"tags": [],
"label": "collector",
"description": [],
"signature": [
{
"pluginId": "usageCollection",
"scope": "server",
"docId": "kibUsageCollectionPluginApi",
"section": "def-server.ICollector",
"text": "ICollector"
},
"<TFetchReturn, ExtraOptions>"
],
"source": {
"path": "src/plugins/usage_collection/server/plugin.ts",
"lineNumber": 54
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "usageCollection",
@ -1335,23 +915,7 @@
"path": "src/plugins/usage_collection/server/plugin.ts",
"lineNumber": 59
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "usageCollection",
"id": "def-server.type",
"type": "string",
"tags": [],
"label": "type",
"description": [],
"source": {
"path": "src/plugins/usage_collection/server/plugin.ts",
"lineNumber": 60
},
"deprecated": false
}
]
"deprecated": false
}
],
"lifecycle": "setup",

View file

@ -155,65 +155,7 @@
"path": "src/plugins/vis_type_timeseries/server/plugin.ts",
"lineNumber": 55
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "visTypeTimeseries",
"id": "def-server.requestContext",
"type": "Object",
"tags": [],
"label": "requestContext",
"description": [],
"signature": [
"DataRequestHandlerContext"
],
"source": {
"path": "src/plugins/vis_type_timeseries/server/plugin.ts",
"lineNumber": 56
},
"deprecated": false
},
{
"parentPluginId": "visTypeTimeseries",
"id": "def-server.fakeRequest",
"type": "Object",
"tags": [],
"label": "fakeRequest",
"description": [],
"signature": [
{
"pluginId": "core",
"scope": "server",
"docId": "kibCoreHttpPluginApi",
"section": "def-server.KibanaRequest",
"text": "KibanaRequest"
},
"<unknown, unknown, unknown, any>"
],
"source": {
"path": "src/plugins/vis_type_timeseries/server/plugin.ts",
"lineNumber": 57
},
"deprecated": false
},
{
"parentPluginId": "visTypeTimeseries",
"id": "def-server.options",
"type": "Any",
"tags": [],
"label": "options",
"description": [],
"signature": [
"any"
],
"source": {
"path": "src/plugins/vis_type_timeseries/server/plugin.ts",
"lineNumber": 59
},
"deprecated": false
}
]
"deprecated": false
}
],
"lifecycle": "setup",

View file

@ -385,93 +385,20 @@
"label": "toExpressionAst",
"description": [],
"signature": [
"(vis: ",
{
"pluginId": "visualizations",
"scope": "public",
"docId": "kibVisualizationsPluginApi",
"section": "def-public.Vis",
"text": "Vis"
"section": "def-public.VisToExpressionAst",
"text": "VisToExpressionAst"
},
"<TVisParams>, params: ",
{
"pluginId": "visualizations",
"scope": "public",
"docId": "kibVisualizationsPluginApi",
"section": "def-public.VisToExpressionAstParams",
"text": "VisToExpressionAstParams"
},
") => ",
{
"pluginId": "expressions",
"scope": "common",
"docId": "kibExpressionsPluginApi",
"section": "def-common.ExpressionAstExpression",
"text": "ExpressionAstExpression"
},
" | Promise<",
{
"pluginId": "expressions",
"scope": "common",
"docId": "kibExpressionsPluginApi",
"section": "def-common.ExpressionAstExpression",
"text": "ExpressionAstExpression"
},
">"
"<TVisParams>"
],
"source": {
"path": "src/plugins/visualizations/public/vis_types/base_vis_type.ts",
"lineNumber": 44
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "visualizations",
"id": "def-public.vis",
"type": "Object",
"tags": [],
"label": "vis",
"description": [],
"signature": [
{
"pluginId": "visualizations",
"scope": "public",
"docId": "kibVisualizationsPluginApi",
"section": "def-public.Vis",
"text": "Vis"
},
"<TVisParams>"
],
"source": {
"path": "src/plugins/visualizations/public/types.ts",
"lineNumber": 50
},
"deprecated": false
},
{
"parentPluginId": "visualizations",
"id": "def-public.params",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
{
"pluginId": "visualizations",
"scope": "public",
"docId": "kibVisualizationsPluginApi",
"section": "def-public.VisToExpressionAstParams",
"text": "VisToExpressionAstParams"
}
],
"source": {
"path": "src/plugins/visualizations/public/types.ts",
"lineNumber": 51
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "visualizations",
@ -582,7 +509,8 @@
"section": "def-public.PersistedState",
"text": "PersistedState"
},
" extends EventEmitter"
" extends ",
"EventEmitter"
],
"source": {
"path": "src/plugins/visualizations/public/persisted_state/persisted_state.ts",
@ -1888,7 +1816,8 @@
"label": "group",
"description": [],
"signature": [
"\"buckets\" | \"metrics\" | \"none\""
"node_modules/utility-types/dist/utility-types",
"$Values<Readonly<{ Buckets: \"buckets\"; Metrics: \"metrics\"; None: \"none\"; }>>"
],
"source": {
"path": "src/plugins/visualizations/public/vis_types/types.ts",
@ -2059,7 +1988,7 @@
"label": "tooltip",
"description": [],
"signature": [
"string | number | boolean | {} | React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)> | React.ReactNodeArray | React.ReactPortal | null | undefined"
"React.ReactNode"
],
"source": {
"path": "src/plugins/visualizations/public/vis_types/types.ts",
@ -2885,137 +2814,9 @@
"label": "timefilter",
"description": [],
"signature": [
"{ isTimeRangeSelectorEnabled: () => boolean; isAutoRefreshSelectorEnabled: () => boolean; isTimeTouched: () => boolean; getEnabledUpdated$: () => ",
"Observable",
"<boolean>; getTimeUpdate$: () => ",
"Observable",
"<unknown>; getRefreshIntervalUpdate$: () => ",
"Observable",
"<unknown>; getAutoRefreshFetch$: () => ",
"Observable",
"<",
{
"pluginId": "data",
"scope": "public",
"docId": "kibDataQueryPluginApi",
"section": "def-public.AutoRefreshDoneFn",
"text": "AutoRefreshDoneFn"
},
">; getFetch$: () => ",
"Observable",
"<unknown>; getTime: () => ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataQueryPluginApi",
"section": "def-common.TimeRange",
"text": "TimeRange"
},
"; getAbsoluteTime: () => ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataQueryPluginApi",
"section": "def-common.TimeRange",
"text": "TimeRange"
},
"; setTime: (time: ",
{
"pluginId": "data",
"scope": "public",
"docId": "kibDataQueryPluginApi",
"section": "def-public.InputTimeRange",
"text": "InputTimeRange"
},
") => void; getRefreshInterval: () => ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataQueryPluginApi",
"section": "def-common.RefreshInterval",
"text": "RefreshInterval"
},
"; setRefreshInterval: (refreshInterval: Partial<",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataQueryPluginApi",
"section": "def-common.RefreshInterval",
"text": "RefreshInterval"
},
">) => void; createFilter: (indexPattern: ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataIndexPatternsPluginApi",
"section": "def-common.IIndexPattern",
"text": "IIndexPattern"
},
", timeRange?: ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataQueryPluginApi",
"section": "def-common.TimeRange",
"text": "TimeRange"
},
" | undefined) => ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataPluginApi",
"section": "def-common.RangeFilter",
"text": "RangeFilter"
},
" | undefined; getBounds: () => ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataQueryPluginApi",
"section": "def-common.TimeRangeBounds",
"text": "TimeRangeBounds"
},
"; calculateBounds: (timeRange: ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataQueryPluginApi",
"section": "def-common.TimeRange",
"text": "TimeRange"
},
") => ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataQueryPluginApi",
"section": "def-common.TimeRangeBounds",
"text": "TimeRangeBounds"
},
"; getActiveBounds: () => ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataQueryPluginApi",
"section": "def-common.TimeRangeBounds",
"text": "TimeRangeBounds"
},
" | undefined; enableTimeRangeSelector: () => void; disableTimeRangeSelector: () => void; enableAutoRefreshSelector: () => void; disableAutoRefreshSelector: () => void; getTimeDefaults: () => ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataQueryPluginApi",
"section": "def-common.TimeRange",
"text": "TimeRange"
},
"; getRefreshIntervalDefaults: () => ",
{
"pluginId": "data",
"scope": "common",
"docId": "kibDataQueryPluginApi",
"section": "def-common.RefreshInterval",
"text": "RefreshInterval"
},
"; }"
"Pick<",
"Timefilter",
", \"isTimeRangeSelectorEnabled\" | \"isAutoRefreshSelectorEnabled\" | \"isTimeTouched\" | \"getEnabledUpdated$\" | \"getTimeUpdate$\" | \"getRefreshIntervalUpdate$\" | \"getAutoRefreshFetch$\" | \"getFetch$\" | \"getTime\" | \"getAbsoluteTime\" | \"setTime\" | \"getRefreshInterval\" | \"setRefreshInterval\" | \"createFilter\" | \"getBounds\" | \"calculateBounds\" | \"getActiveBounds\" | \"enableTimeRangeSelector\" | \"disableTimeRangeSelector\" | \"enableAutoRefreshSelector\" | \"disableAutoRefreshSelector\" | \"getTimeDefaults\" | \"getRefreshIntervalDefaults\">"
],
"source": {
"path": "src/plugins/visualizations/public/types.ts",
@ -3619,93 +3420,20 @@
"\nShould be provided to expand base visualization expression with\ncustom exprsesion chain, including render expression.\nExplicit renderer should be registered in expressions plugin to render your visualization."
],
"signature": [
"(vis: ",
{
"pluginId": "visualizations",
"scope": "public",
"docId": "kibVisualizationsPluginApi",
"section": "def-public.Vis",
"text": "Vis"
"section": "def-public.VisToExpressionAst",
"text": "VisToExpressionAst"
},
"<TVisParams>, params: ",
{
"pluginId": "visualizations",
"scope": "public",
"docId": "kibVisualizationsPluginApi",
"section": "def-public.VisToExpressionAstParams",
"text": "VisToExpressionAstParams"
},
") => ",
{
"pluginId": "expressions",
"scope": "common",
"docId": "kibExpressionsPluginApi",
"section": "def-common.ExpressionAstExpression",
"text": "ExpressionAstExpression"
},
" | Promise<",
{
"pluginId": "expressions",
"scope": "common",
"docId": "kibExpressionsPluginApi",
"section": "def-common.ExpressionAstExpression",
"text": "ExpressionAstExpression"
},
">"
"<TVisParams>"
],
"source": {
"path": "src/plugins/visualizations/public/vis_types/types.ts",
"lineNumber": 148
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "visualizations",
"id": "def-public.vis",
"type": "Object",
"tags": [],
"label": "vis",
"description": [],
"signature": [
{
"pluginId": "visualizations",
"scope": "public",
"docId": "kibVisualizationsPluginApi",
"section": "def-public.Vis",
"text": "Vis"
},
"<TVisParams>"
],
"source": {
"path": "src/plugins/visualizations/public/types.ts",
"lineNumber": 50
},
"deprecated": false
},
{
"parentPluginId": "visualizations",
"id": "def-public.params",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
{
"pluginId": "visualizations",
"scope": "public",
"docId": "kibVisualizationsPluginApi",
"section": "def-public.VisToExpressionAstParams",
"text": "VisToExpressionAstParams"
}
],
"source": {
"path": "src/plugins/visualizations/public/types.ts",
"lineNumber": 51
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "visualizations",
@ -3801,7 +3529,7 @@
"\nHave the \"defaults\" prop with default params for a visualization.\nTODO: ideally should have next type: { defaults: TVisParams } , but currently\nhave incosistencies in legacy visLib visualizations"
],
"signature": [
"{ [x: string]: any; }"
"Record<string, any>"
],
"source": {
"path": "src/plugins/visualizations/public/vis_types/types.ts",
@ -4193,15 +3921,7 @@
"label": "ExpressionValueVisDimension",
"description": [],
"signature": [
"{ type: \"vis_dimension\"; } & { accessor: number | ",
{
"pluginId": "expressions",
"scope": "common",
"docId": "kibExpressionsPluginApi",
"section": "def-common.DatatableColumn",
"text": "DatatableColumn"
},
"; format: { id?: string | undefined; params: Record<string, any>; }; }"
"{ type: \"vis_dimension\"; } & { accessor: number | DatatableColumn; format: { id?: string; params: Record<string, any>;}; }"
],
"source": {
"path": "src/plugins/visualizations/public/expression_functions/vis_dimension.ts",
@ -4357,146 +4077,7 @@
"docId": "kibCorePluginApi",
"section": "def-public.OverlayRef",
"text": "OverlayRef"
},
" | undefined; transferCustomizationsToUiState: () => void; hasInspector: () => boolean; onContainerLoading: () => void; onContainerRender: () => void; onContainerError: (error: ",
{
"pluginId": "expressions",
"scope": "public",
"docId": "kibExpressionsPluginApi",
"section": "def-public.ExpressionRenderError",
"text": "ExpressionRenderError"
},
") => void; reload: () => Promise<void>; supportedTriggers: () => string[]; inputIsRefType: (input: ",
{
"pluginId": "visualizations",
"scope": "public",
"docId": "kibVisualizationsPluginApi",
"section": "def-public.VisualizeInput",
"text": "VisualizeInput"
},
") => input is ",
"VisualizeByReferenceInput",
"; getInputAsValueType: () => Promise<",
"VisualizeByValueInput",
">; getInputAsRefType: () => Promise<",
"VisualizeByReferenceInput",
">; readonly runtimeId: number; readonly isContainer: boolean; fatalError?: Error | undefined; getIsContainer: () => this is ",
{
"pluginId": "embeddable",
"scope": "public",
"docId": "kibEmbeddablePluginApi",
"section": "def-public.IContainer",
"text": "IContainer"
},
"<{}, ",
{
"pluginId": "embeddable",
"scope": "public",
"docId": "kibEmbeddablePluginApi",
"section": "def-public.ContainerInput",
"text": "ContainerInput"
},
"<{}>, ",
{
"pluginId": "embeddable",
"scope": "public",
"docId": "kibEmbeddablePluginApi",
"section": "def-public.ContainerOutput",
"text": "ContainerOutput"
},
">; getUpdated$: () => Readonly<",
"Observable",
"<",
{
"pluginId": "visualizations",
"scope": "public",
"docId": "kibVisualizationsPluginApi",
"section": "def-public.VisualizeInput",
"text": "VisualizeInput"
},
" | ",
"VisualizeOutput",
">>; getInput$: () => Readonly<",
"Observable",
"<",
{
"pluginId": "visualizations",
"scope": "public",
"docId": "kibVisualizationsPluginApi",
"section": "def-public.VisualizeInput",
"text": "VisualizeInput"
},
">>; getOutput$: () => Readonly<",
"Observable",
"<",
"VisualizeOutput",
">>; getOutput: () => Readonly<",
"VisualizeOutput",
">; getInput: () => Readonly<",
{
"pluginId": "visualizations",
"scope": "public",
"docId": "kibVisualizationsPluginApi",
"section": "def-public.VisualizeInput",
"text": "VisualizeInput"
},
">; getTitle: () => string; getRoot: () => ",
{
"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.IContainer",
"text": "IContainer"
},
"<{}, ",
{
"pluginId": "embeddable",
"scope": "public",
"docId": "kibEmbeddablePluginApi",
"section": "def-public.ContainerInput",
"text": "ContainerInput"
},
"<{}>, ",
{
"pluginId": "embeddable",
"scope": "public",
"docId": "kibEmbeddablePluginApi",
"section": "def-public.ContainerOutput",
"text": "ContainerOutput"
},
">; updateInput: (changes: Partial<",
{
"pluginId": "visualizations",
"scope": "public",
"docId": "kibVisualizationsPluginApi",
"section": "def-public.VisualizeInput",
"text": "VisualizeInput"
},
">) => void; }"
}
],
"source": {
"path": "src/plugins/visualizations/public/index.ts",
@ -4552,124 +4133,7 @@
"docId": "kibEmbeddablePluginApi",
"section": "def-public.ContainerInput",
"text": "ContainerInput"
},
"<{}>, ",
{
"pluginId": "embeddable",
"scope": "public",
"docId": "kibEmbeddablePluginApi",
"section": "def-public.ContainerOutput",
"text": "ContainerOutput"
},
"> | undefined) => Promise<",
{
"pluginId": "embeddable",
"scope": "public",
"docId": "kibEmbeddablePluginApi",
"section": "def-public.ErrorEmbeddable",
"text": "ErrorEmbeddable"
},
" | ",
"VisualizeEmbeddable",
" | ",
"DisabledLabEmbeddable",
" | undefined>; isEditable: () => Promise<boolean>; getDisplayName: () => string; createFromSavedObject: (savedObjectId: string, input: Partial<",
{
"pluginId": "visualizations",
"scope": "public",
"docId": "kibVisualizationsPluginApi",
"section": "def-public.VisualizeInput",
"text": "VisualizeInput"
},
"> & { id: string; }, parent?: ",
{
"pluginId": "embeddable",
"scope": "public",
"docId": "kibEmbeddablePluginApi",
"section": "def-public.IContainer",
"text": "IContainer"
},
"<{}, ",
{
"pluginId": "embeddable",
"scope": "public",
"docId": "kibEmbeddablePluginApi",
"section": "def-public.ContainerInput",
"text": "ContainerInput"
},
"<{}>, ",
{
"pluginId": "embeddable",
"scope": "public",
"docId": "kibEmbeddablePluginApi",
"section": "def-public.ContainerOutput",
"text": "ContainerOutput"
},
"> | undefined) => Promise<",
{
"pluginId": "embeddable",
"scope": "public",
"docId": "kibEmbeddablePluginApi",
"section": "def-public.ErrorEmbeddable",
"text": "ErrorEmbeddable"
},
" | ",
"VisualizeEmbeddable",
" | ",
"DisabledLabEmbeddable",
">; readonly savedObjectMetaData: ",
{
"pluginId": "savedObjects",
"scope": "public",
"docId": "kibSavedObjectsPluginApi",
"section": "def-public.SavedObjectMetaData",
"text": "SavedObjectMetaData"
},
"<VisualizationAttributes>; extract: (_state: ",
{
"pluginId": "embeddable",
"scope": "common",
"docId": "kibEmbeddablePluginApi",
"section": "def-common.EmbeddableStateWithType",
"text": "EmbeddableStateWithType"
},
") => { state: ",
{
"pluginId": "embeddable",
"scope": "common",
"docId": "kibEmbeddablePluginApi",
"section": "def-common.EmbeddableStateWithType",
"text": "EmbeddableStateWithType"
},
"; references: ",
"SavedObjectReference",
"[]; }; inject: (_state: ",
{
"pluginId": "embeddable",
"scope": "common",
"docId": "kibEmbeddablePluginApi",
"section": "def-common.EmbeddableStateWithType",
"text": "EmbeddableStateWithType"
},
", references: ",
"SavedObjectReference",
"[]) => ",
{
"pluginId": "embeddable",
"scope": "common",
"docId": "kibEmbeddablePluginApi",
"section": "def-common.EmbeddableStateWithType",
"text": "EmbeddableStateWithType"
},
"; getCurrentAppId: () => Promise<string | undefined>; checkTitle: (props: ",
{
"pluginId": "savedObjects",
"scope": "public",
"docId": "kibSavedObjectsPluginApi",
"section": "def-public.OnSaveProps",
"text": "OnSaveProps"
},
") => Promise<true>; }"
}
],
"source": {
"path": "src/plugins/visualizations/public/index.ts",
@ -4843,24 +4307,7 @@
"docId": "kibVisualizationsPluginApi",
"section": "def-public.VisTypeAlias",
"text": "VisTypeAlias"
},
"[]; unRegisterAlias: (visTypeAliasName: string) => void; getByGroup: (group: ",
{
"pluginId": "visualizations",
"scope": "public",
"docId": "kibVisualizationsPluginApi",
"section": "def-public.VisGroups",
"text": "VisGroups"
},
") => ",
{
"pluginId": "visualizations",
"scope": "public",
"docId": "kibVisualizationsPluginApi",
"section": "def-public.BaseVisType",
"text": "BaseVisType"
},
"<any>[]; }"
}
],
"source": {
"path": "src/plugins/visualizations/public/plugin.ts",
@ -4939,54 +4386,7 @@
"path": "src/plugins/visualizations/public/plugin.ts",
"lineNumber": 80
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "visualizations",
"id": "def-public.visType",
"type": "string",
"tags": [],
"label": "visType",
"description": [],
"source": {
"path": "src/plugins/visualizations/public/plugin.ts",
"lineNumber": 80
},
"deprecated": false
},
{
"parentPluginId": "visualizations",
"id": "def-public.visState",
"type": "Object",
"tags": [],
"label": "visState",
"description": [],
"signature": [
{
"pluginId": "visualizations",
"scope": "public",
"docId": "kibVisualizationsPluginApi",
"section": "def-public.SerializedVis",
"text": "SerializedVis"
},
"<",
{
"pluginId": "visualizations",
"scope": "common",
"docId": "kibVisualizationsPluginApi",
"section": "def-common.VisParams",
"text": "VisParams"
},
">"
],
"source": {
"path": "src/plugins/visualizations/public/plugin.ts",
"lineNumber": 80
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "visualizations",
@ -5026,32 +4426,7 @@
"path": "src/plugins/visualizations/public/plugin.ts",
"lineNumber": 81
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "visualizations",
"id": "def-public.savedVis",
"type": "Object",
"tags": [],
"label": "savedVis",
"description": [],
"signature": [
{
"pluginId": "visualizations",
"scope": "public",
"docId": "kibVisualizationsPluginApi",
"section": "def-public.ISavedVis",
"text": "ISavedVis"
}
],
"source": {
"path": "src/plugins/visualizations/public/saved_visualizations/_saved_vis.ts",
"lineNumber": 31
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "visualizations",
@ -5090,41 +4465,7 @@
"path": "src/plugins/visualizations/public/plugin.ts",
"lineNumber": 82
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "visualizations",
"id": "def-public.vis",
"type": "Object",
"tags": [],
"label": "vis",
"description": [],
"signature": [
{
"pluginId": "visualizations",
"scope": "public",
"docId": "kibVisualizationsPluginApi",
"section": "def-public.SerializedVis",
"text": "SerializedVis"
},
"<",
{
"pluginId": "visualizations",
"scope": "common",
"docId": "kibVisualizationsPluginApi",
"section": "def-common.VisParams",
"text": "VisParams"
},
">"
],
"source": {
"path": "src/plugins/visualizations/public/saved_visualizations/_saved_vis.ts",
"lineNumber": 51
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "visualizations",
@ -5134,34 +4475,14 @@
"label": "showNewVisModal",
"description": [],
"signature": [
"({ editorParams, onClose, originatingApp, outsideVisualizeApp, showAggsSelection, selectedVisType, }?: ",
"ShowNewVisModalParams",
") => () => void"
"typeof ",
"showNewVisModal"
],
"source": {
"path": "src/plugins/visualizations/public/plugin.ts",
"lineNumber": 83
},
"deprecated": false,
"returnComment": [],
"children": [
{
"parentPluginId": "visualizations",
"id": "def-public.__0",
"type": "Object",
"tags": [],
"label": "__0",
"description": [],
"signature": [
"ShowNewVisModalParams"
],
"source": {
"path": "src/plugins/visualizations/public/wizard/show_new_vis.tsx",
"lineNumber": 42
},
"deprecated": false
}
]
"deprecated": false
},
{
"parentPluginId": "visualizations",
@ -5204,58 +4525,7 @@
"text": "SavedObjectLoader"
},
" & { findListItems: (search: string, sizeOrOptions?: number | ",
"FindListItemsOptions",
" | undefined) => any; }) | undefined, attributeService?: ",
{
"pluginId": "embeddable",
"scope": "public",
"docId": "kibEmbeddablePluginApi",
"section": "def-public.AttributeService",
"text": "AttributeService"
},
"<",
"VisualizeSavedObjectAttributes",
", ",
"VisualizeByValueInput",
", ",
"VisualizeByReferenceInput",
"> | undefined, parent?: ",
{
"pluginId": "embeddable",
"scope": "public",
"docId": "kibEmbeddablePluginApi",
"section": "def-public.IContainer",
"text": "IContainer"
},
"<{}, ",
{
"pluginId": "embeddable",
"scope": "public",
"docId": "kibEmbeddablePluginApi",
"section": "def-public.ContainerInput",
"text": "ContainerInput"
},
"<{}>, ",
{
"pluginId": "embeddable",
"scope": "public",
"docId": "kibEmbeddablePluginApi",
"section": "def-public.ContainerOutput",
"text": "ContainerOutput"
},
"> | undefined) => Promise<",
{
"pluginId": "embeddable",
"scope": "public",
"docId": "kibEmbeddablePluginApi",
"section": "def-public.ErrorEmbeddable",
"text": "ErrorEmbeddable"
},
" | ",
"VisualizeEmbeddable",
" | ",
"DisabledLabEmbeddable",
">; }"
"FindListItemsOptions"
],
"source": {
"path": "src/plugins/visualizations/public/plugin.ts",