{ "id": "alerting", "client": { "classes": [], "functions": [], "interfaces": [], "enums": [], "misc": [], "objects": [], "setup": { "parentPluginId": "alerting", "id": "def-public.PluginSetupContract", "type": "Interface", "tags": [], "label": "PluginSetupContract", "description": [], "source": { "path": "x-pack/plugins/alerting/public/plugin.ts", "lineNumber": 14 }, "deprecated": false, "children": [ { "parentPluginId": "alerting", "id": "def-public.PluginSetupContract.registerNavigation", "type": "Function", "tags": [], "label": "registerNavigation", "description": [], "signature": [ "(consumer: string, alertType: string, handler: ", "AlertNavigationHandler", ") => void" ], "source": { "path": "x-pack/plugins/alerting/public/plugin.ts", "lineNumber": 15 }, "deprecated": false, "returnComment": [], "children": [ { "parentPluginId": "alerting", "id": "def-public.consumer", "type": "string", "tags": [], "label": "consumer", "description": [], "source": { "path": "x-pack/plugins/alerting/public/plugin.ts", "lineNumber": 16 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-public.alertType", "type": "string", "tags": [], "label": "alertType", "description": [], "source": { "path": "x-pack/plugins/alerting/public/plugin.ts", "lineNumber": 17 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-public.handler", "type": "Function", "tags": [], "label": "handler", "description": [], "signature": [ "(alert: Pick<", { "pluginId": "alerting", "scope": "common", "docId": "kibAlertingPluginApi", "section": "def-common.Alert", "text": "Alert" }, ", \"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", "id": "def-public.PluginSetupContract.registerDefaultNavigation", "type": "Function", "tags": [], "label": "registerDefaultNavigation", "description": [], "signature": [ "(consumer: string, handler: ", "AlertNavigationHandler", ") => void" ], "source": { "path": "x-pack/plugins/alerting/public/plugin.ts", "lineNumber": 20 }, "deprecated": false, "returnComment": [], "children": [ { "parentPluginId": "alerting", "id": "def-public.consumer", "type": "string", "tags": [], "label": "consumer", "description": [], "source": { "path": "x-pack/plugins/alerting/public/plugin.ts", "lineNumber": 20 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-public.handler", "type": "Function", "tags": [], "label": "handler", "description": [], "signature": [ "(alert: Pick<", { "pluginId": "alerting", "scope": "common", "docId": "kibAlertingPluginApi", "section": "def-common.Alert", "text": "Alert" }, ", \"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", "initialIsOpen": true }, "start": { "parentPluginId": "alerting", "id": "def-public.PluginStartContract", "type": "Interface", "tags": [], "label": "PluginStartContract", "description": [], "source": { "path": "x-pack/plugins/alerting/public/plugin.ts", "lineNumber": 22 }, "deprecated": false, "children": [ { "parentPluginId": "alerting", "id": "def-public.PluginStartContract.getNavigation", "type": "Function", "tags": [], "label": "getNavigation", "description": [], "signature": [ "(alertId: string) => Promise<", { "pluginId": "alerting", "scope": "common", "docId": "kibAlertingPluginApi", "section": "def-common.AlertUrlNavigation", "text": "AlertUrlNavigation" }, " | ", { "pluginId": "alerting", "scope": "common", "docId": "kibAlertingPluginApi", "section": "def-common.AlertStateNavigation", "text": "AlertStateNavigation" }, " | undefined>" ], "source": { "path": "x-pack/plugins/alerting/public/plugin.ts", "lineNumber": 23 }, "deprecated": false, "returnComment": [], "children": [ { "parentPluginId": "alerting", "id": "def-public.alertId", "type": "string", "tags": [], "label": "alertId", "description": [], "source": { "path": "x-pack/plugins/alerting/public/plugin.ts", "lineNumber": 23 }, "deprecated": false } ] } ], "lifecycle": "start", "initialIsOpen": true } }, "server": { "classes": [], "functions": [ { "parentPluginId": "alerting", "id": "def-server.getEsErrorMessage", "type": "Function", "tags": [], "label": "getEsErrorMessage", "description": [], "signature": [ "(error: ", "ElasticsearchError", ") => string" ], "source": { "path": "x-pack/plugins/alerting/server/lib/errors/es_error_parser.ts", "lineNumber": 37 }, "deprecated": false, "children": [ { "parentPluginId": "alerting", "id": "def-server.getEsErrorMessage.$1", "type": "Object", "tags": [], "label": "error", "description": [], "signature": [ "ElasticsearchError" ], "source": { "path": "x-pack/plugins/alerting/server/lib/errors/es_error_parser.ts", "lineNumber": 37 }, "deprecated": false, "isRequired": true } ], "returnComment": [], "initialIsOpen": false }, { "parentPluginId": "alerting", "id": "def-server.parseDuration", "type": "Function", "tags": [], "label": "parseDuration", "description": [], "signature": [ "(duration: string) => number" ], "source": { "path": "x-pack/plugins/alerting/common/parse_duration.ts", "lineNumber": 14 }, "deprecated": false, "children": [ { "parentPluginId": "alerting", "id": "def-server.parseDuration.$1", "type": "string", "tags": [], "label": "duration", "description": [], "signature": [ "string" ], "source": { "path": "x-pack/plugins/alerting/common/parse_duration.ts", "lineNumber": 14 }, "deprecated": false, "isRequired": true } ], "returnComment": [], "initialIsOpen": false } ], "interfaces": [ { "parentPluginId": "alerting", "id": "def-server.ActionGroup", "type": "Interface", "tags": [], "label": "ActionGroup", "description": [], "signature": [ { "pluginId": "alerting", "scope": "common", "docId": "kibAlertingPluginApi", "section": "def-common.ActionGroup", "text": "ActionGroup" }, "" ], "source": { "path": "x-pack/plugins/alerting/common/alert_type.ts", "lineNumber": 25 }, "deprecated": false, "children": [ { "parentPluginId": "alerting", "id": "def-server.ActionGroup.id", "type": "Uncategorized", "tags": [], "label": "id", "description": [], "signature": [ "ActionGroupIds" ], "source": { "path": "x-pack/plugins/alerting/common/alert_type.ts", "lineNumber": 26 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-server.ActionGroup.name", "type": "string", "tags": [], "label": "name", "description": [], "source": { "path": "x-pack/plugins/alerting/common/alert_type.ts", "lineNumber": 27 }, "deprecated": false } ], "initialIsOpen": false }, { "parentPluginId": "alerting", "id": "def-server.AlertExecutorOptions", "type": "Interface", "tags": [], "label": "AlertExecutorOptions", "description": [], "signature": [ { "pluginId": "alerting", "scope": "server", "docId": "kibAlertingPluginApi", "section": "def-server.AlertExecutorOptions", "text": "AlertExecutorOptions" }, "" ], "source": { "path": "x-pack/plugins/alerting/server/types.ts", "lineNumber": 80 }, "deprecated": false, "children": [ { "parentPluginId": "alerting", "id": "def-server.AlertExecutorOptions.alertId", "type": "string", "tags": [], "label": "alertId", "description": [], "source": { "path": "x-pack/plugins/alerting/server/types.ts", "lineNumber": 87 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-server.AlertExecutorOptions.startedAt", "type": "Object", "tags": [], "label": "startedAt", "description": [], "signature": [ "Date" ], "source": { "path": "x-pack/plugins/alerting/server/types.ts", "lineNumber": 88 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-server.AlertExecutorOptions.previousStartedAt", "type": "CompoundType", "tags": [], "label": "previousStartedAt", "description": [], "signature": [ "Date | null" ], "source": { "path": "x-pack/plugins/alerting/server/types.ts", "lineNumber": 89 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-server.AlertExecutorOptions.services", "type": "Object", "tags": [], "label": "services", "description": [], "signature": [ { "pluginId": "alerting", "scope": "server", "docId": "kibAlertingPluginApi", "section": "def-server.AlertServices", "text": "AlertServices" }, "" ], "source": { "path": "x-pack/plugins/alerting/server/types.ts", "lineNumber": 90 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-server.AlertExecutorOptions.params", "type": "Uncategorized", "tags": [], "label": "params", "description": [], "signature": [ "Params" ], "source": { "path": "x-pack/plugins/alerting/server/types.ts", "lineNumber": 91 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-server.AlertExecutorOptions.state", "type": "Uncategorized", "tags": [], "label": "state", "description": [], "signature": [ "State" ], "source": { "path": "x-pack/plugins/alerting/server/types.ts", "lineNumber": 92 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-server.AlertExecutorOptions.rule", "type": "CompoundType", "tags": [], "label": "rule", "description": [], "signature": [ "Pick, \"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", "lineNumber": 93 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-server.AlertExecutorOptions.spaceId", "type": "string", "tags": [], "label": "spaceId", "description": [], "source": { "path": "x-pack/plugins/alerting/server/types.ts", "lineNumber": 94 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-server.AlertExecutorOptions.namespace", "type": "string", "tags": [], "label": "namespace", "description": [], "signature": [ "string | undefined" ], "source": { "path": "x-pack/plugins/alerting/server/types.ts", "lineNumber": 95 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-server.AlertExecutorOptions.name", "type": "string", "tags": [], "label": "name", "description": [], "source": { "path": "x-pack/plugins/alerting/server/types.ts", "lineNumber": 96 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-server.AlertExecutorOptions.tags", "type": "Array", "tags": [], "label": "tags", "description": [], "signature": [ "string[]" ], "source": { "path": "x-pack/plugins/alerting/server/types.ts", "lineNumber": 97 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-server.AlertExecutorOptions.createdBy", "type": "CompoundType", "tags": [], "label": "createdBy", "description": [], "signature": [ "string | null" ], "source": { "path": "x-pack/plugins/alerting/server/types.ts", "lineNumber": 98 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-server.AlertExecutorOptions.updatedBy", "type": "CompoundType", "tags": [], "label": "updatedBy", "description": [], "signature": [ "string | null" ], "source": { "path": "x-pack/plugins/alerting/server/types.ts", "lineNumber": 99 }, "deprecated": false } ], "initialIsOpen": false }, { "parentPluginId": "alerting", "id": "def-server.AlertingApiRequestHandlerContext", "type": "Interface", "tags": [], "label": "AlertingApiRequestHandlerContext", "description": [], "source": { "path": "x-pack/plugins/alerting/server/types.ts", "lineNumber": 46 }, "deprecated": false, "children": [ { "parentPluginId": "alerting", "id": "def-server.AlertingApiRequestHandlerContext.getAlertsClient", "type": "Function", "tags": [], "label": "getAlertsClient", "description": [], "signature": [ "() => ", { "pluginId": "alerting", "scope": "server", "docId": "kibAlertingPluginApi", "section": "def-server.AlertsClient", "text": "AlertsClient" } ], "source": { "path": "x-pack/plugins/alerting/server/types.ts", "lineNumber": 47 }, "deprecated": false, "returnComment": [], "children": [] }, { "parentPluginId": "alerting", "id": "def-server.AlertingApiRequestHandlerContext.listTypes", "type": "Function", "tags": [], "label": "listTypes", "description": [], "signature": [ "() => Set<", "RegistryAlertType", ">" ], "source": { "path": "x-pack/plugins/alerting/server/types.ts", "lineNumber": 48 }, "deprecated": false, "returnComment": [], "children": [] }, { "parentPluginId": "alerting", "id": "def-server.AlertingApiRequestHandlerContext.getFrameworkHealth", "type": "Function", "tags": [], "label": "getFrameworkHealth", "description": [], "signature": [ "() => Promise<", { "pluginId": "alerting", "scope": "common", "docId": "kibAlertingPluginApi", "section": "def-common.AlertsHealth", "text": "AlertsHealth" }, ">" ], "source": { "path": "x-pack/plugins/alerting/server/types.ts", "lineNumber": 49 }, "deprecated": false, "returnComment": [], "children": [] }, { "parentPluginId": "alerting", "id": "def-server.AlertingApiRequestHandlerContext.areApiKeysEnabled", "type": "Function", "tags": [], "label": "areApiKeysEnabled", "description": [], "signature": [ "() => Promise" ], "source": { "path": "x-pack/plugins/alerting/server/types.ts", "lineNumber": 50 }, "deprecated": false, "returnComment": [], "children": [] } ], "initialIsOpen": false }, { "parentPluginId": "alerting", "id": "def-server.AlertingPlugin", "type": "Interface", "tags": [], "label": "AlertingPlugin", "description": [], "source": { "path": "x-pack/plugins/alerting/server/types.ts", "lineNumber": 221 }, "deprecated": false, "children": [ { "parentPluginId": "alerting", "id": "def-server.AlertingPlugin.setup", "type": "Object", "tags": [], "label": "setup", "description": [], "signature": [ { "pluginId": "alerting", "scope": "server", "docId": "kibAlertingPluginApi", "section": "def-server.PluginSetupContract", "text": "PluginSetupContract" } ], "source": { "path": "x-pack/plugins/alerting/server/types.ts", "lineNumber": 222 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-server.AlertingPlugin.start", "type": "Object", "tags": [], "label": "start", "description": [], "signature": [ { "pluginId": "alerting", "scope": "server", "docId": "kibAlertingPluginApi", "section": "def-server.PluginStartContract", "text": "PluginStartContract" } ], "source": { "path": "x-pack/plugins/alerting/server/types.ts", "lineNumber": 223 }, "deprecated": false } ], "initialIsOpen": false }, { "parentPluginId": "alerting", "id": "def-server.AlertServices", "type": "Interface", "tags": [], "label": "AlertServices", "description": [], "signature": [ { "pluginId": "alerting", "scope": "server", "docId": "kibAlertingPluginApi", "section": "def-server.AlertServices", "text": "AlertServices" }, " extends ", "Services" ], "source": { "path": "x-pack/plugins/alerting/server/types.ts", "lineNumber": 70 }, "deprecated": false, "children": [ { "parentPluginId": "alerting", "id": "def-server.AlertServices.alertInstanceFactory", "type": "Function", "tags": [], "label": "alertInstanceFactory", "description": [], "signature": [ "(id: string) => Pick<", "AlertInstance", ", \"getState\" | \"replaceState\" | \"scheduleActions\" | \"scheduleActionsWithSubGroup\">" ], "source": { "path": "x-pack/plugins/alerting/server/types.ts", "lineNumber": 75 }, "deprecated": false, "returnComment": [], "children": [ { "parentPluginId": "alerting", "id": "def-server.id", "type": "string", "tags": [], "label": "id", "description": [], "source": { "path": "x-pack/plugins/alerting/server/types.ts", "lineNumber": 76 }, "deprecated": false } ] } ], "initialIsOpen": false }, { "parentPluginId": "alerting", "id": "def-server.AlertType", "type": "Interface", "tags": [], "label": "AlertType", "description": [], "signature": [ { "pluginId": "alerting", "scope": "server", "docId": "kibAlertingPluginApi", "section": "def-server.AlertType", "text": "AlertType" }, "" ], "source": { "path": "x-pack/plugins/alerting/server/types.ts", "lineNumber": 115 }, "deprecated": false, "children": [ { "parentPluginId": "alerting", "id": "def-server.AlertType.id", "type": "string", "tags": [], "label": "id", "description": [], "source": { "path": "x-pack/plugins/alerting/server/types.ts", "lineNumber": 123 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-server.AlertType.name", "type": "string", "tags": [], "label": "name", "description": [], "source": { "path": "x-pack/plugins/alerting/server/types.ts", "lineNumber": 124 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-server.AlertType.validate", "type": "Object", "tags": [], "label": "validate", "description": [], "signature": [ "{ params?: ", "AlertTypeParamsValidator", " | undefined; } | undefined" ], "source": { "path": "x-pack/plugins/alerting/server/types.ts", "lineNumber": 125 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-server.AlertType.actionGroups", "type": "Array", "tags": [], "label": "actionGroups", "description": [], "signature": [ { "pluginId": "alerting", "scope": "common", "docId": "kibAlertingPluginApi", "section": "def-common.ActionGroup", "text": "ActionGroup" }, "[]" ], "source": { "path": "x-pack/plugins/alerting/server/types.ts", "lineNumber": 128 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-server.AlertType.defaultActionGroupId", "type": "Uncategorized", "tags": [], "label": "defaultActionGroupId", "description": [], "signature": [ "ActionGroupIds" ], "source": { "path": "x-pack/plugins/alerting/server/types.ts", "lineNumber": 129 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-server.AlertType.recoveryActionGroup", "type": "Object", "tags": [], "label": "recoveryActionGroup", "description": [], "signature": [ { "pluginId": "alerting", "scope": "common", "docId": "kibAlertingPluginApi", "section": "def-common.ActionGroup", "text": "ActionGroup" }, " | undefined" ], "source": { "path": "x-pack/plugins/alerting/server/types.ts", "lineNumber": 130 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-server.AlertType.executor", "type": "Function", "tags": [], "label": "executor", "description": [], "signature": [ "(options: ", { "pluginId": "alerting", "scope": "server", "docId": "kibAlertingPluginApi", "section": "def-server.AlertExecutorOptions", "text": "AlertExecutorOptions" }, ">) => Promise" ], "source": { "path": "x-pack/plugins/alerting/server/types.ts", "lineNumber": 131 }, "deprecated": false, "returnComment": [], "children": [ { "parentPluginId": "alerting", "id": "def-server.options", "type": "Object", "tags": [], "label": "options", "description": [], "signature": [ { "pluginId": "alerting", "scope": "server", "docId": "kibAlertingPluginApi", "section": "def-server.AlertExecutorOptions", "text": "AlertExecutorOptions" }, "" ], "source": { "path": "x-pack/plugins/alerting/server/types.ts", "lineNumber": 109 }, "deprecated": false } ] }, { "parentPluginId": "alerting", "id": "def-server.AlertType.producer", "type": "string", "tags": [], "label": "producer", "description": [], "source": { "path": "x-pack/plugins/alerting/server/types.ts", "lineNumber": 142 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-server.AlertType.actionVariables", "type": "Object", "tags": [], "label": "actionVariables", "description": [], "signature": [ "{ 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" ], "source": { "path": "x-pack/plugins/alerting/server/types.ts", "lineNumber": 143 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-server.AlertType.minimumLicenseRequired", "type": "CompoundType", "tags": [], "label": "minimumLicenseRequired", "description": [], "signature": [ "\"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\"" ], "source": { "path": "x-pack/plugins/alerting/server/types.ts", "lineNumber": 148 }, "deprecated": false } ], "initialIsOpen": false }, { "parentPluginId": "alerting", "id": "def-server.FindResult", "type": "Interface", "tags": [], "label": "FindResult", "description": [], "signature": [ { "pluginId": "alerting", "scope": "server", "docId": "kibAlertingPluginApi", "section": "def-server.FindResult", "text": "FindResult" }, "" ], "source": { "path": "x-pack/plugins/alerting/server/alerts_client/alerts_client.ts", "lineNumber": 140 }, "deprecated": false, "children": [ { "parentPluginId": "alerting", "id": "def-server.FindResult.page", "type": "number", "tags": [], "label": "page", "description": [], "source": { "path": "x-pack/plugins/alerting/server/alerts_client/alerts_client.ts", "lineNumber": 141 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-server.FindResult.perPage", "type": "number", "tags": [], "label": "perPage", "description": [], "source": { "path": "x-pack/plugins/alerting/server/alerts_client/alerts_client.ts", "lineNumber": 142 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-server.FindResult.total", "type": "number", "tags": [], "label": "total", "description": [], "source": { "path": "x-pack/plugins/alerting/server/alerts_client/alerts_client.ts", "lineNumber": 143 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-server.FindResult.data", "type": "Array", "tags": [], "label": "data", "description": [], "signature": [ "Pick<", { "pluginId": "alerting", "scope": "common", "docId": "kibAlertingPluginApi", "section": "def-common.Alert", "text": "Alert" }, ", \"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", "lineNumber": 144 }, "deprecated": false } ], "initialIsOpen": false }, { "parentPluginId": "alerting", "id": "def-server.PluginSetupContract", "type": "Interface", "tags": [], "label": "PluginSetupContract", "description": [], "source": { "path": "x-pack/plugins/alerting/server/plugin.ts", "lineNumber": 85 }, "deprecated": false, "children": [ { "parentPluginId": "alerting", "id": "def-server.PluginSetupContract.registerType", "type": "Function", "tags": [], "label": "registerType", "description": [], "signature": [ " = Record, State extends Record = Record, InstanceState extends { [x: string]: unknown; } = { [x: string]: unknown; }, InstanceContext extends { [x: string]: unknown; } = { [x: string]: unknown; }, ActionGroupIds extends string = never, RecoveryActionGroupId extends string = never>(alertType: ", { "pluginId": "alerting", "scope": "server", "docId": "kibAlertingPluginApi", "section": "def-server.AlertType", "text": "AlertType" }, ") => void" ], "source": { "path": "x-pack/plugins/alerting/server/plugin.ts", "lineNumber": 86 }, "deprecated": false, "children": [ { "parentPluginId": "alerting", "id": "def-server.PluginSetupContract.registerType.$1", "type": "Object", "tags": [], "label": "alertType", "description": [], "signature": [ { "pluginId": "alerting", "scope": "server", "docId": "kibAlertingPluginApi", "section": "def-server.AlertType", "text": "AlertType" }, "" ], "source": { "path": "x-pack/plugins/alerting/server/plugin.ts", "lineNumber": 94 }, "deprecated": false, "isRequired": true } ], "returnComment": [] } ], "initialIsOpen": false }, { "parentPluginId": "alerting", "id": "def-server.PluginStartContract", "type": "Interface", "tags": [], "label": "PluginStartContract", "description": [], "source": { "path": "x-pack/plugins/alerting/server/plugin.ts", "lineNumber": 105 }, "deprecated": false, "children": [ { "parentPluginId": "alerting", "id": "def-server.PluginStartContract.listTypes", "type": "Function", "tags": [], "label": "listTypes", "description": [], "signature": [ "() => Set<", "RegistryAlertType", ">" ], "source": { "path": "x-pack/plugins/alerting/server/plugin.ts", "lineNumber": 106 }, "deprecated": false, "returnComment": [], "children": [] }, { "parentPluginId": "alerting", "id": "def-server.PluginStartContract.getAlertsClientWithRequest", "type": "Function", "tags": [], "label": "getAlertsClientWithRequest", "description": [], "signature": [ "(request: ", { "pluginId": "core", "scope": "server", "docId": "kibCoreHttpPluginApi", "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ") => Pick<", { "pluginId": "alerting", "scope": "server", "docId": "kibAlertingPluginApi", "section": "def-server.AlertsClient", "text": "AlertsClient" }, ", \"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", "lineNumber": 107 }, "deprecated": false, "children": [ { "parentPluginId": "alerting", "id": "def-server.PluginStartContract.getAlertsClientWithRequest.$1", "type": "Object", "tags": [], "label": "request", "description": [], "signature": [ { "pluginId": "core", "scope": "server", "docId": "kibCoreHttpPluginApi", "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" ], "source": { "path": "x-pack/plugins/alerting/server/plugin.ts", "lineNumber": 107 }, "deprecated": false, "isRequired": true } ], "returnComment": [] }, { "parentPluginId": "alerting", "id": "def-server.PluginStartContract.getAlertingAuthorizationWithRequest", "type": "Function", "tags": [], "label": "getAlertingAuthorizationWithRequest", "description": [], "signature": [ "(request: ", { "pluginId": "core", "scope": "server", "docId": "kibCoreHttpPluginApi", "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, ") => Pick<", "AlertingAuthorization", ", \"ensureAuthorized\" | \"getFindAuthorizationFilter\" | \"filterByRuleTypeAuthorization\">" ], "source": { "path": "x-pack/plugins/alerting/server/plugin.ts", "lineNumber": 108 }, "deprecated": false, "children": [ { "parentPluginId": "alerting", "id": "def-server.PluginStartContract.getAlertingAuthorizationWithRequest.$1", "type": "Object", "tags": [], "label": "request", "description": [], "signature": [ { "pluginId": "core", "scope": "server", "docId": "kibCoreHttpPluginApi", "section": "def-server.KibanaRequest", "text": "KibanaRequest" }, "" ], "source": { "path": "x-pack/plugins/alerting/server/plugin.ts", "lineNumber": 109 }, "deprecated": false, "isRequired": true } ], "returnComment": [] }, { "parentPluginId": "alerting", "id": "def-server.PluginStartContract.getFrameworkHealth", "type": "Function", "tags": [], "label": "getFrameworkHealth", "description": [], "signature": [ "() => Promise<", { "pluginId": "alerting", "scope": "common", "docId": "kibAlertingPluginApi", "section": "def-common.AlertsHealth", "text": "AlertsHealth" }, ">" ], "source": { "path": "x-pack/plugins/alerting/server/plugin.ts", "lineNumber": 111 }, "deprecated": false, "returnComment": [], "children": [] } ], "initialIsOpen": false } ], "enums": [], "misc": [ { "parentPluginId": "alerting", "id": "def-server.ActionGroupIdsOf", "type": "Type", "tags": [], "label": "ActionGroupIdsOf", "description": [], "signature": [ "T extends ", { "pluginId": "alerting", "scope": "common", "docId": "kibAlertingPluginApi", "section": "def-common.ActionGroup", "text": "ActionGroup" }, " ? groups : T extends Readonly<", { "pluginId": "alerting", "scope": "common", "docId": "kibAlertingPluginApi", "section": "def-common.ActionGroup", "text": "ActionGroup" }, "> ? groups : never" ], "source": { "path": "x-pack/plugins/alerting/common/alert_type.ts", "lineNumber": 30 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "alerting", "id": "def-server.AlertActionParams", "type": "Type", "tags": [], "label": "AlertActionParams", "description": [], "signature": [ "SavedObjectAttributes" ], "source": { "path": "x-pack/plugins/alerting/common/alert.ts", "lineNumber": 40 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "alerting", "id": "def-server.AlertInstanceContext", "type": "Type", "tags": [], "label": "AlertInstanceContext", "description": [], "signature": [ "{ [x: string]: unknown; }" ], "source": { "path": "x-pack/plugins/alerting/common/alert_instance.ts", "lineNumber": 28 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "alerting", "id": "def-server.AlertInstanceState", "type": "Type", "tags": [], "label": "AlertInstanceState", "description": [], "signature": [ "{ [x: string]: unknown; }" ], "source": { "path": "x-pack/plugins/alerting/common/alert_instance.ts", "lineNumber": 25 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "alerting", "id": "def-server.AlertsClient", "type": "Type", "tags": [], "label": "AlertsClient", "description": [], "signature": [ "{ get: = never>({ id, }: { id: string; }) => Promise, \"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: = never>({ data, options, }: ", "CreateOptions", ") => Promise, \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"tags\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"throttle\" | \"notifyWhen\" | \"muteAll\" | \"mutedInstanceIds\" | \"executionStatus\">>; find: = never>({ options: { fields, ...options }, }?: { options?: ", "FindOptions", " | undefined; }) => Promise<", { "pluginId": "alerting", "scope": "server", "docId": "kibAlertingPluginApi", "section": "def-server.FindResult", "text": "FindResult" }, ">; update: = never>({ id, data, }: ", "UpdateOptions", ") => Promise<", { "pluginId": "alerting", "scope": "server", "docId": "kibAlertingPluginApi", "section": "def-server.PartialAlert", "text": "PartialAlert" }, ">; aggregate: ({ options: { fields, ...options }, }?: { options?: ", "AggregateOptions", " | undefined; }) => Promise<", "AggregateResult", ">; enable: ({ id }: { id: string; }) => Promise; disable: ({ id }: { id: string; }) => Promise; muteAll: ({ id }: { id: string; }) => Promise; getAlertState: ({ id }: { id: string; }) => Promise; getAlertInstanceSummary: ({ id, dateStart, }: ", "GetAlertInstanceSummaryParams", ") => Promise<", { "pluginId": "alerting", "scope": "common", "docId": "kibAlertingPluginApi", "section": "def-common.AlertInstanceSummary", "text": "AlertInstanceSummary" }, ">; updateApiKey: ({ id }: { id: string; }) => Promise; unmuteAll: ({ id }: { id: string; }) => Promise; muteInstance: ({ alertId, alertInstanceId }: ", "MuteOptions", ") => Promise; unmuteInstance: ({ alertId, alertInstanceId }: ", "MuteOptions", ") => Promise; listAlertTypes: () => Promise>; }" ], "source": { "path": "x-pack/plugins/alerting/server/index.ts", "lineNumber": 15 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "alerting", "id": "def-server.AlertTypeParams", "type": "Type", "tags": [], "label": "AlertTypeParams", "description": [], "signature": [ "{ [x: string]: unknown; }" ], "source": { "path": "x-pack/plugins/alerting/common/alert.ts", "lineNumber": 12 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "alerting", "id": "def-server.AlertTypeState", "type": "Type", "tags": [], "label": "AlertTypeState", "description": [], "signature": [ "{ [x: string]: unknown; }" ], "source": { "path": "x-pack/plugins/alerting/common/alert.ts", "lineNumber": 11 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "alerting", "id": "def-server.PartialAlert", "type": "Type", "tags": [], "label": "PartialAlert", "description": [], "signature": [ "Pick<", { "pluginId": "alerting", "scope": "common", "docId": "kibAlertingPluginApi", "section": "def-common.Alert", "text": "Alert" }, ", \"id\"> & Partial, \"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", "lineNumber": 181 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "alerting", "id": "def-server.PublicAlertInstance", "type": "Type", "tags": [], "label": "PublicAlertInstance", "description": [], "signature": [ "{ getState: () => State; replaceState: (state: State) => ", "AlertInstance", "; scheduleActions: (actionGroup: ActionGroupIds, context?: Context) => ", "AlertInstance", "; scheduleActionsWithSubGroup: (actionGroup: ActionGroupIds, subgroup: string, context?: Context) => ", "AlertInstance", "; }" ], "source": { "path": "x-pack/plugins/alerting/server/alert_instance/alert_instance.ts", "lineNumber": 30 }, "deprecated": false, "initialIsOpen": false } ], "objects": [] }, "common": { "classes": [], "functions": [ { "parentPluginId": "alerting", "id": "def-common.getBuiltinActionGroups", "type": "Function", "tags": [], "label": "getBuiltinActionGroups", "description": [], "signature": [ "(customRecoveryGroup: ", { "pluginId": "alerting", "scope": "common", "docId": "kibAlertingPluginApi", "section": "def-common.ActionGroup", "text": "ActionGroup" }, " | undefined) => [", { "pluginId": "alerting", "scope": "common", "docId": "kibAlertingPluginApi", "section": "def-common.ActionGroup", "text": "ActionGroup" }, "<", { "pluginId": "alerting", "scope": "common", "docId": "kibAlertingPluginApi", "section": "def-common.ReservedActionGroups", "text": "ReservedActionGroups" }, ">]" ], "source": { "path": "x-pack/plugins/alerting/common/builtin_action_groups.ts", "lineNumber": 30 }, "deprecated": false, "children": [ { "parentPluginId": "alerting", "id": "def-common.getBuiltinActionGroups.$1", "type": "Object", "tags": [], "label": "customRecoveryGroup", "description": [], "signature": [ { "pluginId": "alerting", "scope": "common", "docId": "kibAlertingPluginApi", "section": "def-common.ActionGroup", "text": "ActionGroup" }, " | undefined" ], "source": { "path": "x-pack/plugins/alerting/common/builtin_action_groups.ts", "lineNumber": 31 }, "deprecated": false, "isRequired": false } ], "returnComment": [], "initialIsOpen": false }, { "parentPluginId": "alerting", "id": "def-common.getDurationNumberInItsUnit", "type": "Function", "tags": [], "label": "getDurationNumberInItsUnit", "description": [], "signature": [ "(duration: string) => number" ], "source": { "path": "x-pack/plugins/alerting/common/parse_duration.ts", "lineNumber": 30 }, "deprecated": false, "children": [ { "parentPluginId": "alerting", "id": "def-common.getDurationNumberInItsUnit.$1", "type": "string", "tags": [], "label": "duration", "description": [], "signature": [ "string" ], "source": { "path": "x-pack/plugins/alerting/common/parse_duration.ts", "lineNumber": 30 }, "deprecated": false, "isRequired": true } ], "returnComment": [], "initialIsOpen": false }, { "parentPluginId": "alerting", "id": "def-common.getDurationUnitValue", "type": "Function", "tags": [], "label": "getDurationUnitValue", "description": [], "signature": [ "(duration: string) => string" ], "source": { "path": "x-pack/plugins/alerting/common/parse_duration.ts", "lineNumber": 34 }, "deprecated": false, "children": [ { "parentPluginId": "alerting", "id": "def-common.getDurationUnitValue.$1", "type": "string", "tags": [], "label": "duration", "description": [], "signature": [ "string" ], "source": { "path": "x-pack/plugins/alerting/common/parse_duration.ts", "lineNumber": 34 }, "deprecated": false, "isRequired": true } ], "returnComment": [], "initialIsOpen": false }, { "parentPluginId": "alerting", "id": "def-common.isActionGroupDisabledForActionTypeId", "type": "Function", "tags": [], "label": "isActionGroupDisabledForActionTypeId", "description": [], "signature": [ "(actionGroup: string, actionTypeId: string) => boolean" ], "source": { "path": "x-pack/plugins/alerting/common/disabled_action_groups.ts", "lineNumber": 18 }, "deprecated": false, "children": [ { "parentPluginId": "alerting", "id": "def-common.isActionGroupDisabledForActionTypeId.$1", "type": "string", "tags": [], "label": "actionGroup", "description": [], "signature": [ "string" ], "source": { "path": "x-pack/plugins/alerting/common/disabled_action_groups.ts", "lineNumber": 19 }, "deprecated": false, "isRequired": true }, { "parentPluginId": "alerting", "id": "def-common.isActionGroupDisabledForActionTypeId.$2", "type": "string", "tags": [], "label": "actionTypeId", "description": [], "signature": [ "string" ], "source": { "path": "x-pack/plugins/alerting/common/disabled_action_groups.ts", "lineNumber": 20 }, "deprecated": false, "isRequired": true } ], "returnComment": [], "initialIsOpen": false }, { "parentPluginId": "alerting", "id": "def-common.parseDuration", "type": "Function", "tags": [], "label": "parseDuration", "description": [], "signature": [ "(duration: string) => number" ], "source": { "path": "x-pack/plugins/alerting/common/parse_duration.ts", "lineNumber": 14 }, "deprecated": false, "children": [ { "parentPluginId": "alerting", "id": "def-common.parseDuration.$1", "type": "string", "tags": [], "label": "duration", "description": [], "signature": [ "string" ], "source": { "path": "x-pack/plugins/alerting/common/parse_duration.ts", "lineNumber": 14 }, "deprecated": false, "isRequired": true } ], "returnComment": [], "initialIsOpen": false }, { "parentPluginId": "alerting", "id": "def-common.validateDurationSchema", "type": "Function", "tags": [], "label": "validateDurationSchema", "description": [], "signature": [ "(duration: string) => string | undefined" ], "source": { "path": "x-pack/plugins/alerting/common/parse_duration.ts", "lineNumber": 39 }, "deprecated": false, "children": [ { "parentPluginId": "alerting", "id": "def-common.validateDurationSchema.$1", "type": "string", "tags": [], "label": "duration", "description": [], "signature": [ "string" ], "source": { "path": "x-pack/plugins/alerting/common/parse_duration.ts", "lineNumber": 39 }, "deprecated": false, "isRequired": true } ], "returnComment": [], "initialIsOpen": false }, { "parentPluginId": "alerting", "id": "def-common.validateNotifyWhenType", "type": "Function", "tags": [], "label": "validateNotifyWhenType", "description": [], "signature": [ "(notifyWhen: string) => string | undefined" ], "source": { "path": "x-pack/plugins/alerting/common/alert_notify_when_type.ts", "lineNumber": 15 }, "deprecated": false, "children": [ { "parentPluginId": "alerting", "id": "def-common.validateNotifyWhenType.$1", "type": "string", "tags": [], "label": "notifyWhen", "description": [], "signature": [ "string" ], "source": { "path": "x-pack/plugins/alerting/common/alert_notify_when_type.ts", "lineNumber": 15 }, "deprecated": false, "isRequired": true } ], "returnComment": [], "initialIsOpen": false } ], "interfaces": [ { "parentPluginId": "alerting", "id": "def-common.ActionGroup", "type": "Interface", "tags": [], "label": "ActionGroup", "description": [], "signature": [ { "pluginId": "alerting", "scope": "common", "docId": "kibAlertingPluginApi", "section": "def-common.ActionGroup", "text": "ActionGroup" }, "" ], "source": { "path": "x-pack/plugins/alerting/common/alert_type.ts", "lineNumber": 25 }, "deprecated": false, "children": [ { "parentPluginId": "alerting", "id": "def-common.ActionGroup.id", "type": "Uncategorized", "tags": [], "label": "id", "description": [], "signature": [ "ActionGroupIds" ], "source": { "path": "x-pack/plugins/alerting/common/alert_type.ts", "lineNumber": 26 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-common.ActionGroup.name", "type": "string", "tags": [], "label": "name", "description": [], "source": { "path": "x-pack/plugins/alerting/common/alert_type.ts", "lineNumber": 27 }, "deprecated": false } ], "initialIsOpen": false }, { "parentPluginId": "alerting", "id": "def-common.ActionVariable", "type": "Interface", "tags": [], "label": "ActionVariable", "description": [], "source": { "path": "x-pack/plugins/alerting/common/alert.ts", "lineNumber": 121 }, "deprecated": false, "children": [ { "parentPluginId": "alerting", "id": "def-common.ActionVariable.name", "type": "string", "tags": [], "label": "name", "description": [], "source": { "path": "x-pack/plugins/alerting/common/alert.ts", "lineNumber": 122 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-common.ActionVariable.description", "type": "string", "tags": [], "label": "description", "description": [], "source": { "path": "x-pack/plugins/alerting/common/alert.ts", "lineNumber": 123 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-common.ActionVariable.deprecated", "type": "CompoundType", "tags": [], "label": "deprecated", "description": [], "signature": [ "boolean | undefined" ], "source": { "path": "x-pack/plugins/alerting/common/alert.ts", "lineNumber": 124 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-common.ActionVariable.useWithTripleBracesInTemplates", "type": "CompoundType", "tags": [], "label": "useWithTripleBracesInTemplates", "description": [], "signature": [ "boolean | undefined" ], "source": { "path": "x-pack/plugins/alerting/common/alert.ts", "lineNumber": 125 }, "deprecated": false } ], "initialIsOpen": false }, { "parentPluginId": "alerting", "id": "def-common.Alert", "type": "Interface", "tags": [], "label": "Alert", "description": [], "signature": [ { "pluginId": "alerting", "scope": "common", "docId": "kibAlertingPluginApi", "section": "def-common.Alert", "text": "Alert" }, "" ], "source": { "path": "x-pack/plugins/alerting/common/alert.ts", "lineNumber": 54 }, "deprecated": false, "children": [ { "parentPluginId": "alerting", "id": "def-common.Alert.id", "type": "string", "tags": [], "label": "id", "description": [], "source": { "path": "x-pack/plugins/alerting/common/alert.ts", "lineNumber": 55 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-common.Alert.enabled", "type": "boolean", "tags": [], "label": "enabled", "description": [], "source": { "path": "x-pack/plugins/alerting/common/alert.ts", "lineNumber": 56 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-common.Alert.name", "type": "string", "tags": [], "label": "name", "description": [], "source": { "path": "x-pack/plugins/alerting/common/alert.ts", "lineNumber": 57 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-common.Alert.tags", "type": "Array", "tags": [], "label": "tags", "description": [], "signature": [ "string[]" ], "source": { "path": "x-pack/plugins/alerting/common/alert.ts", "lineNumber": 58 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-common.Alert.alertTypeId", "type": "string", "tags": [], "label": "alertTypeId", "description": [], "source": { "path": "x-pack/plugins/alerting/common/alert.ts", "lineNumber": 59 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-common.Alert.consumer", "type": "string", "tags": [], "label": "consumer", "description": [], "source": { "path": "x-pack/plugins/alerting/common/alert.ts", "lineNumber": 60 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-common.Alert.schedule", "type": "Object", "tags": [], "label": "schedule", "description": [], "signature": [ { "pluginId": "alerting", "scope": "common", "docId": "kibAlertingPluginApi", "section": "def-common.IntervalSchedule", "text": "IntervalSchedule" } ], "source": { "path": "x-pack/plugins/alerting/common/alert.ts", "lineNumber": 61 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-common.Alert.actions", "type": "Array", "tags": [], "label": "actions", "description": [], "signature": [ { "pluginId": "alerting", "scope": "common", "docId": "kibAlertingPluginApi", "section": "def-common.AlertAction", "text": "AlertAction" }, "[]" ], "source": { "path": "x-pack/plugins/alerting/common/alert.ts", "lineNumber": 62 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-common.Alert.params", "type": "Uncategorized", "tags": [], "label": "params", "description": [], "signature": [ "Params" ], "source": { "path": "x-pack/plugins/alerting/common/alert.ts", "lineNumber": 63 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-common.Alert.scheduledTaskId", "type": "string", "tags": [], "label": "scheduledTaskId", "description": [], "signature": [ "string | undefined" ], "source": { "path": "x-pack/plugins/alerting/common/alert.ts", "lineNumber": 64 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-common.Alert.createdBy", "type": "CompoundType", "tags": [], "label": "createdBy", "description": [], "signature": [ "string | null" ], "source": { "path": "x-pack/plugins/alerting/common/alert.ts", "lineNumber": 65 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-common.Alert.updatedBy", "type": "CompoundType", "tags": [], "label": "updatedBy", "description": [], "signature": [ "string | null" ], "source": { "path": "x-pack/plugins/alerting/common/alert.ts", "lineNumber": 66 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-common.Alert.createdAt", "type": "Object", "tags": [], "label": "createdAt", "description": [], "signature": [ "Date" ], "source": { "path": "x-pack/plugins/alerting/common/alert.ts", "lineNumber": 67 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-common.Alert.updatedAt", "type": "Object", "tags": [], "label": "updatedAt", "description": [], "signature": [ "Date" ], "source": { "path": "x-pack/plugins/alerting/common/alert.ts", "lineNumber": 68 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-common.Alert.apiKey", "type": "CompoundType", "tags": [], "label": "apiKey", "description": [], "signature": [ "string | null" ], "source": { "path": "x-pack/plugins/alerting/common/alert.ts", "lineNumber": 69 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-common.Alert.apiKeyOwner", "type": "CompoundType", "tags": [], "label": "apiKeyOwner", "description": [], "signature": [ "string | null" ], "source": { "path": "x-pack/plugins/alerting/common/alert.ts", "lineNumber": 70 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-common.Alert.throttle", "type": "CompoundType", "tags": [], "label": "throttle", "description": [], "signature": [ "string | null" ], "source": { "path": "x-pack/plugins/alerting/common/alert.ts", "lineNumber": 71 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-common.Alert.notifyWhen", "type": "CompoundType", "tags": [], "label": "notifyWhen", "description": [], "signature": [ "\"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\" | null" ], "source": { "path": "x-pack/plugins/alerting/common/alert.ts", "lineNumber": 72 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-common.Alert.muteAll", "type": "boolean", "tags": [], "label": "muteAll", "description": [], "source": { "path": "x-pack/plugins/alerting/common/alert.ts", "lineNumber": 73 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-common.Alert.mutedInstanceIds", "type": "Array", "tags": [], "label": "mutedInstanceIds", "description": [], "signature": [ "string[]" ], "source": { "path": "x-pack/plugins/alerting/common/alert.ts", "lineNumber": 74 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-common.Alert.executionStatus", "type": "Object", "tags": [], "label": "executionStatus", "description": [], "signature": [ { "pluginId": "alerting", "scope": "common", "docId": "kibAlertingPluginApi", "section": "def-common.AlertExecutionStatus", "text": "AlertExecutionStatus" } ], "source": { "path": "x-pack/plugins/alerting/common/alert.ts", "lineNumber": 75 }, "deprecated": false } ], "initialIsOpen": false }, { "parentPluginId": "alerting", "id": "def-common.AlertAction", "type": "Interface", "tags": [], "label": "AlertAction", "description": [], "source": { "path": "x-pack/plugins/alerting/common/alert.ts", "lineNumber": 43 }, "deprecated": false, "children": [ { "parentPluginId": "alerting", "id": "def-common.AlertAction.group", "type": "string", "tags": [], "label": "group", "description": [], "source": { "path": "x-pack/plugins/alerting/common/alert.ts", "lineNumber": 44 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-common.AlertAction.id", "type": "string", "tags": [], "label": "id", "description": [], "source": { "path": "x-pack/plugins/alerting/common/alert.ts", "lineNumber": 45 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-common.AlertAction.actionTypeId", "type": "string", "tags": [], "label": "actionTypeId", "description": [], "source": { "path": "x-pack/plugins/alerting/common/alert.ts", "lineNumber": 46 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-common.AlertAction.params", "type": "Object", "tags": [], "label": "params", "description": [], "signature": [ "SavedObjectAttributes" ], "source": { "path": "x-pack/plugins/alerting/common/alert.ts", "lineNumber": 47 }, "deprecated": false } ], "initialIsOpen": false }, { "parentPluginId": "alerting", "id": "def-common.AlertAggregations", "type": "Interface", "tags": [], "label": "AlertAggregations", "description": [], "source": { "path": "x-pack/plugins/alerting/common/alert.ts", "lineNumber": 50 }, "deprecated": false, "children": [ { "parentPluginId": "alerting", "id": "def-common.AlertAggregations.alertExecutionStatus", "type": "Object", "tags": [], "label": "alertExecutionStatus", "description": [], "signature": [ "{ [status: string]: number; }" ], "source": { "path": "x-pack/plugins/alerting/common/alert.ts", "lineNumber": 51 }, "deprecated": false } ], "initialIsOpen": false }, { "parentPluginId": "alerting", "id": "def-common.AlertExecutionStatus", "type": "Interface", "tags": [], "label": "AlertExecutionStatus", "description": [], "source": { "path": "x-pack/plugins/alerting/common/alert.ts", "lineNumber": 31 }, "deprecated": false, "children": [ { "parentPluginId": "alerting", "id": "def-common.AlertExecutionStatus.status", "type": "CompoundType", "tags": [], "label": "status", "description": [], "signature": [ "\"unknown\" | \"error\" | \"pending\" | \"ok\" | \"active\"" ], "source": { "path": "x-pack/plugins/alerting/common/alert.ts", "lineNumber": 32 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-common.AlertExecutionStatus.lastExecutionDate", "type": "Object", "tags": [], "label": "lastExecutionDate", "description": [], "signature": [ "Date" ], "source": { "path": "x-pack/plugins/alerting/common/alert.ts", "lineNumber": 33 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-common.AlertExecutionStatus.error", "type": "Object", "tags": [], "label": "error", "description": [], "signature": [ "{ reason: ", { "pluginId": "alerting", "scope": "common", "docId": "kibAlertingPluginApi", "section": "def-common.AlertExecutionStatusErrorReasons", "text": "AlertExecutionStatusErrorReasons" }, "; message: string; } | undefined" ], "source": { "path": "x-pack/plugins/alerting/common/alert.ts", "lineNumber": 34 }, "deprecated": false } ], "initialIsOpen": false }, { "parentPluginId": "alerting", "id": "def-common.AlertingFrameworkHealth", "type": "Interface", "tags": [], "label": "AlertingFrameworkHealth", "description": [], "source": { "path": "x-pack/plugins/alerting/common/index.ts", "lineNumber": 21 }, "deprecated": false, "children": [ { "parentPluginId": "alerting", "id": "def-common.AlertingFrameworkHealth.isSufficientlySecure", "type": "boolean", "tags": [], "label": "isSufficientlySecure", "description": [], "source": { "path": "x-pack/plugins/alerting/common/index.ts", "lineNumber": 22 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-common.AlertingFrameworkHealth.hasPermanentEncryptionKey", "type": "boolean", "tags": [], "label": "hasPermanentEncryptionKey", "description": [], "source": { "path": "x-pack/plugins/alerting/common/index.ts", "lineNumber": 23 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-common.AlertingFrameworkHealth.alertingFrameworkHeath", "type": "Object", "tags": [], "label": "alertingFrameworkHeath", "description": [], "signature": [ { "pluginId": "alerting", "scope": "common", "docId": "kibAlertingPluginApi", "section": "def-common.AlertsHealth", "text": "AlertsHealth" } ], "source": { "path": "x-pack/plugins/alerting/common/index.ts", "lineNumber": 24 }, "deprecated": false } ], "initialIsOpen": false }, { "parentPluginId": "alerting", "id": "def-common.AlertInstanceStatus", "type": "Interface", "tags": [], "label": "AlertInstanceStatus", "description": [], "source": { "path": "x-pack/plugins/alerting/common/alert_instance_summary.ts", "lineNumber": 28 }, "deprecated": false, "children": [ { "parentPluginId": "alerting", "id": "def-common.AlertInstanceStatus.status", "type": "CompoundType", "tags": [], "label": "status", "description": [], "signature": [ "\"OK\" | \"Active\"" ], "source": { "path": "x-pack/plugins/alerting/common/alert_instance_summary.ts", "lineNumber": 29 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-common.AlertInstanceStatus.muted", "type": "boolean", "tags": [], "label": "muted", "description": [], "source": { "path": "x-pack/plugins/alerting/common/alert_instance_summary.ts", "lineNumber": 30 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-common.AlertInstanceStatus.actionGroupId", "type": "string", "tags": [], "label": "actionGroupId", "description": [], "signature": [ "string | undefined" ], "source": { "path": "x-pack/plugins/alerting/common/alert_instance_summary.ts", "lineNumber": 31 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-common.AlertInstanceStatus.actionSubgroup", "type": "string", "tags": [], "label": "actionSubgroup", "description": [], "signature": [ "string | undefined" ], "source": { "path": "x-pack/plugins/alerting/common/alert_instance_summary.ts", "lineNumber": 32 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-common.AlertInstanceStatus.activeStartDate", "type": "string", "tags": [], "label": "activeStartDate", "description": [], "signature": [ "string | undefined" ], "source": { "path": "x-pack/plugins/alerting/common/alert_instance_summary.ts", "lineNumber": 33 }, "deprecated": false } ], "initialIsOpen": false }, { "parentPluginId": "alerting", "id": "def-common.AlertInstanceSummary", "type": "Interface", "tags": [], "label": "AlertInstanceSummary", "description": [], "source": { "path": "x-pack/plugins/alerting/common/alert_instance_summary.ts", "lineNumber": 11 }, "deprecated": false, "children": [ { "parentPluginId": "alerting", "id": "def-common.AlertInstanceSummary.id", "type": "string", "tags": [], "label": "id", "description": [], "source": { "path": "x-pack/plugins/alerting/common/alert_instance_summary.ts", "lineNumber": 12 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-common.AlertInstanceSummary.name", "type": "string", "tags": [], "label": "name", "description": [], "source": { "path": "x-pack/plugins/alerting/common/alert_instance_summary.ts", "lineNumber": 13 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-common.AlertInstanceSummary.tags", "type": "Array", "tags": [], "label": "tags", "description": [], "signature": [ "string[]" ], "source": { "path": "x-pack/plugins/alerting/common/alert_instance_summary.ts", "lineNumber": 14 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-common.AlertInstanceSummary.alertTypeId", "type": "string", "tags": [], "label": "alertTypeId", "description": [], "source": { "path": "x-pack/plugins/alerting/common/alert_instance_summary.ts", "lineNumber": 15 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-common.AlertInstanceSummary.consumer", "type": "string", "tags": [], "label": "consumer", "description": [], "source": { "path": "x-pack/plugins/alerting/common/alert_instance_summary.ts", "lineNumber": 16 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-common.AlertInstanceSummary.muteAll", "type": "boolean", "tags": [], "label": "muteAll", "description": [], "source": { "path": "x-pack/plugins/alerting/common/alert_instance_summary.ts", "lineNumber": 17 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-common.AlertInstanceSummary.throttle", "type": "CompoundType", "tags": [], "label": "throttle", "description": [], "signature": [ "string | null" ], "source": { "path": "x-pack/plugins/alerting/common/alert_instance_summary.ts", "lineNumber": 18 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-common.AlertInstanceSummary.enabled", "type": "boolean", "tags": [], "label": "enabled", "description": [], "source": { "path": "x-pack/plugins/alerting/common/alert_instance_summary.ts", "lineNumber": 19 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-common.AlertInstanceSummary.statusStartDate", "type": "string", "tags": [], "label": "statusStartDate", "description": [], "source": { "path": "x-pack/plugins/alerting/common/alert_instance_summary.ts", "lineNumber": 20 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-common.AlertInstanceSummary.statusEndDate", "type": "string", "tags": [], "label": "statusEndDate", "description": [], "source": { "path": "x-pack/plugins/alerting/common/alert_instance_summary.ts", "lineNumber": 21 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-common.AlertInstanceSummary.status", "type": "CompoundType", "tags": [], "label": "status", "description": [], "signature": [ "\"OK\" | \"Active\" | \"Error\"" ], "source": { "path": "x-pack/plugins/alerting/common/alert_instance_summary.ts", "lineNumber": 22 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-common.AlertInstanceSummary.lastRun", "type": "string", "tags": [], "label": "lastRun", "description": [], "signature": [ "string | undefined" ], "source": { "path": "x-pack/plugins/alerting/common/alert_instance_summary.ts", "lineNumber": 23 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-common.AlertInstanceSummary.errorMessages", "type": "Array", "tags": [], "label": "errorMessages", "description": [], "signature": [ "{ date: string; message: string; }[]" ], "source": { "path": "x-pack/plugins/alerting/common/alert_instance_summary.ts", "lineNumber": 24 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-common.AlertInstanceSummary.instances", "type": "Object", "tags": [], "label": "instances", "description": [], "signature": [ "{ [x: string]: ", { "pluginId": "alerting", "scope": "common", "docId": "kibAlertingPluginApi", "section": "def-common.AlertInstanceStatus", "text": "AlertInstanceStatus" }, "; }" ], "source": { "path": "x-pack/plugins/alerting/common/alert_instance_summary.ts", "lineNumber": 25 }, "deprecated": false } ], "initialIsOpen": false }, { "parentPluginId": "alerting", "id": "def-common.AlertsHealth", "type": "Interface", "tags": [], "label": "AlertsHealth", "description": [], "source": { "path": "x-pack/plugins/alerting/common/alert.ts", "lineNumber": 106 }, "deprecated": false, "children": [ { "parentPluginId": "alerting", "id": "def-common.AlertsHealth.decryptionHealth", "type": "Object", "tags": [], "label": "decryptionHealth", "description": [], "signature": [ "{ status: ", { "pluginId": "alerting", "scope": "common", "docId": "kibAlertingPluginApi", "section": "def-common.HealthStatus", "text": "HealthStatus" }, "; timestamp: string; }" ], "source": { "path": "x-pack/plugins/alerting/common/alert.ts", "lineNumber": 107 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-common.AlertsHealth.executionHealth", "type": "Object", "tags": [], "label": "executionHealth", "description": [], "signature": [ "{ status: ", { "pluginId": "alerting", "scope": "common", "docId": "kibAlertingPluginApi", "section": "def-common.HealthStatus", "text": "HealthStatus" }, "; timestamp: string; }" ], "source": { "path": "x-pack/plugins/alerting/common/alert.ts", "lineNumber": 111 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-common.AlertsHealth.readHealth", "type": "Object", "tags": [], "label": "readHealth", "description": [], "signature": [ "{ status: ", { "pluginId": "alerting", "scope": "common", "docId": "kibAlertingPluginApi", "section": "def-common.HealthStatus", "text": "HealthStatus" }, "; timestamp: string; }" ], "source": { "path": "x-pack/plugins/alerting/common/alert.ts", "lineNumber": 115 }, "deprecated": false } ], "initialIsOpen": false }, { "parentPluginId": "alerting", "id": "def-common.AlertStateNavigation", "type": "Interface", "tags": [], "label": "AlertStateNavigation", "description": [], "source": { "path": "x-pack/plugins/alerting/common/alert_navigation.ts", "lineNumber": 13 }, "deprecated": false, "children": [ { "parentPluginId": "alerting", "id": "def-common.AlertStateNavigation.state", "type": "Object", "tags": [], "label": "state", "description": [], "signature": [ { "pluginId": "kibanaUtils", "scope": "common", "docId": "kibKibanaUtilsPluginApi", "section": "def-common.JsonObject", "text": "JsonObject" } ], "source": { "path": "x-pack/plugins/alerting/common/alert_navigation.ts", "lineNumber": 14 }, "deprecated": false } ], "initialIsOpen": false }, { "parentPluginId": "alerting", "id": "def-common.AlertType", "type": "Interface", "tags": [], "label": "AlertType", "description": [], "signature": [ { "pluginId": "alerting", "scope": "common", "docId": "kibAlertingPluginApi", "section": "def-common.AlertType", "text": "AlertType" }, "" ], "source": { "path": "x-pack/plugins/alerting/common/alert_type.ts", "lineNumber": 11 }, "deprecated": false, "children": [ { "parentPluginId": "alerting", "id": "def-common.AlertType.id", "type": "string", "tags": [], "label": "id", "description": [], "source": { "path": "x-pack/plugins/alerting/common/alert_type.ts", "lineNumber": 15 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-common.AlertType.name", "type": "string", "tags": [], "label": "name", "description": [], "source": { "path": "x-pack/plugins/alerting/common/alert_type.ts", "lineNumber": 16 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-common.AlertType.actionGroups", "type": "Array", "tags": [], "label": "actionGroups", "description": [], "signature": [ { "pluginId": "alerting", "scope": "common", "docId": "kibAlertingPluginApi", "section": "def-common.ActionGroup", "text": "ActionGroup" }, "[]" ], "source": { "path": "x-pack/plugins/alerting/common/alert_type.ts", "lineNumber": 17 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-common.AlertType.recoveryActionGroup", "type": "Object", "tags": [], "label": "recoveryActionGroup", "description": [], "signature": [ { "pluginId": "alerting", "scope": "common", "docId": "kibAlertingPluginApi", "section": "def-common.ActionGroup", "text": "ActionGroup" }, "" ], "source": { "path": "x-pack/plugins/alerting/common/alert_type.ts", "lineNumber": 18 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-common.AlertType.actionVariables", "type": "Array", "tags": [], "label": "actionVariables", "description": [], "signature": [ "string[]" ], "source": { "path": "x-pack/plugins/alerting/common/alert_type.ts", "lineNumber": 19 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-common.AlertType.defaultActionGroupId", "type": "Uncategorized", "tags": [], "label": "defaultActionGroupId", "description": [], "signature": [ "ActionGroupIds" ], "source": { "path": "x-pack/plugins/alerting/common/alert_type.ts", "lineNumber": 20 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-common.AlertType.producer", "type": "string", "tags": [], "label": "producer", "description": [], "source": { "path": "x-pack/plugins/alerting/common/alert_type.ts", "lineNumber": 21 }, "deprecated": false }, { "parentPluginId": "alerting", "id": "def-common.AlertType.minimumLicenseRequired", "type": "CompoundType", "tags": [], "label": "minimumLicenseRequired", "description": [], "signature": [ "\"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\"" ], "source": { "path": "x-pack/plugins/alerting/common/alert_type.ts", "lineNumber": 22 }, "deprecated": false } ], "initialIsOpen": false }, { "parentPluginId": "alerting", "id": "def-common.AlertUrlNavigation", "type": "Interface", "tags": [], "label": "AlertUrlNavigation", "description": [], "source": { "path": "x-pack/plugins/alerting/common/alert_navigation.ts", "lineNumber": 10 }, "deprecated": false, "children": [ { "parentPluginId": "alerting", "id": "def-common.AlertUrlNavigation.path", "type": "string", "tags": [], "label": "path", "description": [], "source": { "path": "x-pack/plugins/alerting/common/alert_navigation.ts", "lineNumber": 11 }, "deprecated": false } ], "initialIsOpen": false }, { "parentPluginId": "alerting", "id": "def-common.IntervalSchedule", "type": "Interface", "tags": [], "label": "IntervalSchedule", "description": [], "signature": [ { "pluginId": "alerting", "scope": "common", "docId": "kibAlertingPluginApi", "section": "def-common.IntervalSchedule", "text": "IntervalSchedule" }, " extends ", "SavedObjectAttributes" ], "source": { "path": "x-pack/plugins/alerting/common/alert.ts", "lineNumber": 14 }, "deprecated": false, "children": [ { "parentPluginId": "alerting", "id": "def-common.IntervalSchedule.interval", "type": "string", "tags": [], "label": "interval", "description": [], "source": { "path": "x-pack/plugins/alerting/common/alert.ts", "lineNumber": 15 }, "deprecated": false } ], "initialIsOpen": false } ], "enums": [ { "parentPluginId": "alerting", "id": "def-common.AlertExecutionStatusErrorReasons", "type": "Enum", "tags": [], "label": "AlertExecutionStatusErrorReasons", "description": [], "source": { "path": "x-pack/plugins/alerting/common/alert.ts", "lineNumber": 23 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "alerting", "id": "def-common.HealthStatus", "type": "Enum", "tags": [], "label": "HealthStatus", "description": [], "source": { "path": "x-pack/plugins/alerting/common/alert.ts", "lineNumber": 100 }, "deprecated": false, "initialIsOpen": false } ], "misc": [ { "parentPluginId": "alerting", "id": "def-common.ActionGroupIdsOf", "type": "Type", "tags": [], "label": "ActionGroupIdsOf", "description": [], "signature": [ "T extends ", { "pluginId": "alerting", "scope": "common", "docId": "kibAlertingPluginApi", "section": "def-common.ActionGroup", "text": "ActionGroup" }, " ? groups : T extends Readonly<", { "pluginId": "alerting", "scope": "common", "docId": "kibAlertingPluginApi", "section": "def-common.ActionGroup", "text": "ActionGroup" }, "> ? groups : never" ], "source": { "path": "x-pack/plugins/alerting/common/alert_type.ts", "lineNumber": 30 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "alerting", "id": "def-common.AlertActionParam", "type": "Type", "tags": [], "label": "AlertActionParam", "description": [], "signature": [ "string | number | boolean | ", "SavedObjectAttributes", " | ", "SavedObjectAttributeSingle", "[] | null | undefined" ], "source": { "path": "x-pack/plugins/alerting/common/alert.ts", "lineNumber": 41 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "alerting", "id": "def-common.AlertActionParams", "type": "Type", "tags": [], "label": "AlertActionParams", "description": [], "signature": [ "SavedObjectAttributes" ], "source": { "path": "x-pack/plugins/alerting/common/alert.ts", "lineNumber": 40 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "alerting", "id": "def-common.AlertExecutionStatuses", "type": "Type", "tags": [], "label": "AlertExecutionStatuses", "description": [], "signature": [ "\"unknown\" | \"error\" | \"pending\" | \"ok\" | \"active\"" ], "source": { "path": "x-pack/plugins/alerting/common/alert.ts", "lineNumber": 21 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "alerting", "id": "def-common.AlertInstanceContext", "type": "Type", "tags": [], "label": "AlertInstanceContext", "description": [], "signature": [ "{ [x: string]: unknown; }" ], "source": { "path": "x-pack/plugins/alerting/common/alert_instance.ts", "lineNumber": 28 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "alerting", "id": "def-common.AlertInstanceMeta", "type": "Type", "tags": [], "label": "AlertInstanceMeta", "description": [], "signature": [ "{ lastScheduledActions?: ({ subgroup?: string | undefined; } & { group: string; date: Date; }) | undefined; }" ], "source": { "path": "x-pack/plugins/alerting/common/alert_instance.ts", "lineNumber": 22 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "alerting", "id": "def-common.AlertInstanceState", "type": "Type", "tags": [], "label": "AlertInstanceState", "description": [], "signature": [ "{ [x: string]: unknown; }" ], "source": { "path": "x-pack/plugins/alerting/common/alert_instance.ts", "lineNumber": 25 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "alerting", "id": "def-common.AlertInstanceStatusValues", "type": "Type", "tags": [], "label": "AlertInstanceStatusValues", "description": [], "signature": [ "\"OK\" | \"Active\"" ], "source": { "path": "x-pack/plugins/alerting/common/alert_instance_summary.ts", "lineNumber": 9 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "alerting", "id": "def-common.AlertNavigation", "type": "Type", "tags": [], "label": "AlertNavigation", "description": [], "signature": [ { "pluginId": "alerting", "scope": "common", "docId": "kibAlertingPluginApi", "section": "def-common.AlertUrlNavigation", "text": "AlertUrlNavigation" }, " | ", { "pluginId": "alerting", "scope": "common", "docId": "kibAlertingPluginApi", "section": "def-common.AlertStateNavigation", "text": "AlertStateNavigation" } ], "source": { "path": "x-pack/plugins/alerting/common/alert_navigation.ts", "lineNumber": 16 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "alerting", "id": "def-common.AlertNotifyWhenType", "type": "Type", "tags": [], "label": "AlertNotifyWhenType", "description": [], "signature": [ "\"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"" ], "source": { "path": "x-pack/plugins/alerting/common/alert_notify_when_type.ts", "lineNumber": 13 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "alerting", "id": "def-common.ALERTS_FEATURE_ID", "type": "string", "tags": [], "label": "ALERTS_FEATURE_ID", "description": [], "signature": [ "\"alerts\"" ], "source": { "path": "x-pack/plugins/alerting/common/index.ts", "lineNumber": 30 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "alerting", "id": "def-common.AlertStatusValues", "type": "Type", "tags": [], "label": "AlertStatusValues", "description": [], "signature": [ "\"OK\" | \"Active\" | \"Error\"" ], "source": { "path": "x-pack/plugins/alerting/common/alert_instance_summary.ts", "lineNumber": 8 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "alerting", "id": "def-common.AlertTaskParams", "type": "Type", "tags": [], "label": "AlertTaskParams", "description": [], "signature": [ "{ alertId: string; } & { spaceId?: string | undefined; }" ], "source": { "path": "x-pack/plugins/alerting/common/alert_task_instance.ts", "lineNumber": 28 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "alerting", "id": "def-common.AlertTaskState", "type": "Type", "tags": [], "label": "AlertTaskState", "description": [], "signature": [ "{ 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; }" ], "source": { "path": "x-pack/plugins/alerting/common/alert_task_instance.ts", "lineNumber": 18 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "alerting", "id": "def-common.AlertTypeParams", "type": "Type", "tags": [], "label": "AlertTypeParams", "description": [], "signature": [ "{ [x: string]: unknown; }" ], "source": { "path": "x-pack/plugins/alerting/common/alert.ts", "lineNumber": 12 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "alerting", "id": "def-common.AlertTypeState", "type": "Type", "tags": [], "label": "AlertTypeState", "description": [], "signature": [ "{ [x: string]: unknown; }" ], "source": { "path": "x-pack/plugins/alerting/common/alert.ts", "lineNumber": 11 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "alerting", "id": "def-common.BASE_ALERTING_API_PATH", "type": "string", "tags": [], "label": "BASE_ALERTING_API_PATH", "description": [], "signature": [ "\"/api/alerting\"" ], "source": { "path": "x-pack/plugins/alerting/common/index.ts", "lineNumber": 28 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "alerting", "id": "def-common.DefaultActionGroupId", "type": "Type", "tags": [], "label": "DefaultActionGroupId", "description": [], "signature": [ "\"default\"" ], "source": { "path": "x-pack/plugins/alerting/common/builtin_action_groups.ts", "lineNumber": 11 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "alerting", "id": "def-common.INTERNAL_BASE_ALERTING_API_PATH", "type": "string", "tags": [], "label": "INTERNAL_BASE_ALERTING_API_PATH", "description": [], "signature": [ "\"/internal/alerting\"" ], "source": { "path": "x-pack/plugins/alerting/common/index.ts", "lineNumber": 29 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "alerting", "id": "def-common.LEGACY_BASE_ALERT_API_PATH", "type": "string", "tags": [], "label": "LEGACY_BASE_ALERT_API_PATH", "description": [], "signature": [ "\"/api/alerts\"" ], "source": { "path": "x-pack/plugins/alerting/common/index.ts", "lineNumber": 27 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "alerting", "id": "def-common.RawAlertInstance", "type": "Type", "tags": [], "label": "RawAlertInstance", "description": [], "signature": [ "{ state?: { [x: string]: unknown; } | undefined; meta?: { lastScheduledActions?: ({ subgroup?: string | undefined; } & { group: string; date: Date; }) | undefined; } | undefined; }" ], "source": { "path": "x-pack/plugins/alerting/common/alert_instance.ts", "lineNumber": 34 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "alerting", "id": "def-common.RecoveredActionGroupId", "type": "Type", "tags": [], "label": "RecoveredActionGroupId", "description": [], "signature": [ "\"recovered\"" ], "source": { "path": "x-pack/plugins/alerting/common/builtin_action_groups.ts", "lineNumber": 13 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "alerting", "id": "def-common.ReservedActionGroups", "type": "Type", "tags": [], "label": "ReservedActionGroups", "description": [], "signature": [ "\"recovered\" | RecoveryActionGroupId" ], "source": { "path": "x-pack/plugins/alerting/common/builtin_action_groups.ts", "lineNumber": 21 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "alerting", "id": "def-common.SanitizedAlert", "type": "Type", "tags": [], "label": "SanitizedAlert", "description": [], "signature": [ "{ enabled: boolean; id: string; name: string; params: Params; actions: ", { "pluginId": "alerting", "scope": "common", "docId": "kibAlertingPluginApi", "section": "def-common.AlertAction", "text": "AlertAction" }, "[]; tags: string[]; alertTypeId: string; consumer: string; schedule: ", { "pluginId": "alerting", "scope": "common", "docId": "kibAlertingPluginApi", "section": "def-common.IntervalSchedule", "text": "IntervalSchedule" }, "; scheduledTaskId?: string | undefined; createdBy: string | null; updatedBy: string | null; createdAt: Date; updatedAt: Date; apiKeyOwner: string | null; throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\" | null; muteAll: boolean; mutedInstanceIds: string[]; executionStatus: ", { "pluginId": "alerting", "scope": "common", "docId": "kibAlertingPluginApi", "section": "def-common.AlertExecutionStatus", "text": "AlertExecutionStatus" }, "; }" ], "source": { "path": "x-pack/plugins/alerting/common/alert.ts", "lineNumber": 78 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "alerting", "id": "def-common.SanitizedRuleConfig", "type": "Type", "tags": [], "label": "SanitizedRuleConfig", "description": [], "signature": [ "Pick, \"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", "lineNumber": 80 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "alerting", "id": "def-common.WithoutReservedActionGroups", "type": "Type", "tags": [], "label": "WithoutReservedActionGroups", "description": [], "signature": [ "ActionGroupIds extends ", { "pluginId": "alerting", "scope": "common", "docId": "kibAlertingPluginApi", "section": "def-common.ReservedActionGroups", "text": "ReservedActionGroups" }, " ? never : ActionGroupIds" ], "source": { "path": "x-pack/plugins/alerting/common/builtin_action_groups.ts", "lineNumber": 25 }, "deprecated": false, "initialIsOpen": false } ], "objects": [ { "parentPluginId": "alerting", "id": "def-common.AlertExecutionStatusValues", "type": "Object", "tags": [], "label": "AlertExecutionStatusValues", "description": [], "signature": [ "readonly [\"ok\", \"active\", \"error\", \"pending\", \"unknown\"]" ], "source": { "path": "x-pack/plugins/alerting/common/alert.ts", "lineNumber": 20 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "alerting", "id": "def-common.alertParamsSchema", "type": "Object", "tags": [], "label": "alertParamsSchema", "description": [], "signature": [ "IntersectionC", "<[", "TypeC", "<{ alertId: ", "StringC", "; }>, ", "PartialC", "<{ spaceId: ", "StringC", "; }>]>" ], "source": { "path": "x-pack/plugins/alerting/common/alert_task_instance.ts", "lineNumber": 20 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "alerting", "id": "def-common.alertStateSchema", "type": "Object", "tags": [], "label": "alertStateSchema", "description": [], "signature": [ "PartialC", "<{ alertTypeState: ", "RecordC", "<", "StringC", ", ", "UnknownC", ">; alertInstances: ", "RecordC", "<", "StringC", ", ", "PartialC", "<{ state: ", "RecordC", "<", "StringC", ", ", "UnknownC", ">; meta: ", "PartialC", "<{ lastScheduledActions: ", "IntersectionC", "<[", "PartialC", "<{ subgroup: ", "StringC", "; }>, ", "TypeC", "<{ group: ", "StringC", "; date: ", "Type", "; }>]>; }>; }>>; previousStartedAt: ", "UnionC", "<[", "NullC", ", ", "Type", "]>; }>" ], "source": { "path": "x-pack/plugins/alerting/common/alert_task_instance.ts", "lineNumber": 12 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "alerting", "id": "def-common.DisabledActionTypeIdsForActionGroup", "type": "Object", "tags": [], "label": "DisabledActionTypeIdsForActionGroup", "description": [], "signature": [ "Map" ], "source": { "path": "x-pack/plugins/alerting/common/disabled_action_groups.ts", "lineNumber": 14 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "alerting", "id": "def-common.rawAlertInstance", "type": "Object", "tags": [], "label": "rawAlertInstance", "description": [], "signature": [ "PartialC", "<{ state: ", "RecordC", "<", "StringC", ", ", "UnknownC", ">; meta: ", "PartialC", "<{ lastScheduledActions: ", "IntersectionC", "<[", "PartialC", "<{ subgroup: ", "StringC", "; }>, ", "TypeC", "<{ group: ", "StringC", "; date: ", "Type", "; }>]>; }>; }>" ], "source": { "path": "x-pack/plugins/alerting/common/alert_instance.ts", "lineNumber": 30 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "alerting", "id": "def-common.RecoveredActionGroup", "type": "Object", "tags": [], "label": "RecoveredActionGroup", "description": [], "signature": [ "{ readonly id: \"recovered\"; readonly name: string; }" ], "source": { "path": "x-pack/plugins/alerting/common/builtin_action_groups.ts", "lineNumber": 14 }, "deprecated": false, "initialIsOpen": false } ] } }