mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
update api docs (#101528)
This commit is contained in:
parent
b3ed014c1a
commit
c489bcaa45
90 changed files with 69762 additions and 5245 deletions
|
@ -252,7 +252,9 @@
|
|||
"path": "x-pack/plugins/actions/server/types.ts",
|
||||
"lineNumber": 40
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"parentPluginId": "actions",
|
||||
|
@ -276,7 +278,9 @@
|
|||
"path": "x-pack/plugins/actions/server/types.ts",
|
||||
"lineNumber": 41
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
|
@ -516,14 +520,55 @@
|
|||
"label": "executor",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"ExecutorType",
|
||||
"<Config, Secrets, Params, ExecutorResultData>"
|
||||
"(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>>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/actions/server/types.ts",
|
||||
"lineNumber": 116
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
|
@ -743,7 +788,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\" | \"info\" | \"error\" | \"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\" | \"error\" | \"info\" | \"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",
|
||||
|
@ -760,7 +805,7 @@
|
|||
"label": "ActionParamsType",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"{ readonly message: string; readonly level: \"info\" | \"error\" | \"debug\" | \"trace\" | \"warn\" | \"fatal\"; }"
|
||||
"{ readonly message: string; readonly level: \"error\" | \"info\" | \"debug\" | \"trace\" | \"warn\" | \"fatal\"; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/actions/server/builtin_action_types/server_log.ts",
|
||||
|
@ -923,7 +968,38 @@
|
|||
"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",
|
||||
|
@ -1719,7 +1795,7 @@
|
|||
"label": "config",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"Record<string, any>"
|
||||
"{ [x: string]: any; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/actions/common/types.ts",
|
||||
|
|
|
@ -58,7 +58,9 @@
|
|||
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
|
||||
"lineNumber": 30
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"parentPluginId": "advancedSettings",
|
||||
|
@ -74,7 +76,9 @@
|
|||
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
|
||||
"lineNumber": 31
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"parentPluginId": "advancedSettings",
|
||||
|
@ -90,7 +94,9 @@
|
|||
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
|
||||
"lineNumber": 32
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -151,7 +157,55 @@
|
|||
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
|
||||
"lineNumber": 73
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -198,7 +252,26 @@
|
|||
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
|
||||
"lineNumber": 78
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -217,15 +290,36 @@
|
|||
"\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.LazyExoticComponent<typeof ",
|
||||
"React.ExoticComponent<FieldProps & React.RefAttributes<",
|
||||
"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
|
||||
}
|
||||
],
|
||||
|
|
|
@ -36,7 +36,75 @@
|
|||
"path": "x-pack/plugins/alerting/public/plugin.ts",
|
||||
"lineNumber": 15
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "alerting",
|
||||
|
@ -54,7 +122,62 @@
|
|||
"path": "x-pack/plugins/alerting/public/plugin.ts",
|
||||
"lineNumber": 20
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"lifecycle": "setup",
|
||||
|
@ -103,7 +226,23 @@
|
|||
"path": "x-pack/plugins/alerting/public/plugin.ts",
|
||||
"lineNumber": 23
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"lifecycle": "start",
|
||||
|
@ -377,13 +516,15 @@
|
|||
"label": "rule",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"Pick<Pick<",
|
||||
{
|
||||
"pluginId": "alerting",
|
||||
"scope": "common",
|
||||
"docId": "kibAlertingPluginApi",
|
||||
"section": "def-common.SanitizedRuleConfig",
|
||||
"text": "SanitizedRuleConfig"
|
||||
}
|
||||
"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; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/alerting/server/types.ts",
|
||||
|
@ -518,7 +659,9 @@
|
|||
"path": "x-pack/plugins/alerting/server/types.ts",
|
||||
"lineNumber": 47
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"parentPluginId": "alerting",
|
||||
|
@ -536,7 +679,9 @@
|
|||
"path": "x-pack/plugins/alerting/server/types.ts",
|
||||
"lineNumber": 48
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"parentPluginId": "alerting",
|
||||
|
@ -560,7 +705,9 @@
|
|||
"path": "x-pack/plugins/alerting/server/types.ts",
|
||||
"lineNumber": 49
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"parentPluginId": "alerting",
|
||||
|
@ -576,7 +723,9 @@
|
|||
"path": "x-pack/plugins/alerting/server/types.ts",
|
||||
"lineNumber": 50
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
|
@ -681,7 +830,23 @@
|
|||
"path": "x-pack/plugins/alerting/server/types.ts",
|
||||
"lineNumber": 75
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
|
@ -823,7 +988,14 @@
|
|||
"label": "executor",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"ExecutorType",
|
||||
"(options: ",
|
||||
{
|
||||
"pluginId": "alerting",
|
||||
"scope": "server",
|
||||
"docId": "kibAlertingPluginApi",
|
||||
"section": "def-server.AlertExecutorOptions",
|
||||
"text": "AlertExecutorOptions"
|
||||
},
|
||||
"<Params, State, InstanceState, InstanceContext, ",
|
||||
{
|
||||
"pluginId": "alerting",
|
||||
|
@ -832,13 +1004,39 @@
|
|||
"section": "def-common.WithoutReservedActionGroups",
|
||||
"text": "WithoutReservedActionGroups"
|
||||
},
|
||||
"<ActionGroupIds, RecoveryActionGroupId>>"
|
||||
"<ActionGroupIds, RecoveryActionGroupId>>) => Promise<void | State>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/alerting/server/types.ts",
|
||||
"lineNumber": 131
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "alerting",
|
||||
|
@ -990,7 +1188,7 @@
|
|||
"section": "def-common.Alert",
|
||||
"text": "Alert"
|
||||
},
|
||||
"<Params>, \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"tags\" | \"muteAll\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"throttle\" | \"notifyWhen\" | \"mutedInstanceIds\" | \"executionStatus\">[]"
|
||||
"<Params>, \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"tags\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"throttle\" | \"notifyWhen\" | \"muteAll\" | \"mutedInstanceIds\" | \"executionStatus\">[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/alerting/server/alerts_client/alerts_client.ts",
|
||||
|
@ -1097,7 +1295,9 @@
|
|||
"path": "x-pack/plugins/alerting/server/plugin.ts",
|
||||
"lineNumber": 106
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"parentPluginId": "alerting",
|
||||
|
@ -1123,7 +1323,7 @@
|
|||
"section": "def-server.AlertsClient",
|
||||
"text": "AlertsClient"
|
||||
},
|
||||
", \"get\" | \"delete\" | \"create\" | \"find\" | \"update\" | \"aggregate\" | \"enable\" | \"disable\" | \"getAlertState\" | \"getAlertInstanceSummary\" | \"updateApiKey\" | \"muteAll\" | \"unmuteAll\" | \"muteInstance\" | \"unmuteInstance\" | \"listAlertTypes\">"
|
||||
", \"get\" | \"delete\" | \"create\" | \"find\" | \"update\" | \"aggregate\" | \"enable\" | \"disable\" | \"muteAll\" | \"getAlertState\" | \"getAlertInstanceSummary\" | \"updateApiKey\" | \"unmuteAll\" | \"muteInstance\" | \"unmuteInstance\" | \"listAlertTypes\">"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/alerting/server/plugin.ts",
|
||||
|
@ -1233,7 +1433,9 @@
|
|||
"path": "x-pack/plugins/alerting/server/plugin.ts",
|
||||
"lineNumber": 111
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
|
@ -1249,7 +1451,23 @@
|
|||
"label": "ActionGroupIdsOf",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"T extends ActionGroup<infer groups> ? groups : T extends Readonly<ActionGroup<infer groups>> ? groups : never"
|
||||
"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"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/alerting/common/alert_type.ts",
|
||||
|
@ -1317,7 +1535,7 @@
|
|||
"label": "AlertsClient",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"{ get: <Params>({ id, }: { id: string; }) => Promise<Pick<",
|
||||
"{ get: <Params extends Record<string, unknown> = never>({ id, }: { id: string; }) => Promise<Pick<",
|
||||
{
|
||||
"pluginId": "alerting",
|
||||
"scope": "common",
|
||||
|
@ -1325,7 +1543,7 @@
|
|||
"section": "def-common.Alert",
|
||||
"text": "Alert"
|
||||
},
|
||||
"<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, }: ",
|
||||
"<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, }: ",
|
||||
"CreateOptions",
|
||||
"<Params>) => Promise<Pick<",
|
||||
{
|
||||
|
@ -1335,7 +1553,7 @@
|
|||
"section": "def-common.Alert",
|
||||
"text": "Alert"
|
||||
},
|
||||
"<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?: ",
|
||||
"<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?: ",
|
||||
"FindOptions",
|
||||
" | undefined; }) => Promise<",
|
||||
{
|
||||
|
@ -1344,7 +1562,38 @@
|
|||
"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",
|
||||
|
@ -1395,7 +1644,23 @@
|
|||
"label": "PartialAlert",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"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\">>"
|
||||
"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\">>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/alerting/server/types.ts",
|
||||
|
@ -1412,7 +1677,13 @@
|
|||
"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",
|
||||
|
@ -2488,13 +2759,7 @@
|
|||
"label": "status",
|
||||
"description": [],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "alerting",
|
||||
"scope": "common",
|
||||
"docId": "kibAlertingPluginApi",
|
||||
"section": "def-common.AlertInstanceStatusValues",
|
||||
"text": "AlertInstanceStatusValues"
|
||||
}
|
||||
"\"OK\" | \"Active\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/alerting/common/alert_instance_summary.ts",
|
||||
|
@ -2723,13 +2988,7 @@
|
|||
"label": "status",
|
||||
"description": [],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "alerting",
|
||||
"scope": "common",
|
||||
"docId": "kibAlertingPluginApi",
|
||||
"section": "def-common.AlertStatusValues",
|
||||
"text": "AlertStatusValues"
|
||||
}
|
||||
"\"OK\" | \"Active\" | \"Error\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/alerting/common/alert_instance_summary.ts",
|
||||
|
@ -2777,7 +3036,7 @@
|
|||
"label": "instances",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"Record<string, ",
|
||||
"{ [x: string]: ",
|
||||
{
|
||||
"pluginId": "alerting",
|
||||
"scope": "common",
|
||||
|
@ -2785,7 +3044,7 @@
|
|||
"section": "def-common.AlertInstanceStatus",
|
||||
"text": "AlertInstanceStatus"
|
||||
},
|
||||
">"
|
||||
"; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/alerting/common/alert_instance_summary.ts",
|
||||
|
@ -3190,7 +3449,23 @@
|
|||
"label": "ActionGroupIdsOf",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"T extends ActionGroup<infer groups> ? groups : T extends Readonly<ActionGroup<infer groups>> ? groups : never"
|
||||
"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"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/alerting/common/alert_type.ts",
|
||||
|
@ -3207,11 +3482,11 @@
|
|||
"label": "AlertActionParam",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"undefined | null | string | number | false | true | ",
|
||||
"string | number | boolean | ",
|
||||
"SavedObjectAttributes",
|
||||
" | ",
|
||||
"SavedObjectAttributeSingle",
|
||||
"[]"
|
||||
"[] | null | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/alerting/common/alert.ts",
|
||||
|
@ -3582,7 +3857,7 @@
|
|||
"label": "ReservedActionGroups",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"RecoveryActionGroupId | \"recovered\""
|
||||
"\"recovered\" | RecoveryActionGroupId"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/alerting/common/builtin_action_groups.ts",
|
||||
|
@ -3599,7 +3874,31 @@
|
|||
"label": "SanitizedAlert",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"{ 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; }"
|
||||
"{ 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"
|
||||
},
|
||||
"; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/alerting/common/alert.ts",
|
||||
|
@ -3616,7 +3915,15 @@
|
|||
"label": "SanitizedRuleConfig",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"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; }"
|
||||
"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; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/alerting/common/alert.ts",
|
||||
|
@ -3633,7 +3940,15 @@
|
|||
"label": "WithoutReservedActionGroups",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"ActionGroupIds extends ReservedActionGroups<RecoveryActionGroupId> ? never : ActionGroupIds"
|
||||
"ActionGroupIds extends ",
|
||||
{
|
||||
"pluginId": "alerting",
|
||||
"scope": "common",
|
||||
"docId": "kibAlertingPluginApi",
|
||||
"section": "def-common.ReservedActionGroups",
|
||||
"text": "ReservedActionGroups"
|
||||
},
|
||||
"<RecoveryActionGroupId> ? never : ActionGroupIds"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/alerting/common/builtin_action_groups.ts",
|
||||
|
@ -3677,7 +3992,8 @@
|
|||
"; }>, ",
|
||||
"PartialC",
|
||||
"<{ spaceId: ",
|
||||
"StringC"
|
||||
"StringC",
|
||||
"; }>]>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/alerting/common/alert_task_instance.ts",
|
||||
|
@ -3702,7 +4018,38 @@
|
|||
", ",
|
||||
"UnknownC",
|
||||
">; alertInstances: ",
|
||||
"RecordC"
|
||||
"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>]>; }>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/alerting/common/alert_task_instance.ts",
|
||||
|
@ -3744,7 +4091,20 @@
|
|||
", ",
|
||||
"UnknownC",
|
||||
">; meta: ",
|
||||
"PartialC"
|
||||
"PartialC",
|
||||
"<{ lastScheduledActions: ",
|
||||
"IntersectionC",
|
||||
"<[",
|
||||
"PartialC",
|
||||
"<{ subgroup: ",
|
||||
"StringC",
|
||||
"; }>, ",
|
||||
"TypeC",
|
||||
"<{ group: ",
|
||||
"StringC",
|
||||
"; date: ",
|
||||
"Type",
|
||||
"<Date, string, unknown>; }>]>; }>; }>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/alerting/common/alert_instance.ts",
|
||||
|
@ -3761,15 +4121,7 @@
|
|||
"label": "RecoveredActionGroup",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"Readonly<",
|
||||
{
|
||||
"pluginId": "alerting",
|
||||
"scope": "common",
|
||||
"docId": "kibAlertingPluginApi",
|
||||
"section": "def-common.ActionGroup",
|
||||
"text": "ActionGroup"
|
||||
},
|
||||
"<\"recovered\">>"
|
||||
"{ readonly id: \"recovered\"; readonly name: string; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/alerting/common/builtin_action_groups.ts",
|
||||
|
|
2957
api_docs/apm.json
2957
api_docs/apm.json
File diff suppressed because it is too large
Load diff
|
@ -54,7 +54,7 @@
|
|||
"label": "config",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"Readonly<{} & { enabled: boolean; transactionIndices: string; spanIndices: string; errorIndices: string; metricsIndices: string; sourcemapIndices: string; onboardingIndices: string; indexPattern: string; fleetMode: boolean; }>"
|
||||
"{ 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; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/apm_oss/server/plugin.ts",
|
||||
|
|
|
@ -41,13 +41,7 @@
|
|||
"label": "placement",
|
||||
"description": [],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "banners",
|
||||
"scope": "common",
|
||||
"docId": "kibBannersPluginApi",
|
||||
"section": "def-common.BannerPlacement",
|
||||
"text": "BannerPlacement"
|
||||
}
|
||||
"\"top\" | \"disabled\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/banners/common/types.ts",
|
||||
|
|
|
@ -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",
|
||||
|
@ -94,13 +94,32 @@
|
|||
"FetchStreamingParams",
|
||||
") => { xhr: XMLHttpRequest; stream: ",
|
||||
"Observable",
|
||||
"<any>; }"
|
||||
"<string>; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/bfetch/public/plugin.ts",
|
||||
"lineNumber": 24
|
||||
},
|
||||
"deprecated": false
|
||||
"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": 24
|
||||
},
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "bfetch",
|
||||
|
@ -126,7 +145,27 @@
|
|||
"path": "src/plugins/bfetch/public/plugin.ts",
|
||||
"lineNumber": 25
|
||||
},
|
||||
"deprecated": false
|
||||
"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": 26
|
||||
},
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"lifecycle": "start",
|
||||
|
@ -174,7 +213,26 @@
|
|||
"path": "src/plugins/bfetch/server/plugin.ts",
|
||||
"lineNumber": 42
|
||||
},
|
||||
"deprecated": false
|
||||
"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": 42
|
||||
},
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
|
@ -266,7 +324,55 @@
|
|||
"path": "src/plugins/bfetch/server/plugin.ts",
|
||||
"lineNumber": 47
|
||||
},
|
||||
"deprecated": false
|
||||
"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": 48
|
||||
},
|
||||
"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": 49
|
||||
},
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "bfetch",
|
||||
|
@ -298,7 +404,55 @@
|
|||
"path": "src/plugins/bfetch/server/plugin.ts",
|
||||
"lineNumber": 51
|
||||
},
|
||||
"deprecated": false
|
||||
"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": 52
|
||||
},
|
||||
"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": 53
|
||||
},
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "bfetch",
|
||||
|
@ -349,13 +503,227 @@
|
|||
"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": 83
|
||||
},
|
||||
"deprecated": false
|
||||
"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": 91
|
||||
},
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"lifecycle": "setup",
|
||||
|
@ -884,7 +1252,26 @@
|
|||
"path": "src/plugins/bfetch/common/buffer/create_batched_function.ts",
|
||||
"lineNumber": 15
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "bfetch",
|
||||
|
@ -900,7 +1287,26 @@
|
|||
"path": "src/plugins/bfetch/common/buffer/create_batched_function.ts",
|
||||
"lineNumber": 16
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "bfetch",
|
||||
|
@ -1178,7 +1584,26 @@
|
|||
"path": "src/plugins/bfetch/common/buffer/item_buffer.ts",
|
||||
"lineNumber": 22
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
|
|
13061
api_docs/cases.json
13061
api_docs/cases.json
File diff suppressed because it is too large
Load diff
|
@ -179,7 +179,9 @@
|
|||
"type": "Array",
|
||||
"tags": [],
|
||||
"label": "xValues",
|
||||
"description": [],
|
||||
"description": [
|
||||
"sorted and unquie x values"
|
||||
],
|
||||
"signature": [
|
||||
"number[]"
|
||||
],
|
||||
|
@ -352,7 +354,17 @@
|
|||
"> | undefined, splitChartAccessor?: string | number | ",
|
||||
"AccessorFn",
|
||||
" | undefined, negate?: boolean) => (points: [",
|
||||
"GeometryValue"
|
||||
"GeometryValue",
|
||||
", ",
|
||||
"XYChartSeriesIdentifier",
|
||||
"][]) => ",
|
||||
{
|
||||
"pluginId": "charts",
|
||||
"scope": "public",
|
||||
"docId": "kibChartsPluginApi",
|
||||
"section": "def-public.ClickTriggerEvent",
|
||||
"text": "ClickTriggerEvent"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/charts/public/static/utils/transform_click_event.ts",
|
||||
|
@ -407,7 +419,9 @@
|
|||
"type": "Object",
|
||||
"tags": [],
|
||||
"label": "splitSeriesAccessorFnMap",
|
||||
"description": [],
|
||||
"description": [
|
||||
"needed when using `splitSeriesAccessors` as `AccessorFn`"
|
||||
],
|
||||
"signature": [
|
||||
"Map<React.ReactText, ",
|
||||
"AccessorFn",
|
||||
|
@ -588,13 +602,32 @@
|
|||
"label": "LegendToggle",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"React.MemoExoticComponent<({ onClick, showLegend, legendPosition }: LegendToggleProps) => JSX.Element>"
|
||||
"React.NamedExoticComponent<LegendToggleProps> & { readonly type: ({ onClick, showLegend, legendPosition }: LegendToggleProps) => JSX.Element; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/charts/public/static/components/legend_toggle.tsx",
|
||||
"lineNumber": 51
|
||||
},
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "charts",
|
||||
"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
|
||||
},
|
||||
{
|
||||
|
@ -1575,7 +1608,28 @@
|
|||
"path": "src/plugins/charts/public/services/palettes/types.ts",
|
||||
"lineNumber": 81
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "charts",
|
||||
"id": "def-public.state",
|
||||
"type": "Uncategorized",
|
||||
"tags": [],
|
||||
"label": "state",
|
||||
"description": [
|
||||
"The internal state of the palette"
|
||||
],
|
||||
"signature": [
|
||||
"T | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/charts/public/services/palettes/types.ts",
|
||||
"lineNumber": 81
|
||||
},
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "charts",
|
||||
|
@ -1609,7 +1663,76 @@
|
|||
"path": "src/plugins/charts/public/services/palettes/types.ts",
|
||||
"lineNumber": 87
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "charts",
|
||||
"id": "def-public.series",
|
||||
"type": "Array",
|
||||
"tags": [],
|
||||
"label": "series",
|
||||
"description": [
|
||||
"The current series along with its ancestors."
|
||||
],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "charts",
|
||||
"scope": "public",
|
||||
"docId": "kibChartsPluginApi",
|
||||
"section": "def-public.SeriesLayer",
|
||||
"text": "SeriesLayer"
|
||||
},
|
||||
"[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/charts/public/services/palettes/types.ts",
|
||||
"lineNumber": 88
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "charts",
|
||||
"id": "def-public.chartConfiguration",
|
||||
"type": "Object",
|
||||
"tags": [],
|
||||
"label": "chartConfiguration",
|
||||
"description": [],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "charts",
|
||||
"scope": "public",
|
||||
"docId": "kibChartsPluginApi",
|
||||
"section": "def-public.ChartColorConfiguration",
|
||||
"text": "ChartColorConfiguration"
|
||||
},
|
||||
" | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/charts/public/services/palettes/types.ts",
|
||||
"lineNumber": 89
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "charts",
|
||||
"id": "def-public.state",
|
||||
"type": "Uncategorized",
|
||||
"tags": [],
|
||||
"label": "state",
|
||||
"description": [
|
||||
"The internal state of the palette"
|
||||
],
|
||||
"signature": [
|
||||
"T | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/charts/public/services/palettes/types.ts",
|
||||
"lineNumber": 90
|
||||
},
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "charts",
|
||||
|
@ -1627,7 +1750,39 @@
|
|||
"path": "src/plugins/charts/public/services/palettes/types.ts",
|
||||
"lineNumber": 96
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "charts",
|
||||
"id": "def-public.size",
|
||||
"type": "number",
|
||||
"tags": [],
|
||||
"label": "size",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/charts/public/services/palettes/types.ts",
|
||||
"lineNumber": 96
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "charts",
|
||||
"id": "def-public.state",
|
||||
"type": "Uncategorized",
|
||||
"tags": [],
|
||||
"label": "state",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"T | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/charts/public/services/palettes/types.ts",
|
||||
"lineNumber": 96
|
||||
},
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "charts",
|
||||
|
@ -1774,7 +1929,23 @@
|
|||
"path": "src/plugins/charts/public/services/palettes/types.ts",
|
||||
"lineNumber": 113
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "charts",
|
||||
"id": "def-public.name",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "name",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/charts/public/services/palettes/types.ts",
|
||||
"lineNumber": 113
|
||||
},
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "charts",
|
||||
|
@ -1798,7 +1969,9 @@
|
|||
"path": "src/plugins/charts/public/services/palettes/types.ts",
|
||||
"lineNumber": 114
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
|
@ -2105,13 +2278,10 @@
|
|||
{
|
||||
"parentPluginId": "charts",
|
||||
"id": "def-public.defaultCountLabel",
|
||||
"type": "Any",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "defaultCountLabel",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/charts/public/static/components/collections.ts",
|
||||
"lineNumber": 26
|
||||
|
@ -2127,7 +2297,7 @@
|
|||
"label": "LabelRotation",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"{ readonly Horizontal: number; readonly Vertical: number; readonly Angled: number; } number"
|
||||
"number"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/charts/public/static/components/collections.ts",
|
||||
|
@ -2206,7 +2376,7 @@
|
|||
"label": "ColorMode",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"Readonly<{ Background: \"Background\"; Labels: \"Labels\"; None: \"None\"; }>"
|
||||
"{ readonly Background: \"Background\"; readonly Labels: \"Labels\"; readonly None: \"None\"; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/charts/public/static/components/collections.ts",
|
||||
|
@ -2223,7 +2393,7 @@
|
|||
"label": "LabelRotation",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"Readonly<{ Horizontal: number; Vertical: number; Angled: number; }>"
|
||||
"{ readonly Horizontal: number; readonly Vertical: number; readonly Angled: number; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/charts/public/static/components/collections.ts",
|
||||
|
@ -2301,13 +2471,10 @@
|
|||
{
|
||||
"parentPluginId": "charts",
|
||||
"id": "def-public.vislibColorMaps.ColorSchemas.Blues.label",
|
||||
"type": "Any",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "label",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/charts/public/static/color_maps/color_maps.ts",
|
||||
"lineNumber": 39
|
||||
|
@ -2371,13 +2538,10 @@
|
|||
{
|
||||
"parentPluginId": "charts",
|
||||
"id": "def-public.vislibColorMaps.ColorSchemas.Greens.label",
|
||||
"type": "Any",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "label",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/charts/public/static/color_maps/color_maps.ts",
|
||||
"lineNumber": 57
|
||||
|
@ -2441,13 +2605,10 @@
|
|||
{
|
||||
"parentPluginId": "charts",
|
||||
"id": "def-public.vislibColorMaps.ColorSchemas.Greys.label",
|
||||
"type": "Any",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "label",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/charts/public/static/color_maps/color_maps.ts",
|
||||
"lineNumber": 75
|
||||
|
@ -2511,13 +2672,10 @@
|
|||
{
|
||||
"parentPluginId": "charts",
|
||||
"id": "def-public.vislibColorMaps.ColorSchemas.Reds.label",
|
||||
"type": "Any",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "label",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/charts/public/static/color_maps/color_maps.ts",
|
||||
"lineNumber": 93
|
||||
|
@ -2581,13 +2739,10 @@
|
|||
{
|
||||
"parentPluginId": "charts",
|
||||
"id": "def-public.vislibColorMaps.ColorSchemas.YellowToRed.label",
|
||||
"type": "Any",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "label",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/charts/public/static/color_maps/color_maps.ts",
|
||||
"lineNumber": 111
|
||||
|
@ -2651,13 +2806,10 @@
|
|||
{
|
||||
"parentPluginId": "charts",
|
||||
"id": "def-public.vislibColorMaps.ColorSchemas.GreenToRed.label",
|
||||
"type": "Any",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "label",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/charts/public/static/color_maps/color_maps.ts",
|
||||
"lineNumber": 130
|
||||
|
@ -2694,7 +2846,13 @@
|
|||
"label": "ChartsPluginStart",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"ChartsPluginSetup"
|
||||
{
|
||||
"pluginId": "charts",
|
||||
"scope": "public",
|
||||
"docId": "kibChartsPluginApi",
|
||||
"section": "def-public.ChartsPluginSetup",
|
||||
"text": "ChartsPluginSetup"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/charts/public/plugin.ts",
|
||||
|
@ -2763,7 +2921,18 @@
|
|||
"docId": "kibExpressionsPluginApi",
|
||||
"section": "def-common.ExecutionContext",
|
||||
"text": "ExecutionContext"
|
||||
}
|
||||
},
|
||||
"<",
|
||||
{
|
||||
"pluginId": "inspector",
|
||||
"scope": "common",
|
||||
"docId": "kibInspectorPluginApi",
|
||||
"section": "def-common.Adapters",
|
||||
"text": "Adapters"
|
||||
},
|
||||
", ",
|
||||
"SerializableState",
|
||||
">>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/charts/common/palette.ts",
|
||||
|
@ -2821,7 +2990,10 @@
|
|||
"docId": "kibInspectorPluginApi",
|
||||
"section": "def-common.Adapters",
|
||||
"text": "Adapters"
|
||||
}
|
||||
},
|
||||
", ",
|
||||
"SerializableState",
|
||||
">>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/charts/common/palette.ts",
|
||||
|
|
3862
api_docs/core.json
3862
api_docs/core.json
File diff suppressed because one or more lines are too long
|
@ -115,7 +115,9 @@
|
|||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "basePath",
|
||||
"description": [],
|
||||
"description": [
|
||||
"the URL path scope for the sub history"
|
||||
],
|
||||
"signature": [
|
||||
"string"
|
||||
],
|
||||
|
@ -173,7 +175,7 @@
|
|||
"\nThe last action dispatched on the history stack."
|
||||
],
|
||||
"signature": [
|
||||
"Action"
|
||||
"\"PUSH\" | \"POP\" | \"REPLACE\""
|
||||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/scoped_history.ts",
|
||||
|
@ -207,7 +209,9 @@
|
|||
"type": "CompoundType",
|
||||
"tags": [],
|
||||
"label": "pathOrLocation",
|
||||
"description": [],
|
||||
"description": [
|
||||
"a string or location descriptor"
|
||||
],
|
||||
"signature": [
|
||||
"string | ",
|
||||
"LocationDescriptorObject",
|
||||
|
@ -266,7 +270,9 @@
|
|||
"type": "CompoundType",
|
||||
"tags": [],
|
||||
"label": "pathOrLocation",
|
||||
"description": [],
|
||||
"description": [
|
||||
"a string or location descriptor"
|
||||
],
|
||||
"signature": [
|
||||
"string | ",
|
||||
"LocationDescriptorObject",
|
||||
|
@ -323,7 +329,9 @@
|
|||
"type": "number",
|
||||
"tags": [],
|
||||
"label": "n",
|
||||
"description": [],
|
||||
"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."
|
||||
],
|
||||
"signature": [
|
||||
"number"
|
||||
],
|
||||
|
@ -449,7 +457,9 @@
|
|||
"type": "Function",
|
||||
"tags": [],
|
||||
"label": "listener",
|
||||
"description": [],
|
||||
"description": [
|
||||
"a function that receives location updates."
|
||||
],
|
||||
"signature": [
|
||||
"(location: ",
|
||||
"Location",
|
||||
|
@ -834,20 +844,63 @@
|
|||
"\nA mount function called when the user navigates to this app's route."
|
||||
],
|
||||
"signature": [
|
||||
"(params: ",
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "public",
|
||||
"docId": "kibCoreApplicationPluginApi",
|
||||
"section": "def-public.AppMount",
|
||||
"text": "AppMount"
|
||||
"section": "def-public.AppMountParameters",
|
||||
"text": "AppMountParameters"
|
||||
},
|
||||
"<HistoryLocationState>"
|
||||
"<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"
|
||||
},
|
||||
">"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 187
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "core",
|
||||
|
@ -1209,7 +1262,7 @@
|
|||
"\nGets the read-only capabilities."
|
||||
],
|
||||
"signature": [
|
||||
"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; }>; }>"
|
||||
"{ 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; }>; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
|
@ -1615,6 +1668,13 @@
|
|||
"path": "x-pack/plugins/fleet/target/types/public/applications/fleet/index.d.ts",
|
||||
"lineNumber": 11
|
||||
}
|
||||
},
|
||||
{
|
||||
"plugin": "fleet",
|
||||
"link": {
|
||||
"path": "x-pack/plugins/fleet/target/types/public/applications/integrations/index.d.ts",
|
||||
"lineNumber": 11
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -1649,15 +1709,15 @@
|
|||
{
|
||||
"plugin": "dashboard",
|
||||
"link": {
|
||||
"path": "src/plugins/dashboard/public/application/types.ts",
|
||||
"lineNumber": 82
|
||||
"path": "src/plugins/dashboard/public/types.ts",
|
||||
"lineNumber": 194
|
||||
}
|
||||
},
|
||||
{
|
||||
"plugin": "dashboard",
|
||||
"link": {
|
||||
"path": "src/plugins/dashboard/public/application/dashboard_router.tsx",
|
||||
"lineNumber": 56
|
||||
"lineNumber": 57
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1678,7 +1738,7 @@
|
|||
"plugin": "maps",
|
||||
"link": {
|
||||
"path": "x-pack/plugins/maps/public/routes/map_page/map_app/map_app.tsx",
|
||||
"lineNumber": 59
|
||||
"lineNumber": 67
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1783,9 +1843,37 @@
|
|||
"plugin": "maps",
|
||||
"link": {
|
||||
"path": "x-pack/plugins/maps/target/types/public/routes/map_page/map_app/map_app.d.ts",
|
||||
"lineNumber": 13
|
||||
"lineNumber": 17
|
||||
}
|
||||
}
|
||||
],
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -1812,7 +1900,33 @@
|
|||
"path": "src/core/public/application/types.ts",
|
||||
"lineNumber": 502
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
|
@ -1969,7 +2083,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",
|
||||
|
@ -1985,7 +2099,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",
|
||||
|
@ -2001,7 +2115,7 @@
|
|||
"section": "def-public.AppDeepLink",
|
||||
"text": "AppDeepLink"
|
||||
},
|
||||
"[]; }"
|
||||
"[]; })"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
|
@ -2057,7 +2171,7 @@
|
|||
"signature": [
|
||||
"(factory: ",
|
||||
"AppLeaveActionFactory",
|
||||
", nextAppId: string | undefined) => ",
|
||||
", nextAppId?: string | undefined) => ",
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "public",
|
||||
|
@ -2210,7 +2324,31 @@
|
|||
"\nDefines the list of fields that can be updated via an {@link AppUpdater}."
|
||||
],
|
||||
"signature": [
|
||||
"{ status?: AppStatus | undefined; deepLinks?: AppDeepLink[] | undefined; navLinkStatus?: AppNavLinkStatus | undefined; defaultPath?: string | undefined; tooltip?: string | undefined; }"
|
||||
"{ 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; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
|
@ -2264,7 +2402,31 @@
|
|||
"\nPublic information about a registered app's {@link AppDeepLink | deepLinks}\n"
|
||||
],
|
||||
"signature": [
|
||||
"Pick<AppDeepLink, \"title\" | \"id\" | \"path\"> & { deepLinks: PublicAppDeepLinkInfo[]; keywords: string[]; navLinkStatus: AppNavLinkStatus; }"
|
||||
"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"
|
||||
},
|
||||
"; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
|
@ -2283,7 +2445,39 @@
|
|||
"\nPublic information about a registered {@link App | application}\n"
|
||||
],
|
||||
"signature": [
|
||||
"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[]; }"
|
||||
"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"
|
||||
},
|
||||
"[]; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/core/public/application/types.ts",
|
||||
|
|
|
@ -284,7 +284,24 @@
|
|||
"<",
|
||||
"CommonEuiButtonEmptyProps",
|
||||
", {}>, ",
|
||||
"PropsForButton"
|
||||
"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\">"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/core/public/chrome/ui/header/header_help_menu.tsx",
|
||||
|
@ -335,7 +352,7 @@
|
|||
"\nContent of the button (in lieu of `children`)"
|
||||
],
|
||||
"signature": [
|
||||
"React.ReactNode"
|
||||
"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"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/core/public/chrome/ui/header/header_help_menu.tsx",
|
||||
|
@ -368,7 +385,24 @@
|
|||
"<",
|
||||
"CommonEuiButtonEmptyProps",
|
||||
", {}>, ",
|
||||
"PropsForButton"
|
||||
"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\">"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/core/public/chrome/ui/header/header_help_menu.tsx",
|
||||
|
@ -434,7 +468,24 @@
|
|||
"<",
|
||||
"CommonEuiButtonEmptyProps",
|
||||
", {}>, ",
|
||||
"PropsForButton"
|
||||
"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\">"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/core/public/chrome/ui/header/header_help_menu.tsx",
|
||||
|
@ -500,7 +551,24 @@
|
|||
"<",
|
||||
"CommonEuiButtonEmptyProps",
|
||||
", {}>, ",
|
||||
"PropsForButton"
|
||||
"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\">"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/core/public/chrome/ui/header/header_help_menu.tsx",
|
||||
|
@ -602,20 +670,39 @@
|
|||
"label": "mount",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"(element: HTMLElement) => ",
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "public",
|
||||
"docId": "kibCorePluginApi",
|
||||
"section": "def-public.MountPoint",
|
||||
"text": "MountPoint"
|
||||
},
|
||||
"<HTMLElement>"
|
||||
"section": "def-public.UnmountCallback",
|
||||
"text": "UnmountCallback"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/core/public/chrome/nav_controls/nav_controls_service.ts",
|
||||
"lineNumber": 17
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
|
@ -2372,20 +2459,39 @@
|
|||
"label": "content",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"(element: HTMLDivElement) => ",
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "public",
|
||||
"docId": "kibCorePluginApi",
|
||||
"section": "def-public.MountPoint",
|
||||
"text": "MountPoint"
|
||||
},
|
||||
"<HTMLDivElement>"
|
||||
"section": "def-public.UnmountCallback",
|
||||
"text": "UnmountCallback"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/core/public/chrome/types.ts",
|
||||
"lineNumber": 41
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
|
@ -2402,11 +2508,7 @@
|
|||
"description": [],
|
||||
"signature": [
|
||||
"CommonProps",
|
||||
" & { text: ",
|
||||
"ReactNode",
|
||||
"; href?: string | undefined; onClick?: ((event: ",
|
||||
"MouseEvent",
|
||||
"<HTMLAnchorElement, MouseEvent>) => void) | undefined; truncate?: boolean | undefined; }"
|
||||
" & { text: React.ReactNode; href?: string | undefined; onClick?: ((event: React.MouseEvent<HTMLAnchorElement, MouseEvent>) => void) | undefined; truncate?: boolean | undefined; }"
|
||||
],
|
||||
"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
File diff suppressed because it is too large
Load diff
|
@ -118,7 +118,9 @@
|
|||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"lineNumber": 40
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"parentPluginId": "dashboardEnhanced",
|
||||
|
@ -219,7 +221,7 @@
|
|||
"label": "getDisplayName",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"() => any"
|
||||
"() => string"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
|
@ -253,12 +255,13 @@
|
|||
"label": "CollectConfig",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"() => ",
|
||||
{
|
||||
"pluginId": "kibanaUtils",
|
||||
"scope": "common",
|
||||
"docId": "kibKibanaUtilsPluginApi",
|
||||
"section": "def-common.UiComponent",
|
||||
"text": "UiComponent"
|
||||
"section": "def-common.UiComponentInstance",
|
||||
"text": "UiComponentInstance"
|
||||
},
|
||||
"<",
|
||||
{
|
||||
|
@ -290,7 +293,9 @@
|
|||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"lineNumber": 54
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"parentPluginId": "dashboardEnhanced",
|
||||
|
@ -510,12 +515,13 @@
|
|||
"description": [],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "dashboard",
|
||||
"pluginId": "share",
|
||||
"scope": "public",
|
||||
"docId": "kibDashboardPluginApi",
|
||||
"section": "def-public.DashboardUrlGenerator",
|
||||
"text": "DashboardUrlGenerator"
|
||||
}
|
||||
"docId": "kibSharePluginApi",
|
||||
"section": "def-public.UrlGeneratorContract",
|
||||
"text": "UrlGeneratorContract"
|
||||
},
|
||||
"<\"DASHBOARD_APP_URL_GENERATOR\">"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
|
@ -550,12 +556,13 @@
|
|||
"label": "start",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"() => ",
|
||||
{
|
||||
"pluginId": "kibanaUtils",
|
||||
"scope": "public",
|
||||
"docId": "kibKibanaUtilsPluginApi",
|
||||
"section": "def-public.StartServicesGetter",
|
||||
"text": "StartServicesGetter"
|
||||
"section": "def-public.StartServices",
|
||||
"text": "StartServices"
|
||||
},
|
||||
"<{ uiActionsEnhanced: ",
|
||||
{
|
||||
|
@ -588,13 +595,16 @@
|
|||
"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
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
|
@ -664,13 +674,19 @@
|
|||
"label": "share",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"{ register: (shareMenuProvider: ",
|
||||
{
|
||||
"pluginId": "share",
|
||||
"scope": "public",
|
||||
"docId": "kibSharePluginApi",
|
||||
"section": "def-public.SharePluginSetup",
|
||||
"text": "SharePluginSetup"
|
||||
}
|
||||
"section": "def-public.ShareMenuProvider",
|
||||
"text": "ShareMenuProvider"
|
||||
},
|
||||
") => void; } & { urlGenerators: ",
|
||||
"UrlGeneratorsSetup",
|
||||
"; url: ",
|
||||
"UrlService",
|
||||
"; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts",
|
||||
|
@ -768,13 +784,19 @@
|
|||
"label": "share",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"{ toggleShareContextMenu: (options: ",
|
||||
{
|
||||
"pluginId": "share",
|
||||
"scope": "public",
|
||||
"docId": "kibSharePluginApi",
|
||||
"section": "def-public.SharePluginStart",
|
||||
"text": "SharePluginStart"
|
||||
}
|
||||
"section": "def-public.ShowShareMenuOptions",
|
||||
"text": "ShowShareMenuOptions"
|
||||
},
|
||||
") => void; } & { urlGenerators: ",
|
||||
"UrlGeneratorsStart",
|
||||
"; url: ",
|
||||
"UrlService",
|
||||
"; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts",
|
||||
|
|
10576
api_docs/data.json
10576
api_docs/data.json
File diff suppressed because it is too large
Load diff
|
@ -356,7 +356,17 @@
|
|||
"label": "AutocompleteStart",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"{ getQuerySuggestions: QuerySuggestionGetFn; hasQuerySuggestions: (language: string) => boolean; getValueSuggestions: ValueSuggestionsGetFn; }"
|
||||
"{ getQuerySuggestions: ",
|
||||
{
|
||||
"pluginId": "data",
|
||||
"scope": "public",
|
||||
"docId": "kibDataAutocompletePluginApi",
|
||||
"section": "def-public.QuerySuggestionGetFn",
|
||||
"text": "QuerySuggestionGetFn"
|
||||
},
|
||||
"; hasQuerySuggestions: (language: string) => boolean; getValueSuggestions: ",
|
||||
"ValueSuggestionsGetFn",
|
||||
"; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/public/autocomplete/autocomplete_service.ts",
|
||||
|
|
|
@ -37,7 +37,17 @@
|
|||
"label": "FieldFormatsStart",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"Pick<FieldFormatsRegistry, \"init\" | \"register\" | \"deserialize\" | \"getDefaultConfig\" | \"getType\" | \"getTypeWithoutMetaParams\" | \"getDefaultType\" | \"getTypeNameByEsTypes\" | \"getDefaultTypeName\" | \"getInstance\" | \"getDefaultInstancePlain\" | \"getDefaultInstanceCacheResolver\" | \"getByFieldType\" | \"getDefaultInstance\" | \"parseDefaultTypeMap\"> & { deserialize: FormatFactory; }"
|
||||
"Pick<",
|
||||
{
|
||||
"pluginId": "data",
|
||||
"scope": "common",
|
||||
"docId": "kibDataFieldFormatsPluginApi",
|
||||
"section": "def-common.FieldFormatsRegistry",
|
||||
"text": "FieldFormatsRegistry"
|
||||
},
|
||||
", \"init\" | \"register\" | \"deserialize\" | \"getDefaultConfig\" | \"getType\" | \"getTypeWithoutMetaParams\" | \"getDefaultType\" | \"getTypeNameByEsTypes\" | \"getDefaultTypeName\" | \"getInstance\" | \"getDefaultInstancePlain\" | \"getDefaultInstanceCacheResolver\" | \"getByFieldType\" | \"getDefaultInstance\" | \"parseDefaultTypeMap\"> & { deserialize: ",
|
||||
"FormatFactory",
|
||||
"; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/public/field_formats/field_formats_service.ts",
|
||||
|
@ -114,13 +124,10 @@
|
|||
{
|
||||
"parentPluginId": "data",
|
||||
"id": "def-common.BoolFormat.title",
|
||||
"type": "Any",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "title",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/field_formats/converters/boolean.ts",
|
||||
"lineNumber": 17
|
||||
|
@ -238,13 +245,10 @@
|
|||
{
|
||||
"parentPluginId": "data",
|
||||
"id": "def-common.BytesFormat.title",
|
||||
"type": "Any",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "title",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/field_formats/converters/bytes.ts",
|
||||
"lineNumber": 15
|
||||
|
@ -276,13 +280,10 @@
|
|||
{
|
||||
"parentPluginId": "data",
|
||||
"id": "def-common.BytesFormat.title",
|
||||
"type": "Any",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "title",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/field_formats/converters/bytes.ts",
|
||||
"lineNumber": 20
|
||||
|
@ -360,13 +361,10 @@
|
|||
{
|
||||
"parentPluginId": "data",
|
||||
"id": "def-common.ColorFormat.title",
|
||||
"type": "Any",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "title",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/field_formats/converters/color.tsx",
|
||||
"lineNumber": 21
|
||||
|
@ -544,13 +542,10 @@
|
|||
{
|
||||
"parentPluginId": "data",
|
||||
"id": "def-common.DurationFormat.title",
|
||||
"type": "Any",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "title",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/field_formats/converters/duration.ts",
|
||||
"lineNumber": 213
|
||||
|
@ -587,7 +582,7 @@
|
|||
"label": "inputFormats",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"{ text: any; kind: string; }[]"
|
||||
"{ text: string; kind: string; }[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/field_formats/converters/duration.ts",
|
||||
|
@ -603,7 +598,7 @@
|
|||
"label": "outputFormats",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"({ text: any; method: string; shortText?: undefined; } | { text: any; shortText: any; method: string; })[]"
|
||||
"({ text: string; method: string; shortText?: undefined; } | { text: string; shortText: string; method: string; })[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/field_formats/converters/duration.ts",
|
||||
|
@ -1246,15 +1241,10 @@
|
|||
"label": "from",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"typeof ",
|
||||
{
|
||||
"pluginId": "data",
|
||||
"scope": "common",
|
||||
"docId": "kibDataFieldFormatsPluginApi",
|
||||
"section": "def-common.FieldFormat",
|
||||
"text": "FieldFormat"
|
||||
},
|
||||
".from"
|
||||
"(convertFn: ",
|
||||
"FieldFormatConvertFunction",
|
||||
") => ",
|
||||
"FieldFormatInstanceType"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/field_formats/field_format.ts",
|
||||
|
@ -1309,15 +1299,14 @@
|
|||
"label": "isInstanceOfFieldFormat",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"typeof ",
|
||||
"(fieldFormat: any) => fieldFormat is ",
|
||||
{
|
||||
"pluginId": "data",
|
||||
"scope": "common",
|
||||
"docId": "kibDataFieldFormatsPluginApi",
|
||||
"section": "def-common.FieldFormat",
|
||||
"text": "FieldFormat"
|
||||
},
|
||||
".isInstanceOfFieldFormat"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/field_formats/field_format.ts",
|
||||
|
@ -1716,7 +1705,9 @@
|
|||
"type": "Enum",
|
||||
"tags": [],
|
||||
"label": "fieldType",
|
||||
"description": [],
|
||||
"description": [
|
||||
"- the field type"
|
||||
],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "data",
|
||||
|
@ -1739,7 +1730,9 @@
|
|||
"type": "Array",
|
||||
"tags": [],
|
||||
"label": "esTypes",
|
||||
"description": [],
|
||||
"description": [
|
||||
"- Array of ES data types"
|
||||
],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "data",
|
||||
|
@ -1788,7 +1781,9 @@
|
|||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "formatId",
|
||||
"description": [],
|
||||
"description": [
|
||||
"- the format id"
|
||||
],
|
||||
"signature": [
|
||||
"string"
|
||||
],
|
||||
|
@ -1907,7 +1902,9 @@
|
|||
"type": "Array",
|
||||
"tags": [],
|
||||
"label": "esTypes",
|
||||
"description": [],
|
||||
"description": [
|
||||
"- Array of ES data types"
|
||||
],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "data",
|
||||
|
@ -1970,7 +1967,9 @@
|
|||
"type": "Array",
|
||||
"tags": [],
|
||||
"label": "esTypes",
|
||||
"description": [],
|
||||
"description": [
|
||||
"- Array of ES data types"
|
||||
],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "data",
|
||||
|
@ -2118,7 +2117,39 @@
|
|||
"path": "src/plugins/data/common/field_formats/field_formats_registry.ts",
|
||||
"lineNumber": 162
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "data",
|
||||
"id": "def-common.formatId",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "formatId",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/field_formats/field_formats_registry.ts",
|
||||
"lineNumber": 163
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "data",
|
||||
"id": "def-common.params",
|
||||
"type": "Object",
|
||||
"tags": [],
|
||||
"label": "params",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"{ [x: string]: any; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/field_formats/field_formats_registry.ts",
|
||||
"lineNumber": 163
|
||||
},
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "data",
|
||||
|
@ -2414,7 +2445,71 @@
|
|||
"path": "src/plugins/data/common/field_formats/field_formats_registry.ts",
|
||||
"lineNumber": 242
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "data",
|
||||
"id": "def-common.fieldType",
|
||||
"type": "Enum",
|
||||
"tags": [],
|
||||
"label": "fieldType",
|
||||
"description": [],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "data",
|
||||
"scope": "common",
|
||||
"docId": "kibDataPluginApi",
|
||||
"section": "def-common.KBN_FIELD_TYPES",
|
||||
"text": "KBN_FIELD_TYPES"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/field_formats/field_formats_registry.ts",
|
||||
"lineNumber": 187
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "data",
|
||||
"id": "def-common.esTypes",
|
||||
"type": "Array",
|
||||
"tags": [],
|
||||
"label": "esTypes",
|
||||
"description": [],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "data",
|
||||
"scope": "common",
|
||||
"docId": "kibDataPluginApi",
|
||||
"section": "def-common.ES_FIELD_TYPES",
|
||||
"text": "ES_FIELD_TYPES"
|
||||
},
|
||||
"[] | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/field_formats/field_formats_registry.ts",
|
||||
"lineNumber": 188
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "data",
|
||||
"id": "def-common.params",
|
||||
"type": "Object",
|
||||
"tags": [],
|
||||
"label": "params",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"{ [x: string]: any; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/field_formats/field_formats_registry.ts",
|
||||
"lineNumber": 189
|
||||
},
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "data",
|
||||
|
@ -2571,13 +2666,10 @@
|
|||
{
|
||||
"parentPluginId": "data",
|
||||
"id": "def-common.HistogramFormat.title",
|
||||
"type": "Any",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "title",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/field_formats/converters/histogram.ts",
|
||||
"lineNumber": 20
|
||||
|
@ -2609,13 +2701,10 @@
|
|||
{
|
||||
"parentPluginId": "data",
|
||||
"id": "def-common.HistogramFormat.title",
|
||||
"type": "Any",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "title",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/field_formats/converters/histogram.ts",
|
||||
"lineNumber": 25
|
||||
|
@ -2747,13 +2836,10 @@
|
|||
{
|
||||
"parentPluginId": "data",
|
||||
"id": "def-common.IpFormat.title",
|
||||
"type": "Any",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "title",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/field_formats/converters/ip.ts",
|
||||
"lineNumber": 16
|
||||
|
@ -2870,13 +2956,10 @@
|
|||
{
|
||||
"parentPluginId": "data",
|
||||
"id": "def-common.NumberFormat.title",
|
||||
"type": "Any",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "title",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/field_formats/converters/number.ts",
|
||||
"lineNumber": 15
|
||||
|
@ -2908,13 +2991,10 @@
|
|||
{
|
||||
"parentPluginId": "data",
|
||||
"id": "def-common.NumberFormat.title",
|
||||
"type": "Any",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "title",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/field_formats/converters/number.ts",
|
||||
"lineNumber": 20
|
||||
|
@ -2986,13 +3066,10 @@
|
|||
{
|
||||
"parentPluginId": "data",
|
||||
"id": "def-common.PercentFormat.title",
|
||||
"type": "Any",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "title",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/field_formats/converters/percent.ts",
|
||||
"lineNumber": 16
|
||||
|
@ -3024,13 +3101,10 @@
|
|||
{
|
||||
"parentPluginId": "data",
|
||||
"id": "def-common.PercentFormat.title",
|
||||
"type": "Any",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "title",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/field_formats/converters/percent.ts",
|
||||
"lineNumber": 21
|
||||
|
@ -3162,13 +3236,10 @@
|
|||
{
|
||||
"parentPluginId": "data",
|
||||
"id": "def-common.RelativeDateFormat.title",
|
||||
"type": "Any",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "title",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/field_formats/converters/relative_date.ts",
|
||||
"lineNumber": 17
|
||||
|
@ -3473,13 +3544,10 @@
|
|||
{
|
||||
"parentPluginId": "data",
|
||||
"id": "def-common.StaticLookupFormat.title",
|
||||
"type": "Any",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "title",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/field_formats/converters/static_lookup.ts",
|
||||
"lineNumber": 26
|
||||
|
@ -3621,13 +3689,10 @@
|
|||
{
|
||||
"parentPluginId": "data",
|
||||
"id": "def-common.StringFormat.title",
|
||||
"type": "Any",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "title",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/field_formats/converters/string.ts",
|
||||
"lineNumber": 64
|
||||
|
@ -3665,7 +3730,7 @@
|
|||
"label": "transformOptions",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"({ kind: boolean; text: any; } | { kind: string; text: any; })[]"
|
||||
"({ kind: boolean; text: string; } | { kind: string; text: string; })[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/field_formats/converters/string.ts",
|
||||
|
@ -3785,13 +3850,10 @@
|
|||
{
|
||||
"parentPluginId": "data",
|
||||
"id": "def-common.TruncateFormat.title",
|
||||
"type": "Any",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "title",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/field_formats/converters/truncate.ts",
|
||||
"lineNumber": 19
|
||||
|
@ -3914,13 +3976,10 @@
|
|||
{
|
||||
"parentPluginId": "data",
|
||||
"id": "def-common.UrlFormat.title",
|
||||
"type": "Any",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "title",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/field_formats/converters/url.ts",
|
||||
"lineNumber": 48
|
||||
|
@ -3958,7 +4017,7 @@
|
|||
"label": "urlTypes",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"{ kind: string; text: any; }[]"
|
||||
"{ kind: string; text: string; }[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/field_formats/converters/url.ts",
|
||||
|
@ -4207,7 +4266,7 @@
|
|||
"label": "params",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"Record<string, any>"
|
||||
"{ [x: string]: any; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/field_formats/types.ts",
|
||||
|
@ -4314,7 +4373,7 @@
|
|||
"label": "FieldFormatsGetConfigFn",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"(key: string, defaultOverride: T | undefined) => T"
|
||||
"<T = any>(key: string, defaultOverride?: T | undefined) => T"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/field_formats/types.ts",
|
||||
|
@ -4331,7 +4390,19 @@
|
|||
"label": "FieldFormatsStartCommon",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"{ init: (getConfig: GetConfigFn, metaParamsOptions?: Record<string, any>, defaultFieldConverters?: FieldFormatInstanceType[]) => void; register: (fieldFormats: FieldFormatInstanceType[]) => void; deserialize: ",
|
||||
"{ init: (getConfig: ",
|
||||
{
|
||||
"pluginId": "data",
|
||||
"scope": "common",
|
||||
"docId": "kibDataPluginApi",
|
||||
"section": "def-common.GetConfigFn",
|
||||
"text": "GetConfigFn"
|
||||
},
|
||||
", metaParamsOptions?: Record<string, any>, defaultFieldConverters?: ",
|
||||
"FieldFormatInstanceType",
|
||||
"[]) => void; register: (fieldFormats: ",
|
||||
"FieldFormatInstanceType",
|
||||
"[]) => void; deserialize: ",
|
||||
"FormatFactory",
|
||||
"; getDefaultConfig: (fieldType: ",
|
||||
{
|
||||
|
@ -4349,7 +4420,19 @@
|
|||
"section": "def-common.ES_FIELD_TYPES",
|
||||
"text": "ES_FIELD_TYPES"
|
||||
},
|
||||
"[] | undefined) => FieldFormatConfig; getType: (formatId: string) => FieldFormatInstanceType | undefined; getTypeWithoutMetaParams: (formatId: string) => FieldFormatInstanceType | undefined; getDefaultType: (fieldType: ",
|
||||
"[] | undefined) => ",
|
||||
{
|
||||
"pluginId": "data",
|
||||
"scope": "common",
|
||||
"docId": "kibDataFieldFormatsPluginApi",
|
||||
"section": "def-common.FieldFormatConfig",
|
||||
"text": "FieldFormatConfig"
|
||||
},
|
||||
"; getType: (formatId: string) => ",
|
||||
"FieldFormatInstanceType",
|
||||
" | undefined; getTypeWithoutMetaParams: (formatId: string) => ",
|
||||
"FieldFormatInstanceType",
|
||||
" | undefined; getDefaultType: (fieldType: ",
|
||||
{
|
||||
"pluginId": "data",
|
||||
"scope": "common",
|
||||
|
@ -4364,7 +4447,140 @@
|
|||
"docId": "kibDataPluginApi",
|
||||
"section": "def-common.ES_FIELD_TYPES",
|
||||
"text": "ES_FIELD_TYPES"
|
||||
}
|
||||
},
|
||||
"[] | undefined) => ",
|
||||
"FieldFormatInstanceType",
|
||||
" | undefined; getTypeNameByEsTypes: (esTypes: ",
|
||||
{
|
||||
"pluginId": "data",
|
||||
"scope": "common",
|
||||
"docId": "kibDataPluginApi",
|
||||
"section": "def-common.ES_FIELD_TYPES",
|
||||
"text": "ES_FIELD_TYPES"
|
||||
},
|
||||
"[] | undefined) => ",
|
||||
{
|
||||
"pluginId": "data",
|
||||
"scope": "common",
|
||||
"docId": "kibDataPluginApi",
|
||||
"section": "def-common.ES_FIELD_TYPES",
|
||||
"text": "ES_FIELD_TYPES"
|
||||
},
|
||||
" | undefined; getDefaultTypeName: (fieldType: ",
|
||||
{
|
||||
"pluginId": "data",
|
||||
"scope": "common",
|
||||
"docId": "kibDataPluginApi",
|
||||
"section": "def-common.KBN_FIELD_TYPES",
|
||||
"text": "KBN_FIELD_TYPES"
|
||||
},
|
||||
", esTypes?: ",
|
||||
{
|
||||
"pluginId": "data",
|
||||
"scope": "common",
|
||||
"docId": "kibDataPluginApi",
|
||||
"section": "def-common.ES_FIELD_TYPES",
|
||||
"text": "ES_FIELD_TYPES"
|
||||
},
|
||||
"[] | undefined) => ",
|
||||
{
|
||||
"pluginId": "data",
|
||||
"scope": "common",
|
||||
"docId": "kibDataPluginApi",
|
||||
"section": "def-common.KBN_FIELD_TYPES",
|
||||
"text": "KBN_FIELD_TYPES"
|
||||
},
|
||||
" | ",
|
||||
{
|
||||
"pluginId": "data",
|
||||
"scope": "common",
|
||||
"docId": "kibDataPluginApi",
|
||||
"section": "def-common.ES_FIELD_TYPES",
|
||||
"text": "ES_FIELD_TYPES"
|
||||
},
|
||||
"; getInstance: ((formatId: string, params?: Record<string, any>) => ",
|
||||
{
|
||||
"pluginId": "data",
|
||||
"scope": "common",
|
||||
"docId": "kibDataFieldFormatsPluginApi",
|
||||
"section": "def-common.FieldFormat",
|
||||
"text": "FieldFormat"
|
||||
},
|
||||
") & _.MemoizedFunction; getDefaultInstancePlain: (fieldType: ",
|
||||
{
|
||||
"pluginId": "data",
|
||||
"scope": "common",
|
||||
"docId": "kibDataPluginApi",
|
||||
"section": "def-common.KBN_FIELD_TYPES",
|
||||
"text": "KBN_FIELD_TYPES"
|
||||
},
|
||||
", esTypes?: ",
|
||||
{
|
||||
"pluginId": "data",
|
||||
"scope": "common",
|
||||
"docId": "kibDataPluginApi",
|
||||
"section": "def-common.ES_FIELD_TYPES",
|
||||
"text": "ES_FIELD_TYPES"
|
||||
},
|
||||
"[] | undefined, params?: Record<string, any>) => ",
|
||||
{
|
||||
"pluginId": "data",
|
||||
"scope": "common",
|
||||
"docId": "kibDataFieldFormatsPluginApi",
|
||||
"section": "def-common.FieldFormat",
|
||||
"text": "FieldFormat"
|
||||
},
|
||||
"; getDefaultInstanceCacheResolver: (fieldType: ",
|
||||
{
|
||||
"pluginId": "data",
|
||||
"scope": "common",
|
||||
"docId": "kibDataPluginApi",
|
||||
"section": "def-common.KBN_FIELD_TYPES",
|
||||
"text": "KBN_FIELD_TYPES"
|
||||
},
|
||||
", esTypes: ",
|
||||
{
|
||||
"pluginId": "data",
|
||||
"scope": "common",
|
||||
"docId": "kibDataPluginApi",
|
||||
"section": "def-common.ES_FIELD_TYPES",
|
||||
"text": "ES_FIELD_TYPES"
|
||||
},
|
||||
"[]) => string; getByFieldType: (fieldType: ",
|
||||
{
|
||||
"pluginId": "data",
|
||||
"scope": "common",
|
||||
"docId": "kibDataPluginApi",
|
||||
"section": "def-common.KBN_FIELD_TYPES",
|
||||
"text": "KBN_FIELD_TYPES"
|
||||
},
|
||||
") => ",
|
||||
"FieldFormatInstanceType",
|
||||
"[]; getDefaultInstance: ((fieldType: ",
|
||||
{
|
||||
"pluginId": "data",
|
||||
"scope": "common",
|
||||
"docId": "kibDataPluginApi",
|
||||
"section": "def-common.KBN_FIELD_TYPES",
|
||||
"text": "KBN_FIELD_TYPES"
|
||||
},
|
||||
", esTypes?: ",
|
||||
{
|
||||
"pluginId": "data",
|
||||
"scope": "common",
|
||||
"docId": "kibDataPluginApi",
|
||||
"section": "def-common.ES_FIELD_TYPES",
|
||||
"text": "ES_FIELD_TYPES"
|
||||
},
|
||||
"[] | undefined, params?: Record<string, any>) => ",
|
||||
{
|
||||
"pluginId": "data",
|
||||
"scope": "common",
|
||||
"docId": "kibDataFieldFormatsPluginApi",
|
||||
"section": "def-common.FieldFormat",
|
||||
"text": "FieldFormat"
|
||||
},
|
||||
") & _.MemoizedFunction; parseDefaultTypeMap: (value: any) => void; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/field_formats/types.ts",
|
||||
|
@ -4381,13 +4597,7 @@
|
|||
"label": "HTML_CONTEXT_TYPE",
|
||||
"description": [],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "data",
|
||||
"scope": "common",
|
||||
"docId": "kibDataFieldFormatsPluginApi",
|
||||
"section": "def-common.FieldFormatsContentType",
|
||||
"text": "FieldFormatsContentType"
|
||||
}
|
||||
"\"html\" | \"text\""
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/field_formats/content_types/html_content_type.ts",
|
||||
|
@ -4404,7 +4614,13 @@
|
|||
"label": "IFieldFormat",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"FieldFormat"
|
||||
{
|
||||
"pluginId": "data",
|
||||
"scope": "common",
|
||||
"docId": "kibDataFieldFormatsPluginApi",
|
||||
"section": "def-common.FieldFormat",
|
||||
"text": "FieldFormat"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/field_formats/types.ts",
|
||||
|
@ -4442,7 +4658,176 @@
|
|||
"docId": "kibDataPluginApi",
|
||||
"section": "def-common.KBN_FIELD_TYPES",
|
||||
"text": "KBN_FIELD_TYPES"
|
||||
}
|
||||
},
|
||||
", esTypes?: ",
|
||||
{
|
||||
"pluginId": "data",
|
||||
"scope": "common",
|
||||
"docId": "kibDataPluginApi",
|
||||
"section": "def-common.ES_FIELD_TYPES",
|
||||
"text": "ES_FIELD_TYPES"
|
||||
},
|
||||
"[] | undefined) => ",
|
||||
{
|
||||
"pluginId": "data",
|
||||
"scope": "common",
|
||||
"docId": "kibDataFieldFormatsPluginApi",
|
||||
"section": "def-common.FieldFormatConfig",
|
||||
"text": "FieldFormatConfig"
|
||||
},
|
||||
"; getType: (formatId: string) => ",
|
||||
"FieldFormatInstanceType",
|
||||
" | undefined; getTypeWithoutMetaParams: (formatId: string) => ",
|
||||
"FieldFormatInstanceType",
|
||||
" | undefined; getDefaultType: (fieldType: ",
|
||||
{
|
||||
"pluginId": "data",
|
||||
"scope": "common",
|
||||
"docId": "kibDataPluginApi",
|
||||
"section": "def-common.KBN_FIELD_TYPES",
|
||||
"text": "KBN_FIELD_TYPES"
|
||||
},
|
||||
", esTypes?: ",
|
||||
{
|
||||
"pluginId": "data",
|
||||
"scope": "common",
|
||||
"docId": "kibDataPluginApi",
|
||||
"section": "def-common.ES_FIELD_TYPES",
|
||||
"text": "ES_FIELD_TYPES"
|
||||
},
|
||||
"[] | undefined) => ",
|
||||
"FieldFormatInstanceType",
|
||||
" | undefined; getTypeNameByEsTypes: (esTypes: ",
|
||||
{
|
||||
"pluginId": "data",
|
||||
"scope": "common",
|
||||
"docId": "kibDataPluginApi",
|
||||
"section": "def-common.ES_FIELD_TYPES",
|
||||
"text": "ES_FIELD_TYPES"
|
||||
},
|
||||
"[] | undefined) => ",
|
||||
{
|
||||
"pluginId": "data",
|
||||
"scope": "common",
|
||||
"docId": "kibDataPluginApi",
|
||||
"section": "def-common.ES_FIELD_TYPES",
|
||||
"text": "ES_FIELD_TYPES"
|
||||
},
|
||||
" | undefined; getDefaultTypeName: (fieldType: ",
|
||||
{
|
||||
"pluginId": "data",
|
||||
"scope": "common",
|
||||
"docId": "kibDataPluginApi",
|
||||
"section": "def-common.KBN_FIELD_TYPES",
|
||||
"text": "KBN_FIELD_TYPES"
|
||||
},
|
||||
", esTypes?: ",
|
||||
{
|
||||
"pluginId": "data",
|
||||
"scope": "common",
|
||||
"docId": "kibDataPluginApi",
|
||||
"section": "def-common.ES_FIELD_TYPES",
|
||||
"text": "ES_FIELD_TYPES"
|
||||
},
|
||||
"[] | undefined) => ",
|
||||
{
|
||||
"pluginId": "data",
|
||||
"scope": "common",
|
||||
"docId": "kibDataPluginApi",
|
||||
"section": "def-common.KBN_FIELD_TYPES",
|
||||
"text": "KBN_FIELD_TYPES"
|
||||
},
|
||||
" | ",
|
||||
{
|
||||
"pluginId": "data",
|
||||
"scope": "common",
|
||||
"docId": "kibDataPluginApi",
|
||||
"section": "def-common.ES_FIELD_TYPES",
|
||||
"text": "ES_FIELD_TYPES"
|
||||
},
|
||||
"; getInstance: ((formatId: string, params?: Record<string, any>) => ",
|
||||
{
|
||||
"pluginId": "data",
|
||||
"scope": "common",
|
||||
"docId": "kibDataFieldFormatsPluginApi",
|
||||
"section": "def-common.FieldFormat",
|
||||
"text": "FieldFormat"
|
||||
},
|
||||
") & _.MemoizedFunction; getDefaultInstancePlain: (fieldType: ",
|
||||
{
|
||||
"pluginId": "data",
|
||||
"scope": "common",
|
||||
"docId": "kibDataPluginApi",
|
||||
"section": "def-common.KBN_FIELD_TYPES",
|
||||
"text": "KBN_FIELD_TYPES"
|
||||
},
|
||||
", esTypes?: ",
|
||||
{
|
||||
"pluginId": "data",
|
||||
"scope": "common",
|
||||
"docId": "kibDataPluginApi",
|
||||
"section": "def-common.ES_FIELD_TYPES",
|
||||
"text": "ES_FIELD_TYPES"
|
||||
},
|
||||
"[] | undefined, params?: Record<string, any>) => ",
|
||||
{
|
||||
"pluginId": "data",
|
||||
"scope": "common",
|
||||
"docId": "kibDataFieldFormatsPluginApi",
|
||||
"section": "def-common.FieldFormat",
|
||||
"text": "FieldFormat"
|
||||
},
|
||||
"; getDefaultInstanceCacheResolver: (fieldType: ",
|
||||
{
|
||||
"pluginId": "data",
|
||||
"scope": "common",
|
||||
"docId": "kibDataPluginApi",
|
||||
"section": "def-common.KBN_FIELD_TYPES",
|
||||
"text": "KBN_FIELD_TYPES"
|
||||
},
|
||||
", esTypes: ",
|
||||
{
|
||||
"pluginId": "data",
|
||||
"scope": "common",
|
||||
"docId": "kibDataPluginApi",
|
||||
"section": "def-common.ES_FIELD_TYPES",
|
||||
"text": "ES_FIELD_TYPES"
|
||||
},
|
||||
"[]) => string; getByFieldType: (fieldType: ",
|
||||
{
|
||||
"pluginId": "data",
|
||||
"scope": "common",
|
||||
"docId": "kibDataPluginApi",
|
||||
"section": "def-common.KBN_FIELD_TYPES",
|
||||
"text": "KBN_FIELD_TYPES"
|
||||
},
|
||||
") => ",
|
||||
"FieldFormatInstanceType",
|
||||
"[]; getDefaultInstance: ((fieldType: ",
|
||||
{
|
||||
"pluginId": "data",
|
||||
"scope": "common",
|
||||
"docId": "kibDataPluginApi",
|
||||
"section": "def-common.KBN_FIELD_TYPES",
|
||||
"text": "KBN_FIELD_TYPES"
|
||||
},
|
||||
", esTypes?: ",
|
||||
{
|
||||
"pluginId": "data",
|
||||
"scope": "common",
|
||||
"docId": "kibDataPluginApi",
|
||||
"section": "def-common.ES_FIELD_TYPES",
|
||||
"text": "ES_FIELD_TYPES"
|
||||
},
|
||||
"[] | undefined, params?: Record<string, any>) => ",
|
||||
{
|
||||
"pluginId": "data",
|
||||
"scope": "common",
|
||||
"docId": "kibDataFieldFormatsPluginApi",
|
||||
"section": "def-common.FieldFormat",
|
||||
"text": "FieldFormat"
|
||||
},
|
||||
") & _.MemoizedFunction; parseDefaultTypeMap: (value: any) => void; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/field_formats/index.ts",
|
||||
|
@ -4459,13 +4844,7 @@
|
|||
"label": "TEXT_CONTEXT_TYPE",
|
||||
"description": [],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "data",
|
||||
"scope": "common",
|
||||
"docId": "kibDataFieldFormatsPluginApi",
|
||||
"section": "def-common.FieldFormatsContentType",
|
||||
"text": "FieldFormatsContentType"
|
||||
}
|
||||
"\"html\" | \"text\""
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/field_formats/content_types/text_content_type.ts",
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -528,15 +528,23 @@
|
|||
"label": "setFiltersStore",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"typeof ",
|
||||
"(filters: ",
|
||||
{
|
||||
"pluginId": "data",
|
||||
"scope": "public",
|
||||
"docId": "kibDataQueryPluginApi",
|
||||
"section": "def-public.FilterManager",
|
||||
"text": "FilterManager"
|
||||
"scope": "common",
|
||||
"docId": "kibDataPluginApi",
|
||||
"section": "def-common.Filter",
|
||||
"text": "Filter"
|
||||
},
|
||||
".setFiltersStore"
|
||||
"[], store: ",
|
||||
{
|
||||
"pluginId": "data",
|
||||
"scope": "common",
|
||||
"docId": "kibDataPluginApi",
|
||||
"section": "def-common.FilterStateStore",
|
||||
"text": "FilterStateStore"
|
||||
},
|
||||
", shouldOverrideStore?: boolean) => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/public/query/filter_manager/filter_manager.ts",
|
||||
|
@ -794,7 +802,114 @@
|
|||
"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",
|
||||
|
@ -837,7 +952,96 @@
|
|||
"text": "SavedQueryService"
|
||||
},
|
||||
"; state$: ",
|
||||
"Observable"
|
||||
"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\">"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/public/query/state_sync/connect_to_query_state.ts",
|
||||
|
@ -852,7 +1056,9 @@
|
|||
"type": "Object",
|
||||
"tags": [],
|
||||
"label": "stateContainer",
|
||||
"description": [],
|
||||
"description": [
|
||||
"to use for syncing"
|
||||
],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "kibanaUtils",
|
||||
|
@ -1099,7 +1305,104 @@
|
|||
"text": "SavedQueryService"
|
||||
},
|
||||
"; state$: ",
|
||||
"Observable"
|
||||
"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; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/public/query/state_sync/sync_state_with_url.ts",
|
||||
|
@ -1142,7 +1445,96 @@
|
|||
"text": "SavedQueryService"
|
||||
},
|
||||
"; state$: ",
|
||||
"Observable"
|
||||
"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\">"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/public/query/state_sync/sync_state_with_url.ts",
|
||||
|
@ -1157,7 +1549,9 @@
|
|||
"type": "Object",
|
||||
"tags": [],
|
||||
"label": "kbnUrlStateStorage",
|
||||
"description": [],
|
||||
"description": [
|
||||
"to use for syncing"
|
||||
],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "kibanaUtils",
|
||||
|
@ -1430,7 +1824,42 @@
|
|||
"path": "src/plugins/data/public/query/saved_query/types.ts",
|
||||
"lineNumber": 29
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "data",
|
||||
|
@ -1454,7 +1883,9 @@
|
|||
"path": "src/plugins/data/public/query/saved_query/types.ts",
|
||||
"lineNumber": 33
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"parentPluginId": "data",
|
||||
|
@ -1478,7 +1909,58 @@
|
|||
"path": "src/plugins/data/public/query/saved_query/types.ts",
|
||||
"lineNumber": 34
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "data",
|
||||
|
@ -1502,7 +1984,23 @@
|
|||
"path": "src/plugins/data/public/query/saved_query/types.ts",
|
||||
"lineNumber": 39
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "data",
|
||||
|
@ -1518,7 +2016,23 @@
|
|||
"path": "src/plugins/data/public/query/saved_query/types.ts",
|
||||
"lineNumber": 40
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "data",
|
||||
|
@ -1534,7 +2048,9 @@
|
|||
"path": "src/plugins/data/public/query/saved_query/types.ts",
|
||||
"lineNumber": 41
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
|
@ -1595,15 +2111,25 @@
|
|||
{
|
||||
"pluginId": "data",
|
||||
"scope": "common",
|
||||
"docId": "kibDataPluginApi",
|
||||
"docId": "kibDataQueryPluginApi",
|
||||
"section": "def-common.Query",
|
||||
"text": "Query"
|
||||
},
|
||||
") => void; filterManager: FilterManager; queryString: Pick<QueryStringManager, \"getDefaultQuery\" | \"formatQuery\" | \"getUpdates$\" | \"getQuery\" | \"setQuery\" | \"clearQuery\">; savedQueries: ",
|
||||
") => void; filterManager: ",
|
||||
{
|
||||
"pluginId": "data",
|
||||
"scope": "public",
|
||||
"docId": "kibDataPluginApi",
|
||||
"docId": "kibDataQueryPluginApi",
|
||||
"section": "def-public.FilterManager",
|
||||
"text": "FilterManager"
|
||||
},
|
||||
"; queryString: Pick<",
|
||||
"QueryStringManager",
|
||||
", \"getDefaultQuery\" | \"formatQuery\" | \"getUpdates$\" | \"getQuery\" | \"setQuery\" | \"clearQuery\">; savedQueries: ",
|
||||
{
|
||||
"pluginId": "data",
|
||||
"scope": "public",
|
||||
"docId": "kibDataQueryPluginApi",
|
||||
"section": "def-public.SavedQueryService",
|
||||
"text": "SavedQueryService"
|
||||
},
|
||||
|
@ -1613,7 +2139,7 @@
|
|||
{
|
||||
"pluginId": "data",
|
||||
"scope": "public",
|
||||
"docId": "kibDataPluginApi",
|
||||
"docId": "kibDataQueryPluginApi",
|
||||
"section": "def-public.QueryStateChange",
|
||||
"text": "QueryStateChange"
|
||||
},
|
||||
|
@ -1621,10 +2147,53 @@
|
|||
{
|
||||
"pluginId": "data",
|
||||
"scope": "public",
|
||||
"docId": "kibDataPluginApi",
|
||||
"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"
|
||||
},
|
||||
"[]; }; }; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/public/query/query_service.ts",
|
||||
|
@ -1641,7 +2210,22 @@
|
|||
"label": "SavedQueryTimeFilter",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"TimeRange & { refreshInterval: RefreshInterval; }"
|
||||
{
|
||||
"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"
|
||||
},
|
||||
"; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/public/query/saved_query/types.ts",
|
||||
|
@ -1666,8 +2250,129 @@
|
|||
"Observable",
|
||||
"<unknown>; getAutoRefreshFetch$: () => ",
|
||||
"Observable",
|
||||
"<AutoRefreshDoneFn>; getFetch$: () => ",
|
||||
"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"
|
||||
},
|
||||
"; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/public/query/timefilter/timefilter.ts",
|
||||
|
@ -1684,7 +2389,23 @@
|
|||
"label": "TimeHistoryContract",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"{ add: (time: TimeRange) => void; get: () => TimeRange[]; }"
|
||||
"{ 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"
|
||||
},
|
||||
"[]; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/public/query/timefilter/time_history.ts",
|
||||
|
@ -1831,7 +2552,8 @@
|
|||
"docId": "kibDataQueryPluginApi",
|
||||
"section": "def-common.FilterCompareOptions",
|
||||
"text": "FilterCompareOptions"
|
||||
}
|
||||
},
|
||||
") => boolean"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/common/query/filter_manager/compare_filters.ts",
|
||||
|
@ -1845,7 +2567,9 @@
|
|||
"type": "CompoundType",
|
||||
"tags": [],
|
||||
"label": "first",
|
||||
"description": [],
|
||||
"description": [
|
||||
"The first filter or filter array to compare"
|
||||
],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "data",
|
||||
|
@ -1877,7 +2601,9 @@
|
|||
"type": "CompoundType",
|
||||
"tags": [],
|
||||
"label": "second",
|
||||
"description": [],
|
||||
"description": [
|
||||
"The second filter or filter array to compare"
|
||||
],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "data",
|
||||
|
@ -1909,7 +2635,9 @@
|
|||
"type": "Object",
|
||||
"tags": [],
|
||||
"label": "comparatorOptions",
|
||||
"description": [],
|
||||
"description": [
|
||||
"Parameters to use for comparison"
|
||||
],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "data",
|
||||
|
@ -1988,7 +2716,9 @@
|
|||
"type": "Array",
|
||||
"tags": [],
|
||||
"label": "existingFilters",
|
||||
"description": [],
|
||||
"description": [
|
||||
"- The filters to compare to"
|
||||
],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "data",
|
||||
|
@ -2012,7 +2742,9 @@
|
|||
"type": "Array",
|
||||
"tags": [],
|
||||
"label": "filters",
|
||||
"description": [],
|
||||
"description": [
|
||||
"- The filters being added"
|
||||
],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "data",
|
||||
|
@ -2036,7 +2768,9 @@
|
|||
"type": "Object",
|
||||
"tags": [],
|
||||
"label": "comparatorOptions",
|
||||
"description": [],
|
||||
"description": [
|
||||
"- Parameters to use for comparison"
|
||||
],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "data",
|
||||
|
@ -2414,7 +3148,9 @@
|
|||
"type": "Array",
|
||||
"tags": [],
|
||||
"label": "filters",
|
||||
"description": [],
|
||||
"description": [
|
||||
"The filters to remove duplicates from"
|
||||
],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "data",
|
||||
|
@ -2438,7 +3174,9 @@
|
|||
"type": "Any",
|
||||
"tags": [],
|
||||
"label": "comparatorOptions",
|
||||
"description": [],
|
||||
"description": [
|
||||
"- Parameters to use for comparison"
|
||||
],
|
||||
"signature": [
|
||||
"any"
|
||||
],
|
||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because one or more lines are too long
|
@ -82,8 +82,6 @@ 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.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#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 |
|
||||
|
||||
|
@ -99,20 +97,20 @@ warning: This document is auto-generated and is meant to be viewed inside our ex
|
|||
| <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObjectLoader" text="SavedObjectLoader"/> | [saved_objects.ts#L13](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/services/saved_objects.ts#L13) | - |
|
||||
| <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObjectLoader" text="SavedObjectLoader"/> | [saved_dashboards.ts#L12](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/saved_dashboards/saved_dashboards.ts#L12) | - |
|
||||
| <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObjectLoader" text="SavedObjectLoader"/> | [saved_dashboards.ts#L31](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/saved_dashboards/saved_dashboards.ts#L31) | - |
|
||||
| <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"/> | [types.ts#L33](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/types.ts#L33) | - |
|
||||
| <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObjectLoader" text="SavedObjectLoader"/> | [types.ts#L186](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/types.ts#L186) | - |
|
||||
| <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#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) | - |
|
||||
| <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObject" text="SavedObject"/> | [saved_dashboard.ts#L10](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/saved_dashboards/saved_dashboard.ts#L10) | - |
|
||||
| <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObject" text="SavedObject"/> | [saved_dashboard.ts#L18](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/saved_dashboards/saved_dashboard.ts#L18) | - |
|
||||
| <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObject" text="SavedObject"/> | [saved_dashboard.ts#L19](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/saved_dashboards/saved_dashboard.ts#L19) | - |
|
||||
| <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObject" text="SavedObject"/> | [dashboard_tagging.ts#L10](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/lib/dashboard_tagging.ts#L10) | - |
|
||||
| <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObject" text="SavedObject"/> | [dashboard_tagging.ts#L15](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/lib/dashboard_tagging.ts#L15) | - |
|
||||
| <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObject" text="SavedObject"/> | [clone_panel_action.tsx#L14](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/actions/clone_panel_action.tsx#L14) | - |
|
||||
| <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObject" text="SavedObject"/> | [clone_panel_action.tsx#L98](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/actions/clone_panel_action.tsx#L98) | - |
|
||||
| <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObject" text="SavedObject"/> | [clone_panel_action.tsx#L126](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/actions/clone_panel_action.tsx#L126) | - |
|
||||
| <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObject" text="SavedObject"/> | [use_dashboard_state_manager.ts#L23](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/hooks/use_dashboard_state_manager.ts#L23) | - |
|
||||
| <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObject" text="SavedObject"/> | [use_dashboard_state_manager.ts#L35](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/hooks/use_dashboard_state_manager.ts#L35) | - |
|
||||
|
||||
|
||||
|
||||
|
@ -155,7 +153,7 @@ warning: This document is auto-generated and is meant to be viewed inside our ex
|
|||
| Deprecated API | Reference location | Remove By |
|
||||
| ---------------|-----------|-----------|
|
||||
| <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObjectSaveModal" text="SavedObjectSaveModal"/> | [attribute_service.tsx#L13](https://github.com/elastic/kibana/tree/master/src/plugins/embeddable/public/lib/attribute_service/attribute_service.tsx#L13) | - |
|
||||
| <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObjectSaveModal" text="SavedObjectSaveModal"/> | [attribute_service.tsx#L167](https://github.com/elastic/kibana/tree/master/src/plugins/embeddable/public/lib/attribute_service/attribute_service.tsx#L167) | - |
|
||||
| <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObjectSaveModal" text="SavedObjectSaveModal"/> | [attribute_service.tsx#L165](https://github.com/elastic/kibana/tree/master/src/plugins/embeddable/public/lib/attribute_service/attribute_service.tsx#L165) | - |
|
||||
|
||||
|
||||
|
||||
|
@ -235,13 +233,13 @@ warning: This document is auto-generated and is meant to be viewed inside our ex
|
|||
| <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#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.LegacyScopedClusterClient" text="LegacyScopedClusterClient"/> | [types.d.ts#L24](https://github.com/elastic/kibana/tree/master/x-pack/plugins/index_management/target/types/server/types.d.ts#L24) | 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#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 |
|
||||
| <DocLink id="kibCorePluginApi" section="def-server.ILegacyScopedClusterClient" text="ILegacyScopedClusterClient"/> | [types.d.ts#L26](https://github.com/elastic/kibana/tree/master/x-pack/plugins/index_management/target/types/server/types.d.ts#L26) | 7.16 |
|
||||
| <DocLink id="kibCorePluginApi" section="def-server.ILegacyScopedClusterClient" text="ILegacyScopedClusterClient"/> | [types.d.ts#L32](https://github.com/elastic/kibana/tree/master/x-pack/plugins/index_management/target/types/server/types.d.ts#L32) | 7.16 |
|
||||
|
||||
|
||||
|
||||
|
@ -356,10 +354,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#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"/> | [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"/> | [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) | - |
|
||||
|
@ -400,30 +398,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#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"/> | [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"/> | [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#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"/> | [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"/> | [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#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"/> | [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"/> | [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#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-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-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) | - |
|
||||
|
@ -456,30 +454,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#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"/> | [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"/> | [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#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"/> | [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"/> | [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#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"/> | [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"/> | [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#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.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.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) | - |
|
||||
|
@ -512,10 +510,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#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"/> | [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"/> | [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) | - |
|
||||
|
@ -556,32 +554,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#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"/> | [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"/> | [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#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"/> | [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"/> | [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#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"/> | [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"/> | [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#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 |
|
||||
| <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) | - |
|
||||
|
||||
|
||||
|
||||
|
@ -928,6 +924,9 @@ 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 |
|
||||
|
||||
|
||||
|
||||
|
@ -936,7 +935,7 @@ 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#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/embeddable/types.ts#L8) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [types.ts#L45](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/embeddable/types.ts#L45) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-public.IIndexPattern" text="IIndexPattern"/> | [types.ts#L44](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/embeddable/types.ts#L44) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [es_doc_field.ts#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/fields/es_doc_field.ts#L12) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [es_doc_field.ts#L45](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/fields/es_doc_field.ts#L45) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-public.IFieldType" text="IFieldType"/> | [es_source.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_source/es_source.ts#L10) | - |
|
||||
|
@ -1126,7 +1125,7 @@ warning: This document is auto-generated and is meant to be viewed inside our ex
|
|||
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [get_docvalue_source_fields.test.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_search_source/get_docvalue_source_fields.test.ts#L10) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.IFieldType" text="IFieldType"/> | [get_docvalue_source_fields.test.ts#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_search_source/get_docvalue_source_fields.test.ts#L12) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [types.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/embeddable/types.ts#L8) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [types.ts#L45](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/embeddable/types.ts#L45) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.IIndexPattern" text="IIndexPattern"/> | [types.ts#L44](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/embeddable/types.ts#L44) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [es_doc_field.ts#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/fields/es_doc_field.ts#L12) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [es_doc_field.ts#L45](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/fields/es_doc_field.ts#L45) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-server.IFieldType" text="IFieldType"/> | [es_source.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_source/es_source.ts#L10) | - |
|
||||
|
@ -1617,6 +1616,25 @@ 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) | - |
|
||||
|
@ -1696,6 +1714,8 @@ 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) | - |
|
||||
|
@ -1746,6 +1766,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"/> | [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) | - |
|
||||
|
@ -1808,6 +1830,25 @@ 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) | - |
|
||||
|
@ -1887,6 +1928,8 @@ 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) | - |
|
||||
|
|
|
@ -204,7 +204,30 @@
|
|||
"path": "src/plugins/dev_tools/public/plugin.ts",
|
||||
"lineNumber": 32
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"lifecycle": "setup",
|
||||
|
|
|
@ -539,7 +539,9 @@
|
|||
"path": "src/plugins/discover/public/saved_searches/types.ts",
|
||||
"lineNumber": 22
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"parentPluginId": "discover",
|
||||
|
@ -563,7 +565,32 @@
|
|||
"path": "src/plugins/discover/public/saved_searches/types.ts",
|
||||
"lineNumber": 23
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "discover",
|
||||
|
@ -651,7 +678,23 @@
|
|||
"path": "src/plugins/discover/public/saved_searches/types.ts",
|
||||
"lineNumber": 29
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "discover",
|
||||
|
@ -667,7 +710,23 @@
|
|||
"path": "src/plugins/discover/public/saved_searches/types.ts",
|
||||
"lineNumber": 30
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
|
@ -710,13 +769,7 @@
|
|||
"label": "timeRange",
|
||||
"description": [],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "data",
|
||||
"scope": "common",
|
||||
"docId": "kibDataQueryPluginApi",
|
||||
"section": "def-common.TimeRange",
|
||||
"text": "TimeRange"
|
||||
}
|
||||
"{ from: string; to: string; mode?: \"absolute\" | \"relative\" | undefined; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/discover/public/application/embeddable/types.ts",
|
||||
|
|
|
@ -344,7 +344,8 @@
|
|||
"text": "Action"
|
||||
},
|
||||
"<",
|
||||
"ExploreDataChartActionContext"
|
||||
"ExploreDataChartActionContext",
|
||||
">"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts",
|
||||
|
@ -724,15 +725,41 @@
|
|||
"label": "uiActions",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"Pick<",
|
||||
"{ readonly addTriggerAction: (triggerId: string, action: ",
|
||||
{
|
||||
"pluginId": "uiActions",
|
||||
"scope": "public",
|
||||
"docId": "kibUiActionsPluginApi",
|
||||
"section": "def-public.UiActionsService",
|
||||
"text": "UiActionsService"
|
||||
"section": "def-public.ActionDefinition",
|
||||
"text": "ActionDefinition"
|
||||
},
|
||||
", \"addTriggerAction\" | \"attachAction\" | \"detachAction\" | \"registerAction\" | \"registerTrigger\" | \"unregisterAction\">"
|
||||
"<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; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
|
||||
|
@ -849,7 +876,7 @@
|
|||
"label": "uiActions",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"Pick<",
|
||||
"{ readonly clear: () => void; readonly fork: () => ",
|
||||
{
|
||||
"pluginId": "uiActions",
|
||||
"scope": "public",
|
||||
|
@ -857,17 +884,77 @@
|
|||
"section": "def-public.UiActionsService",
|
||||
"text": "UiActionsService"
|
||||
},
|
||||
", ",
|
||||
"MethodKeysOf",
|
||||
"; 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"
|
||||
},
|
||||
"<",
|
||||
"ActionContext",
|
||||
"<A>>; readonly registerTrigger: (trigger: ",
|
||||
{
|
||||
"pluginId": "uiActions",
|
||||
"scope": "public",
|
||||
"docId": "kibUiActionsPluginApi",
|
||||
"section": "def-public.UiActionsService",
|
||||
"text": "UiActionsService"
|
||||
"section": "def-public.Trigger",
|
||||
"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>; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -95,14 +95,6 @@
|
|||
"label": "embeddable",
|
||||
"description": [],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "embeddableEnhanced",
|
||||
"scope": "public",
|
||||
"docId": "kibEmbeddableEnhancedPluginApi",
|
||||
"section": "def-public.EnhancedEmbeddable",
|
||||
"text": "EnhancedEmbeddable"
|
||||
},
|
||||
"<",
|
||||
{
|
||||
"pluginId": "embeddable",
|
||||
"scope": "public",
|
||||
|
@ -126,7 +118,15 @@
|
|||
"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,13 +268,7 @@
|
|||
"label": "drilldownGrouping",
|
||||
"description": [],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "uiActions",
|
||||
"scope": "public",
|
||||
"docId": "kibUiActionsPluginApi",
|
||||
"section": "def-public.PresentableGrouping",
|
||||
"text": "PresentableGrouping"
|
||||
},
|
||||
"PresentableGroup",
|
||||
"<{ embeddable?: ",
|
||||
{
|
||||
"pluginId": "embeddable",
|
||||
|
@ -299,7 +293,7 @@
|
|||
"section": "def-public.EmbeddableOutput",
|
||||
"text": "EmbeddableOutput"
|
||||
},
|
||||
"> | undefined; }>"
|
||||
"> | undefined; }>[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/embeddable_enhanced/public/actions/drilldown_grouping.ts",
|
||||
|
@ -316,7 +310,15 @@
|
|||
"label": "EnhancedEmbeddable",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"E & { enhancements: { dynamicActions: DynamicActionManager;}; }"
|
||||
"E & { enhancements: { dynamicActions: ",
|
||||
{
|
||||
"pluginId": "uiActionsEnhanced",
|
||||
"scope": "public",
|
||||
"docId": "kibUiActionsEnhancedPluginApi",
|
||||
"section": "def-public.DynamicActionManager",
|
||||
"text": "DynamicActionManager"
|
||||
},
|
||||
"; }; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/embeddable_enhanced/public/types.ts",
|
||||
|
|
|
@ -181,7 +181,59 @@
|
|||
"path": "x-pack/plugins/encrypted_saved_objects/server/saved_objects/index.ts",
|
||||
"lineNumber": 41
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
|
@ -305,7 +357,32 @@
|
|||
"path": "x-pack/plugins/encrypted_saved_objects/server/plugin.ts",
|
||||
"lineNumber": 36
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "encryptedSavedObjects",
|
||||
|
@ -315,13 +392,166 @@
|
|||
"label": "createMigration",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"CreateEncryptedSavedObjectsMigrationFn"
|
||||
"<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>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/plugin.ts",
|
||||
"lineNumber": 37
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"lifecycle": "setup",
|
||||
|
@ -354,7 +584,26 @@
|
|||
"path": "x-pack/plugins/encrypted_saved_objects/server/plugin.ts",
|
||||
"lineNumber": 41
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "encryptedSavedObjects",
|
||||
|
@ -364,13 +613,42 @@
|
|||
"label": "getClient",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"ClientInstanciator"
|
||||
"(options?: ",
|
||||
"EncryptedSavedObjectsClientOptions",
|
||||
" | undefined) => ",
|
||||
{
|
||||
"pluginId": "encryptedSavedObjects",
|
||||
"scope": "server",
|
||||
"docId": "kibEncryptedSavedObjectsPluginApi",
|
||||
"section": "def-server.EncryptedSavedObjectsClient",
|
||||
"text": "EncryptedSavedObjectsClient"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/plugin.ts",
|
||||
"lineNumber": 42
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"lifecycle": "start",
|
||||
|
|
|
@ -49,7 +49,14 @@
|
|||
"<boolean>; accessCheckTimeout: ",
|
||||
"Type",
|
||||
"<number>; accessCheckTimeoutWarning: ",
|
||||
"Type"
|
||||
"Type",
|
||||
"<number>; ssl: ",
|
||||
"ObjectType",
|
||||
"<{ certificateAuthorities: ",
|
||||
"Type",
|
||||
"<string | string[] | undefined>; verificationMode: ",
|
||||
"Type",
|
||||
"<\"none\" | \"certificate\" | \"full\">; }>; }>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/enterprise_search/server/index.ts",
|
||||
|
|
|
@ -35,15 +35,8 @@
|
|||
"label": "getDerivedStateFromProps",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"typeof ",
|
||||
{
|
||||
"pluginId": "esUiShared",
|
||||
"scope": "public",
|
||||
"docId": "kibEsUiSharedPluginApi",
|
||||
"section": "def-public.CronEditor",
|
||||
"text": "CronEditor"
|
||||
},
|
||||
".getDerivedStateFromProps"
|
||||
"(props: Props) => ",
|
||||
"FieldToValueMap"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/es_ui_shared/public/components/cron_editor/cron_editor.tsx",
|
||||
|
@ -357,13 +350,32 @@
|
|||
"label": "JsonEditor",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"typeof JsonEditorComp"
|
||||
"<T extends object = { [key: string]: any; }>({ label, helpText, onUpdate, value, defaultValue, euiCodeEditorProps, error: propsError, }: Props<T>) => JSX.Element"
|
||||
],
|
||||
"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
|
||||
},
|
||||
{
|
||||
|
@ -1271,7 +1283,9 @@
|
|||
"path": "src/plugins/es_ui_shared/public/request/use_request.ts",
|
||||
"lineNumber": 25
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
|
@ -1377,14 +1391,32 @@
|
|||
"label": "indexNameBeginsWithPeriod",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"typeof ",
|
||||
"indexNameBeginsWithPeriod"
|
||||
"(indexName?: string | undefined) => boolean"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/es_ui_shared/public/indices/index.ts",
|
||||
"lineNumber": 19
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "esUiShared",
|
||||
|
@ -1394,14 +1426,29 @@
|
|||
"label": "findIllegalCharactersInIndexName",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"typeof ",
|
||||
"findIllegalCharactersInIndexName"
|
||||
"(indexName: string) => string[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/es_ui_shared/public/indices/index.ts",
|
||||
"lineNumber": 20
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "esUiShared",
|
||||
|
@ -1411,14 +1458,29 @@
|
|||
"label": "indexNameContainsSpaces",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"typeof ",
|
||||
"indexNameContainsSpaces"
|
||||
"(indexName: string) => boolean"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/es_ui_shared/public/indices/index.ts",
|
||||
"lineNumber": 21
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
|
|
|
@ -687,7 +687,7 @@
|
|||
"label": "logEvent",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"(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"
|
||||
"(properties: DeepPartial<DeepWriteable<Readonly<{ kibana?: Readonly<{ saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; type_id?: string | undefined; } & {}>[] | undefined; alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; server_uuid?: string | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ type?: string | undefined; id?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; event?: Readonly<{ start?: string | undefined; type?: string[] | undefined; id?: string | undefined; url?: string | undefined; end?: string | undefined; category?: string[] | undefined; code?: string | undefined; action?: string | undefined; kind?: string | undefined; original?: string | undefined; severity?: number | undefined; created?: string | undefined; dataset?: string | undefined; duration?: number | undefined; hash?: string | undefined; ingested?: string | undefined; module?: string | undefined; outcome?: string | undefined; provider?: string | undefined; reason?: string | undefined; reference?: string | undefined; risk_score?: number | undefined; risk_score_norm?: number | undefined; sequence?: number | undefined; timezone?: string | undefined; } & {}> | undefined; rule?: Readonly<{ description?: string | undefined; id?: string | undefined; name?: string | undefined; version?: string | undefined; license?: string | undefined; category?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; uuid?: string | undefined; } & {}> | undefined; '@timestamp'?: string | undefined; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}>>> | undefined) => void"
|
||||
],
|
||||
"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<{ 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"
|
||||
"DeepPartial<DeepWriteable<Readonly<{ kibana?: Readonly<{ saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; type_id?: string | undefined; } & {}>[] | undefined; alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; server_uuid?: string | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ type?: string | undefined; id?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; event?: Readonly<{ start?: string | undefined; type?: string[] | undefined; id?: string | undefined; url?: string | undefined; end?: string | undefined; category?: string[] | undefined; code?: string | undefined; action?: string | undefined; kind?: string | undefined; original?: string | undefined; severity?: number | undefined; created?: string | undefined; dataset?: string | undefined; duration?: number | undefined; hash?: string | undefined; ingested?: string | undefined; module?: string | undefined; outcome?: string | undefined; provider?: string | undefined; reason?: string | undefined; reference?: string | undefined; risk_score?: number | undefined; risk_score_norm?: number | undefined; sequence?: number | undefined; timezone?: string | undefined; } & {}> | undefined; rule?: Readonly<{ description?: string | undefined; id?: string | undefined; name?: string | undefined; version?: string | undefined; license?: string | undefined; category?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; uuid?: string | undefined; } & {}> | undefined; '@timestamp'?: string | undefined; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}>>> | undefined"
|
||||
],
|
||||
"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<{ 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"
|
||||
"(event: DeepPartial<DeepWriteable<Readonly<{ kibana?: Readonly<{ saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; type_id?: string | undefined; } & {}>[] | undefined; alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; server_uuid?: string | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ type?: string | undefined; id?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; event?: Readonly<{ start?: string | undefined; type?: string[] | undefined; id?: string | undefined; url?: string | undefined; end?: string | undefined; category?: string[] | undefined; code?: string | undefined; action?: string | undefined; kind?: string | undefined; original?: string | undefined; severity?: number | undefined; created?: string | undefined; dataset?: string | undefined; duration?: number | undefined; hash?: string | undefined; ingested?: string | undefined; module?: string | undefined; outcome?: string | undefined; provider?: string | undefined; reason?: string | undefined; reference?: string | undefined; risk_score?: number | undefined; risk_score_norm?: number | undefined; sequence?: number | undefined; timezone?: string | undefined; } & {}> | undefined; rule?: Readonly<{ description?: string | undefined; id?: string | undefined; name?: string | undefined; version?: string | undefined; license?: string | undefined; category?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; uuid?: string | undefined; } & {}> | undefined; '@timestamp'?: string | undefined; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}>>> | undefined) => void"
|
||||
],
|
||||
"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<{ 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"
|
||||
"DeepPartial<DeepWriteable<Readonly<{ kibana?: Readonly<{ saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; type_id?: string | undefined; } & {}>[] | undefined; alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; server_uuid?: string | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ type?: string | undefined; id?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; event?: Readonly<{ start?: string | undefined; type?: string[] | undefined; id?: string | undefined; url?: string | undefined; end?: string | undefined; category?: string[] | undefined; code?: string | undefined; action?: string | undefined; kind?: string | undefined; original?: string | undefined; severity?: number | undefined; created?: string | undefined; dataset?: string | undefined; duration?: number | undefined; hash?: string | undefined; ingested?: string | undefined; module?: string | undefined; outcome?: string | undefined; provider?: string | undefined; reason?: string | undefined; reference?: string | undefined; risk_score?: number | undefined; risk_score_norm?: number | undefined; sequence?: number | undefined; timezone?: string | undefined; } & {}> | undefined; rule?: Readonly<{ description?: string | undefined; id?: string | undefined; name?: string | undefined; version?: string | undefined; license?: string | undefined; category?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; uuid?: string | undefined; } & {}> | undefined; '@timestamp'?: string | undefined; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}>>> | undefined"
|
||||
],
|
||||
"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<{ 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"
|
||||
"(event: DeepPartial<DeepWriteable<Readonly<{ kibana?: Readonly<{ saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; type_id?: string | undefined; } & {}>[] | undefined; alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; server_uuid?: string | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ type?: string | undefined; id?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; event?: Readonly<{ start?: string | undefined; type?: string[] | undefined; id?: string | undefined; url?: string | undefined; end?: string | undefined; category?: string[] | undefined; code?: string | undefined; action?: string | undefined; kind?: string | undefined; original?: string | undefined; severity?: number | undefined; created?: string | undefined; dataset?: string | undefined; duration?: number | undefined; hash?: string | undefined; ingested?: string | undefined; module?: string | undefined; outcome?: string | undefined; provider?: string | undefined; reason?: string | undefined; reference?: string | undefined; risk_score?: number | undefined; risk_score_norm?: number | undefined; sequence?: number | undefined; timezone?: string | undefined; } & {}> | undefined; rule?: Readonly<{ description?: string | undefined; id?: string | undefined; name?: string | undefined; version?: string | undefined; license?: string | undefined; category?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; uuid?: string | undefined; } & {}> | undefined; '@timestamp'?: string | undefined; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}>>> | undefined) => void"
|
||||
],
|
||||
"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<{ 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"
|
||||
"DeepPartial<DeepWriteable<Readonly<{ kibana?: Readonly<{ saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; type_id?: string | undefined; } & {}>[] | undefined; alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; server_uuid?: string | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ type?: string | undefined; id?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; event?: Readonly<{ start?: string | undefined; type?: string[] | undefined; id?: string | undefined; url?: string | undefined; end?: string | undefined; category?: string[] | undefined; code?: string | undefined; action?: string | undefined; kind?: string | undefined; original?: string | undefined; severity?: number | undefined; created?: string | undefined; dataset?: string | undefined; duration?: number | undefined; hash?: string | undefined; ingested?: string | undefined; module?: string | undefined; outcome?: string | undefined; provider?: string | undefined; reason?: string | undefined; reference?: string | undefined; risk_score?: number | undefined; risk_score_norm?: number | undefined; sequence?: number | undefined; timezone?: string | undefined; } & {}> | undefined; rule?: Readonly<{ description?: string | undefined; id?: string | undefined; name?: string | undefined; version?: string | undefined; license?: string | undefined; category?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; uuid?: string | undefined; } & {}> | undefined; '@timestamp'?: string | undefined; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}>>> | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
|
@ -850,7 +850,7 @@
|
|||
"label": "data",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"(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)[]"
|
||||
"(Readonly<{ kibana?: Readonly<{ saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; type_id?: string | undefined; } & {}>[] | undefined; alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; server_uuid?: string | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ type?: string | undefined; id?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; event?: Readonly<{ start?: string | undefined; type?: string[] | undefined; id?: string | undefined; url?: string | undefined; end?: string | undefined; category?: string[] | undefined; code?: string | undefined; action?: string | undefined; kind?: string | undefined; original?: string | undefined; severity?: number | undefined; created?: string | undefined; dataset?: string | undefined; duration?: number | undefined; hash?: string | undefined; ingested?: string | undefined; module?: string | undefined; outcome?: string | undefined; provider?: string | undefined; reason?: string | undefined; reference?: string | undefined; risk_score?: number | undefined; risk_score_norm?: number | undefined; sequence?: number | undefined; timezone?: string | undefined; } & {}> | undefined; rule?: Readonly<{ description?: string | undefined; id?: string | undefined; name?: string | undefined; version?: string | undefined; license?: string | undefined; category?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; uuid?: string | undefined; } & {}> | undefined; '@timestamp'?: string | undefined; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}> | undefined)[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
|
@ -872,7 +872,7 @@
|
|||
"label": "IEvent",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"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; } & {}>>>"
|
||||
"DeepPartial<DeepWriteable<Readonly<{ kibana?: Readonly<{ saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; type_id?: string | undefined; } & {}>[] | undefined; alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; server_uuid?: string | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ type?: string | undefined; id?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; event?: Readonly<{ start?: string | undefined; type?: string[] | undefined; id?: string | undefined; url?: string | undefined; end?: string | undefined; category?: string[] | undefined; code?: string | undefined; action?: string | undefined; kind?: string | undefined; original?: string | undefined; severity?: number | undefined; created?: string | undefined; dataset?: string | undefined; duration?: number | undefined; hash?: string | undefined; ingested?: string | undefined; module?: string | undefined; outcome?: string | undefined; provider?: string | undefined; reason?: string | undefined; reference?: string | undefined; risk_score?: number | undefined; risk_score_norm?: number | undefined; sequence?: number | undefined; timezone?: string | undefined; } & {}> | undefined; rule?: Readonly<{ description?: string | undefined; id?: string | undefined; name?: string | undefined; version?: string | undefined; license?: string | undefined; category?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; uuid?: string | undefined; } & {}> | undefined; '@timestamp'?: string | undefined; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}>>> | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/generated/schemas.ts",
|
||||
|
@ -889,7 +889,7 @@
|
|||
"label": "IValidatedEvent",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"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; } & {}>"
|
||||
"Readonly<{ kibana?: Readonly<{ saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; type_id?: string | undefined; } & {}>[] | undefined; alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; server_uuid?: string | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ type?: string | undefined; id?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; event?: Readonly<{ start?: string | undefined; type?: string[] | undefined; id?: string | undefined; url?: string | undefined; end?: string | undefined; category?: string[] | undefined; code?: string | undefined; action?: string | undefined; kind?: string | undefined; original?: string | undefined; severity?: number | undefined; created?: string | undefined; dataset?: string | undefined; duration?: number | undefined; hash?: string | undefined; ingested?: string | undefined; module?: string | undefined; outcome?: string | undefined; provider?: string | undefined; reason?: string | undefined; reference?: string | undefined; risk_score?: number | undefined; risk_score_norm?: number | undefined; sequence?: number | undefined; timezone?: string | undefined; } & {}> | undefined; rule?: Readonly<{ description?: string | undefined; id?: string | undefined; name?: string | undefined; version?: string | undefined; license?: string | undefined; category?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; uuid?: string | undefined; } & {}> | undefined; '@timestamp'?: string | undefined; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}> | undefined"
|
||||
],
|
||||
"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<{ 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) => ",
|
||||
"(properties: DeepPartial<DeepWriteable<Readonly<{ kibana?: Readonly<{ saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; type_id?: string | undefined; } & {}>[] | undefined; alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; server_uuid?: string | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ type?: string | undefined; id?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; event?: Readonly<{ start?: string | undefined; type?: string[] | undefined; id?: string | undefined; url?: string | undefined; end?: string | undefined; category?: string[] | undefined; code?: string | undefined; action?: string | undefined; kind?: string | undefined; original?: string | undefined; severity?: number | undefined; created?: string | undefined; dataset?: string | undefined; duration?: number | undefined; hash?: string | undefined; ingested?: string | undefined; module?: string | undefined; outcome?: string | undefined; provider?: string | undefined; reason?: string | undefined; reference?: string | undefined; risk_score?: number | undefined; risk_score_norm?: number | undefined; sequence?: number | undefined; timezone?: string | undefined; } & {}> | undefined; rule?: Readonly<{ description?: string | undefined; id?: string | undefined; name?: string | undefined; version?: string | undefined; license?: string | undefined; category?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; uuid?: string | undefined; } & {}> | undefined; '@timestamp'?: string | undefined; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}>>> | undefined) => ",
|
||||
{
|
||||
"pluginId": "eventLog",
|
||||
"scope": "server",
|
||||
|
@ -1194,7 +1194,7 @@
|
|||
"label": "properties",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"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"
|
||||
"DeepPartial<DeepWriteable<Readonly<{ kibana?: Readonly<{ saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; type_id?: string | undefined; } & {}>[] | undefined; alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; server_uuid?: string | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ type?: string | undefined; id?: string | undefined; message?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; event?: Readonly<{ start?: string | undefined; type?: string[] | undefined; id?: string | undefined; url?: string | undefined; end?: string | undefined; category?: string[] | undefined; code?: string | undefined; action?: string | undefined; kind?: string | undefined; original?: string | undefined; severity?: number | undefined; created?: string | undefined; dataset?: string | undefined; duration?: number | undefined; hash?: string | undefined; ingested?: string | undefined; module?: string | undefined; outcome?: string | undefined; provider?: string | undefined; reason?: string | undefined; reference?: string | undefined; risk_score?: number | undefined; risk_score_norm?: number | undefined; sequence?: number | undefined; timezone?: string | undefined; } & {}> | undefined; rule?: Readonly<{ description?: string | undefined; id?: string | undefined; name?: string | undefined; version?: string | undefined; license?: string | undefined; category?: string | undefined; reference?: string | undefined; author?: string[] | undefined; ruleset?: string | undefined; uuid?: string | undefined; } & {}> | undefined; '@timestamp'?: string | undefined; log?: Readonly<{ logger?: string | undefined; level?: string | undefined; } & {}> | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; } & {}>>> | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -132,7 +132,7 @@
|
|||
"label": "category",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"Readonly<{ id: string; label: string; ariaLabel?: string | undefined; order?: number | undefined; euiIconType?: string | undefined; }>"
|
||||
"{ readonly id: string; readonly label: string; readonly ariaLabel?: string | undefined; readonly order?: number | undefined; readonly euiIconType?: string | undefined; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/features/common/kibana_feature.ts",
|
||||
|
@ -1312,7 +1312,7 @@
|
|||
"label": "category",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"Readonly<{ id: string; label: string; ariaLabel?: string | undefined; order?: number | undefined; euiIconType?: string | undefined; }>"
|
||||
"{ readonly id: string; readonly label: string; readonly ariaLabel?: string | undefined; readonly order?: number | undefined; readonly euiIconType?: string | undefined; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/features/common/kibana_feature.ts",
|
||||
|
@ -2401,13 +2401,72 @@
|
|||
"\nUtility for iterating through all privileges belonging to a specific feature.\n{@see FeaturePrivilegeIterator }"
|
||||
],
|
||||
"signature": [
|
||||
"FeaturePrivilegeIterator"
|
||||
"(feature: ",
|
||||
{
|
||||
"pluginId": "features",
|
||||
"scope": "common",
|
||||
"docId": "kibFeaturesPluginApi",
|
||||
"section": "def-common.KibanaFeature",
|
||||
"text": "KibanaFeature"
|
||||
},
|
||||
", options: ",
|
||||
"FeaturePrivilegeIteratorOptions",
|
||||
") => IterableIterator<{ privilegeId: string; privilege: ",
|
||||
{
|
||||
"pluginId": "features",
|
||||
"scope": "common",
|
||||
"docId": "kibFeaturesPluginApi",
|
||||
"section": "def-common.FeatureKibanaPrivileges",
|
||||
"text": "FeatureKibanaPrivileges"
|
||||
},
|
||||
"; }>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/features/server/plugin.ts",
|
||||
"lineNumber": 70
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "features",
|
||||
"id": "def-server.feature",
|
||||
"type": "Object",
|
||||
"tags": [],
|
||||
"label": "feature",
|
||||
"description": [],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "features",
|
||||
"scope": "common",
|
||||
"docId": "kibFeaturesPluginApi",
|
||||
"section": "def-common.KibanaFeature",
|
||||
"text": "KibanaFeature"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/features/server/feature_privilege_iterator/feature_privilege_iterator.ts",
|
||||
"lineNumber": 44
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "features",
|
||||
"id": "def-server.options",
|
||||
"type": "Object",
|
||||
"tags": [],
|
||||
"label": "options",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"FeaturePrivilegeIteratorOptions"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/features/server/feature_privilege_iterator/feature_privilege_iterator.ts",
|
||||
"lineNumber": 45
|
||||
},
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "features",
|
||||
|
@ -2419,13 +2478,70 @@
|
|||
"\nUtility for iterating through all sub-feature privileges belonging to a specific feature.\n{@see SubFeaturePrivilegeIterator }"
|
||||
],
|
||||
"signature": [
|
||||
"SubFeaturePrivilegeIterator"
|
||||
"(feature: ",
|
||||
{
|
||||
"pluginId": "features",
|
||||
"scope": "common",
|
||||
"docId": "kibFeaturesPluginApi",
|
||||
"section": "def-common.KibanaFeature",
|
||||
"text": "KibanaFeature"
|
||||
},
|
||||
", licenseType: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\") => IterableIterator<",
|
||||
{
|
||||
"pluginId": "features",
|
||||
"scope": "common",
|
||||
"docId": "kibFeaturesPluginApi",
|
||||
"section": "def-common.SubFeaturePrivilegeConfig",
|
||||
"text": "SubFeaturePrivilegeConfig"
|
||||
},
|
||||
">"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/features/server/plugin.ts",
|
||||
"lineNumber": 76
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "features",
|
||||
"id": "def-server.feature",
|
||||
"type": "Object",
|
||||
"tags": [],
|
||||
"label": "feature",
|
||||
"description": [],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "features",
|
||||
"scope": "common",
|
||||
"docId": "kibFeaturesPluginApi",
|
||||
"section": "def-common.KibanaFeature",
|
||||
"text": "KibanaFeature"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/features/server/feature_privilege_iterator/sub_feature_privilege_iterator.ts",
|
||||
"lineNumber": 18
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "features",
|
||||
"id": "def-server.licenseType",
|
||||
"type": "CompoundType",
|
||||
"tags": [],
|
||||
"label": "licenseType",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"\"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/features/server/feature_privilege_iterator/sub_feature_privilege_iterator.ts",
|
||||
"lineNumber": 19
|
||||
},
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
|
@ -2817,7 +2933,7 @@
|
|||
"label": "category",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"Readonly<{ id: string; label: string; ariaLabel?: string | undefined; order?: number | undefined; euiIconType?: string | undefined; }>"
|
||||
"{ readonly id: string; readonly label: string; readonly ariaLabel?: string | undefined; readonly order?: number | undefined; readonly euiIconType?: string | undefined; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/features/common/kibana_feature.ts",
|
||||
|
@ -4001,13 +4117,7 @@
|
|||
"\nThe type of privilege group.\n- `mutually_exclusive`::\n Users will be able to select at most one privilege within this group.\n Privileges must be specified in descending order of permissiveness (e.g. `All`, `Read`, not `Read`, `All)\n- `independent`::\n Users will be able to select any combination of privileges within this group."
|
||||
],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "features",
|
||||
"scope": "common",
|
||||
"docId": "kibFeaturesPluginApi",
|
||||
"section": "def-common.SubFeaturePrivilegeGroupType",
|
||||
"text": "SubFeaturePrivilegeGroupType"
|
||||
}
|
||||
"\"mutually_exclusive\" | \"independent\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/features/common/sub_feature.ts",
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
"label": "FileDataVisualizerPluginStart",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"{ getFileDataVisualizerComponent: typeof getFileDataVisualizerComponent; getMaxBytesFormatted: typeof getMaxBytesFormatted; }"
|
||||
"{ getFileDataVisualizerComponent: () => Promise<React.FC<{}>>; getMaxBytesFormatted: () => string; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/file_data_visualizer/public/plugin.ts",
|
||||
|
@ -230,7 +230,7 @@
|
|||
"label": "JobFieldType",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"\"number\" | \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"unknown\" | \"ip\" | \"geo_point\" | \"geo_shape\""
|
||||
"\"number\" | \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"ip\" | \"geo_point\" | \"geo_shape\" | \"unknown\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/file_data_visualizer/common/types.ts",
|
||||
|
|
|
@ -125,7 +125,52 @@
|
|||
"path": "x-pack/plugins/file_upload/public/lazy_load_bundle/index.ts",
|
||||
"lineNumber": 25
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "fileUpload",
|
||||
|
@ -141,7 +186,9 @@
|
|||
"path": "x-pack/plugins/file_upload/public/lazy_load_bundle/index.ts",
|
||||
"lineNumber": 26
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"parentPluginId": "fileUpload",
|
||||
|
@ -157,7 +204,9 @@
|
|||
"path": "x-pack/plugins/file_upload/public/lazy_load_bundle/index.ts",
|
||||
"lineNumber": 27
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"parentPluginId": "fileUpload",
|
||||
|
@ -173,7 +222,9 @@
|
|||
"path": "x-pack/plugins/file_upload/public/lazy_load_bundle/index.ts",
|
||||
"lineNumber": 28
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"parentPluginId": "fileUpload",
|
||||
|
@ -197,7 +248,32 @@
|
|||
"path": "x-pack/plugins/file_upload/public/lazy_load_bundle/index.ts",
|
||||
"lineNumber": 29
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "fileUpload",
|
||||
|
@ -213,7 +289,9 @@
|
|||
"path": "x-pack/plugins/file_upload/public/lazy_load_bundle/index.ts",
|
||||
"lineNumber": 30
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
|
@ -880,7 +958,39 @@
|
|||
"path": "x-pack/plugins/file_upload/public/components/geojson_upload_form/index_name_form.tsx",
|
||||
"lineNumber": 17
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "fileUpload",
|
||||
|
@ -896,7 +1006,9 @@
|
|||
"path": "x-pack/plugins/file_upload/public/components/geojson_upload_form/index_name_form.tsx",
|
||||
"lineNumber": 18
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"parentPluginId": "fileUpload",
|
||||
|
@ -912,7 +1024,9 @@
|
|||
"path": "x-pack/plugins/file_upload/public/components/geojson_upload_form/index_name_form.tsx",
|
||||
"lineNumber": 19
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
|
@ -1241,7 +1355,208 @@
|
|||
"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",
|
||||
|
@ -1524,12 +1839,13 @@
|
|||
"label": "doc",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"string | object | ",
|
||||
{
|
||||
"pluginId": "fileUpload",
|
||||
"scope": "common",
|
||||
"docId": "kibFileUploadPluginApi",
|
||||
"section": "def-common.ImportDoc",
|
||||
"text": "ImportDoc"
|
||||
"section": "def-common.Doc",
|
||||
"text": "Doc"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
|
@ -1983,7 +2299,14 @@
|
|||
"label": "FormattedOverrides",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"InputOverrides & { column_names: string[]; has_header_row: boolean; should_trim_fields: boolean; }"
|
||||
{
|
||||
"pluginId": "fileUpload",
|
||||
"scope": "common",
|
||||
"docId": "kibFileUploadPluginApi",
|
||||
"section": "def-common.InputOverrides",
|
||||
"text": "InputOverrides"
|
||||
},
|
||||
" & { column_names: string[]; has_header_row: boolean; should_trim_fields: boolean; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/file_upload/common/types.ts",
|
||||
|
|
3066
api_docs/fleet.json
3066
api_docs/fleet.json
File diff suppressed because it is too large
Load diff
|
@ -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": [
|
||||
"GlobalSearchProviderResultUrl"
|
||||
"string | { path: string; prependBasePath: boolean; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
|
@ -478,7 +478,9 @@
|
|||
"path": "x-pack/plugins/global_search/public/types.ts",
|
||||
"lineNumber": 53
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
|
@ -532,7 +534,9 @@
|
|||
"\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",
|
||||
|
@ -551,7 +555,15 @@
|
|||
"label": "GlobalSearchPluginSetup",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"{ registerResultProvider: (provider: GlobalSearchResultProvider) => void; }"
|
||||
"{ registerResultProvider: (provider: ",
|
||||
{
|
||||
"pluginId": "globalSearch",
|
||||
"scope": "public",
|
||||
"docId": "kibGlobalSearchPluginApi",
|
||||
"section": "def-public.GlobalSearchResultProvider",
|
||||
"text": "GlobalSearchResultProvider"
|
||||
},
|
||||
") => void; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/public/types.ts",
|
||||
|
@ -579,7 +591,9 @@
|
|||
"section": "def-public.GlobalSearchFindOptions",
|
||||
"text": "GlobalSearchFindOptions"
|
||||
},
|
||||
") => Observable<",
|
||||
") => ",
|
||||
"Observable",
|
||||
"<",
|
||||
"GlobalSearchBatchedResults",
|
||||
">; getSearchableTypes: () => Promise<string[]>; }"
|
||||
],
|
||||
|
@ -744,7 +758,10 @@
|
|||
"text": "IUiSettingsClient"
|
||||
},
|
||||
"; }; capabilities: ",
|
||||
"Observable"
|
||||
"Observable",
|
||||
"<",
|
||||
"Capabilities",
|
||||
">; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/server/types.ts",
|
||||
|
@ -910,7 +927,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": [
|
||||
"GlobalSearchProviderResultUrl"
|
||||
"string | { path: string; prependBasePath: boolean; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/common/types.ts",
|
||||
|
@ -1011,7 +1028,8 @@
|
|||
") => ",
|
||||
"Observable",
|
||||
"<",
|
||||
"GlobalSearchProviderResult"
|
||||
"GlobalSearchProviderResult",
|
||||
"[]>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/server/types.ts",
|
||||
|
@ -1103,7 +1121,32 @@
|
|||
"path": "x-pack/plugins/global_search/server/types.ts",
|
||||
"lineNumber": 140
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
|
@ -1214,7 +1257,9 @@
|
|||
"path": "x-pack/plugins/global_search/server/types.ts",
|
||||
"lineNumber": 57
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
|
@ -1251,7 +1296,9 @@
|
|||
"\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",
|
||||
|
@ -1270,19 +1317,33 @@
|
|||
"label": "GlobalSearchPluginStart",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"{ find: (params: GlobalSearchFindParams, options: GlobalSearchFindOptions, request: ",
|
||||
"{ find: (params: ",
|
||||
"GlobalSearchFindParams",
|
||||
", options: ",
|
||||
{
|
||||
"pluginId": "globalSearch",
|
||||
"scope": "server",
|
||||
"docId": "kibGlobalSearchPluginApi",
|
||||
"section": "def-server.GlobalSearchFindOptions",
|
||||
"text": "GlobalSearchFindOptions"
|
||||
},
|
||||
", request: ",
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "server",
|
||||
"docId": "kibCorePluginApi",
|
||||
"docId": "kibCoreHttpPluginApi",
|
||||
"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": "kibCorePluginApi",
|
||||
"docId": "kibCoreHttpPluginApi",
|
||||
"section": "def-server.KibanaRequest",
|
||||
"text": "KibanaRequest"
|
||||
},
|
||||
|
@ -1304,7 +1365,15 @@
|
|||
"label": "GlobalSearchPluginSetup",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"{ registerResultProvider: (provider: GlobalSearchResultProvider) => void; }"
|
||||
"{ registerResultProvider: (provider: ",
|
||||
{
|
||||
"pluginId": "globalSearch",
|
||||
"scope": "server",
|
||||
"docId": "kibGlobalSearchPluginApi",
|
||||
"section": "def-server.GlobalSearchResultProvider",
|
||||
"text": "GlobalSearchResultProvider"
|
||||
},
|
||||
") => void; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/global_search/server/types.ts",
|
||||
|
|
|
@ -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": [
|
||||
"IconType"
|
||||
"string | React.ComponentClass<{}, any> | React.FunctionComponent<{}>"
|
||||
],
|
||||
"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": [
|
||||
"IconType"
|
||||
"string | React.ComponentClass<{}, any> | React.FunctionComponent<{}>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/home/public/services/feature_catalogue/feature_catalogue_registry.ts",
|
||||
|
@ -547,7 +547,7 @@
|
|||
"label": "TutorialDirectoryHeaderLinkComponent",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"(props: { children?: React.ReactNode; }, context: any) => React.ReactElement<any, any> | null"
|
||||
"React.FunctionComponent<{}>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/home/public/services/tutorials/tutorial_service.ts",
|
||||
|
@ -564,7 +564,7 @@
|
|||
"label": "TutorialDirectoryNoticeComponent",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"(props: { children?: React.ReactNode; }, context: any) => React.ReactElement<any, any> | null"
|
||||
"React.FunctionComponent<{}>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/home/public/services/tutorials/tutorial_service.ts",
|
||||
|
@ -581,7 +581,7 @@
|
|||
"label": "TutorialModuleNoticeComponent",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"(props: React.PropsWithChildren<{ moduleName: string; }>, context: any) => React.ReactElement<any, any> | null"
|
||||
"React.FunctionComponent<{ moduleName: string; }>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/home/public/services/tutorials/tutorial_service.ts",
|
||||
|
@ -598,13 +598,7 @@
|
|||
"label": "TutorialSetup",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"{ 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; }"
|
||||
"{ 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; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/home/public/plugin.ts",
|
||||
|
@ -1084,9 +1078,21 @@
|
|||
"label": "SampleDataRegistrySetup",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"{ registerSampleDataset: (specProvider: SampleDatasetProvider) => void; getSampleDatasets: () => ",
|
||||
"{ registerSampleDataset: (specProvider: ",
|
||||
{
|
||||
"pluginId": "home",
|
||||
"scope": "server",
|
||||
"docId": "kibHomePluginApi",
|
||||
"section": "def-server.SampleDatasetProvider",
|
||||
"text": "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",
|
||||
|
@ -1124,7 +1130,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\" | \"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; } & {}>[]; }>[]; }>[]; }>; }>"
|
||||
") => 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; } & {}>[]; }>[]; }>[]; }>; }>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/home/server/services/tutorials/lib/tutorials_registry_types.ts",
|
||||
|
|
|
@ -1262,7 +1262,7 @@
|
|||
"label": "health",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"ClusterStatus"
|
||||
"\"green\" | \"yellow\" | \"red\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/index_management/common/types/data_streams.ts",
|
||||
|
@ -1491,7 +1491,7 @@
|
|||
"label": "status",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"HealthFromEs"
|
||||
"\"GREEN\" | \"YELLOW\" | \"RED\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/index_management/common/types/data_streams.ts",
|
||||
|
|
|
@ -67,15 +67,13 @@
|
|||
"label": "getDerivedStateFromProps",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"typeof ",
|
||||
{
|
||||
"pluginId": "indexPatternFieldEditor",
|
||||
"scope": "public",
|
||||
"docId": "kibIndexPatternFieldEditorPluginApi",
|
||||
"section": "def-public.DefaultFormatEditor",
|
||||
"text": "DefaultFormatEditor"
|
||||
},
|
||||
".getDerivedStateFromProps"
|
||||
"(nextProps: ",
|
||||
"FormatEditorProps",
|
||||
"<{}>, state: ",
|
||||
"FormatEditorState",
|
||||
") => { error: string | undefined; samples: ",
|
||||
"Sample",
|
||||
"[]; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/default/default.tsx",
|
||||
|
@ -226,7 +224,7 @@
|
|||
"\nThe Kibana field type of the field to create or edit\nDefault: \"runtime\""
|
||||
],
|
||||
"signature": [
|
||||
"InternalFieldType"
|
||||
"\"concrete\" | \"runtime\""
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_field_editor/public/components/field_editor_flyout_content_container.tsx",
|
||||
|
@ -594,7 +592,42 @@
|
|||
"path": "src/plugins/index_pattern_field_editor/public/types.ts",
|
||||
"lineNumber": 33
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"lifecycle": "start",
|
||||
|
|
|
@ -799,7 +799,9 @@
|
|||
"path": "src/plugins/index_pattern_management/public/service/creation/config.ts",
|
||||
"lineNumber": 33
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"parentPluginId": "indexPatternManagement",
|
||||
|
@ -904,19 +906,54 @@
|
|||
"[]>; }; list: { getIndexPatternTags: (indexPattern: ",
|
||||
{
|
||||
"pluginId": "data",
|
||||
"scope": "public",
|
||||
"docId": "kibDataPluginApi",
|
||||
"section": "def-public.IIndexPattern",
|
||||
"scope": "common",
|
||||
"docId": "kibDataIndexPatternsPluginApi",
|
||||
"section": "def-common.IIndexPattern",
|
||||
"text": "IIndexPattern"
|
||||
},
|
||||
" | ",
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "public",
|
||||
"docId": "kibCorePluginApi",
|
||||
"docId": "kibCoreSavedObjectsPluginApi",
|
||||
"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",
|
||||
|
|
|
@ -109,7 +109,23 @@
|
|||
"path": "x-pack/plugins/infra/common/formatters/index.ts",
|
||||
"lineNumber": 16
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "infra",
|
||||
|
@ -127,7 +143,23 @@
|
|||
"path": "x-pack/plugins/infra/common/formatters/index.ts",
|
||||
"lineNumber": 19
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "infra",
|
||||
|
@ -145,7 +177,23 @@
|
|||
"path": "x-pack/plugins/infra/common/formatters/index.ts",
|
||||
"lineNumber": 21
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "infra",
|
||||
|
@ -163,7 +211,23 @@
|
|||
"path": "x-pack/plugins/infra/common/formatters/index.ts",
|
||||
"lineNumber": 23
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "infra",
|
||||
|
@ -179,7 +243,23 @@
|
|||
"path": "x-pack/plugins/infra/common/formatters/index.ts",
|
||||
"lineNumber": 24
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "infra",
|
||||
|
@ -195,7 +275,23 @@
|
|||
"path": "x-pack/plugins/infra/common/formatters/index.ts",
|
||||
"lineNumber": 25
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
|
@ -233,7 +329,9 @@
|
|||
"label": "InfraRequestHandlerContext",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"InfraMlRequestHandlerContext & InfraSpacesRequestHandlerContext"
|
||||
"InfraMlRequestHandlerContext",
|
||||
" & ",
|
||||
"InfraSpacesRequestHandlerContext"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/infra/server/types.ts",
|
||||
|
@ -273,7 +371,39 @@
|
|||
"path": "x-pack/plugins/infra/server/plugin.ts",
|
||||
"lineNumber": 76
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"lifecycle": "setup",
|
||||
|
|
|
@ -217,7 +217,8 @@
|
|||
"docId": "kibCorePluginApi",
|
||||
"section": "def-public.OverlayRef",
|
||||
"text": "OverlayRef"
|
||||
}
|
||||
},
|
||||
"; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/inspector/public/plugin.tsx",
|
||||
|
@ -291,8 +292,7 @@
|
|||
"section": "def-common.RequestAdapter",
|
||||
"text": "RequestAdapter"
|
||||
},
|
||||
" extends ",
|
||||
"EventEmitter"
|
||||
" extends EventEmitter"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/inspector/common/adapters/request/request_adapter.ts",
|
||||
|
@ -919,7 +919,23 @@
|
|||
"label": "component",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"React.ComponentType<",
|
||||
"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<",
|
||||
{
|
||||
"pluginId": "inspector",
|
||||
"scope": "public",
|
||||
|
@ -1215,7 +1231,13 @@
|
|||
"label": "InspectorSession",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"OverlayRef"
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "public",
|
||||
"docId": "kibCorePluginApi",
|
||||
"section": "def-public.OverlayRef",
|
||||
"text": "OverlayRef"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/inspector/public/types.ts",
|
||||
|
@ -1261,7 +1283,32 @@
|
|||
"path": "src/plugins/inspector/public/plugin.tsx",
|
||||
"lineNumber": 21
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "inspector",
|
||||
|
@ -1322,7 +1369,37 @@
|
|||
"path": "src/plugins/inspector/public/plugin.tsx",
|
||||
"lineNumber": 37
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "inspector",
|
||||
|
@ -1366,7 +1443,61 @@
|
|||
"path": "src/plugins/inspector/public/plugin.tsx",
|
||||
"lineNumber": 51
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"lifecycle": "start",
|
||||
|
@ -1402,8 +1533,7 @@
|
|||
"section": "def-common.RequestAdapter",
|
||||
"text": "RequestAdapter"
|
||||
},
|
||||
" extends ",
|
||||
"EventEmitter"
|
||||
" extends EventEmitter"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/inspector/common/adapters/request/request_adapter.ts",
|
||||
|
|
|
@ -982,6 +982,25 @@
|
|||
"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
|
||||
},
|
||||
{
|
||||
|
@ -1000,7 +1019,7 @@
|
|||
"section": "def-public.AngularHttpError",
|
||||
"text": "AngularHttpError"
|
||||
},
|
||||
") => any"
|
||||
") => string"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/kibana_legacy/public/notify/lib/format_angular_http_error.ts",
|
||||
|
@ -1184,6 +1203,8 @@
|
|||
"lineNumber": 15
|
||||
},
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
|
@ -1821,7 +1842,7 @@
|
|||
"label": "AngularHttpError",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"IHttpResponse<{ message: string; }>"
|
||||
"angular.IHttpResponse<{ message: string; }>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/kibana_legacy/public/notify/lib/format_angular_http_error.ts",
|
||||
|
@ -1838,7 +1859,7 @@
|
|||
"label": "createTopNavDirective",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"angular.Injectable<angular.IDirectiveFactory<angular.IScope, JQLite, angular.IAttributes, angular.IController>>"
|
||||
"angular.IDirectiveFactory<angular.IScope, JQLite, angular.IAttributes, angular.IController> | (string | angular.IDirectiveFactory<angular.IScope, JQLite, angular.IAttributes, angular.IController>)[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/kibana_legacy/public/angular/kbn_top_nav.d.ts",
|
||||
|
@ -1855,7 +1876,7 @@
|
|||
"label": "IPrivate",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"(provider: (...injectable: any[]) => T) => T"
|
||||
"<T>(provider: (...injectable: any[]) => T) => T"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/kibana_legacy/public/utils/private.d.ts",
|
||||
|
@ -1872,7 +1893,7 @@
|
|||
"label": "KbnAccessibleClickProvider",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"angular.Injectable<angular.IDirectiveFactory<angular.IScope, JQLite, angular.IAttributes, angular.IController>>"
|
||||
"angular.IDirectiveFactory<angular.IScope, JQLite, angular.IAttributes, angular.IController> | (string | 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
|
@ -368,9 +368,9 @@
|
|||
"label": "layers",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"Record<string, Pick<",
|
||||
"{ [x: string]: Pick<",
|
||||
"IndexPatternLayer",
|
||||
", \"columns\" | \"columnOrder\" | \"incompleteColumns\">>"
|
||||
", \"columns\" | \"columnOrder\" | \"incompleteColumns\">; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lens/public/indexpattern_datasource/types.ts",
|
||||
|
@ -484,8 +484,7 @@
|
|||
"\nPosition of the legend relative to the chart"
|
||||
],
|
||||
"signature": [
|
||||
"node_modules/utility-types/dist/utility-types",
|
||||
"$Values<Readonly<{ Top: \"top\"; Bottom: \"bottom\"; Left: \"left\"; Right: \"right\"; }>>"
|
||||
"\"top\" | \"bottom\" | \"left\" | \"right\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lens/public/xy_visualization/types.ts",
|
||||
|
@ -539,7 +538,15 @@
|
|||
"\nReact component which can be used to embed a Lens visualization into another application.\nSee `x-pack/examples/embedded_lens_example` for exemplary usage.\n\nThis API might undergo breaking changes even in minor versions.\n"
|
||||
],
|
||||
"signature": [
|
||||
"React.ComponentType<",
|
||||
"React.ComponentClass<",
|
||||
{
|
||||
"pluginId": "lens",
|
||||
"scope": "public",
|
||||
"docId": "kibLensPluginApi",
|
||||
"section": "def-public.EmbeddableComponentProps",
|
||||
"text": "EmbeddableComponentProps"
|
||||
},
|
||||
", any> | React.FunctionComponent<",
|
||||
{
|
||||
"pluginId": "lens",
|
||||
"scope": "public",
|
||||
|
@ -575,7 +582,44 @@
|
|||
"path": "x-pack/plugins/lens/public/plugin.ts",
|
||||
"lineNumber": 102
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "lens",
|
||||
"id": "def-public.input",
|
||||
"type": "CompoundType",
|
||||
"tags": [],
|
||||
"label": "input",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"LensByValueInput",
|
||||
" | ",
|
||||
"LensByReferenceInput"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lens/public/plugin.ts",
|
||||
"lineNumber": 102
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "lens",
|
||||
"id": "def-public.openInNewTab",
|
||||
"type": "CompoundType",
|
||||
"tags": [],
|
||||
"label": "openInNewTab",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"boolean | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lens/public/plugin.ts",
|
||||
"lineNumber": 102
|
||||
},
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "lens",
|
||||
|
@ -593,7 +637,9 @@
|
|||
"path": "x-pack/plugins/lens/public/plugin.ts",
|
||||
"lineNumber": 106
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"parentPluginId": "lens",
|
||||
|
@ -613,7 +659,9 @@
|
|||
"path": "x-pack/plugins/lens/public/plugin.ts",
|
||||
"lineNumber": 111
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
|
@ -684,13 +732,7 @@
|
|||
"label": "dataType",
|
||||
"description": [],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "lens",
|
||||
"scope": "public",
|
||||
"docId": "kibLensPluginApi",
|
||||
"section": "def-public.DataType",
|
||||
"text": "DataType"
|
||||
}
|
||||
"\"string\" | \"number\" | \"boolean\" | \"date\" | \"ip\" | \"geo_point\" | \"geo_shape\" | \"histogram\" | \"document\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lens/public/types.ts",
|
||||
|
@ -1258,13 +1300,7 @@
|
|||
"label": "seriesType",
|
||||
"description": [],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "lens",
|
||||
"scope": "public",
|
||||
"docId": "kibLensPluginApi",
|
||||
"section": "def-public.SeriesType",
|
||||
"text": "SeriesType"
|
||||
}
|
||||
"\"area\" | \"line\" | \"bar\" | \"bar_horizontal\" | \"bar_stacked\" | \"bar_percentage_stacked\" | \"bar_horizontal_stacked\" | \"bar_horizontal_percentage_stacked\" | \"area_stacked\" | \"area_percentage_stacked\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lens/public/xy_visualization/types.ts",
|
||||
|
@ -1335,13 +1371,7 @@
|
|||
"label": "preferredSeriesType",
|
||||
"description": [],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "lens",
|
||||
"scope": "public",
|
||||
"docId": "kibLensPluginApi",
|
||||
"section": "def-public.SeriesType",
|
||||
"text": "SeriesType"
|
||||
}
|
||||
"\"area\" | \"line\" | \"bar\" | \"bar_horizontal\" | \"bar_stacked\" | \"bar_percentage_stacked\" | \"bar_horizontal_stacked\" | \"bar_horizontal_percentage_stacked\" | \"area_stacked\" | \"area_percentage_stacked\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lens/public/xy_visualization/types.ts",
|
||||
|
@ -1716,7 +1746,16 @@
|
|||
"label": "AvgIndexPatternColumn",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"BaseIndexPatternColumn & { params?: { format?: { id: string; params?: { decimals: number; } | undefined; } | undefined; } | undefined; } & FieldBasedIndexPatternColumn & { operationType: \"average\"; }"
|
||||
"BaseIndexPatternColumn",
|
||||
" & { params?: { format?: { id: string; params?: { decimals: number; } | undefined; } | undefined; } | undefined; } & ",
|
||||
{
|
||||
"pluginId": "lens",
|
||||
"scope": "public",
|
||||
"docId": "kibLensPluginApi",
|
||||
"section": "def-public.FieldBasedIndexPatternColumn",
|
||||
"text": "FieldBasedIndexPatternColumn"
|
||||
},
|
||||
" & { operationType: \"average\"; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/metrics.tsx",
|
||||
|
@ -1734,7 +1773,9 @@
|
|||
"description": [],
|
||||
"signature": [
|
||||
"BaseIndexPatternColumn",
|
||||
" & { params?: { format?: { id: string; params?: { decimals: number; } | undefined; } | undefined; } | undefined; } & ReferenceBasedIndexPatternColumn & { operationType: 'counter_rate'; }"
|
||||
" & { params?: { format?: { id: string; params?: { decimals: number; } | undefined; } | undefined; } | undefined; } & ",
|
||||
"ReferenceBasedIndexPatternColumn",
|
||||
" & { operationType: \"counter_rate\"; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/calculations/counter_rate.tsx",
|
||||
|
@ -1752,7 +1793,15 @@
|
|||
"description": [],
|
||||
"signature": [
|
||||
"BaseIndexPatternColumn",
|
||||
" & { params?: { format?: { id: string; params?: { decimals: number; } | undefined; } | undefined; } | undefined; } & FieldBasedIndexPatternColumn & { operationType: 'count'; }"
|
||||
" & { params?: { format?: { id: string; params?: { decimals: number; } | undefined; } | undefined; } | undefined; } & ",
|
||||
{
|
||||
"pluginId": "lens",
|
||||
"scope": "public",
|
||||
"docId": "kibLensPluginApi",
|
||||
"section": "def-public.FieldBasedIndexPatternColumn",
|
||||
"text": "FieldBasedIndexPatternColumn"
|
||||
},
|
||||
" & { operationType: \"count\"; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/count.tsx",
|
||||
|
@ -1770,7 +1819,9 @@
|
|||
"description": [],
|
||||
"signature": [
|
||||
"BaseIndexPatternColumn",
|
||||
" & { params?: { format?: { id: string; params?: { decimals: number; } | undefined; } | undefined; } | undefined; } & ReferenceBasedIndexPatternColumn & { operationType: 'cumulative_sum'; }"
|
||||
" & { params?: { format?: { id: string; params?: { decimals: number; } | undefined; } | undefined; } | undefined; } & ",
|
||||
"ReferenceBasedIndexPatternColumn",
|
||||
" & { operationType: \"cumulative_sum\"; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/calculations/cumulative_sum.tsx",
|
||||
|
@ -1805,7 +1856,9 @@
|
|||
"description": [],
|
||||
"signature": [
|
||||
"BaseIndexPatternColumn",
|
||||
" & { params?: { format?: { id: string; params?: { decimals: number; } | undefined; } | undefined; } | undefined; } & ReferenceBasedIndexPatternColumn & { operationType: typeof OPERATION_NAME; }"
|
||||
" & { params?: { format?: { id: string; params?: { decimals: number; } | undefined; } | undefined; } | undefined; } & ",
|
||||
"ReferenceBasedIndexPatternColumn",
|
||||
" & { operationType: \"differences\"; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/calculations/differences.tsx",
|
||||
|
@ -1885,6 +1938,22 @@
|
|||
"docId": "kibLensPluginApi",
|
||||
"section": "def-public.PercentileIndexPatternColumn",
|
||||
"text": "PercentileIndexPatternColumn"
|
||||
},
|
||||
" | ",
|
||||
{
|
||||
"pluginId": "lens",
|
||||
"scope": "public",
|
||||
"docId": "kibLensPluginApi",
|
||||
"section": "def-public.CountIndexPatternColumn",
|
||||
"text": "CountIndexPatternColumn"
|
||||
},
|
||||
" | ",
|
||||
{
|
||||
"pluginId": "lens",
|
||||
"scope": "public",
|
||||
"docId": "kibLensPluginApi",
|
||||
"section": "def-public.LastValueIndexPatternColumn",
|
||||
"text": "LastValueIndexPatternColumn"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
|
@ -1942,7 +2011,67 @@
|
|||
"docId": "kibLensPluginApi",
|
||||
"section": "def-public.CardinalityIndexPatternColumn",
|
||||
"text": "CardinalityIndexPatternColumn"
|
||||
}
|
||||
},
|
||||
" | MetricColumn<\"sum\"> | MetricColumn<\"median\"> | ",
|
||||
{
|
||||
"pluginId": "lens",
|
||||
"scope": "public",
|
||||
"docId": "kibLensPluginApi",
|
||||
"section": "def-public.PercentileIndexPatternColumn",
|
||||
"text": "PercentileIndexPatternColumn"
|
||||
},
|
||||
" | ",
|
||||
{
|
||||
"pluginId": "lens",
|
||||
"scope": "public",
|
||||
"docId": "kibLensPluginApi",
|
||||
"section": "def-public.CountIndexPatternColumn",
|
||||
"text": "CountIndexPatternColumn"
|
||||
},
|
||||
" | ",
|
||||
{
|
||||
"pluginId": "lens",
|
||||
"scope": "public",
|
||||
"docId": "kibLensPluginApi",
|
||||
"section": "def-public.LastValueIndexPatternColumn",
|
||||
"text": "LastValueIndexPatternColumn"
|
||||
},
|
||||
" | ",
|
||||
{
|
||||
"pluginId": "lens",
|
||||
"scope": "public",
|
||||
"docId": "kibLensPluginApi",
|
||||
"section": "def-public.CumulativeSumIndexPatternColumn",
|
||||
"text": "CumulativeSumIndexPatternColumn"
|
||||
},
|
||||
" | ",
|
||||
{
|
||||
"pluginId": "lens",
|
||||
"scope": "public",
|
||||
"docId": "kibLensPluginApi",
|
||||
"section": "def-public.CounterRateIndexPatternColumn",
|
||||
"text": "CounterRateIndexPatternColumn"
|
||||
},
|
||||
" | ",
|
||||
{
|
||||
"pluginId": "lens",
|
||||
"scope": "public",
|
||||
"docId": "kibLensPluginApi",
|
||||
"section": "def-public.DerivativeIndexPatternColumn",
|
||||
"text": "DerivativeIndexPatternColumn"
|
||||
},
|
||||
" | ",
|
||||
{
|
||||
"pluginId": "lens",
|
||||
"scope": "public",
|
||||
"docId": "kibLensPluginApi",
|
||||
"section": "def-public.MovingAverageIndexPatternColumn",
|
||||
"text": "MovingAverageIndexPatternColumn"
|
||||
},
|
||||
" | ",
|
||||
"MathIndexPatternColumn",
|
||||
" | ",
|
||||
"FormulaIndexPatternColumn"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/index.ts",
|
||||
|
@ -1959,7 +2088,16 @@
|
|||
"label": "MaxIndexPatternColumn",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"BaseIndexPatternColumn & { params?: { format?: { id: string; params?: { decimals: number; } | undefined; } | undefined; } | undefined; } & FieldBasedIndexPatternColumn & { operationType: \"max\"; }"
|
||||
"BaseIndexPatternColumn",
|
||||
" & { params?: { format?: { id: string; params?: { decimals: number; } | undefined; } | undefined; } | undefined; } & ",
|
||||
{
|
||||
"pluginId": "lens",
|
||||
"scope": "public",
|
||||
"docId": "kibLensPluginApi",
|
||||
"section": "def-public.FieldBasedIndexPatternColumn",
|
||||
"text": "FieldBasedIndexPatternColumn"
|
||||
},
|
||||
" & { operationType: \"max\"; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/metrics.tsx",
|
||||
|
@ -1976,7 +2114,16 @@
|
|||
"label": "MedianIndexPatternColumn",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"BaseIndexPatternColumn & { params?: { format?: { id: string; params?: { decimals: number; } | undefined; } | undefined; } | undefined; } & FieldBasedIndexPatternColumn & { operationType: \"median\"; }"
|
||||
"BaseIndexPatternColumn",
|
||||
" & { params?: { format?: { id: string; params?: { decimals: number; } | undefined; } | undefined; } | undefined; } & ",
|
||||
{
|
||||
"pluginId": "lens",
|
||||
"scope": "public",
|
||||
"docId": "kibLensPluginApi",
|
||||
"section": "def-public.FieldBasedIndexPatternColumn",
|
||||
"text": "FieldBasedIndexPatternColumn"
|
||||
},
|
||||
" & { operationType: \"median\"; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/metrics.tsx",
|
||||
|
@ -1993,7 +2140,16 @@
|
|||
"label": "MinIndexPatternColumn",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"BaseIndexPatternColumn & { params?: { format?: { id: string; params?: { decimals: number; } | undefined; } | undefined; } | undefined; } & FieldBasedIndexPatternColumn & { operationType: \"min\"; }"
|
||||
"BaseIndexPatternColumn",
|
||||
" & { params?: { format?: { id: string; params?: { decimals: number; } | undefined; } | undefined; } | undefined; } & ",
|
||||
{
|
||||
"pluginId": "lens",
|
||||
"scope": "public",
|
||||
"docId": "kibLensPluginApi",
|
||||
"section": "def-public.FieldBasedIndexPatternColumn",
|
||||
"text": "FieldBasedIndexPatternColumn"
|
||||
},
|
||||
" & { operationType: \"min\"; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/metrics.tsx",
|
||||
|
@ -2011,7 +2167,9 @@
|
|||
"description": [],
|
||||
"signature": [
|
||||
"BaseIndexPatternColumn",
|
||||
" & { params?: { format?: { id: string; params?: { decimals: number; } | undefined; } | undefined; } | undefined; } & ReferenceBasedIndexPatternColumn & { operationType: 'moving_average'; params: { window: number;}; }"
|
||||
" & { params?: { format?: { id: string; params?: { decimals: number; } | undefined; } | undefined; } | undefined; } & ",
|
||||
"ReferenceBasedIndexPatternColumn",
|
||||
" & { operationType: \"moving_average\"; params: { window: number; }; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/calculations/moving_average.tsx",
|
||||
|
@ -2047,7 +2205,23 @@
|
|||
"label": "PersistedIndexPatternLayer",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"{ columns: Record<string, IndexPatternColumn>; columnOrder: string[]; incompleteColumns?: Record<string, IncompleteColumn> | undefined; }"
|
||||
"{ columns: Record<string, ",
|
||||
{
|
||||
"pluginId": "lens",
|
||||
"scope": "public",
|
||||
"docId": "kibLensPluginApi",
|
||||
"section": "def-public.IndexPatternColumn",
|
||||
"text": "IndexPatternColumn"
|
||||
},
|
||||
">; columnOrder: string[]; incompleteColumns?: Record<string, ",
|
||||
{
|
||||
"pluginId": "lens",
|
||||
"scope": "public",
|
||||
"docId": "kibLensPluginApi",
|
||||
"section": "def-public.IncompleteColumn",
|
||||
"text": "IncompleteColumn"
|
||||
},
|
||||
"> | undefined; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lens/public/indexpattern_datasource/types.ts",
|
||||
|
@ -2064,7 +2238,14 @@
|
|||
"label": "PieLayerState",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"SharedPieLayerState & { layerId: string; }"
|
||||
{
|
||||
"pluginId": "lens",
|
||||
"scope": "public",
|
||||
"docId": "kibLensPluginApi",
|
||||
"section": "def-public.SharedPieLayerState",
|
||||
"text": "SharedPieLayerState"
|
||||
},
|
||||
" & { layerId: string; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lens/public/pie_visualization/types.ts",
|
||||
|
@ -2098,7 +2279,16 @@
|
|||
"label": "SumIndexPatternColumn",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"BaseIndexPatternColumn & { params?: { format?: { id: string; params?: { decimals: number; } | undefined; } | undefined; } | undefined; } & FieldBasedIndexPatternColumn & { operationType: \"sum\"; }"
|
||||
"BaseIndexPatternColumn",
|
||||
" & { params?: { format?: { id: string; params?: { decimals: number; } | undefined; } | undefined; } | undefined; } & ",
|
||||
{
|
||||
"pluginId": "lens",
|
||||
"scope": "public",
|
||||
"docId": "kibLensPluginApi",
|
||||
"section": "def-public.FieldBasedIndexPatternColumn",
|
||||
"text": "FieldBasedIndexPatternColumn"
|
||||
},
|
||||
" & { operationType: \"sum\"; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/metrics.tsx",
|
||||
|
@ -2117,7 +2307,41 @@
|
|||
"\nType-safe variant of by value embeddable input for Lens.\nThis can be used to hardcode certain Lens chart configurations within another app."
|
||||
],
|
||||
"signature": [
|
||||
"Pick<LensByValueInput, \"palette\" | \"timeRange\" | \"syncColors\" | \"viewMode\" | \"filters\" | \"title\" | \"query\" | \"hidePanelTitles\" | \"id\" | \"lastReloadRequestTime\" | \"enhancements\" | \"disabledActions\" | \"disableTriggers\" | \"searchSessionId\" | \"className\" | \"style\" | \"onLoad\" | \"renderMode\" | \"onBrushEnd\" | \"onFilter\" | \"onTableRowClick\"> & { attributes: LensAttributes<'lnsXY', XYState> | LensAttributes<'lnsPie', PieVisualizationState> | LensAttributes<'lnsDatatable', DatatableVisualizationState> | LensAttributes<'lnsMetric', MetricState>; }"
|
||||
"Pick<",
|
||||
"LensByValueInput",
|
||||
", \"palette\" | \"timeRange\" | \"syncColors\" | \"viewMode\" | \"filters\" | \"title\" | \"query\" | \"hidePanelTitles\" | \"id\" | \"lastReloadRequestTime\" | \"enhancements\" | \"disabledActions\" | \"disableTriggers\" | \"searchSessionId\" | \"className\" | \"style\" | \"onLoad\" | \"renderMode\" | \"onBrushEnd\" | \"onFilter\" | \"onTableRowClick\"> & { attributes: LensAttributes<\"lnsXY\", ",
|
||||
{
|
||||
"pluginId": "lens",
|
||||
"scope": "public",
|
||||
"docId": "kibLensPluginApi",
|
||||
"section": "def-public.XYState",
|
||||
"text": "XYState"
|
||||
},
|
||||
"> | LensAttributes<\"lnsPie\", ",
|
||||
{
|
||||
"pluginId": "lens",
|
||||
"scope": "public",
|
||||
"docId": "kibLensPluginApi",
|
||||
"section": "def-public.PieVisualizationState",
|
||||
"text": "PieVisualizationState"
|
||||
},
|
||||
"> | LensAttributes<\"lnsDatatable\", ",
|
||||
{
|
||||
"pluginId": "lens",
|
||||
"scope": "public",
|
||||
"docId": "kibLensPluginApi",
|
||||
"section": "def-public.DatatableVisualizationState",
|
||||
"text": "DatatableVisualizationState"
|
||||
},
|
||||
"> | LensAttributes<\"lnsMetric\", ",
|
||||
{
|
||||
"pluginId": "lens",
|
||||
"scope": "public",
|
||||
"docId": "kibLensPluginApi",
|
||||
"section": "def-public.MetricState",
|
||||
"text": "MetricState"
|
||||
},
|
||||
">; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lens/public/editor_frame_service/embeddable/embeddable_component.tsx",
|
||||
|
|
|
@ -119,7 +119,7 @@
|
|||
"section": "def-server.RequestHandler",
|
||||
"text": "RequestHandler"
|
||||
},
|
||||
"<Params, Query, Body, Context, any, { custom: <T extends string | Record<string, any> | Error | Buffer | { message: string | Error; attributes?: Record<string, any> | undefined; } | ",
|
||||
"<Params, Query, Body, Context, any, { custom: <T extends string | Record<string, any> | Error | { message: string | Error; attributes?: Record<string, any> | undefined; } | Buffer | ",
|
||||
"Stream",
|
||||
" | undefined>(options: ",
|
||||
{
|
||||
|
@ -130,7 +130,368 @@
|
|||
"text": "CustomHttpResponseOptions"
|
||||
},
|
||||
"<T>) => ",
|
||||
"KibanaResponse"
|
||||
"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>>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/license_api_guard/server/license.ts",
|
||||
|
@ -153,7 +514,7 @@
|
|||
"section": "def-server.RequestHandler",
|
||||
"text": "RequestHandler"
|
||||
},
|
||||
"<Params, Query, Body, Context, any, { custom: <T extends string | Record<string, any> | Error | Buffer | { message: string | Error; attributes?: Record<string, any> | undefined; } | ",
|
||||
"<Params, Query, Body, Context, any, { custom: <T extends string | Record<string, any> | Error | { message: string | Error; attributes?: Record<string, any> | undefined; } | Buffer | ",
|
||||
"Stream",
|
||||
" | undefined>(options: ",
|
||||
{
|
||||
|
@ -172,7 +533,162 @@
|
|||
"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",
|
||||
|
|
|
@ -172,7 +172,9 @@
|
|||
"path": "x-pack/plugins/licensing/common/types.ts",
|
||||
"lineNumber": 142
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"parentPluginId": "licensing",
|
||||
|
@ -208,7 +210,9 @@
|
|||
"path": "x-pack/plugins/licensing/common/types.ts",
|
||||
"lineNumber": 152
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"parentPluginId": "licensing",
|
||||
|
@ -377,7 +381,7 @@
|
|||
"\nThe state of checking the results of a license type meeting the license minimum."
|
||||
],
|
||||
"signature": [
|
||||
"LicenseCheckState"
|
||||
"\"valid\" | \"invalid\" | \"expired\" | \"unavailable\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/licensing/common/types.ts",
|
||||
|
@ -488,7 +492,7 @@
|
|||
"\nThe validity status of the license."
|
||||
],
|
||||
"signature": [
|
||||
"LicenseStatus"
|
||||
"\"invalid\" | \"active\" | \"expired\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/licensing/common/types.ts",
|
||||
|
@ -888,7 +892,9 @@
|
|||
"\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",
|
||||
|
@ -1230,7 +1236,7 @@
|
|||
"section": "def-server.RequestHandler",
|
||||
"text": "RequestHandler"
|
||||
},
|
||||
"<P, Q, B, Context, any, { custom: <T extends string | Record<string, any> | Error | Buffer | { message: string | Error; attributes?: Record<string, any> | undefined; } | ",
|
||||
"<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: ",
|
||||
{
|
||||
|
@ -1241,7 +1247,352 @@
|
|||
"text": "CustomHttpResponseOptions"
|
||||
},
|
||||
"<T>) => ",
|
||||
"KibanaResponse"
|
||||
"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>; }>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/licensing/server/wrap_route_with_license_check.ts",
|
||||
|
@ -1287,7 +1638,7 @@
|
|||
"section": "def-server.RequestHandler",
|
||||
"text": "RequestHandler"
|
||||
},
|
||||
"<P, Q, B, Context, any, { custom: <T extends string | Record<string, any> | Error | Buffer | { message: string | Error; attributes?: Record<string, any> | undefined; } | ",
|
||||
"<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: ",
|
||||
{
|
||||
|
@ -1306,7 +1657,162 @@
|
|||
"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",
|
||||
|
@ -1699,7 +2205,9 @@
|
|||
"path": "x-pack/plugins/licensing/common/types.ts",
|
||||
"lineNumber": 142
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"parentPluginId": "licensing",
|
||||
|
@ -1735,7 +2243,9 @@
|
|||
"path": "x-pack/plugins/licensing/common/types.ts",
|
||||
"lineNumber": 152
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"parentPluginId": "licensing",
|
||||
|
@ -1904,7 +2414,7 @@
|
|||
"\nThe state of checking the results of a license type meeting the license minimum."
|
||||
],
|
||||
"signature": [
|
||||
"LicenseCheckState"
|
||||
"\"valid\" | \"invalid\" | \"expired\" | \"unavailable\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/licensing/common/types.ts",
|
||||
|
@ -2071,7 +2581,7 @@
|
|||
"\nThe validity status of the license."
|
||||
],
|
||||
"signature": [
|
||||
"LicenseStatus"
|
||||
"\"invalid\" | \"active\" | \"expired\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/licensing/common/types.ts",
|
||||
|
@ -2490,7 +3000,9 @@
|
|||
"\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",
|
||||
|
@ -2793,7 +3305,79 @@
|
|||
"lineNumber": 84
|
||||
},
|
||||
"deprecated": true,
|
||||
"references": []
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "licensing",
|
||||
|
@ -2909,7 +3493,79 @@
|
|||
"path": "x-pack/plugins/licensing/server/types.ts",
|
||||
"lineNumber": 109
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "licensing",
|
||||
|
|
|
@ -42,7 +42,10 @@
|
|||
"text": "PluginStart"
|
||||
},
|
||||
", ",
|
||||
"SetupPlugins"
|
||||
"SetupPlugins",
|
||||
", ",
|
||||
"StartPlugins",
|
||||
">"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/public/plugin.ts",
|
||||
|
@ -388,7 +391,7 @@
|
|||
"signature": [
|
||||
"({ listId, id, namespaceType, }: ",
|
||||
"GetExceptionListOptions",
|
||||
") => Promise<any>"
|
||||
") => Promise<{ _version: string | undefined; created_at: string; created_by: string; description: string; id: string; immutable: boolean; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"endpoint\" | \"detection\" | \"endpoint_events\"; updated_at: string; updated_by: string; version: number; } | null>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
|
||||
|
@ -426,7 +429,7 @@
|
|||
"signature": [
|
||||
"({ listId, id, namespaceType, }: ",
|
||||
"GetExceptionListSummaryOptions",
|
||||
") => Promise<any>"
|
||||
") => Promise<{ windows: number; linux: number; macos: number; total: number; } | null>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
|
||||
|
@ -464,7 +467,7 @@
|
|||
"signature": [
|
||||
"({ itemId, id, namespaceType, }: ",
|
||||
"GetExceptionListItemOptions",
|
||||
") => Promise<any>"
|
||||
") => Promise<{ _version: string | undefined; comments: ({ comment: string; created_at: string; created_by: string; id: string; } & { updated_at?: string | undefined; updated_by?: string | undefined; })[]; created_at: string; created_by: string; description: string; entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; list: { id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; }; operator: \"excluded\" | \"included\"; type: \"list\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; })[]; field: string; type: \"nested\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]; id: string; item_id: string; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"simple\"; updated_at: string; updated_by: string; } | null>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
|
||||
|
@ -502,7 +505,7 @@
|
|||
"\nThis creates an agnostic space endpoint list if it does not exist. This tries to be\nas fast as possible by ignoring conflict errors and not returning the contents of the\nlist if it already exists."
|
||||
],
|
||||
"signature": [
|
||||
"() => Promise<any>"
|
||||
"() => Promise<{ _version: string | undefined; created_at: string; created_by: string; description: string; id: string; immutable: boolean; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"endpoint\" | \"detection\" | \"endpoint_events\"; updated_at: string; updated_by: string; version: number; } | null>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
|
||||
|
@ -524,7 +527,7 @@
|
|||
"\nCreate the Trusted Apps Agnostic list if it does not yet exist (`null` is returned if it does exist)"
|
||||
],
|
||||
"signature": [
|
||||
"() => Promise<any>"
|
||||
"() => Promise<{ _version: string | undefined; created_at: string; created_by: string; description: string; id: string; immutable: boolean; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"endpoint\" | \"detection\" | \"endpoint_events\"; updated_at: string; updated_by: string; version: number; } | null>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
|
||||
|
@ -544,7 +547,7 @@
|
|||
"\nCreate the Endpoint Event Filters Agnostic list if it does not yet exist (`null` is returned if it does exist)"
|
||||
],
|
||||
"signature": [
|
||||
"() => Promise<any>"
|
||||
"() => Promise<{ _version: string | undefined; created_at: string; created_by: string; description: string; id: string; immutable: boolean; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"endpoint\" | \"detection\" | \"endpoint_events\"; updated_at: string; updated_by: string; version: number; } | null>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
|
||||
|
@ -566,7 +569,7 @@
|
|||
"signature": [
|
||||
"({ comments, description, entries, itemId, meta, name, osTypes, tags, type, }: ",
|
||||
"CreateEndpointListItemOptions",
|
||||
") => Promise<any>"
|
||||
") => Promise<{ _version: string | undefined; comments: ({ comment: string; created_at: string; created_by: string; id: string; } & { updated_at?: string | undefined; updated_by?: string | undefined; })[]; created_at: string; created_by: string; description: string; entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; list: { id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; }; operator: \"excluded\" | \"included\"; type: \"list\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; })[]; field: string; type: \"nested\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]; id: string; item_id: string; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"simple\"; updated_at: string; updated_by: string; }>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
|
||||
|
@ -606,7 +609,7 @@
|
|||
"signature": [
|
||||
"({ _version, comments, description, entries, id, itemId, meta, name, osTypes, tags, type, }: ",
|
||||
"UpdateEndpointListItemOptions",
|
||||
") => Promise<any>"
|
||||
") => Promise<{ _version: string | undefined; comments: ({ comment: string; created_at: string; created_by: string; id: string; } & { updated_at?: string | undefined; updated_by?: string | undefined; })[]; created_at: string; created_by: string; description: string; entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; list: { id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; }; operator: \"excluded\" | \"included\"; type: \"list\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; })[]; field: string; type: \"nested\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]; id: string; item_id: string; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"simple\"; updated_at: string; updated_by: string; } | null>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
|
||||
|
@ -646,7 +649,7 @@
|
|||
"signature": [
|
||||
"({ itemId, id, }: ",
|
||||
"GetEndpointListItemOptions",
|
||||
") => Promise<any>"
|
||||
") => Promise<{ _version: string | undefined; comments: ({ comment: string; created_at: string; created_by: string; id: string; } & { updated_at?: string | undefined; updated_by?: string | undefined; })[]; created_at: string; created_by: string; description: string; entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; list: { id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; }; operator: \"excluded\" | \"included\"; type: \"list\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; })[]; field: string; type: \"nested\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]; id: string; item_id: string; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"simple\"; updated_at: string; updated_by: string; } | null>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
|
||||
|
@ -684,7 +687,7 @@
|
|||
"signature": [
|
||||
"({ description, immutable, listId, meta, name, namespaceType, tags, type, version, }: ",
|
||||
"CreateExceptionListOptions",
|
||||
") => Promise<any>"
|
||||
") => Promise<{ _version: string | undefined; created_at: string; created_by: string; description: string; id: string; immutable: boolean; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"endpoint\" | \"detection\" | \"endpoint_events\"; updated_at: string; updated_by: string; version: number; }>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
|
||||
|
@ -722,7 +725,7 @@
|
|||
"signature": [
|
||||
"({ _version, id, description, listId, meta, name, namespaceType, osTypes, tags, type, version, }: ",
|
||||
"UpdateExceptionListOptions",
|
||||
") => Promise<any>"
|
||||
") => Promise<{ _version: string | undefined; created_at: string; created_by: string; description: string; id: string; immutable: boolean; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"endpoint\" | \"detection\" | \"endpoint_events\"; updated_at: string; updated_by: string; version: number; } | null>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
|
||||
|
@ -760,7 +763,7 @@
|
|||
"signature": [
|
||||
"({ id, listId, namespaceType, }: ",
|
||||
"DeleteExceptionListOptions",
|
||||
") => Promise<any>"
|
||||
") => Promise<{ _version: string | undefined; created_at: string; created_by: string; description: string; id: string; immutable: boolean; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"endpoint\" | \"detection\" | \"endpoint_events\"; updated_at: string; updated_by: string; version: number; } | null>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
|
||||
|
@ -804,7 +807,7 @@
|
|||
"section": "def-server.CreateExceptionListItemOptions",
|
||||
"text": "CreateExceptionListItemOptions"
|
||||
},
|
||||
") => Promise<any>"
|
||||
") => Promise<{ _version: string | undefined; comments: ({ comment: string; created_at: string; created_by: string; id: string; } & { updated_at?: string | undefined; updated_by?: string | undefined; })[]; created_at: string; created_by: string; description: string; entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; list: { id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; }; operator: \"excluded\" | \"included\"; type: \"list\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; })[]; field: string; type: \"nested\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]; id: string; item_id: string; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"simple\"; updated_at: string; updated_by: string; }>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
|
||||
|
@ -854,7 +857,7 @@
|
|||
"section": "def-server.UpdateExceptionListItemOptions",
|
||||
"text": "UpdateExceptionListItemOptions"
|
||||
},
|
||||
") => Promise<any>"
|
||||
") => Promise<{ _version: string | undefined; comments: ({ comment: string; created_at: string; created_by: string; id: string; } & { updated_at?: string | undefined; updated_by?: string | undefined; })[]; created_at: string; created_by: string; description: string; entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; list: { id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; }; operator: \"excluded\" | \"included\"; type: \"list\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; })[]; field: string; type: \"nested\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]; id: string; item_id: string; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"simple\"; updated_at: string; updated_by: string; } | null>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
|
||||
|
@ -898,7 +901,7 @@
|
|||
"signature": [
|
||||
"({ id, itemId, namespaceType, }: ",
|
||||
"DeleteExceptionListItemOptions",
|
||||
") => Promise<any>"
|
||||
") => Promise<{ _version: string | undefined; comments: ({ comment: string; created_at: string; created_by: string; id: string; } & { updated_at?: string | undefined; updated_by?: string | undefined; })[]; created_at: string; created_by: string; description: string; entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; list: { id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; }; operator: \"excluded\" | \"included\"; type: \"list\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; })[]; field: string; type: \"nested\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]; id: string; item_id: string; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"simple\"; updated_at: string; updated_by: string; } | null>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
|
||||
|
@ -976,7 +979,7 @@
|
|||
"signature": [
|
||||
"({ id, itemId, }: ",
|
||||
"DeleteEndpointListItemOptions",
|
||||
") => Promise<any>"
|
||||
") => Promise<{ _version: string | undefined; comments: ({ comment: string; created_at: string; created_by: string; id: string; } & { updated_at?: string | undefined; updated_by?: string | undefined; })[]; created_at: string; created_by: string; description: string; entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; list: { id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; }; operator: \"excluded\" | \"included\"; type: \"list\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; })[]; field: string; type: \"nested\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]; id: string; item_id: string; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"simple\"; updated_at: string; updated_by: string; } | null>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
|
||||
|
@ -1014,7 +1017,7 @@
|
|||
"signature": [
|
||||
"({ listId, filter, perPage, page, sortField, sortOrder, namespaceType, }: ",
|
||||
"FindExceptionListItemOptions",
|
||||
") => Promise<any>"
|
||||
") => Promise<{ data: { _version: string | undefined; comments: ({ comment: string; created_at: string; created_by: string; id: string; } & { updated_at?: string | undefined; updated_by?: string | undefined; })[]; created_at: string; created_by: string; description: string; entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; list: { id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; }; operator: \"excluded\" | \"included\"; type: \"list\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; })[]; field: string; type: \"nested\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]; id: string; item_id: string; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"simple\"; updated_at: string; updated_by: string; }[]; page: number; per_page: number; total: number; } | null>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
|
||||
|
@ -1052,7 +1055,7 @@
|
|||
"signature": [
|
||||
"({ listId, filter, perPage, page, sortField, sortOrder, namespaceType, }: ",
|
||||
"FindExceptionListsItemOptions",
|
||||
") => Promise<any>"
|
||||
") => Promise<{ data: { _version: string | undefined; comments: ({ comment: string; created_at: string; created_by: string; id: string; } & { updated_at?: string | undefined; updated_by?: string | undefined; })[]; created_at: string; created_by: string; description: string; entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; list: { id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; }; operator: \"excluded\" | \"included\"; type: \"list\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; })[]; field: string; type: \"nested\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]; id: string; item_id: string; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"simple\"; updated_at: string; updated_by: string; }[]; page: number; per_page: number; total: number; } | null>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
|
||||
|
@ -1090,7 +1093,7 @@
|
|||
"signature": [
|
||||
"({ perPage, page, sortField, sortOrder, valueListId, }: ",
|
||||
"FindValueListExceptionListsItems",
|
||||
") => Promise<any>"
|
||||
") => Promise<{ data: { _version: string | undefined; comments: ({ comment: string; created_at: string; created_by: string; id: string; } & { updated_at?: string | undefined; updated_by?: string | undefined; })[]; created_at: string; created_by: string; description: string; entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; list: { id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; }; operator: \"excluded\" | \"included\"; type: \"list\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; })[]; field: string; type: \"nested\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]; id: string; item_id: string; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"simple\"; updated_at: string; updated_by: string; }[]; page: number; per_page: number; total: number; } | null>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
|
||||
|
@ -1128,7 +1131,7 @@
|
|||
"signature": [
|
||||
"({ filter, perPage, page, sortField, sortOrder, namespaceType, }: ",
|
||||
"FindExceptionListOptions",
|
||||
") => Promise<any>"
|
||||
") => Promise<{ data: { _version: string | undefined; created_at: string; created_by: string; description: string; id: string; immutable: boolean; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"endpoint\" | \"detection\" | \"endpoint_events\"; updated_at: string; updated_by: string; version: number; }[]; page: number; per_page: number; total: number; }>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
|
||||
|
@ -1168,7 +1171,7 @@
|
|||
"signature": [
|
||||
"({ filter, perPage, page, sortField, sortOrder, }: ",
|
||||
"FindEndpointListItemOptions",
|
||||
") => Promise<any>"
|
||||
") => Promise<{ data: { _version: string | undefined; comments: ({ comment: string; created_at: string; created_by: string; id: string; } & { updated_at?: string | undefined; updated_by?: string | undefined; })[]; created_at: string; created_by: string; description: string; entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; list: { id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; }; operator: \"excluded\" | \"included\"; type: \"list\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; })[]; field: string; type: \"nested\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]; id: string; item_id: string; list_id: string; meta: object | undefined; name: string; namespace_type: \"single\" | \"agnostic\"; os_types: (\"windows\" | \"linux\" | \"macos\")[]; tags: string[]; tie_breaker_id: string; type: \"simple\"; updated_at: string; updated_by: string; }[]; page: number; per_page: number; total: number; } | null>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client.ts",
|
||||
|
@ -1294,7 +1297,7 @@
|
|||
"signature": [
|
||||
"({ id }: ",
|
||||
"GetListOptions",
|
||||
") => Promise<any>"
|
||||
") => Promise<{ _version: string | undefined; created_at: string; created_by: string; description: string; deserializer: string | undefined; id: string; immutable: boolean; meta: object | undefined; name: string; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; updated_at: string; updated_by: string; version: number; } | null>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
|
||||
|
@ -1332,7 +1335,7 @@
|
|||
"signature": [
|
||||
"({ id, deserializer, immutable, serializer, name, description, type, meta, version, }: ",
|
||||
"CreateListOptions",
|
||||
") => Promise<any>"
|
||||
") => Promise<{ _version: string | undefined; created_at: string; created_by: string; description: string; deserializer: string | undefined; id: string; immutable: boolean; meta: object | undefined; name: string; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; updated_at: string; updated_by: string; version: number; }>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
|
||||
|
@ -1370,7 +1373,7 @@
|
|||
"signature": [
|
||||
"({ id, deserializer, serializer, name, description, immutable, type, meta, version, }: ",
|
||||
"CreateListIfItDoesNotExistOptions",
|
||||
") => Promise<any>"
|
||||
") => Promise<{ _version: string | undefined; created_at: string; created_by: string; description: string; deserializer: string | undefined; id: string; immutable: boolean; meta: object | undefined; name: string; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; updated_at: string; updated_by: string; version: number; }>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
|
||||
|
@ -1768,7 +1771,7 @@
|
|||
"signature": [
|
||||
"({ id }: ",
|
||||
"DeleteListItemOptions",
|
||||
") => Promise<any>"
|
||||
") => Promise<{ _version: string | undefined; created_at: string; created_by: string; deserializer: string | undefined; id: string; list_id: string; meta: object | undefined; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; updated_at: string; updated_by: string; value: string; } | null>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
|
||||
|
@ -1806,7 +1809,7 @@
|
|||
"signature": [
|
||||
"({ listId, value, type, }: ",
|
||||
"DeleteListItemByValueOptions",
|
||||
") => Promise<any>"
|
||||
") => Promise<{ _version: string | undefined; created_at: string; created_by: string; deserializer: string | undefined; id: string; list_id: string; meta: object | undefined; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; updated_at: string; updated_by: string; value: string; }[]>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
|
||||
|
@ -1844,7 +1847,7 @@
|
|||
"signature": [
|
||||
"({ id }: ",
|
||||
"DeleteListOptions",
|
||||
") => Promise<any>"
|
||||
") => Promise<{ _version: string | undefined; created_at: string; created_by: string; description: string; deserializer: string | undefined; id: string; immutable: boolean; meta: object | undefined; name: string; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; updated_at: string; updated_by: string; version: number; } | null>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
|
||||
|
@ -1920,7 +1923,7 @@
|
|||
"signature": [
|
||||
"({ deserializer, serializer, type, listId, stream, meta, version, }: ",
|
||||
"ImportListItemsToStreamOptions",
|
||||
") => Promise<any>"
|
||||
") => Promise<{ _version: string | undefined; created_at: string; created_by: string; description: string; deserializer: string | undefined; id: string; immutable: boolean; meta: object | undefined; name: string; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; updated_at: string; updated_by: string; version: number; } | null>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
|
||||
|
@ -1958,7 +1961,7 @@
|
|||
"signature": [
|
||||
"({ listId, value, type, }: ",
|
||||
"GetListItemByValueOptions",
|
||||
") => Promise<any>"
|
||||
") => Promise<{ _version: string | undefined; created_at: string; created_by: string; deserializer: string | undefined; id: string; list_id: string; meta: object | undefined; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; updated_at: string; updated_by: string; value: string; }[]>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
|
||||
|
@ -1996,7 +1999,7 @@
|
|||
"signature": [
|
||||
"({ id, deserializer, serializer, listId, value, type, meta, }: ",
|
||||
"CreateListItemOptions",
|
||||
") => Promise<any>"
|
||||
") => Promise<{ _version: string | undefined; created_at: string; created_by: string; deserializer: string | undefined; id: string; list_id: string; meta: object | undefined; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; updated_at: string; updated_by: string; value: string; } | null>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
|
||||
|
@ -2034,7 +2037,7 @@
|
|||
"signature": [
|
||||
"({ _version, id, value, meta, }: ",
|
||||
"UpdateListItemOptions",
|
||||
") => Promise<any>"
|
||||
") => Promise<{ _version: string | undefined; created_at: string; created_by: string; deserializer: string | undefined; id: string; list_id: string; meta: object | undefined; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; updated_at: string; updated_by: string; value: string; } | null>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
|
||||
|
@ -2072,7 +2075,7 @@
|
|||
"signature": [
|
||||
"({ _version, id, name, description, meta, version, }: ",
|
||||
"UpdateListOptions",
|
||||
") => Promise<any>"
|
||||
") => Promise<{ _version: string | undefined; created_at: string; created_by: string; description: string; deserializer: string | undefined; id: string; immutable: boolean; meta: object | undefined; name: string; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; updated_at: string; updated_by: string; version: number; } | null>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
|
||||
|
@ -2110,7 +2113,7 @@
|
|||
"signature": [
|
||||
"({ id }: ",
|
||||
"GetListItemOptions",
|
||||
") => Promise<any>"
|
||||
") => Promise<{ _version: string | undefined; created_at: string; created_by: string; deserializer: string | undefined; id: string; list_id: string; meta: object | undefined; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; updated_at: string; updated_by: string; value: string; } | null>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
|
||||
|
@ -2148,7 +2151,7 @@
|
|||
"signature": [
|
||||
"({ type, listId, value, }: ",
|
||||
"GetListItemsByValueOptions",
|
||||
") => Promise<any>"
|
||||
") => Promise<{ _version: string | undefined; created_at: string; created_by: string; deserializer: string | undefined; id: string; list_id: string; meta: object | undefined; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; updated_at: string; updated_by: string; value: string; }[]>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
|
||||
|
@ -2186,7 +2189,7 @@
|
|||
"signature": [
|
||||
"({ type, listId, value, }: ",
|
||||
"SearchListItemByValuesOptions",
|
||||
") => Promise<any>"
|
||||
") => Promise<{ items: { _version: string | undefined; created_at: string; created_by: string; deserializer: string | undefined; id: string; list_id: string; meta: object | undefined; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; updated_at: string; updated_by: string; value: string; }[]; value: unknown; }[]>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
|
||||
|
@ -2224,7 +2227,7 @@
|
|||
"signature": [
|
||||
"({ filter, currentIndexPosition, perPage, page, sortField, sortOrder, searchAfter, }: ",
|
||||
"FindListOptions",
|
||||
") => Promise<any>"
|
||||
") => Promise<{ cursor: string; data: { _version: string | undefined; created_at: string; created_by: string; description: string; deserializer: string | undefined; id: string; immutable: boolean; meta: object | undefined; name: string; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; updated_at: string; updated_by: string; version: number; }[]; page: number; per_page: number; total: number; }>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
|
||||
|
@ -2262,7 +2265,7 @@
|
|||
"signature": [
|
||||
"({ listId, filter, currentIndexPosition, perPage, page, sortField, sortOrder, searchAfter, }: ",
|
||||
"FindListItemOptions",
|
||||
") => Promise<any>"
|
||||
") => Promise<{ cursor: string; data: { _version: string | undefined; created_at: string; created_by: string; deserializer: string | undefined; id: string; list_id: string; meta: object | undefined; serializer: string | undefined; tie_breaker_id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; updated_at: string; updated_by: string; value: string; }[]; page: number; per_page: number; total: number; } | null>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/services/lists/list_client.ts",
|
||||
|
@ -2333,7 +2336,7 @@
|
|||
"label": "entries",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; list: { id: string; type: \"boolean\" | \"binary\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"ip\" | \"double\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; }; operator: \"excluded\" | \"included\"; type: \"list\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; })[]; field: string; type: \"nested\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]"
|
||||
"({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; list: { id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; }; operator: \"excluded\" | \"included\"; type: \"list\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; })[]; field: string; type: \"nested\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client_types.ts",
|
||||
|
@ -2357,13 +2360,10 @@
|
|||
{
|
||||
"parentPluginId": "lists",
|
||||
"id": "def-server.CreateExceptionListItemOptions.listId",
|
||||
"type": "Any",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "listId",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client_types.ts",
|
||||
"lineNumber": 128
|
||||
|
@ -2500,13 +2500,360 @@
|
|||
"label": "getExceptionListClient",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"GetExceptionListClientType"
|
||||
"(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\">, user: string) => ",
|
||||
{
|
||||
"pluginId": "lists",
|
||||
"scope": "server",
|
||||
"docId": "kibListsPluginApi",
|
||||
"section": "def-server.ExceptionListClient",
|
||||
"text": "ExceptionListClient"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/types.ts",
|
||||
"lineNumber": 41
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "lists",
|
||||
"id": "def-server.savedObjectsClient",
|
||||
"type": "Object",
|
||||
"tags": [],
|
||||
"label": "savedObjectsClient",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"{ get: <T = unknown>(type: string, id: string, options?: ",
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "server",
|
||||
"docId": "kibCoreSavedObjectsPluginApi",
|
||||
"section": "def-server.SavedObjectsBaseOptions",
|
||||
"text": "SavedObjectsBaseOptions"
|
||||
},
|
||||
") => 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"
|
||||
},
|
||||
"; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/types.ts",
|
||||
"lineNumber": 36
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "lists",
|
||||
"id": "def-server.user",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "user",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/types.ts",
|
||||
"lineNumber": 37
|
||||
},
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "lists",
|
||||
|
@ -2516,13 +2863,83 @@
|
|||
"label": "getListClient",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"GetListClientType"
|
||||
"(esClient: ",
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "server",
|
||||
"docId": "kibCorePluginApi",
|
||||
"section": "def-server.ElasticsearchClient",
|
||||
"text": "ElasticsearchClient"
|
||||
},
|
||||
", spaceId: string, user: string) => ",
|
||||
{
|
||||
"pluginId": "lists",
|
||||
"scope": "server",
|
||||
"docId": "kibListsPluginApi",
|
||||
"section": "def-server.ListClient",
|
||||
"text": "ListClient"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/types.ts",
|
||||
"lineNumber": 42
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "lists",
|
||||
"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/lists/server/types.ts",
|
||||
"lineNumber": 30
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "lists",
|
||||
"id": "def-server.spaceId",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "spaceId",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/types.ts",
|
||||
"lineNumber": 31
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "lists",
|
||||
"id": "def-server.user",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "user",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/types.ts",
|
||||
"lineNumber": 32
|
||||
},
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
|
@ -2561,7 +2978,9 @@
|
|||
"path": "x-pack/plugins/lists/server/types.ts",
|
||||
"lineNumber": 49
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"parentPluginId": "lists",
|
||||
|
@ -2584,7 +3003,9 @@
|
|||
"path": "x-pack/plugins/lists/server/types.ts",
|
||||
"lineNumber": 50
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
|
@ -2605,12 +3026,12 @@
|
|||
{
|
||||
"parentPluginId": "lists",
|
||||
"id": "def-server.UpdateExceptionListItemOptions._version",
|
||||
"type": "Any",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "_version",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"any"
|
||||
"string | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client_types.ts",
|
||||
|
@ -2642,7 +3063,7 @@
|
|||
"label": "entries",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; list: { id: string; type: \"boolean\" | \"binary\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"ip\" | \"double\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; }; operator: \"excluded\" | \"included\"; type: \"list\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; })[]; field: string; type: \"nested\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]"
|
||||
"({ field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; } | { field: string; list: { id: string; type: \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"long\" | \"double\" | \"ip\" | \"date_nanos\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"date_range\" | \"ip_range\" | \"shape\" | \"integer\" | \"byte\" | \"float\" | \"half_float\" | \"integer_range\" | \"float_range\" | \"long_range\" | \"double_range\"; }; operator: \"excluded\" | \"included\"; type: \"list\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { entries: ({ field: string; operator: \"excluded\" | \"included\"; type: \"exists\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match\"; value: string; } | { field: string; operator: \"excluded\" | \"included\"; type: \"match_any\"; value: string[]; })[]; field: string; type: \"nested\"; } | { field: string; operator: \"excluded\" | \"included\"; type: \"wildcard\"; value: string; })[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/lists/server/services/exception_lists/exception_list_client_types.ts",
|
||||
|
|
|
@ -34,13 +34,50 @@
|
|||
"label": "mount",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"Mount"
|
||||
"(params: ",
|
||||
{
|
||||
"pluginId": "management",
|
||||
"scope": "public",
|
||||
"docId": "kibManagementPluginApi",
|
||||
"section": "def-public.ManagementAppMountParams",
|
||||
"text": "ManagementAppMountParams"
|
||||
},
|
||||
") => ",
|
||||
"Unmount",
|
||||
" | Promise<",
|
||||
"Unmount",
|
||||
">"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/utils/management_app.ts",
|
||||
"lineNumber": 19
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "management",
|
||||
|
@ -542,7 +579,27 @@
|
|||
"path": "src/plugins/management/public/types.ts",
|
||||
"lineNumber": 61
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "management",
|
||||
|
@ -602,13 +659,50 @@
|
|||
"label": "mount",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"Mount"
|
||||
"(params: ",
|
||||
{
|
||||
"pluginId": "management",
|
||||
"scope": "public",
|
||||
"docId": "kibManagementPluginApi",
|
||||
"section": "def-public.ManagementAppMountParams",
|
||||
"text": "ManagementAppMountParams"
|
||||
},
|
||||
") => ",
|
||||
"Unmount",
|
||||
" | Promise<",
|
||||
"Unmount",
|
||||
">"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/utils/management_app.ts",
|
||||
"lineNumber": 13
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "management",
|
||||
|
|
|
@ -48,11 +48,16 @@
|
|||
"docId": "kibEmbeddablePluginApi",
|
||||
"section": "def-public.ReferenceOrValueEmbeddable",
|
||||
"text": "ReferenceOrValueEmbeddable"
|
||||
}
|
||||
},
|
||||
"<",
|
||||
"MapByValueInput",
|
||||
", ",
|
||||
"MapByReferenceInput",
|
||||
">"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
|
||||
"lineNumber": 95
|
||||
"lineNumber": 93
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -65,7 +70,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
|
||||
"lineNumber": 98
|
||||
"lineNumber": 96
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
|
@ -81,7 +86,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
|
||||
"lineNumber": 118
|
||||
"lineNumber": 115
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -97,7 +102,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
|
||||
"lineNumber": 118
|
||||
"lineNumber": 115
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -120,7 +125,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
|
||||
"lineNumber": 118
|
||||
"lineNumber": 115
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -160,7 +165,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
|
||||
"lineNumber": 118
|
||||
"lineNumber": 115
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": false
|
||||
|
@ -189,7 +194,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
|
||||
"lineNumber": 200
|
||||
"lineNumber": 194
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -211,7 +216,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
|
||||
"lineNumber": 201
|
||||
"lineNumber": 195
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -233,7 +238,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
|
||||
"lineNumber": 206
|
||||
"lineNumber": 200
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
|
@ -253,7 +258,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
|
||||
"lineNumber": 214
|
||||
"lineNumber": 208
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
|
@ -271,7 +276,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
|
||||
"lineNumber": 219
|
||||
"lineNumber": 213
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
|
@ -289,7 +294,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
|
||||
"lineNumber": 223
|
||||
"lineNumber": 217
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
|
@ -309,7 +314,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
|
||||
"lineNumber": 227
|
||||
"lineNumber": 221
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -325,7 +330,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
|
||||
"lineNumber": 227
|
||||
"lineNumber": 221
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -347,7 +352,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
|
||||
"lineNumber": 231
|
||||
"lineNumber": 225
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -363,7 +368,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
|
||||
"lineNumber": 231
|
||||
"lineNumber": 225
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -390,7 +395,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
|
||||
"lineNumber": 235
|
||||
"lineNumber": 229
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
|
@ -408,7 +413,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
|
||||
"lineNumber": 239
|
||||
"lineNumber": 233
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
|
@ -434,7 +439,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
|
||||
"lineNumber": 283
|
||||
"lineNumber": 273
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
|
@ -452,7 +457,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
|
||||
"lineNumber": 291
|
||||
"lineNumber": 281
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
|
@ -470,7 +475,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
|
||||
"lineNumber": 301
|
||||
"lineNumber": 291
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -483,7 +488,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
|
||||
"lineNumber": 301
|
||||
"lineNumber": 291
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -496,7 +501,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
|
||||
"lineNumber": 301
|
||||
"lineNumber": 291
|
||||
},
|
||||
"deprecated": false
|
||||
}
|
||||
|
@ -505,56 +510,6 @@
|
|||
],
|
||||
"returnComment": []
|
||||
},
|
||||
{
|
||||
"parentPluginId": "maps",
|
||||
"id": "def-public.MapEmbeddable._dispatchSetRefreshConfig",
|
||||
"type": "Function",
|
||||
"tags": [],
|
||||
"label": "_dispatchSetRefreshConfig",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"(refreshConfig: ",
|
||||
{
|
||||
"pluginId": "data",
|
||||
"scope": "common",
|
||||
"docId": "kibDataQueryPluginApi",
|
||||
"section": "def-common.RefreshInterval",
|
||||
"text": "RefreshInterval"
|
||||
},
|
||||
") => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
|
||||
"lineNumber": 321
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "maps",
|
||||
"id": "def-public.MapEmbeddable._dispatchSetRefreshConfig.$1",
|
||||
"type": "Object",
|
||||
"tags": [],
|
||||
"label": "refreshConfig",
|
||||
"description": [],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "data",
|
||||
"scope": "common",
|
||||
"docId": "kibDataQueryPluginApi",
|
||||
"section": "def-common.RefreshInterval",
|
||||
"text": "RefreshInterval"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
|
||||
"lineNumber": 321
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
}
|
||||
],
|
||||
"returnComment": []
|
||||
},
|
||||
{
|
||||
"parentPluginId": "maps",
|
||||
"id": "def-public.MapEmbeddable._dispatchSetChartsPaletteServiceGetColor",
|
||||
|
@ -567,7 +522,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
|
||||
"lineNumber": 331
|
||||
"lineNumber": 311
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -583,7 +538,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
|
||||
"lineNumber": 331
|
||||
"lineNumber": 311
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": false
|
||||
|
@ -605,7 +560,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
|
||||
"lineNumber": 349
|
||||
"lineNumber": 329
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -621,7 +576,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
|
||||
"lineNumber": 349
|
||||
"lineNumber": 329
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -643,7 +598,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
|
||||
"lineNumber": 375
|
||||
"lineNumber": 355
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -660,7 +615,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
|
||||
"lineNumber": 375
|
||||
"lineNumber": 355
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -688,7 +643,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
|
||||
"lineNumber": 392
|
||||
"lineNumber": 372
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -704,7 +659,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
|
||||
"lineNumber": 392
|
||||
"lineNumber": 372
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -721,7 +676,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
|
||||
"lineNumber": 392
|
||||
"lineNumber": 372
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -744,7 +699,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
|
||||
"lineNumber": 392
|
||||
"lineNumber": 372
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": false
|
||||
|
@ -772,7 +727,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
|
||||
"lineNumber": 406
|
||||
"lineNumber": 386
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -795,7 +750,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
|
||||
"lineNumber": 406
|
||||
"lineNumber": 386
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -812,7 +767,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
|
||||
"lineNumber": 406
|
||||
"lineNumber": 386
|
||||
},
|
||||
"deprecated": false,
|
||||
"isRequired": true
|
||||
|
@ -840,7 +795,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
|
||||
"lineNumber": 418
|
||||
"lineNumber": 398
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
|
@ -866,7 +821,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
|
||||
"lineNumber": 439
|
||||
"lineNumber": 419
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
|
@ -884,7 +839,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
|
||||
"lineNumber": 450
|
||||
"lineNumber": 430
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
|
@ -902,7 +857,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
|
||||
"lineNumber": 486
|
||||
"lineNumber": 466
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
|
@ -920,7 +875,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
|
||||
"lineNumber": 500
|
||||
"lineNumber": 480
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
|
@ -938,7 +893,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
|
||||
"lineNumber": 516
|
||||
"lineNumber": 496
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
|
@ -956,7 +911,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx",
|
||||
"lineNumber": 522
|
||||
"lineNumber": 502
|
||||
},
|
||||
"deprecated": false,
|
||||
"children": [],
|
||||
|
@ -1061,7 +1016,9 @@
|
|||
"path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts",
|
||||
"lineNumber": 36
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"parentPluginId": "maps",
|
||||
|
@ -1142,7 +1099,23 @@
|
|||
"path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts",
|
||||
"lineNumber": 40
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "maps",
|
||||
|
@ -1173,7 +1146,26 @@
|
|||
"path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts",
|
||||
"lineNumber": 42
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "maps",
|
||||
|
@ -1189,7 +1181,26 @@
|
|||
"path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts",
|
||||
"lineNumber": 51
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "maps",
|
||||
|
@ -1316,7 +1327,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/maps/public/embeddable/types.ts",
|
||||
"lineNumber": 42
|
||||
"lineNumber": 41
|
||||
},
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
|
@ -1329,11 +1340,26 @@
|
|||
"label": "MapEmbeddableOutput",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"EmbeddableOutput & { indexPatterns: IIndexPattern[]; }"
|
||||
{
|
||||
"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"
|
||||
},
|
||||
"[]; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/maps/public/embeddable/types.ts",
|
||||
"lineNumber": 44
|
||||
"lineNumber": 43
|
||||
},
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
|
@ -2249,13 +2275,10 @@
|
|||
{
|
||||
"parentPluginId": "maps",
|
||||
"id": "def-common.APP_NAME",
|
||||
"type": "Any",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "APP_NAME",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/maps/common/constants.ts",
|
||||
"lineNumber": 33
|
||||
|
@ -2283,13 +2306,10 @@
|
|||
{
|
||||
"parentPluginId": "maps",
|
||||
"id": "def-common.COUNT_PROP_LABEL",
|
||||
"type": "Any",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "COUNT_PROP_LABEL",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/maps/common/constants.ts",
|
||||
"lineNumber": 195
|
||||
|
@ -3298,7 +3318,7 @@
|
|||
"label": "RawValue",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"undefined | null | string | number | false | true | string[]"
|
||||
"string | number | boolean | string[] | null | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/maps/common/constants.ts",
|
||||
|
|
|
@ -805,7 +805,7 @@
|
|||
"label": "LayerConfig",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"{ 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; }"
|
||||
"{ 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; }"
|
||||
],
|
||||
"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; 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; }>; }"
|
||||
"{ 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; }>; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/config.ts",
|
||||
|
@ -914,7 +914,7 @@
|
|||
"label": "config",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"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; }>; }>"
|
||||
"{ 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; }>; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/public/index.ts",
|
||||
|
@ -944,7 +944,9 @@
|
|||
"path": "src/plugins/maps_ems/public/index.ts",
|
||||
"lineNumber": 33
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
}
|
||||
],
|
||||
"lifecycle": "setup",
|
||||
|
@ -1025,7 +1027,7 @@
|
|||
"section": "def-server.PluginInitializerContext",
|
||||
"text": "PluginInitializerContext"
|
||||
},
|
||||
"<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; }>; }>>"
|
||||
"<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; }>; }>>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/server/index.ts",
|
||||
|
@ -1064,7 +1066,7 @@
|
|||
"section": "def-server.PluginInitializerContext",
|
||||
"text": "PluginInitializerContext"
|
||||
},
|
||||
"<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; }>; }>>"
|
||||
"<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; }>; }>>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/server/index.ts",
|
||||
|
@ -1092,7 +1094,7 @@
|
|||
"section": "def-server.CoreSetup",
|
||||
"text": "CoreSetup"
|
||||
},
|
||||
"<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; }>; }>; }"
|
||||
"<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; }>; }>; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/server/index.ts",
|
||||
|
@ -1172,7 +1174,7 @@
|
|||
"label": "config",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"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; }>; }>"
|
||||
"{ 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; }>; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_ems/server/index.ts",
|
||||
|
|
|
@ -36,13 +36,51 @@
|
|||
"label": "getMetricsEntitiesClient",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"GetMetricsEntitiesClientType"
|
||||
"(esClient: ",
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "server",
|
||||
"docId": "kibCorePluginApi",
|
||||
"section": "def-server.ElasticsearchClient",
|
||||
"text": "ElasticsearchClient"
|
||||
},
|
||||
") => ",
|
||||
"MetricsEntitiesClient"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/metrics_entities/server/types.ts",
|
||||
"lineNumber": 15
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"lifecycle": "setup",
|
||||
|
|
161
api_docs/ml.json
161
api_docs/ml.json
|
@ -880,7 +880,7 @@
|
|||
"label": "capabilities",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"MlCapabilities"
|
||||
"{ 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; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ml/common/types/capabilities.ts",
|
||||
|
@ -1292,7 +1292,7 @@
|
|||
},
|
||||
"<",
|
||||
"MlAnomalyDetectionAlertParams",
|
||||
">, \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"tags\" | \"muteAll\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"throttle\" | \"notifyWhen\" | \"mutedInstanceIds\" | \"executionStatus\">[] | undefined"
|
||||
">, \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"tags\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"throttle\" | \"notifyWhen\" | \"muteAll\" | \"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\" | \"baseline\" | \"chartsVisible\" | \"chartsButtonVisible\" | \"ccsWarning\" | \"columnsWithCharts\" | \"errorMessage\" | \"invalidSortingColumnns\" | \"noDataMessage\" | \"onChangeItemsPerPage\" | \"onChangePage\" | \"onSort\" | \"pagination\" | \"setPagination\" | \"setVisibleColumns\" | \"rowCount\" | \"rowCountRelation\" | \"sortingColumns\" | \"tableItems\" | \"toggleChartVisibility\" | \"visibleColumns\" | \"predictionFieldName\" | \"resultsField\">"
|
||||
", \"status\" | \"errorMessage\" | \"baseline\" | \"chartsVisible\" | \"chartsButtonVisible\" | \"ccsWarning\" | \"columnsWithCharts\" | \"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,19 +1336,36 @@
|
|||
"label": "renderCellValue",
|
||||
"description": [],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "ml",
|
||||
"scope": "public",
|
||||
"docId": "kibMlPluginApi",
|
||||
"section": "def-public.RenderCellValue",
|
||||
"text": "RenderCellValue"
|
||||
}
|
||||
"({ rowIndex, columnId, setCellProps, }: { rowIndex: number; columnId: string; setCellProps: (props: ",
|
||||
"CommonProps",
|
||||
" & React.HTMLAttributes<HTMLDivElement>) => void; }) => any"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ml/public/application/components/data_grid/types.ts",
|
||||
"lineNumber": 84
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
|
@ -1396,7 +1413,15 @@
|
|||
"label": "AnomalySwimlaneEmbeddableInput",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"EmbeddableInput & AnomalySwimlaneEmbeddableCustomInput"
|
||||
{
|
||||
"pluginId": "embeddable",
|
||||
"scope": "common",
|
||||
"docId": "kibEmbeddablePluginApi",
|
||||
"section": "def-common.EmbeddableInput",
|
||||
"text": "EmbeddableInput"
|
||||
},
|
||||
" & ",
|
||||
"AnomalySwimlaneEmbeddableCustomInput"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ml/public/embeddables/types.ts",
|
||||
|
@ -1430,7 +1455,8 @@
|
|||
"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",
|
||||
|
@ -1465,7 +1491,7 @@
|
|||
"label": "RenderCellValue",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"(__0: { rowIndex: number; columnId: string; setCellProps: (props: ",
|
||||
"({ rowIndex, columnId, setCellProps, }: { rowIndex: number; columnId: string; setCellProps: (props: ",
|
||||
"CommonProps",
|
||||
" & React.HTMLAttributes<HTMLDivElement>) => void; }) => any"
|
||||
],
|
||||
|
@ -1486,9 +1512,11 @@
|
|||
"label": "ES_CLIENT_TOTAL_HITS_RELATION",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"Record<\"GTE\" | \"EQ\", ",
|
||||
"{ GTE: ",
|
||||
"TotalHitsRelation",
|
||||
">"
|
||||
"; EQ: ",
|
||||
"TotalHitsRelation",
|
||||
"; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ml/common/types/es_client.ts",
|
||||
|
@ -1523,7 +1551,15 @@
|
|||
"label": "MlPluginStart",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"{ urlGenerator: UrlGeneratorContract<\"ML_APP_URL_GENERATOR\"> | undefined; }"
|
||||
"{ urlGenerator: ",
|
||||
{
|
||||
"pluginId": "share",
|
||||
"scope": "public",
|
||||
"docId": "kibSharePluginApi",
|
||||
"section": "def-public.UrlGeneratorContract",
|
||||
"text": "UrlGeneratorContract"
|
||||
},
|
||||
"<\"ML_APP_URL_GENERATOR\"> | undefined; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ml/public/plugin.ts",
|
||||
|
@ -2901,7 +2937,9 @@
|
|||
"label": "datafeed_config",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"DatafeedWithStats"
|
||||
"Datafeed",
|
||||
" & ",
|
||||
"DatafeedStats"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/combined_job.ts",
|
||||
|
@ -3467,7 +3505,7 @@
|
|||
},
|
||||
"<",
|
||||
"MlAnomalyDetectionAlertParams",
|
||||
">, \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"tags\" | \"muteAll\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"throttle\" | \"notifyWhen\" | \"mutedInstanceIds\" | \"executionStatus\">[] | undefined"
|
||||
">, \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"tags\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"throttle\" | \"notifyWhen\" | \"muteAll\" | \"mutedInstanceIds\" | \"executionStatus\">[] | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts",
|
||||
|
@ -3577,7 +3615,8 @@
|
|||
"label": "model_size_stats",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"ModelSizeStats"
|
||||
"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/model_snapshot.ts",
|
||||
|
@ -3686,7 +3725,9 @@
|
|||
"label": "Aggregation",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"{ [x: string]: estypes.AggregationContainer; }"
|
||||
"{ [x: string]: ",
|
||||
"AggregationContainer",
|
||||
"; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed.ts",
|
||||
|
@ -3703,7 +3744,7 @@
|
|||
"label": "AnalysisConfig",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"estypes.AnalysisConfig"
|
||||
"AnalysisConfig"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts",
|
||||
|
@ -3720,7 +3761,7 @@
|
|||
"label": "AnalysisLimits",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"estypes.AnalysisLimits"
|
||||
"AnalysisLimits"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts",
|
||||
|
@ -3771,7 +3812,7 @@
|
|||
"label": "ChunkingConfig",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"estypes.ChunkingConfig"
|
||||
"ChunkingConfig"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed.ts",
|
||||
|
@ -3788,7 +3829,7 @@
|
|||
"label": "CustomRule",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"estypes.DetectionRule"
|
||||
"DetectionRule"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts",
|
||||
|
@ -3805,7 +3846,7 @@
|
|||
"label": "CustomSettings",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"estypes.CustomSettings"
|
||||
"CustomSettings"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts",
|
||||
|
@ -3822,7 +3863,7 @@
|
|||
"label": "DataCounts",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"estypes.DataCounts"
|
||||
"DataCounts"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
|
||||
|
@ -3839,7 +3880,7 @@
|
|||
"label": "DataDescription",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"estypes.DataDescription"
|
||||
"DataDescription"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts",
|
||||
|
@ -3856,7 +3897,7 @@
|
|||
"label": "Datafeed",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"estypes.Datafeed"
|
||||
"Datafeed"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed.ts",
|
||||
|
@ -3890,7 +3931,7 @@
|
|||
"label": "DatafeedStats",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"estypes.DatafeedStats"
|
||||
"DatafeedStats"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed_stats.ts",
|
||||
|
@ -3926,7 +3967,7 @@
|
|||
"label": "Detector",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"estypes.Detector"
|
||||
"Detector"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts",
|
||||
|
@ -3960,7 +4001,7 @@
|
|||
"label": "ForecastsStats",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"estypes.JobForecastStatistics"
|
||||
"JobForecastStatistics"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
|
||||
|
@ -3977,7 +4018,7 @@
|
|||
"label": "Job",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"estypes.Job"
|
||||
"Job"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts",
|
||||
|
@ -4011,7 +4052,12 @@
|
|||
"label": "JobStats",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"estypes.JobStats & { model_size_stats: ModelSizeStats; timing_stats: TimingStats; }"
|
||||
"JobStats",
|
||||
" & { model_size_stats: ",
|
||||
"ModelSizeStats",
|
||||
"; timing_stats: ",
|
||||
"TimingStats",
|
||||
"; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
|
||||
|
@ -4035,7 +4081,8 @@
|
|||
"ModelSizeStats",
|
||||
"; timing_stats: ",
|
||||
"TimingStats",
|
||||
"; } & JobAlertingRuleStats"
|
||||
"; } & ",
|
||||
"JobAlertingRuleStats"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/combined_job.ts",
|
||||
|
@ -4052,7 +4099,8 @@
|
|||
"label": "MlSummaryJobs",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"MlSummaryJob[]"
|
||||
"MlSummaryJob",
|
||||
"[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts",
|
||||
|
@ -4069,7 +4117,7 @@
|
|||
"label": "ModelPlotConfig",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"estypes.ModelPlotConfig"
|
||||
"ModelPlotConfig"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts",
|
||||
|
@ -4086,7 +4134,8 @@
|
|||
"label": "ModelSizeStats",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"estypes.ModelSizeStats & { model_bytes_exceeded: number; model_bytes_memory_limit: number; peak_model_bytes?: number | undefined; }"
|
||||
"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",
|
||||
|
@ -4120,7 +4169,7 @@
|
|||
"label": "Node",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"estypes.DiscoveryNode"
|
||||
"DiscoveryNode"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
|
||||
|
@ -4154,7 +4203,8 @@
|
|||
"label": "TimingStats",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"estypes.TimingStats & { total_bucket_processing_time_ms: number; }"
|
||||
"TimingStats",
|
||||
" & { total_bucket_processing_time_ms: number; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job_stats.ts",
|
||||
|
@ -4181,7 +4231,26 @@
|
|||
" & ",
|
||||
"ModulesProvider",
|
||||
" & ",
|
||||
"ResultsServiceProvider"
|
||||
"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>; }; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ml/server/plugin.ts",
|
||||
|
@ -4601,7 +4670,9 @@
|
|||
"label": "RuntimeMappings",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"{ [x: string]: estypes.RuntimeField; }"
|
||||
"{ [x: string]: ",
|
||||
"RuntimeField",
|
||||
"; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ml/common/types/fields.ts",
|
||||
|
@ -4620,9 +4691,11 @@
|
|||
"label": "ES_CLIENT_TOTAL_HITS_RELATION",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"Record<\"GTE\" | \"EQ\", ",
|
||||
"{ GTE: ",
|
||||
"TotalHitsRelation",
|
||||
">"
|
||||
"; EQ: ",
|
||||
"TotalHitsRelation",
|
||||
"; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ml/common/types/es_client.ts",
|
||||
|
|
|
@ -39,7 +39,9 @@
|
|||
"path": "x-pack/plugins/monitoring/server/types.ts",
|
||||
"lineNumber": 95
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"parentPluginId": "monitoring",
|
||||
|
@ -55,7 +57,9 @@
|
|||
"path": "x-pack/plugins/monitoring/server/types.ts",
|
||||
"lineNumber": 96
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"parentPluginId": "monitoring",
|
||||
|
@ -79,7 +83,36 @@
|
|||
"path": "x-pack/plugins/monitoring/server/types.ts",
|
||||
"lineNumber": 97
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "monitoring",
|
||||
|
@ -95,7 +128,9 @@
|
|||
"path": "x-pack/plugins/monitoring/server/types.ts",
|
||||
"lineNumber": 98
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
|
@ -111,7 +146,15 @@
|
|||
"label": "KibanaSettingsCollector",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"Collector<EmailSettingData | undefined, {}> & KibanaSettingsCollectorExtraOptions"
|
||||
{
|
||||
"pluginId": "usageCollection",
|
||||
"scope": "server",
|
||||
"docId": "kibUsageCollectionPluginApi",
|
||||
"section": "def-server.ICollector",
|
||||
"text": "ICollector"
|
||||
},
|
||||
"<EmailSettingData | undefined, {}> & ",
|
||||
"KibanaSettingsCollectorExtraOptions"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/monitoring/server/kibana_monitoring/collectors/get_settings_collector.ts",
|
||||
|
@ -128,9 +171,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: ",
|
||||
"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: 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; }>; }>; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/monitoring/server/config.ts",
|
||||
|
@ -168,7 +211,9 @@
|
|||
"path": "x-pack/plugins/monitoring/server/types.ts",
|
||||
"lineNumber": 102
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
}
|
||||
],
|
||||
"lifecycle": "setup",
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -262,7 +262,17 @@
|
|||
"label": "NewsfeedPublicPluginStart",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"{ createNewsFeed$: (endpoint: NewsfeedApiEndpoint) => Rx.Observable<void | ",
|
||||
"{ createNewsFeed$: (endpoint: ",
|
||||
{
|
||||
"pluginId": "newsfeed",
|
||||
"scope": "public",
|
||||
"docId": "kibNewsfeedPluginApi",
|
||||
"section": "def-public.NewsfeedApiEndpoint",
|
||||
"text": "NewsfeedApiEndpoint"
|
||||
},
|
||||
") => ",
|
||||
"Observable",
|
||||
"<void | ",
|
||||
{
|
||||
"pluginId": "newsfeed",
|
||||
"scope": "public",
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,140 +0,0 @@
|
|||
---
|
||||
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
|
@ -633,7 +633,10 @@
|
|||
"text": "ReportingSetup"
|
||||
},
|
||||
", ",
|
||||
"ReportingPublicPluginSetupDendencies"
|
||||
"ReportingPublicPluginSetupDendencies",
|
||||
", ",
|
||||
"ReportingPublicPluginStartDendencies",
|
||||
">"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/reporting/public/plugin.ts",
|
||||
|
@ -874,7 +877,13 @@
|
|||
"label": "ReportingStart",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"ReportingSetup"
|
||||
{
|
||||
"pluginId": "reporting",
|
||||
"scope": "public",
|
||||
"docId": "kibReportingPluginApi",
|
||||
"section": "def-public.ReportingSetup",
|
||||
"text": "ReportingSetup"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/reporting/public/index.ts",
|
||||
|
@ -921,7 +930,9 @@
|
|||
"path": "x-pack/plugins/reporting/server/core.ts",
|
||||
"lineNumber": 72
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"parentPluginId": "reporting",
|
||||
|
@ -971,9 +982,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; }>; 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 | ",
|
||||
"<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 | ",
|
||||
"ByteSizeValue",
|
||||
"; useByteOrderMarkEncoding: boolean; }>; poll: Readonly<{} & { jobCompletionNotifier: Readonly<{} & { interval: number; intervalErrorMultiplier: number; }>; jobsRefresh: Readonly<{} & { interval: number; intervalErrorMultiplier: number; }>; }>; }>>"
|
||||
"; useByteOrderMarkEncoding: boolean; }>; roles: Readonly<{} & { enabled: boolean; allow: string[]; }>; poll: Readonly<{} & { jobCompletionNotifier: Readonly<{} & { interval: number; intervalErrorMultiplier: number; }>; jobsRefresh: Readonly<{} & { interval: number; intervalErrorMultiplier: number; }>; }>; }>>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/reporting/server/core.ts",
|
||||
|
@ -1894,7 +1905,16 @@
|
|||
"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",
|
||||
|
@ -1933,9 +1953,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; }>; 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 | ",
|
||||
"<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 | ",
|
||||
"ByteSizeValue",
|
||||
"; useByteOrderMarkEncoding: boolean; }>; poll: Readonly<{} & { jobCompletionNotifier: Readonly<{} & { interval: number; intervalErrorMultiplier: number; }>; jobsRefresh: Readonly<{} & { interval: number; intervalErrorMultiplier: number; }>; }>; }>>"
|
||||
"; useByteOrderMarkEncoding: boolean; }>; roles: Readonly<{} & { enabled: boolean; allow: string[]; }>; poll: Readonly<{} & { jobCompletionNotifier: Readonly<{} & { interval: number; intervalErrorMultiplier: number; }>; jobsRefresh: Readonly<{} & { interval: number; intervalErrorMultiplier: number; }>; }>; }>>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/reporting/server/plugin.ts",
|
||||
|
@ -2145,9 +2165,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; }>; 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 | ",
|
||||
" 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 | ",
|
||||
"ByteSizeValue",
|
||||
"; useByteOrderMarkEncoding: boolean; }>; poll: Readonly<{} & { jobCompletionNotifier: Readonly<{} & { interval: number; intervalErrorMultiplier: number; }>; jobsRefresh: Readonly<{} & { interval: number; intervalErrorMultiplier: number; }>; }>; }>>"
|
||||
"; useByteOrderMarkEncoding: boolean; }>; roles: Readonly<{} & { enabled: boolean; allow: string[]; }>; poll: Readonly<{} & { jobCompletionNotifier: Readonly<{} & { interval: number; intervalErrorMultiplier: number; }>; jobsRefresh: Readonly<{} & { interval: number; intervalErrorMultiplier: number; }>; }>; }>>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/reporting/server/config/config.ts",
|
||||
|
@ -2285,13 +2305,11 @@
|
|||
"label": "taskManager",
|
||||
"description": [],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "taskManager",
|
||||
"scope": "server",
|
||||
"docId": "kibTaskManagerPluginApi",
|
||||
"section": "def-server.TaskManagerSetupContract",
|
||||
"text": "TaskManagerSetupContract"
|
||||
}
|
||||
"{ index: string; addMiddleware: (middleware: ",
|
||||
"Middleware",
|
||||
") => void; } & Pick<",
|
||||
"TaskTypeDictionary",
|
||||
", \"registerTaskDefinitions\">"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/reporting/server/types.ts",
|
||||
|
@ -2390,13 +2408,11 @@
|
|||
"label": "taskManager",
|
||||
"description": [],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "taskManager",
|
||||
"scope": "server",
|
||||
"docId": "kibTaskManagerPluginApi",
|
||||
"section": "def-server.TaskManagerStartContract",
|
||||
"text": "TaskManagerStartContract"
|
||||
}
|
||||
"Pick<",
|
||||
"TaskScheduling",
|
||||
", \"schedule\" | \"runNow\" | \"ensureScheduled\"> & Pick<",
|
||||
"TaskStore",
|
||||
", \"remove\" | \"get\" | \"fetch\"> & { removeIfExists: (id: string) => Promise<void>; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/reporting/server/types.ts",
|
||||
|
@ -2438,7 +2454,9 @@
|
|||
"path": "x-pack/plugins/reporting/server/types.ts",
|
||||
"lineNumber": 45
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
}
|
||||
],
|
||||
"lifecycle": "start",
|
||||
|
|
|
@ -262,7 +262,48 @@
|
|||
"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"
|
||||
"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\"; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rule_registry/server/utils/create_lifecycle_rule_type_factory.ts",
|
||||
|
@ -330,7 +371,48 @@
|
|||
"text": "AlertExecutorOptions"
|
||||
},
|
||||
"<TParams, Record<string, unknown>, { [x: string]: unknown; }, TAlertInstanceContext, never> & { services: any; }) => Promise<any>; id: string; name: string; validate?: { params?: ",
|
||||
"AlertTypeParamsValidator"
|
||||
"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\"; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rule_registry/server/utils/create_persistence_rule_type_factory.ts",
|
||||
|
@ -719,7 +801,7 @@
|
|||
"label": "RuleRegistryPluginConfig",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"{ readonly enabled: boolean; readonly write: Readonly<{} & { enabled: boolean; }>; readonly index: string; }"
|
||||
"{ readonly enabled: boolean; readonly index: string; readonly write: Readonly<{} & { enabled: boolean; }>; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rule_registry/server/config.ts",
|
||||
|
@ -811,7 +893,7 @@
|
|||
"signature": [
|
||||
"(input: unknown) => OutputOf<",
|
||||
"Optional",
|
||||
"<{ readonly \"kibana.rac.alert.producer\": { readonly type: \"keyword\"; }; readonly \"kibana.rac.alert.uuid\": { readonly type: \"keyword\"; }; readonly \"kibana.rac.alert.id\": { readonly type: \"keyword\"; }; readonly \"kibana.rac.alert.start\": { readonly type: \"date\"; }; readonly \"kibana.rac.alert.end\": { readonly type: \"date\"; }; readonly \"kibana.rac.alert.duration.us\": { readonly type: \"long\"; }; readonly \"kibana.rac.alert.severity.level\": { readonly type: \"keyword\"; }; readonly \"kibana.rac.alert.severity.value\": { readonly type: \"long\"; }; readonly \"kibana.rac.alert.status\": { readonly type: \"keyword\"; }; readonly \"kibana.rac.alert.evaluation.threshold\": { readonly type: \"scaled_float\"; readonly scaling_factor: 100; }; readonly \"kibana.rac.alert.evaluation.value\": { readonly type: \"scaled_float\"; readonly scaling_factor: 100; }; readonly '@timestamp': { readonly type: \"date\"; readonly array: false; readonly required: true; }; readonly tags: { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly 'event.kind': { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly 'event.action': { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly 'rule.uuid': { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly 'rule.id': { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly 'rule.name': { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly 'rule.category': { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; }, \"tags\" | \"kibana.rac.alert.uuid\" | \"event.kind\" | \"event.action\" | \"rule.uuid\" | \"rule.id\" | \"rule.name\" | \"rule.category\" | \"kibana.rac.alert.producer\" | \"kibana.rac.alert.id\" | \"kibana.rac.alert.start\" | \"kibana.rac.alert.end\" | \"kibana.rac.alert.duration.us\" | \"kibana.rac.alert.severity.level\" | \"kibana.rac.alert.severity.value\" | \"kibana.rac.alert.status\" | \"kibana.rac.alert.evaluation.threshold\" | \"kibana.rac.alert.evaluation.value\">>"
|
||||
"<{ readonly \"kibana.rac.alert.producer\": { readonly type: \"keyword\"; }; readonly \"kibana.rac.alert.uuid\": { readonly type: \"keyword\"; }; readonly \"kibana.rac.alert.id\": { readonly type: \"keyword\"; }; readonly \"kibana.rac.alert.start\": { readonly type: \"date\"; }; readonly \"kibana.rac.alert.end\": { readonly type: \"date\"; }; readonly \"kibana.rac.alert.duration.us\": { readonly type: \"long\"; }; readonly \"kibana.rac.alert.severity.level\": { readonly type: \"keyword\"; }; readonly \"kibana.rac.alert.severity.value\": { readonly type: \"long\"; }; readonly \"kibana.rac.alert.status\": { readonly type: \"keyword\"; }; readonly \"kibana.rac.alert.evaluation.threshold\": { readonly type: \"scaled_float\"; readonly scaling_factor: 100; }; readonly \"kibana.rac.alert.evaluation.value\": { readonly type: \"scaled_float\"; readonly scaling_factor: 100; }; readonly tags: { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly '@timestamp': { readonly type: \"date\"; readonly array: false; readonly required: true; }; readonly 'event.kind': { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly 'event.action': { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly 'rule.uuid': { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly 'rule.id': { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly 'rule.name': { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly 'rule.category': { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; }, \"tags\" | \"kibana.rac.alert.uuid\" | \"event.kind\" | \"event.action\" | \"rule.uuid\" | \"rule.id\" | \"rule.name\" | \"rule.category\" | \"kibana.rac.alert.producer\" | \"kibana.rac.alert.id\" | \"kibana.rac.alert.start\" | \"kibana.rac.alert.end\" | \"kibana.rac.alert.duration.us\" | \"kibana.rac.alert.severity.level\" | \"kibana.rac.alert.severity.value\" | \"kibana.rac.alert.status\" | \"kibana.rac.alert.evaluation.threshold\" | \"kibana.rac.alert.evaluation.value\">>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rule_registry/common/parse_technical_fields.ts",
|
||||
|
|
|
@ -171,7 +171,26 @@
|
|||
"path": "x-pack/plugins/runtime_fields/public/components/runtime_field_form/runtime_field_form.tsx",
|
||||
"lineNumber": 42
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
|
@ -213,7 +232,32 @@
|
|||
"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,
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "runtimeFields",
|
||||
|
@ -231,7 +275,9 @@
|
|||
"path": "x-pack/plugins/runtime_fields/public/components/runtime_field_editor_flyout_content/runtime_field_editor_flyout_content.tsx",
|
||||
"lineNumber": 63
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"parentPluginId": "runtimeFields",
|
||||
|
@ -337,7 +383,7 @@
|
|||
"label": "type",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"\"boolean\" | \"date\" | \"keyword\" | \"long\" | \"ip\" | \"double\""
|
||||
"\"boolean\" | \"date\" | \"keyword\" | \"long\" | \"double\" | \"ip\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/runtime_fields/public/types.ts",
|
||||
|
@ -376,7 +422,7 @@
|
|||
"description": [],
|
||||
"signature": [
|
||||
"ComboBoxOption",
|
||||
"<\"boolean\" | \"date\" | \"keyword\" | \"long\" | \"ip\" | \"double\">[]"
|
||||
"<\"boolean\" | \"date\" | \"keyword\" | \"long\" | \"double\" | \"ip\">[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/runtime_fields/public/constants.ts",
|
||||
|
@ -393,7 +439,7 @@
|
|||
"label": "RuntimeType",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"\"boolean\" | \"date\" | \"keyword\" | \"long\" | \"ip\" | \"double\""
|
||||
"\"boolean\" | \"date\" | \"keyword\" | \"long\" | \"double\" | \"ip\""
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/runtime_fields/public/types.ts",
|
||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because one or more lines are too long
|
@ -84,7 +84,13 @@
|
|||
"label": "SavedObjectTaggingPluginStart",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"SavedObjectsTaggingApi"
|
||||
{
|
||||
"pluginId": "savedObjectsTaggingOss",
|
||||
"scope": "public",
|
||||
"docId": "kibSavedObjectsTaggingOssPluginApi",
|
||||
"section": "def-public.SavedObjectsTaggingApi",
|
||||
"text": "SavedObjectsTaggingApi"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/public/types.ts",
|
||||
|
@ -822,7 +828,7 @@
|
|||
"label": "errors",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"Partial<Record<\"color\" | \"description\" | \"id\" | \"name\", string | undefined>>"
|
||||
"{ color?: string | undefined; description?: string | undefined; id?: string | undefined; name?: string | undefined; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/validation.ts",
|
||||
|
@ -933,7 +939,16 @@
|
|||
"label": "TagSavedObject",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"SavedObject<TagAttributes>"
|
||||
"SavedObject",
|
||||
"<",
|
||||
{
|
||||
"pluginId": "savedObjectsTaggingOss",
|
||||
"scope": "common",
|
||||
"docId": "kibSavedObjectsTaggingOssPluginApi",
|
||||
"section": "def-common.TagAttributes",
|
||||
"text": "TagAttributes"
|
||||
},
|
||||
">"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/types.ts",
|
||||
|
@ -969,7 +984,14 @@
|
|||
"label": "TagWithRelations",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"Tag & { relationCount: number; }"
|
||||
{
|
||||
"pluginId": "savedObjectsTaggingOss",
|
||||
"scope": "common",
|
||||
"docId": "kibSavedObjectsTaggingOssPluginApi",
|
||||
"section": "def-common.Tag",
|
||||
"text": "Tag"
|
||||
},
|
||||
" & { relationCount: number; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/types.ts",
|
||||
|
|
|
@ -300,7 +300,26 @@
|
|||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"lineNumber": 251
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
|
@ -940,7 +959,42 @@
|
|||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"lineNumber": 196
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "savedObjectsTaggingOss",
|
||||
|
@ -966,7 +1020,42 @@
|
|||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"lineNumber": 200
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "savedObjectsTaggingOss",
|
||||
|
@ -992,7 +1081,42 @@
|
|||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"lineNumber": 206
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
|
@ -1083,7 +1207,26 @@
|
|||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
"lineNumber": 234
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
|
@ -1107,7 +1250,14 @@
|
|||
"section": "def-public.SavedObject",
|
||||
"text": "SavedObject"
|
||||
},
|
||||
") => boolean"
|
||||
") => object is ",
|
||||
{
|
||||
"pluginId": "savedObjectsTaggingOss",
|
||||
"scope": "public",
|
||||
"docId": "kibSavedObjectsTaggingOssPluginApi",
|
||||
"section": "def-public.TagDecoratedSavedObject",
|
||||
"text": "TagDecoratedSavedObject"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/api.ts",
|
||||
|
@ -1124,7 +1274,14 @@
|
|||
"label": "TagDecoratedSavedObject",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"SavedObject & { getTags(): string[]; setTags(tags: string[]): void; }"
|
||||
{
|
||||
"pluginId": "savedObjects",
|
||||
"scope": "public",
|
||||
"docId": "kibSavedObjectsPluginApi",
|
||||
"section": "def-public.SavedObject",
|
||||
"text": "SavedObject"
|
||||
},
|
||||
" & { getTags(): string[]; setTags(tags: string[]): void; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/public/decorator/types.ts",
|
||||
|
|
|
@ -212,13 +212,47 @@
|
|||
"label": "isScreenshotMode",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"IsScreenshotMode"
|
||||
"(request: ",
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "server",
|
||||
"docId": "kibCoreHttpPluginApi",
|
||||
"section": "def-server.KibanaRequest",
|
||||
"text": "KibanaRequest"
|
||||
},
|
||||
"<unknown, unknown, unknown, any>) => boolean"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/screenshot_mode/server/types.ts",
|
||||
"lineNumber": 19
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "screenshotMode",
|
||||
|
@ -236,7 +270,9 @@
|
|||
"path": "src/plugins/screenshot_mode/server/types.ts",
|
||||
"lineNumber": 24
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
}
|
||||
],
|
||||
"lifecycle": "setup",
|
||||
|
@ -263,13 +299,47 @@
|
|||
"label": "isScreenshotMode",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"IsScreenshotMode"
|
||||
"(request: ",
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "server",
|
||||
"docId": "kibCoreHttpPluginApi",
|
||||
"section": "def-server.KibanaRequest",
|
||||
"text": "KibanaRequest"
|
||||
},
|
||||
"<unknown, unknown, unknown, any>) => boolean"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/screenshot_mode/server/types.ts",
|
||||
"lineNumber": 28
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"lifecycle": "start",
|
||||
|
|
|
@ -442,7 +442,7 @@
|
|||
"label": "iconType",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"IconType"
|
||||
"string | React.ComponentClass<{}, any> | React.FunctionComponent<{}>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/security/public/nav_control/nav_control_component.tsx",
|
||||
|
@ -510,7 +510,11 @@
|
|||
"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",
|
||||
|
@ -536,7 +540,9 @@
|
|||
"signature": [
|
||||
"{ navControlService: ",
|
||||
"SecurityNavControlServiceStart",
|
||||
"; authc: AuthenticationServiceSetup; }"
|
||||
"; authc: ",
|
||||
"AuthenticationServiceSetup",
|
||||
"; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/security/public/plugin.tsx",
|
||||
|
@ -644,7 +650,33 @@
|
|||
"path": "x-pack/plugins/security/server/audit/audit_service.ts",
|
||||
"lineNumber": 37
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
|
@ -1153,7 +1185,52 @@
|
|||
"path": "x-pack/plugins/security/server/audit/audit_service.ts",
|
||||
"lineNumber": 33
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
|
@ -1297,15 +1374,15 @@
|
|||
"label": "authz",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"Pick<",
|
||||
{
|
||||
"pluginId": "security",
|
||||
"scope": "server",
|
||||
"docId": "kibSecurityPluginApi",
|
||||
"section": "def-server.AuthorizationServiceSetup",
|
||||
"text": "AuthorizationServiceSetup"
|
||||
},
|
||||
", \"mode\" | \"actions\" | \"checkPrivilegesDynamicallyWithRequest\" | \"checkPrivilegesWithRequest\">"
|
||||
"{ mode: ",
|
||||
"AuthorizationMode",
|
||||
"; actions: ",
|
||||
"Actions",
|
||||
"; checkPrivilegesDynamicallyWithRequest: ",
|
||||
"CheckPrivilegesDynamicallyWithRequest",
|
||||
"; checkPrivilegesWithRequest: ",
|
||||
"CheckPrivilegesWithRequest",
|
||||
"; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/security/server/plugin.ts",
|
||||
|
@ -1429,9 +1506,19 @@
|
|||
"label": "authc",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"Pick<",
|
||||
"AuthenticationServiceStart",
|
||||
", \"getCurrentUser\" | \"apiKeys\">"
|
||||
"{ 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\">; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/security/server/plugin.ts",
|
||||
|
@ -1447,15 +1534,15 @@
|
|||
"label": "authz",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"Pick<",
|
||||
{
|
||||
"pluginId": "security",
|
||||
"scope": "server",
|
||||
"docId": "kibSecurityPluginApi",
|
||||
"section": "def-server.AuthorizationServiceSetup",
|
||||
"text": "AuthorizationServiceSetup"
|
||||
},
|
||||
", \"mode\" | \"actions\" | \"checkPrivilegesDynamicallyWithRequest\" | \"checkPrivilegesWithRequest\">"
|
||||
"{ mode: ",
|
||||
"AuthorizationMode",
|
||||
"; actions: ",
|
||||
"Actions",
|
||||
"; checkPrivilegesDynamicallyWithRequest: ",
|
||||
"CheckPrivilegesDynamicallyWithRequest",
|
||||
"; checkPrivilegesWithRequest: ",
|
||||
"CheckPrivilegesWithRequest",
|
||||
"; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/security/server/plugin.ts",
|
||||
|
|
|
@ -149,7 +149,27 @@
|
|||
"path": "src/plugins/security_oss/server/plugin.ts",
|
||||
"lineNumber": 35
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"lifecycle": "setup",
|
||||
|
|
|
@ -36,7 +36,10 @@
|
|||
", ",
|
||||
"PluginStart",
|
||||
", ",
|
||||
"SetupPlugins"
|
||||
"SetupPlugins",
|
||||
", ",
|
||||
"StartPlugins",
|
||||
">"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/security_solution/public/plugin.tsx",
|
||||
|
@ -297,7 +300,9 @@
|
|||
"path": "x-pack/plugins/security_solution/public/types.ts",
|
||||
"lineNumber": 70
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
}
|
||||
],
|
||||
"lifecycle": "setup",
|
||||
|
@ -433,7 +438,10 @@
|
|||
"text": "PluginStart"
|
||||
},
|
||||
", ",
|
||||
"SetupPlugins"
|
||||
"SetupPlugins",
|
||||
", ",
|
||||
"StartPlugins",
|
||||
">"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/security_solution/server/plugin.ts",
|
||||
|
@ -701,7 +709,9 @@
|
|||
"path": "x-pack/plugins/security_solution/server/types.ts",
|
||||
"lineNumber": 18
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
|
|
|
@ -509,7 +509,9 @@
|
|||
"path": "src/plugins/share/public/types.ts",
|
||||
"lineNumber": 38
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"parentPluginId": "share",
|
||||
|
@ -549,7 +551,7 @@
|
|||
},
|
||||
" extends Pick<",
|
||||
"EuiContextMenuPanelItemDescriptorEntry",
|
||||
", \"onClick\" | \"key\" | \"size\" | \"className\" | \"aria-label\" | \"disabled\" | \"data-test-subj\" | \"target\" | \"href\" | \"icon\" | \"rel\" | \"buttonRef\" | \"toolTipContent\" | \"toolTipTitle\" | \"toolTipPosition\" | \"layoutAlign\" | \"panel\">"
|
||||
", \"onClick\" | \"key\" | \"size\" | \"className\" | \"aria-label\" | \"data-test-subj\" | \"disabled\" | \"target\" | \"href\" | \"icon\" | \"rel\" | \"buttonRef\" | \"toolTipContent\" | \"toolTipTitle\" | \"toolTipPosition\" | \"layoutAlign\" | \"panel\">"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/share/public/types.ts",
|
||||
|
@ -699,7 +701,32 @@
|
|||
"path": "src/plugins/share/public/types.ts",
|
||||
"lineNumber": 74
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
|
@ -1243,7 +1270,7 @@
|
|||
"label": "DownloadableContent",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"{ content: string; type: string; } | Blob"
|
||||
"Blob | { content: string; type: string; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/share/public/lib/download_as.ts",
|
||||
|
@ -1287,7 +1314,11 @@
|
|||
"section": "def-public.ShareMenuProvider",
|
||||
"text": "ShareMenuProvider"
|
||||
},
|
||||
") => void; } & { urlGenerators: UrlGeneratorsSetup; url: UrlService; }"
|
||||
") => void; } & { urlGenerators: ",
|
||||
"UrlGeneratorsSetup",
|
||||
"; url: ",
|
||||
"UrlService",
|
||||
"; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/share/public/plugin.ts",
|
||||
|
@ -1313,7 +1344,11 @@
|
|||
"section": "def-public.ShowShareMenuOptions",
|
||||
"text": "ShowShareMenuOptions"
|
||||
},
|
||||
") => void; } & { urlGenerators: UrlGeneratorsStart; url: UrlService; }"
|
||||
") => void; } & { urlGenerators: ",
|
||||
"UrlGeneratorsStart",
|
||||
"; url: ",
|
||||
"UrlService",
|
||||
"; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/share/public/plugin.ts",
|
||||
|
|
|
@ -449,7 +449,13 @@
|
|||
"\nStart contract for the Spaces plugin."
|
||||
],
|
||||
"signature": [
|
||||
"SpacesApi"
|
||||
{
|
||||
"pluginId": "spacesOss",
|
||||
"scope": "public",
|
||||
"docId": "kibSpacesOssPluginApi",
|
||||
"section": "def-public.SpacesApi",
|
||||
"text": "SpacesApi"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/spaces/public/plugin.tsx",
|
||||
|
@ -1551,7 +1557,35 @@
|
|||
"path": "x-pack/plugins/spaces/server/spaces_service/spaces_service.ts",
|
||||
"lineNumber": 56
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "spaces",
|
||||
|
|
|
@ -416,15 +416,7 @@
|
|||
"The space to represent with an avatar."
|
||||
],
|
||||
"signature": [
|
||||
"Partial<",
|
||||
{
|
||||
"pluginId": "spacesOss",
|
||||
"scope": "common",
|
||||
"docId": "kibSpacesOssPluginApi",
|
||||
"section": "def-common.Space",
|
||||
"text": "Space"
|
||||
},
|
||||
">"
|
||||
"{ id?: string | undefined; name?: string | undefined; description?: string | undefined; color?: string | undefined; initials?: string | undefined; imageUrl?: string | undefined; disabledFeatures?: string[] | undefined; _reserved?: boolean | undefined; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
|
@ -716,7 +708,43 @@
|
|||
"path": "src/plugins/spaces_oss/public/api.ts",
|
||||
"lineNumber": 68
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
|
@ -746,14 +774,7 @@
|
|||
"\nProvides a context that is required to render some Spaces components."
|
||||
],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "spacesOss",
|
||||
"scope": "public",
|
||||
"docId": "kibSpacesOssPluginApi",
|
||||
"section": "def-public.LazyComponentFn",
|
||||
"text": "LazyComponentFn"
|
||||
},
|
||||
"<",
|
||||
"(props: ",
|
||||
{
|
||||
"pluginId": "spacesOss",
|
||||
"scope": "public",
|
||||
|
@ -761,13 +782,32 @@
|
|||
"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
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "spacesOss",
|
||||
|
@ -779,14 +819,7 @@
|
|||
"\nDisplays a flyout to edit the spaces that an object is shared to.\n\nNote: must be rendered inside of a SpacesContext."
|
||||
],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "spacesOss",
|
||||
"scope": "public",
|
||||
"docId": "kibSpacesOssPluginApi",
|
||||
"section": "def-public.LazyComponentFn",
|
||||
"text": "LazyComponentFn"
|
||||
},
|
||||
"<",
|
||||
"(props: ",
|
||||
{
|
||||
"pluginId": "spacesOss",
|
||||
"scope": "public",
|
||||
|
@ -794,13 +827,32 @@
|
|||
"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
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "spacesOss",
|
||||
|
@ -812,14 +864,7 @@
|
|||
"\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": [
|
||||
{
|
||||
"pluginId": "spacesOss",
|
||||
"scope": "public",
|
||||
"docId": "kibSpacesOssPluginApi",
|
||||
"section": "def-public.LazyComponentFn",
|
||||
"text": "LazyComponentFn"
|
||||
},
|
||||
"<",
|
||||
"(props: ",
|
||||
{
|
||||
"pluginId": "spacesOss",
|
||||
"scope": "public",
|
||||
|
@ -827,13 +872,32 @@
|
|||
"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
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "spacesOss",
|
||||
|
@ -845,14 +909,7 @@
|
|||
"\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": [
|
||||
{
|
||||
"pluginId": "spacesOss",
|
||||
"scope": "public",
|
||||
"docId": "kibSpacesOssPluginApi",
|
||||
"section": "def-public.LazyComponentFn",
|
||||
"text": "LazyComponentFn"
|
||||
},
|
||||
"<",
|
||||
"(props: ",
|
||||
{
|
||||
"pluginId": "spacesOss",
|
||||
"scope": "public",
|
||||
|
@ -860,13 +917,32 @@
|
|||
"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
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "spacesOss",
|
||||
|
@ -878,14 +954,7 @@
|
|||
"\nDisplays an avatar for the given space."
|
||||
],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "spacesOss",
|
||||
"scope": "public",
|
||||
"docId": "kibSpacesOssPluginApi",
|
||||
"section": "def-public.LazyComponentFn",
|
||||
"text": "LazyComponentFn"
|
||||
},
|
||||
"<",
|
||||
"(props: ",
|
||||
{
|
||||
"pluginId": "spacesOss",
|
||||
"scope": "public",
|
||||
|
@ -893,13 +962,32 @@
|
|||
"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
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
|
|
|
@ -522,7 +522,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": [
|
||||
"Record<string, any>"
|
||||
"{ [x: string]: any; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/task_manager/server/task.ts",
|
||||
|
@ -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": [
|
||||
"Record<string, any>"
|
||||
"{ [x: 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": [
|
||||
"Record<string, any>"
|
||||
"{ [x: string]: any; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/task_manager/server/task.ts",
|
||||
|
@ -895,7 +895,11 @@
|
|||
"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",
|
||||
|
@ -913,7 +917,11 @@
|
|||
"label": "TaskManagerStartContract",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"Pick<TaskScheduling, \"schedule\" | \"runNow\" | \"ensureScheduled\"> & Pick<TaskStore, \"remove\" | \"get\" | \"fetch\"> & { removeIfExists: TaskStore['remove']; }"
|
||||
"Pick<",
|
||||
"TaskScheduling",
|
||||
", \"schedule\" | \"runNow\" | \"ensureScheduled\"> & Pick<",
|
||||
"TaskStore",
|
||||
", \"remove\" | \"get\" | \"fetch\"> & { removeIfExists: (id: string) => Promise<void>; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/task_manager/server/plugin.ts",
|
||||
|
|
|
@ -200,7 +200,9 @@
|
|||
"path": "src/plugins/telemetry/public/plugin.ts",
|
||||
"lineNumber": 40
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"parentPluginId": "telemetry",
|
||||
|
@ -233,7 +235,9 @@
|
|||
"path": "src/plugins/telemetry/public/plugin.ts",
|
||||
"lineNumber": 44
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"parentPluginId": "telemetry",
|
||||
|
@ -251,7 +255,9 @@
|
|||
"path": "src/plugins/telemetry/public/plugin.ts",
|
||||
"lineNumber": 46
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"parentPluginId": "telemetry",
|
||||
|
@ -269,7 +275,9 @@
|
|||
"path": "src/plugins/telemetry/public/plugin.ts",
|
||||
"lineNumber": 48
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"parentPluginId": "telemetry",
|
||||
|
@ -287,7 +295,25 @@
|
|||
"path": "src/plugins/telemetry/public/plugin.ts",
|
||||
"lineNumber": 54
|
||||
},
|
||||
"deprecated": false
|
||||
"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": 54
|
||||
},
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
|
@ -674,7 +700,14 @@
|
|||
"\nThe Data Telemetry is reported as an array of {@link DataTelemetryDocument}"
|
||||
],
|
||||
"signature": [
|
||||
"DataTelemetryDocument[]"
|
||||
{
|
||||
"pluginId": "telemetry",
|
||||
"scope": "server",
|
||||
"docId": "kibTelemetryPluginApi",
|
||||
"section": "def-server.DataTelemetryDocument",
|
||||
"text": "DataTelemetryDocument"
|
||||
},
|
||||
"[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry/server/telemetry_collection/get_data_telemetry/get_data_telemetry.ts",
|
||||
|
@ -693,7 +726,17 @@
|
|||
"\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<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; }; }"
|
||||
"{ 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; }; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry/server/telemetry_collection/get_local_stats.ts",
|
||||
|
@ -737,7 +780,9 @@
|
|||
"path": "src/plugins/telemetry/server/plugin.ts",
|
||||
"lineNumber": 56
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
}
|
||||
],
|
||||
"lifecycle": "setup",
|
||||
|
@ -774,7 +819,9 @@
|
|||
"path": "src/plugins/telemetry/server/plugin.ts",
|
||||
"lineNumber": 68
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
}
|
||||
],
|
||||
"lifecycle": "start",
|
||||
|
|
|
@ -84,13 +84,17 @@
|
|||
"label": "esClient",
|
||||
"description": [],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "server",
|
||||
"docId": "kibCorePluginApi",
|
||||
"section": "def-server.ElasticsearchClient",
|
||||
"text": "ElasticsearchClient"
|
||||
}
|
||||
"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": "src/plugins/telemetry_collection_manager/server/types.ts",
|
||||
|
@ -106,15 +110,307 @@
|
|||
"label": "soClient",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"Pick<",
|
||||
"{ get: <T = unknown>(type: string, id: string, options?: ",
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "server",
|
||||
"docId": "kibCoreSavedObjectsPluginApi",
|
||||
"section": "def-server.SavedObjectsClient",
|
||||
"text": "SavedObjectsClient"
|
||||
"section": "def-server.SavedObjectsBaseOptions",
|
||||
"text": "SavedObjectsBaseOptions"
|
||||
},
|
||||
", \"get\" | \"delete\" | \"create\" | \"bulkCreate\" | \"checkConflicts\" | \"find\" | \"bulkGet\" | \"resolve\" | \"update\" | \"collectMultiNamespaceReferences\" | \"updateObjectsSpaces\" | \"bulkUpdate\" | \"removeReferencesTo\" | \"openPointInTimeForType\" | \"closePointInTime\" | \"createPointInTimeFinder\" | \"errors\">"
|
||||
") => 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"
|
||||
},
|
||||
"; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry_collection_manager/server/types.ts",
|
||||
|
@ -371,7 +667,27 @@
|
|||
"path": "src/plugins/telemetry_collection_manager/server/types.ts",
|
||||
"lineNumber": 19
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "telemetryCollectionManager",
|
||||
|
@ -395,7 +711,41 @@
|
|||
"path": "src/plugins/telemetry_collection_manager/server/types.ts",
|
||||
"lineNumber": 22
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "telemetryCollectionManager",
|
||||
|
@ -439,7 +789,9 @@
|
|||
"path": "src/plugins/telemetry_collection_manager/server/types.ts",
|
||||
"lineNumber": 24
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
}
|
||||
],
|
||||
"lifecycle": "setup",
|
||||
|
@ -480,7 +832,41 @@
|
|||
"path": "src/plugins/telemetry_collection_manager/server/types.ts",
|
||||
"lineNumber": 28
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "telemetryCollectionManager",
|
||||
|
@ -524,7 +910,9 @@
|
|||
"path": "src/plugins/telemetry_collection_manager/server/types.ts",
|
||||
"lineNumber": 30
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
}
|
||||
],
|
||||
"lifecycle": "start",
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
"label": "ESLicense",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"estypes.LicenseInformation"
|
||||
"LicenseInformation"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/telemetry_collection_xpack/server/telemetry_collection/get_license.ts",
|
||||
|
|
|
@ -229,7 +229,23 @@
|
|||
"path": "src/plugins/telemetry_management_section/public/plugin.tsx",
|
||||
"lineNumber": 38
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"lifecycle": "setup",
|
||||
|
|
|
@ -207,6 +207,25 @@
|
|||
"lineNumber": 17
|
||||
},
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "triggersActionsUi",
|
||||
"id": "def-public.props",
|
||||
"type": "Uncategorized",
|
||||
"tags": [],
|
||||
"label": "props",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"T"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/triggers_actions_ui/public/application/lib/suspended_component_with_props.tsx",
|
||||
"lineNumber": 16
|
||||
},
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
|
@ -217,15 +236,36 @@
|
|||
"label": "AlertConditions",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"React.LazyExoticComponent<(<ConditionProps extends unknown, ActionGroupIds extends string>({ headline, actionGroups, onInitializeConditionsFor, onResetConditionsFor, includeBuiltInActionGroups, children, }: React.PropsWithChildren<",
|
||||
"React.ExoticComponent<React.PropsWithChildren<",
|
||||
"AlertConditionsProps",
|
||||
"<ConditionProps, ActionGroupIds>>) => JSX.Element)>"
|
||||
"<unknown, string>>> & { readonly _result: <ConditionProps extends unknown, ActionGroupIds extends string>({ headline, actionGroups, onInitializeConditionsFor, onResetConditionsFor, includeBuiltInActionGroups, children, }: React.PropsWithChildren<",
|
||||
"AlertConditionsProps",
|
||||
"<ConditionProps, ActionGroupIds>>) => JSX.Element; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/triggers_actions_ui/public/application/sections/index.tsx",
|
||||
"lineNumber": 13
|
||||
},
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "triggersActionsUi",
|
||||
"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
|
||||
},
|
||||
{
|
||||
|
@ -236,15 +276,36 @@
|
|||
"label": "AlertConditionsGroup",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"React.LazyExoticComponent<(<ConditionProps extends unknown>({ actionGroup, onResetConditionsFor, children, ...otherProps }: React.PropsWithChildren<",
|
||||
"React.ExoticComponent<React.PropsWithChildren<",
|
||||
"AlertConditionsGroupProps",
|
||||
"<ConditionProps>>) => JSX.Element | null)>"
|
||||
"<unknown>>> & { readonly _result: <ConditionProps extends unknown>({ actionGroup, onResetConditionsFor, children, ...otherProps }: React.PropsWithChildren<",
|
||||
"AlertConditionsGroupProps",
|
||||
"<ConditionProps>>) => JSX.Element | null; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/triggers_actions_ui/public/application/sections/index.tsx",
|
||||
"lineNumber": 14
|
||||
},
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "triggersActionsUi",
|
||||
"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
|
||||
},
|
||||
{
|
||||
|
@ -264,6 +325,25 @@
|
|||
"lineNumber": 11
|
||||
},
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "triggersActionsUi",
|
||||
"id": "def-public.props",
|
||||
"type": "Uncategorized",
|
||||
"tags": [],
|
||||
"label": "props",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"T"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/triggers_actions_ui/public/application/lib/suspended_component_with_props.tsx",
|
||||
"lineNumber": 16
|
||||
},
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
|
@ -283,6 +363,25 @@
|
|||
"lineNumber": 14
|
||||
},
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "triggersActionsUi",
|
||||
"id": "def-public.props",
|
||||
"type": "Uncategorized",
|
||||
"tags": [],
|
||||
"label": "props",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"T"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/triggers_actions_ui/public/application/lib/suspended_component_with_props.tsx",
|
||||
"lineNumber": 16
|
||||
},
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
|
@ -302,6 +401,25 @@
|
|||
"lineNumber": 12
|
||||
},
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "triggersActionsUi",
|
||||
"id": "def-public.props",
|
||||
"type": "Uncategorized",
|
||||
"tags": [],
|
||||
"label": "props",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"T"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/triggers_actions_ui/public/application/lib/suspended_component_with_props.tsx",
|
||||
"lineNumber": 16
|
||||
},
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
|
@ -637,7 +755,7 @@
|
|||
"label": "getTimeOptions",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"(unitSize: number) => { text: any; value: ",
|
||||
"(unitSize: number) => { text: string; value: ",
|
||||
{
|
||||
"pluginId": "triggersActionsUi",
|
||||
"scope": "public",
|
||||
|
@ -690,7 +808,7 @@
|
|||
"section": "def-public.TIME_UNITS",
|
||||
"text": "TIME_UNITS"
|
||||
},
|
||||
", timeValue: string) => any"
|
||||
", timeValue: string) => string"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/triggers_actions_ui/public/common/lib/get_time_unit_label.ts",
|
||||
|
@ -759,6 +877,25 @@
|
|||
"lineNumber": 11
|
||||
},
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "triggersActionsUi",
|
||||
"id": "def-public.props",
|
||||
"type": "Uncategorized",
|
||||
"tags": [],
|
||||
"label": "props",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"T"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/triggers_actions_ui/public/application/lib/suspended_component_with_props.tsx",
|
||||
"lineNumber": 16
|
||||
},
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
|
@ -851,6 +988,25 @@
|
|||
"lineNumber": 16
|
||||
},
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "triggersActionsUi",
|
||||
"id": "def-public.props",
|
||||
"type": "Uncategorized",
|
||||
"tags": [],
|
||||
"label": "props",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"T"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/triggers_actions_ui/public/application/lib/suspended_component_with_props.tsx",
|
||||
"lineNumber": 16
|
||||
},
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
|
@ -870,6 +1026,25 @@
|
|||
"lineNumber": 17
|
||||
},
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "triggersActionsUi",
|
||||
"id": "def-public.props",
|
||||
"type": "Uncategorized",
|
||||
"tags": [],
|
||||
"label": "props",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"T"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/triggers_actions_ui/public/application/lib/suspended_component_with_props.tsx",
|
||||
"lineNumber": 16
|
||||
},
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
|
@ -889,6 +1064,25 @@
|
|||
"lineNumber": 13
|
||||
},
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "triggersActionsUi",
|
||||
"id": "def-public.props",
|
||||
"type": "Uncategorized",
|
||||
"tags": [],
|
||||
"label": "props",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"T"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/triggers_actions_ui/public/application/lib/suspended_component_with_props.tsx",
|
||||
"lineNumber": 16
|
||||
},
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
|
@ -908,6 +1102,25 @@
|
|||
"lineNumber": 15
|
||||
},
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "triggersActionsUi",
|
||||
"id": "def-public.props",
|
||||
"type": "Uncategorized",
|
||||
"tags": [],
|
||||
"label": "props",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"T"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/triggers_actions_ui/public/application/lib/suspended_component_with_props.tsx",
|
||||
"lineNumber": 16
|
||||
},
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
}
|
||||
],
|
||||
|
@ -1258,7 +1471,26 @@
|
|||
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
|
||||
"lineNumber": 240
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "triggersActionsUi",
|
||||
"id": "def-public.alertParams",
|
||||
"type": "Uncategorized",
|
||||
"tags": [],
|
||||
"label": "alertParams",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"Params"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
|
||||
"lineNumber": 240
|
||||
},
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "triggersActionsUi",
|
||||
|
@ -1282,7 +1514,26 @@
|
|||
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
|
||||
"lineNumber": 241
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "triggersActionsUi",
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "triggersActionsUi",
|
||||
|
@ -1411,7 +1662,42 @@
|
|||
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
|
||||
"lineNumber": 222
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "triggersActionsUi",
|
||||
"id": "def-public.property",
|
||||
"type": "Uncategorized",
|
||||
"tags": [],
|
||||
"label": "property",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"Key"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
|
||||
"lineNumber": 222
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "triggersActionsUi",
|
||||
"id": "def-public.value",
|
||||
"type": "Uncategorized",
|
||||
"tags": [],
|
||||
"label": "value",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"Params[Key] | undefined"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
|
||||
"lineNumber": 222
|
||||
},
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "triggersActionsUi",
|
||||
|
@ -1421,7 +1707,7 @@
|
|||
"label": "setAlertProperty",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"<Prop extends \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"tags\" | \"muteAll\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"throttle\" | \"notifyWhen\" | \"mutedInstanceIds\" | \"executionStatus\">(key: Prop, value: Pick<",
|
||||
"<Prop extends \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"tags\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"throttle\" | \"notifyWhen\" | \"muteAll\" | \"mutedInstanceIds\" | \"executionStatus\">(key: Prop, value: Pick<",
|
||||
{
|
||||
"pluginId": "alerting",
|
||||
"scope": "common",
|
||||
|
@ -1429,13 +1715,56 @@
|
|||
"section": "def-common.Alert",
|
||||
"text": "Alert"
|
||||
},
|
||||
"<Params>, \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"tags\" | \"muteAll\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"throttle\" | \"notifyWhen\" | \"mutedInstanceIds\" | \"executionStatus\">[Prop] | null) => void"
|
||||
"<Params>, \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"tags\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"throttle\" | \"notifyWhen\" | \"muteAll\" | \"mutedInstanceIds\" | \"executionStatus\">[Prop] | null) => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
|
||||
"lineNumber": 223
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "triggersActionsUi",
|
||||
"id": "def-public.key",
|
||||
"type": "Uncategorized",
|
||||
"tags": [],
|
||||
"label": "key",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"Prop"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
|
||||
"lineNumber": 224
|
||||
},
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "triggersActionsUi",
|
||||
"id": "def-public.value",
|
||||
"type": "CompoundType",
|
||||
"tags": [],
|
||||
"label": "value",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"Pick<",
|
||||
{
|
||||
"pluginId": "alerting",
|
||||
"scope": "common",
|
||||
"docId": "kibAlertingPluginApi",
|
||||
"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\">[Prop] | null"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
|
||||
"lineNumber": 225
|
||||
},
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "triggersActionsUi",
|
||||
|
@ -1920,7 +2249,27 @@
|
|||
"path": "x-pack/plugins/triggers_actions_ui/public/application/app.tsx",
|
||||
"lineNumber": 40
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "triggersActionsUi",
|
||||
"id": "def-public.crumbs",
|
||||
"type": "Array",
|
||||
"tags": [],
|
||||
"label": "crumbs",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"EuiBreadcrumb",
|
||||
"[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/triggers_actions_ui/public/application/app.tsx",
|
||||
"lineNumber": 40
|
||||
},
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "triggersActionsUi",
|
||||
|
@ -1930,11 +2279,13 @@
|
|||
"label": "actionTypeRegistry",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"Pick<",
|
||||
"TypeRegistry",
|
||||
"<",
|
||||
"{ get: (id: string) => ",
|
||||
"ActionTypeModel",
|
||||
"<unknown, unknown, any>>, \"get\" | \"register\" | \"list\" | \"has\">"
|
||||
"<unknown, unknown, any>; register: (objectType: ",
|
||||
"ActionTypeModel",
|
||||
"<unknown, unknown, any>) => void; list: () => ",
|
||||
"ActionTypeModel",
|
||||
"<unknown, unknown, any>[]; has: (id: string) => boolean; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/triggers_actions_ui/public/application/app.tsx",
|
||||
|
@ -1950,9 +2301,7 @@
|
|||
"label": "alertTypeRegistry",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"Pick<",
|
||||
"TypeRegistry",
|
||||
"<",
|
||||
"{ get: (id: string) => ",
|
||||
{
|
||||
"pluginId": "triggersActionsUi",
|
||||
"scope": "public",
|
||||
|
@ -1960,7 +2309,23 @@
|
|||
"section": "def-public.AlertTypeModel",
|
||||
"text": "AlertTypeModel"
|
||||
},
|
||||
"<Record<string, unknown>>>, \"get\" | \"register\" | \"list\" | \"has\">"
|
||||
"<Record<string, unknown>>; register: (objectType: ",
|
||||
{
|
||||
"pluginId": "triggersActionsUi",
|
||||
"scope": "public",
|
||||
"docId": "kibTriggersActionsUiPluginApi",
|
||||
"section": "def-public.AlertTypeModel",
|
||||
"text": "AlertTypeModel"
|
||||
},
|
||||
"<Record<string, unknown>>) => void; list: () => ",
|
||||
{
|
||||
"pluginId": "triggersActionsUi",
|
||||
"scope": "public",
|
||||
"docId": "kibTriggersActionsUiPluginApi",
|
||||
"section": "def-public.AlertTypeModel",
|
||||
"text": "AlertTypeModel"
|
||||
},
|
||||
"<Record<string, unknown>>[]; has: (id: string) => boolean; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/triggers_actions_ui/public/application/app.tsx",
|
||||
|
@ -2054,7 +2419,7 @@
|
|||
"label": "errors",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"Record<string, any>"
|
||||
"{ [x: string]: any; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
|
||||
|
@ -2153,6 +2518,7 @@
|
|||
"label": "ActionGroupWithCondition",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"(",
|
||||
{
|
||||
"pluginId": "alerting",
|
||||
"scope": "common",
|
||||
|
@ -2160,7 +2526,7 @@
|
|||
"section": "def-common.ActionGroup",
|
||||
"text": "ActionGroup"
|
||||
},
|
||||
"<ActionGroupIds> & { conditions?: T | undefined; isRequired?: false | undefined; } | ",
|
||||
"<ActionGroupIds> & { conditions?: T | undefined; isRequired?: false | undefined; }) | (",
|
||||
{
|
||||
"pluginId": "alerting",
|
||||
"scope": "common",
|
||||
|
@ -2168,7 +2534,7 @@
|
|||
"section": "def-common.ActionGroup",
|
||||
"text": "ActionGroup"
|
||||
},
|
||||
"<ActionGroupIds> & { conditions: T; isRequired: true; }"
|
||||
"<ActionGroupIds> & { conditions: T; isRequired: true; })"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/triggers_actions_ui/public/application/sections/alert_form/alert_conditions.tsx",
|
||||
|
@ -2185,7 +2551,13 @@
|
|||
"label": "ActionTypeRegistryContract",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"{ get: (id: string) => ActionTypeModel<ActionConnector, ActionParams, any>; register: (objectType: ActionTypeModel<ActionConnector, ActionParams, any>) => void; list: () => ActionTypeModel<ActionConnector, ActionParams, any>[]; has: (id: string) => boolean; }"
|
||||
"{ get: (id: string) => ",
|
||||
"ActionTypeModel",
|
||||
"<ActionConnector, ActionParams, any>; register: (objectType: ",
|
||||
"ActionTypeModel",
|
||||
"<ActionConnector, ActionParams, any>) => void; list: () => ",
|
||||
"ActionTypeModel",
|
||||
"<ActionConnector, ActionParams, any>[]; has: (id: string) => boolean; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
|
||||
|
@ -2219,7 +2591,15 @@
|
|||
"label": "Alert",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"{ enabled: boolean; id: string; name: string; params: Record<string, unknown>; actions: AlertAction[]; tags: string[]; muteAll: boolean; alertTypeId: string; consumer: string; schedule: ",
|
||||
"{ enabled: boolean; id: string; name: string; params: Record<string, unknown>; actions: ",
|
||||
{
|
||||
"pluginId": "alerting",
|
||||
"scope": "common",
|
||||
"docId": "kibAlertingPluginApi",
|
||||
"section": "def-common.AlertAction",
|
||||
"text": "AlertAction"
|
||||
},
|
||||
"[]; tags: string[]; alertTypeId: string; consumer: string; schedule: ",
|
||||
{
|
||||
"pluginId": "alerting",
|
||||
"scope": "common",
|
||||
|
@ -2227,7 +2607,7 @@
|
|||
"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; mutedInstanceIds: string[]; executionStatus: ",
|
||||
"; 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",
|
||||
|
@ -2269,7 +2649,31 @@
|
|||
"label": "AlertTypeRegistryContract",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"{ get: (id: string) => AlertTypeModel<Record<string, unknown>>; register: (objectType: AlertTypeModel<Record<string, unknown>>) => void; list: () => AlertTypeModel<Record<string, unknown>>[]; has: (id: string) => boolean; }"
|
||||
"{ get: (id: string) => ",
|
||||
{
|
||||
"pluginId": "triggersActionsUi",
|
||||
"scope": "public",
|
||||
"docId": "kibTriggersActionsUiPluginApi",
|
||||
"section": "def-public.AlertTypeModel",
|
||||
"text": "AlertTypeModel"
|
||||
},
|
||||
"<Record<string, unknown>>; register: (objectType: ",
|
||||
{
|
||||
"pluginId": "triggersActionsUi",
|
||||
"scope": "public",
|
||||
"docId": "kibTriggersActionsUiPluginApi",
|
||||
"section": "def-public.AlertTypeModel",
|
||||
"text": "AlertTypeModel"
|
||||
},
|
||||
"<Record<string, unknown>>) => void; list: () => ",
|
||||
{
|
||||
"pluginId": "triggersActionsUi",
|
||||
"scope": "public",
|
||||
"docId": "kibTriggersActionsUiPluginApi",
|
||||
"section": "def-public.AlertTypeModel",
|
||||
"text": "AlertTypeModel"
|
||||
},
|
||||
"<Record<string, unknown>>[]; has: (id: string) => boolean; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
|
||||
|
@ -2786,13 +3190,10 @@
|
|||
{
|
||||
"parentPluginId": "triggersActionsUi",
|
||||
"id": "def-public.builtInComparators.COMPARATORS.GREATER_THAN.text",
|
||||
"type": "Any",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "text",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/triggers_actions_ui/public/common/constants/comparators.ts",
|
||||
"lineNumber": 21
|
||||
|
@ -2852,13 +3253,10 @@
|
|||
{
|
||||
"parentPluginId": "triggersActionsUi",
|
||||
"id": "def-public.builtInComparators.COMPARATORS.GREATER_THAN_OR_EQUALS.text",
|
||||
"type": "Any",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "text",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/triggers_actions_ui/public/common/constants/comparators.ts",
|
||||
"lineNumber": 28
|
||||
|
@ -2918,13 +3316,10 @@
|
|||
{
|
||||
"parentPluginId": "triggersActionsUi",
|
||||
"id": "def-public.builtInComparators.COMPARATORS.LESS_THAN.text",
|
||||
"type": "Any",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "text",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/triggers_actions_ui/public/common/constants/comparators.ts",
|
||||
"lineNumber": 38
|
||||
|
@ -2984,13 +3379,10 @@
|
|||
{
|
||||
"parentPluginId": "triggersActionsUi",
|
||||
"id": "def-public.builtInComparators.COMPARATORS.LESS_THAN_OR_EQUALS.text",
|
||||
"type": "Any",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "text",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/triggers_actions_ui/public/common/constants/comparators.ts",
|
||||
"lineNumber": 45
|
||||
|
@ -3050,13 +3442,10 @@
|
|||
{
|
||||
"parentPluginId": "triggersActionsUi",
|
||||
"id": "def-public.builtInComparators.COMPARATORS.BETWEEN.text",
|
||||
"type": "Any",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "text",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/triggers_actions_ui/public/common/constants/comparators.ts",
|
||||
"lineNumber": 55
|
||||
|
@ -3132,13 +3521,10 @@
|
|||
{
|
||||
"parentPluginId": "triggersActionsUi",
|
||||
"id": "def-public.builtInGroupByTypes.all.text",
|
||||
"type": "Any",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "text",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/triggers_actions_ui/public/common/constants/group_by_types.ts",
|
||||
"lineNumber": 13
|
||||
|
@ -3208,13 +3594,10 @@
|
|||
{
|
||||
"parentPluginId": "triggersActionsUi",
|
||||
"id": "def-public.builtInGroupByTypes.top.text",
|
||||
"type": "Any",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "text",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/triggers_actions_ui/public/common/constants/group_by_types.ts",
|
||||
"lineNumber": 24
|
||||
|
@ -3287,13 +3670,10 @@
|
|||
{
|
||||
"parentPluginId": "triggersActionsUi",
|
||||
"id": "def-public.firstFieldOption.text",
|
||||
"type": "Any",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "text",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/triggers_actions_ui/public/common/index_controls/index.ts",
|
||||
"lineNumber": 93
|
||||
|
@ -3447,13 +3827,56 @@
|
|||
"ConnectorAddFlyoutProps",
|
||||
", \"onClose\" | \"consumer\" | \"actionTypes\" | \"onTestConnector\" | \"reloadConnectors\">) => React.ReactElement<",
|
||||
"ConnectorAddFlyoutProps",
|
||||
", 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": "x-pack/plugins/triggers_actions_ui/public/plugin.ts",
|
||||
"lineNumber": 52
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "triggersActionsUi",
|
||||
"id": "def-public.props",
|
||||
"type": "Object",
|
||||
"tags": [],
|
||||
"label": "props",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"{ onClose: () => void; consumer?: string | undefined; actionTypes?: ",
|
||||
{
|
||||
"pluginId": "actions",
|
||||
"scope": "common",
|
||||
"docId": "kibActionsPluginApi",
|
||||
"section": "def-common.ActionType",
|
||||
"text": "ActionType"
|
||||
},
|
||||
"[] | undefined; onTestConnector?: ((connector: ",
|
||||
{
|
||||
"pluginId": "triggersActionsUi",
|
||||
"scope": "public",
|
||||
"docId": "kibTriggersActionsUiPluginApi",
|
||||
"section": "def-public.ActionConnector",
|
||||
"text": "ActionConnector"
|
||||
},
|
||||
"<Record<string, unknown>, Record<string, unknown>>) => void) | undefined; reloadConnectors?: (() => Promise<void | ",
|
||||
{
|
||||
"pluginId": "triggersActionsUi",
|
||||
"scope": "public",
|
||||
"docId": "kibTriggersActionsUiPluginApi",
|
||||
"section": "def-public.ActionConnector",
|
||||
"text": "ActionConnector"
|
||||
},
|
||||
"<Record<string, unknown>, Record<string, unknown>>[]>) | undefined; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts",
|
||||
"lineNumber": 53
|
||||
},
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "triggersActionsUi",
|
||||
|
@ -3467,13 +3890,50 @@
|
|||
"ConnectorEditFlyoutProps",
|
||||
", \"onClose\" | \"consumer\" | \"reloadConnectors\" | \"initialConnector\" | \"tab\">) => React.ReactElement<",
|
||||
"ConnectorEditFlyoutProps",
|
||||
", 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": "x-pack/plugins/triggers_actions_ui/public/plugin.ts",
|
||||
"lineNumber": 55
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "triggersActionsUi",
|
||||
"id": "def-public.props",
|
||||
"type": "Object",
|
||||
"tags": [],
|
||||
"label": "props",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"{ onClose: () => void; consumer?: string | undefined; reloadConnectors?: (() => Promise<void | ",
|
||||
{
|
||||
"pluginId": "triggersActionsUi",
|
||||
"scope": "public",
|
||||
"docId": "kibTriggersActionsUiPluginApi",
|
||||
"section": "def-public.ActionConnector",
|
||||
"text": "ActionConnector"
|
||||
},
|
||||
"<Record<string, unknown>, Record<string, unknown>>[]>) | undefined; initialConnector: ",
|
||||
{
|
||||
"pluginId": "triggersActionsUi",
|
||||
"scope": "public",
|
||||
"docId": "kibTriggersActionsUiPluginApi",
|
||||
"section": "def-public.ActionConnector",
|
||||
"text": "ActionConnector"
|
||||
},
|
||||
"<Record<string, unknown>, Record<string, unknown>>; tab?: ",
|
||||
"EditConectorTabs",
|
||||
" | undefined; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts",
|
||||
"lineNumber": 56
|
||||
},
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "triggersActionsUi",
|
||||
|
@ -3493,7 +3953,42 @@
|
|||
"path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts",
|
||||
"lineNumber": 58
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "triggersActionsUi",
|
||||
"id": "def-public.props",
|
||||
"type": "Object",
|
||||
"tags": [],
|
||||
"label": "props",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"{ onClose: (reason: ",
|
||||
{
|
||||
"pluginId": "triggersActionsUi",
|
||||
"scope": "public",
|
||||
"docId": "kibTriggersActionsUiPluginApi",
|
||||
"section": "def-public.AlertFlyoutCloseReason",
|
||||
"text": "AlertFlyoutCloseReason"
|
||||
},
|
||||
") => void; metadata?: Record<string, any> | undefined; onSave?: (() => Promise<void>) | undefined; alertTypeId?: string | undefined; consumer: string; canChangeTrigger?: boolean | undefined; initialValues?: Partial<Pick<",
|
||||
{
|
||||
"pluginId": "alerting",
|
||||
"scope": "common",
|
||||
"docId": "kibAlertingPluginApi",
|
||||
"section": "def-common.Alert",
|
||||
"text": "Alert"
|
||||
},
|
||||
"<Record<string, unknown>>, \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"tags\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"throttle\" | \"notifyWhen\" | \"muteAll\" | \"mutedInstanceIds\" | \"executionStatus\">> | undefined; reloadAlerts?: (() => Promise<void>) | undefined; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts",
|
||||
"lineNumber": 59
|
||||
},
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "triggersActionsUi",
|
||||
|
@ -3513,7 +4008,42 @@
|
|||
"path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts",
|
||||
"lineNumber": 61
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "triggersActionsUi",
|
||||
"id": "def-public.props",
|
||||
"type": "Object",
|
||||
"tags": [],
|
||||
"label": "props",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"{ onClose: (reason: ",
|
||||
{
|
||||
"pluginId": "triggersActionsUi",
|
||||
"scope": "public",
|
||||
"docId": "kibTriggersActionsUiPluginApi",
|
||||
"section": "def-public.AlertFlyoutCloseReason",
|
||||
"text": "AlertFlyoutCloseReason"
|
||||
},
|
||||
") => void; metadata?: Record<string, any> | undefined; onSave?: (() => Promise<void>) | undefined; reloadAlerts?: (() => Promise<void>) | undefined; initialAlert: Pick<",
|
||||
{
|
||||
"pluginId": "alerting",
|
||||
"scope": "common",
|
||||
"docId": "kibAlertingPluginApi",
|
||||
"section": "def-common.Alert",
|
||||
"text": "Alert"
|
||||
},
|
||||
"<Record<string, unknown>>, \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"tags\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"throttle\" | \"notifyWhen\" | \"muteAll\" | \"mutedInstanceIds\" | \"executionStatus\">; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts",
|
||||
"lineNumber": 62
|
||||
},
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"lifecycle": "start",
|
||||
|
@ -3897,9 +4427,17 @@
|
|||
"label": "data",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"{ timeSeriesQuery: typeof ",
|
||||
"timeSeriesQuery",
|
||||
"; }"
|
||||
"{ timeSeriesQuery: (params: ",
|
||||
"TimeSeriesQueryParameters",
|
||||
") => Promise<",
|
||||
{
|
||||
"pluginId": "triggersActionsUi",
|
||||
"scope": "common",
|
||||
"docId": "kibTriggersActionsUiPluginApi",
|
||||
"section": "def-common.TimeSeriesResult",
|
||||
"text": "TimeSeriesResult"
|
||||
},
|
||||
">; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/triggers_actions_ui/server/plugin.ts",
|
||||
|
|
|
@ -96,7 +96,9 @@
|
|||
"label": "triggers",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"TriggerRegistry"
|
||||
"Map<string, ",
|
||||
"TriggerInternal",
|
||||
"<any>>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/ui_actions/public/service/ui_actions_service.ts",
|
||||
|
@ -112,7 +114,17 @@
|
|||
"label": "actions",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"ActionRegistry"
|
||||
"Map<string, ",
|
||||
"ActionInternal",
|
||||
"<",
|
||||
{
|
||||
"pluginId": "uiActions",
|
||||
"scope": "public",
|
||||
"docId": "kibUiActionsPluginApi",
|
||||
"section": "def-public.ActionDefinition",
|
||||
"text": "ActionDefinition"
|
||||
},
|
||||
"<object>>>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/ui_actions/public/service/ui_actions_service.ts",
|
||||
|
@ -128,7 +140,7 @@
|
|||
"label": "triggerToActions",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"TriggerToActionsRegistry"
|
||||
"Map<string, string[]>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/ui_actions/public/service/ui_actions_service.ts",
|
||||
|
@ -2308,7 +2320,14 @@
|
|||
"\nAction methods are executed with Context from trigger + {@link ActionExecutionMeta}"
|
||||
],
|
||||
"signature": [
|
||||
"Context & ActionExecutionMeta"
|
||||
"Context & ",
|
||||
{
|
||||
"pluginId": "uiActions",
|
||||
"scope": "public",
|
||||
"docId": "kibUiActionsPluginApi",
|
||||
"section": "def-public.ActionExecutionMeta",
|
||||
"text": "ActionExecutionMeta"
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/ui_actions/public/actions/action.ts",
|
||||
|
@ -2325,7 +2344,8 @@
|
|||
"label": "PresentableGrouping",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"PresentableGroup<Context>[]"
|
||||
"PresentableGroup",
|
||||
"<Context>[]"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/ui_actions/public/util/presentable.ts",
|
||||
|
@ -2416,13 +2436,10 @@
|
|||
{
|
||||
"parentPluginId": "uiActions",
|
||||
"id": "def-public.rowClickTrigger.title",
|
||||
"type": "Any",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "title",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/ui_actions/public/triggers/row_click_trigger.ts",
|
||||
"lineNumber": 17
|
||||
|
@ -2432,13 +2449,10 @@
|
|||
{
|
||||
"parentPluginId": "uiActions",
|
||||
"id": "def-public.rowClickTrigger.description",
|
||||
"type": "Any",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "description",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/ui_actions/public/triggers/row_click_trigger.ts",
|
||||
"lineNumber": 20
|
||||
|
@ -2568,8 +2582,22 @@
|
|||
"description": [],
|
||||
"signature": [
|
||||
"{ 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",
|
||||
"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",
|
||||
|
@ -2605,9 +2633,31 @@
|
|||
"label": "UiActionsStart",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"{ 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) => ",
|
||||
"{ 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) => ",
|
||||
{
|
||||
"pluginId": "uiActions",
|
||||
"scope": "public",
|
||||
|
@ -2626,7 +2676,42 @@
|
|||
"text": "Trigger"
|
||||
},
|
||||
") => void; readonly unregisterAction: (actionId: string) => void; readonly getTrigger: (triggerId: string) => ",
|
||||
"TriggerContract"
|
||||
"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": "src/plugins/ui_actions/public/plugin.ts",
|
||||
|
|
|
@ -318,7 +318,8 @@
|
|||
"docId": "kibUiActionsEnhancedPluginApi",
|
||||
"section": "def-common.SerializedEvent",
|
||||
"text": "SerializedEvent"
|
||||
}
|
||||
},
|
||||
">"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ui_actions_enhanced/public/dynamic_actions/action_factory.ts",
|
||||
|
@ -504,12 +505,13 @@
|
|||
"label": "CollectConfig",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"() => ",
|
||||
{
|
||||
"pluginId": "kibanaUtils",
|
||||
"scope": "common",
|
||||
"docId": "kibKibanaUtilsPluginApi",
|
||||
"section": "def-common.UiComponent",
|
||||
"text": "UiComponent"
|
||||
"section": "def-common.UiComponentInstance",
|
||||
"text": "UiComponentInstance"
|
||||
},
|
||||
"<",
|
||||
{
|
||||
|
@ -525,7 +527,9 @@
|
|||
"path": "x-pack/plugins/ui_actions_enhanced/public/dynamic_actions/action_factory.ts",
|
||||
"lineNumber": 55
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"parentPluginId": "uiActionsEnhanced",
|
||||
|
@ -535,7 +539,7 @@
|
|||
"label": "ReactCollectConfig",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"React.FC<",
|
||||
"React.FunctionComponent<",
|
||||
{
|
||||
"pluginId": "kibanaUtils",
|
||||
"scope": "public",
|
||||
|
@ -549,7 +553,42 @@
|
|||
"path": "x-pack/plugins/ui_actions_enhanced/public/dynamic_actions/action_factory.ts",
|
||||
"lineNumber": 56
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "uiActionsEnhanced",
|
||||
|
@ -565,7 +604,26 @@
|
|||
"path": "x-pack/plugins/ui_actions_enhanced/public/dynamic_actions/action_factory.ts",
|
||||
"lineNumber": 57
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "uiActionsEnhanced",
|
||||
|
@ -581,7 +639,42 @@
|
|||
"path": "x-pack/plugins/ui_actions_enhanced/public/dynamic_actions/action_factory.ts",
|
||||
"lineNumber": 58
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "uiActionsEnhanced",
|
||||
|
@ -591,13 +684,31 @@
|
|||
"label": "migrations",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"{ [key: string]: ",
|
||||
{
|
||||
"pluginId": "kibanaUtils",
|
||||
"scope": "common",
|
||||
"docId": "kibKibanaUtilsPluginApi",
|
||||
"section": "def-common.MigrateFunctionsObject",
|
||||
"text": "MigrateFunctionsObject"
|
||||
}
|
||||
"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"
|
||||
},
|
||||
">; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ui_actions_enhanced/public/dynamic_actions/action_factory.ts",
|
||||
|
@ -1094,7 +1205,8 @@
|
|||
"text": "StartContract"
|
||||
},
|
||||
", SetupDependencies, ",
|
||||
"StartDependencies"
|
||||
"StartDependencies",
|
||||
">"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ui_actions_enhanced/public/plugin.ts",
|
||||
|
@ -2589,7 +2701,8 @@
|
|||
"docId": "kibUiActionsEnhancedPluginApi",
|
||||
"section": "def-common.SerializedEvent",
|
||||
"text": "SerializedEvent"
|
||||
}
|
||||
},
|
||||
">>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ui_actions_enhanced/public/dynamic_actions/action_factory_definition.ts",
|
||||
|
@ -2927,7 +3040,26 @@
|
|||
"path": "x-pack/plugins/ui_actions_enhanced/public/drilldowns/drilldown_definition.ts",
|
||||
"lineNumber": 70
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "uiActionsEnhanced",
|
||||
|
@ -2939,12 +3071,13 @@
|
|||
"\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.UiComponent",
|
||||
"text": "UiComponent"
|
||||
"section": "def-common.UiComponentInstance",
|
||||
"text": "UiComponentInstance"
|
||||
},
|
||||
"<",
|
||||
{
|
||||
|
@ -2960,7 +3093,9 @@
|
|||
"path": "x-pack/plugins/ui_actions_enhanced/public/drilldowns/drilldown_definition.ts",
|
||||
"lineNumber": 91
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"parentPluginId": "uiActionsEnhanced",
|
||||
|
@ -2978,7 +3113,42 @@
|
|||
"path": "x-pack/plugins/ui_actions_enhanced/public/drilldowns/drilldown_definition.ts",
|
||||
"lineNumber": 97
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "uiActionsEnhanced",
|
||||
|
@ -3014,7 +3184,9 @@
|
|||
"path": "x-pack/plugins/ui_actions_enhanced/public/drilldowns/drilldown_definition.ts",
|
||||
"lineNumber": 108
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"parentPluginId": "uiActionsEnhanced",
|
||||
|
@ -3425,15 +3597,49 @@
|
|||
"label": "uiActions",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"Pick<",
|
||||
"{ 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) => ",
|
||||
{
|
||||
"pluginId": "uiActionsEnhanced",
|
||||
"scope": "public",
|
||||
"docId": "kibUiActionsEnhancedPluginApi",
|
||||
"section": "def-public.StartContract",
|
||||
"text": "StartContract"
|
||||
"section": "def-public.ActionFactory",
|
||||
"text": "ActionFactory"
|
||||
},
|
||||
", \"attachAction\" | \"detachAction\" | \"registerAction\" | \"unregisterAction\" | \"hasAction\" | \"getActionFactory\" | \"hasActionFactory\">"
|
||||
"<",
|
||||
{
|
||||
"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; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts",
|
||||
|
@ -3455,7 +3661,26 @@
|
|||
"path": "x-pack/plugins/ui_actions_enhanced/public/dynamic_actions/dynamic_action_manager.ts",
|
||||
"lineNumber": 44
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
|
@ -3615,7 +3840,15 @@
|
|||
"label": "DynamicActionsState",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"{ events: SerializedEvent[]; }"
|
||||
"{ events: ",
|
||||
{
|
||||
"pluginId": "uiActionsEnhanced",
|
||||
"scope": "common",
|
||||
"docId": "kibUiActionsEnhancedPluginApi",
|
||||
"section": "def-common.SerializedEvent",
|
||||
"text": "SerializedEvent"
|
||||
},
|
||||
"[]; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ui_actions_enhanced/common/types.ts",
|
||||
|
@ -3651,7 +3884,23 @@
|
|||
"\nSerialized representation of a triggers-action pair, used to persist in storage."
|
||||
],
|
||||
"signature": [
|
||||
"{ eventId: string; triggers: string[]; action: SerializedAction; }"
|
||||
"{ 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"
|
||||
},
|
||||
">; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ui_actions_enhanced/common/types.ts",
|
||||
|
@ -3668,7 +3917,7 @@
|
|||
"label": "UrlDrilldownConfig",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"{ url: { format?: 'handlebars_v1'; template: string;}; openInNewTab: boolean; encodeUrl?: boolean | undefined; }"
|
||||
"{ url: { format?: \"handlebars_v1\" | undefined; template: string; }; openInNewTab: boolean; encodeUrl?: boolean | undefined; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ui_actions_enhanced/public/drilldowns/url_drilldown/types.ts",
|
||||
|
@ -3749,7 +3998,8 @@
|
|||
"text": "UiActionsService"
|
||||
},
|
||||
">>,Pick<",
|
||||
"UiActionsServiceEnhancements"
|
||||
"UiActionsServiceEnhancements",
|
||||
", \"telemetry\" | \"extract\" | \"inject\" | \"getActionFactory\" | \"hasActionFactory\" | \"getActionFactories\">"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ui_actions_enhanced/public/plugin.ts",
|
||||
|
@ -3765,7 +4015,7 @@
|
|||
"label": "DrilldownManager",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"React.FC<",
|
||||
"React.FunctionComponent<",
|
||||
"PublicDrilldownManagerProps",
|
||||
">"
|
||||
],
|
||||
|
@ -3773,7 +4023,42 @@
|
|||
"path": "x-pack/plugins/ui_actions_enhanced/public/plugin.ts",
|
||||
"lineNumber": 60
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"lifecycle": "start",
|
||||
|
@ -3829,7 +4114,23 @@
|
|||
"label": "actionFactories",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"ActionFactoryRegistry"
|
||||
"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"
|
||||
},
|
||||
">>"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ui_actions_enhanced/server/plugin.ts",
|
||||
|
@ -4180,7 +4481,15 @@
|
|||
"label": "DynamicActionsState",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"{ events: SerializedEvent[]; }"
|
||||
"{ events: ",
|
||||
{
|
||||
"pluginId": "uiActionsEnhanced",
|
||||
"scope": "common",
|
||||
"docId": "kibUiActionsEnhancedPluginApi",
|
||||
"section": "def-common.SerializedEvent",
|
||||
"text": "SerializedEvent"
|
||||
},
|
||||
"[]; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ui_actions_enhanced/common/types.ts",
|
||||
|
@ -4216,7 +4525,23 @@
|
|||
"\nSerialized representation of a triggers-action pair, used to persist in storage."
|
||||
],
|
||||
"signature": [
|
||||
"{ eventId: string; triggers: string[]; action: SerializedAction; }"
|
||||
"{ 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"
|
||||
},
|
||||
">; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ui_actions_enhanced/common/types.ts",
|
||||
|
@ -4270,7 +4595,41 @@
|
|||
"path": "x-pack/plugins/ui_actions_enhanced/server/plugin.ts",
|
||||
"lineNumber": 15
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"lifecycle": "setup",
|
||||
|
@ -4334,7 +4693,15 @@
|
|||
"label": "DynamicActionsState",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"{ events: SerializedEvent[]; }"
|
||||
"{ events: ",
|
||||
{
|
||||
"pluginId": "uiActionsEnhanced",
|
||||
"scope": "common",
|
||||
"docId": "kibUiActionsEnhancedPluginApi",
|
||||
"section": "def-common.SerializedEvent",
|
||||
"text": "SerializedEvent"
|
||||
},
|
||||
"[]; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ui_actions_enhanced/common/types.ts",
|
||||
|
@ -4370,7 +4737,23 @@
|
|||
"\nSerialized representation of a triggers-action pair, used to persist in storage."
|
||||
],
|
||||
"signature": [
|
||||
"{ eventId: string; triggers: string[]; action: SerializedAction; }"
|
||||
"{ 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"
|
||||
},
|
||||
">; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ui_actions_enhanced/common/types.ts",
|
||||
|
|
|
@ -111,7 +111,26 @@
|
|||
"path": "x-pack/plugins/uptime/server/kibana.index.ts",
|
||||
"lineNumber": 25
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
|
|
|
@ -252,7 +252,23 @@
|
|||
"path": "src/plugins/url_forwarding/public/plugin.ts",
|
||||
"lineNumber": 19
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
|
@ -285,7 +301,15 @@
|
|||
"label": "UrlForwardingStart",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"{ navigateToDefaultApp: ({ overwriteHash }?: { overwriteHash: boolean; }) => void; navigateToLegacyKibanaUrl: (hash: string) => { navigated: boolean; }; getForwards: () => ForwardDefinition[]; }"
|
||||
"{ navigateToDefaultApp: ({ overwriteHash }?: { overwriteHash: boolean; }) => void; navigateToLegacyKibanaUrl: (hash: string) => { navigated: boolean; }; getForwards: () => ",
|
||||
{
|
||||
"pluginId": "urlForwarding",
|
||||
"scope": "public",
|
||||
"docId": "kibUrlForwardingPluginApi",
|
||||
"section": "def-public.ForwardDefinition",
|
||||
"text": "ForwardDefinition"
|
||||
},
|
||||
"[]; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/url_forwarding/public/plugin.ts",
|
||||
|
|
|
@ -102,7 +102,7 @@
|
|||
"\nThe React component to be tracked."
|
||||
],
|
||||
"signature": [
|
||||
"React.ReactNode"
|
||||
"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"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/usage_collection/public/components/track_application_view/types.ts",
|
||||
|
@ -168,7 +168,76 @@
|
|||
"path": "src/plugins/usage_collection/public/plugin.tsx",
|
||||
"lineNumber": 75
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"lifecycle": "setup",
|
||||
|
@ -207,7 +276,76 @@
|
|||
"path": "src/plugins/usage_collection/public/plugin.tsx",
|
||||
"lineNumber": 86
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"lifecycle": "start",
|
||||
|
@ -271,14 +409,12 @@
|
|||
"\nThe options to extend the context provided to the `fetch` method: {@link CollectorOptionsFetchExtendedContext}."
|
||||
],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "usageCollection",
|
||||
"scope": "server",
|
||||
"docId": "kibUsageCollectionPluginApi",
|
||||
"section": "def-server.CollectorOptionsFetchExtendedContext",
|
||||
"text": "CollectorOptionsFetchExtendedContext"
|
||||
},
|
||||
"<boolean>"
|
||||
"ICollectorOptionsFetchExtendedContext",
|
||||
"<boolean> | (",
|
||||
"ICollectorOptionsFetchExtendedContext",
|
||||
"<boolean> & Required<Pick<",
|
||||
"ICollectorOptionsFetchExtendedContext",
|
||||
"<true>, \"kibanaRequest\">>)"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/usage_collection/server/collector/types.ts",
|
||||
|
@ -311,20 +447,72 @@
|
|||
"\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.CollectorFetchMethod",
|
||||
"text": "CollectorFetchMethod"
|
||||
"section": "def-server.ICollector",
|
||||
"text": "ICollector"
|
||||
},
|
||||
"<boolean, TFetchReturn, ExtraOptions>"
|
||||
"<TFetchReturn, {}> & ExtraOptions, context: ",
|
||||
{
|
||||
"pluginId": "usageCollection",
|
||||
"scope": "server",
|
||||
"docId": "kibUsageCollectionPluginApi",
|
||||
"section": "def-server.CollectorFetchContext",
|
||||
"text": "CollectorFetchContext"
|
||||
},
|
||||
"<boolean>) => TFetchReturn | Promise<TFetchReturn>"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/usage_collection/server/collector/types.ts",
|
||||
"lineNumber": 192
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "usageCollection",
|
||||
|
@ -342,7 +530,9 @@
|
|||
"path": "src/plugins/usage_collection/server/collector/types.ts",
|
||||
"lineNumber": 196
|
||||
},
|
||||
"deprecated": false
|
||||
"deprecated": false,
|
||||
"returnComment": [],
|
||||
"children": []
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
|
@ -455,7 +645,32 @@
|
|||
"path": "src/plugins/usage_collection/server/usage_counters/usage_counter.ts",
|
||||
"lineNumber": 45
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
|
@ -581,7 +796,31 @@
|
|||
"\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: ElasticsearchClient; soClient: SavedObjectsClientContract; } & (WithKibanaRequest extends true ? { kibanaRequest?: KibanaRequest<unknown, unknown, unknown, any> | undefined; } : {})"
|
||||
"{ 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",
|
||||
|
@ -600,7 +839,15 @@
|
|||
"\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": [
|
||||
"(context: ",
|
||||
"(this: ",
|
||||
{
|
||||
"pluginId": "usageCollection",
|
||||
"scope": "server",
|
||||
"docId": "kibUsageCollectionPluginApi",
|
||||
"section": "def-server.ICollector",
|
||||
"text": "ICollector"
|
||||
},
|
||||
"<TReturn, {}> & ExtraOptions, context: ",
|
||||
{
|
||||
"pluginId": "usageCollection",
|
||||
"scope": "server",
|
||||
|
@ -627,7 +874,39 @@
|
|||
"\nOptions to instantiate a collector"
|
||||
],
|
||||
"signature": [
|
||||
"{ 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; })"
|
||||
"{ 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; })"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/usage_collection/server/collector/types.ts",
|
||||
|
@ -646,7 +925,10 @@
|
|||
"\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",
|
||||
|
@ -665,7 +947,11 @@
|
|||
"\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",
|
||||
|
@ -735,7 +1021,15 @@
|
|||
"section": "def-server.CollectorOptionsFetchExtendedContext",
|
||||
"text": "CollectorOptionsFetchExtendedContext"
|
||||
},
|
||||
"<WithKibanaRequest> | undefined; }) & Required<Pick<CollectorOptions<TFetchReturn, boolean, {}>, \"schema\">>"
|
||||
"<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/collector/usage_collector.ts",
|
||||
|
@ -754,7 +1048,16 @@
|
|||
"\nThe structure of the SavedObjects of type \"usage-counters\""
|
||||
],
|
||||
"signature": [
|
||||
"SavedObject<UsageCountersSavedObjectAttributes>"
|
||||
"SavedObject",
|
||||
"<",
|
||||
{
|
||||
"pluginId": "usageCollection",
|
||||
"scope": "server",
|
||||
"docId": "kibUsageCollectionPluginApi",
|
||||
"section": "def-server.UsageCountersSavedObjectAttributes",
|
||||
"text": "UsageCountersSavedObjectAttributes"
|
||||
},
|
||||
">"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/usage_collection/server/usage_counters/saved_objects.ts",
|
||||
|
@ -803,7 +1106,23 @@
|
|||
"path": "src/plugins/usage_collection/server/plugin.ts",
|
||||
"lineNumber": 33
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "usageCollection",
|
||||
|
@ -829,7 +1148,23 @@
|
|||
"path": "src/plugins/usage_collection/server/plugin.ts",
|
||||
"lineNumber": 37
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "usageCollection",
|
||||
|
@ -863,7 +1198,66 @@
|
|||
"path": "src/plugins/usage_collection/server/plugin.ts",
|
||||
"lineNumber": 42
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "usageCollection",
|
||||
|
@ -889,7 +1283,33 @@
|
|||
"path": "src/plugins/usage_collection/server/plugin.ts",
|
||||
"lineNumber": 53
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "usageCollection",
|
||||
|
@ -915,7 +1335,23 @@
|
|||
"path": "src/plugins/usage_collection/server/plugin.ts",
|
||||
"lineNumber": 59
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"lifecycle": "setup",
|
||||
|
|
|
@ -155,7 +155,65 @@
|
|||
"path": "src/plugins/vis_type_timeseries/server/plugin.ts",
|
||||
"lineNumber": 55
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"lifecycle": "setup",
|
||||
|
|
|
@ -385,20 +385,93 @@
|
|||
"label": "toExpressionAst",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"(vis: ",
|
||||
{
|
||||
"pluginId": "visualizations",
|
||||
"scope": "public",
|
||||
"docId": "kibVisualizationsPluginApi",
|
||||
"section": "def-public.VisToExpressionAst",
|
||||
"text": "VisToExpressionAst"
|
||||
"section": "def-public.Vis",
|
||||
"text": "Vis"
|
||||
},
|
||||
"<TVisParams>"
|
||||
"<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"
|
||||
},
|
||||
">"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/visualizations/public/vis_types/base_vis_type.ts",
|
||||
"lineNumber": 44
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "visualizations",
|
||||
|
@ -509,8 +582,7 @@
|
|||
"section": "def-public.PersistedState",
|
||||
"text": "PersistedState"
|
||||
},
|
||||
" extends ",
|
||||
"EventEmitter"
|
||||
" extends EventEmitter"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/visualizations/public/persisted_state/persisted_state.ts",
|
||||
|
@ -1816,8 +1888,7 @@
|
|||
"label": "group",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"node_modules/utility-types/dist/utility-types",
|
||||
"$Values<Readonly<{ Buckets: \"buckets\"; Metrics: \"metrics\"; None: \"none\"; }>>"
|
||||
"\"none\" | \"buckets\" | \"metrics\""
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
||||
|
@ -1988,7 +2059,7 @@
|
|||
"label": "tooltip",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"React.ReactNode"
|
||||
"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"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
||||
|
@ -2814,9 +2885,137 @@
|
|||
"label": "timefilter",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"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\">"
|
||||
"{ 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"
|
||||
},
|
||||
"; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/visualizations/public/types.ts",
|
||||
|
@ -3420,20 +3619,93 @@
|
|||
"\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.VisToExpressionAst",
|
||||
"text": "VisToExpressionAst"
|
||||
"section": "def-public.Vis",
|
||||
"text": "Vis"
|
||||
},
|
||||
"<TVisParams>"
|
||||
"<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"
|
||||
},
|
||||
">"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
||||
"lineNumber": 148
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "visualizations",
|
||||
|
@ -3529,7 +3801,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": [
|
||||
"Record<string, any>"
|
||||
"{ [x: string]: any; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/visualizations/public/vis_types/types.ts",
|
||||
|
@ -3921,7 +4193,15 @@
|
|||
"label": "ExpressionValueVisDimension",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"{ type: \"vis_dimension\"; } & { accessor: number | DatatableColumn; format: { id?: string; params: Record<string, any>;}; }"
|
||||
"{ 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>; }; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/visualizations/public/expression_functions/vis_dimension.ts",
|
||||
|
@ -4077,7 +4357,146 @@
|
|||
"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",
|
||||
|
@ -4133,7 +4552,124 @@
|
|||
"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",
|
||||
|
@ -4307,7 +4843,24 @@
|
|||
"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",
|
||||
|
@ -4386,7 +4939,54 @@
|
|||
"path": "src/plugins/visualizations/public/plugin.ts",
|
||||
"lineNumber": 80
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "visualizations",
|
||||
|
@ -4426,7 +5026,32 @@
|
|||
"path": "src/plugins/visualizations/public/plugin.ts",
|
||||
"lineNumber": 81
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "visualizations",
|
||||
|
@ -4465,7 +5090,41 @@
|
|||
"path": "src/plugins/visualizations/public/plugin.ts",
|
||||
"lineNumber": 82
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "visualizations",
|
||||
|
@ -4475,14 +5134,34 @@
|
|||
"label": "showNewVisModal",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"typeof ",
|
||||
"showNewVisModal"
|
||||
"({ editorParams, onClose, originatingApp, outsideVisualizeApp, showAggsSelection, selectedVisType, }?: ",
|
||||
"ShowNewVisModalParams",
|
||||
") => () => void"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/visualizations/public/plugin.ts",
|
||||
"lineNumber": 83
|
||||
},
|
||||
"deprecated": false
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"parentPluginId": "visualizations",
|
||||
|
@ -4525,7 +5204,58 @@
|
|||
"text": "SavedObjectLoader"
|
||||
},
|
||||
" & { findListItems: (search: string, sizeOrOptions?: number | ",
|
||||
"FindListItemsOptions"
|
||||
"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",
|
||||
">; }"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/visualizations/public/plugin.ts",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue