kibana/api_docs/triggers_actions_ui.devdocs.json

9953 lines
No EOL
355 KiB
JSON

{
"id": "triggersActionsUi",
"client": {
"classes": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.Plugin",
"type": "Class",
"tags": [],
"label": "Plugin",
"description": [],
"signature": [
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.Plugin",
"text": "Plugin"
},
" implements ",
{
"pluginId": "@kbn/core-plugins-browser",
"scope": "common",
"docId": "kibKbnCorePluginsBrowserPluginApi",
"section": "def-common.Plugin",
"text": "Plugin"
},
"<",
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.TriggersAndActionsUIPublicPluginSetup",
"text": "TriggersAndActionsUIPublicPluginSetup"
},
", ",
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.TriggersAndActionsUIPublicPluginStart",
"text": "TriggersAndActionsUIPublicPluginStart"
},
", PluginsSetup, PluginsStart>"
],
"path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.Plugin.experimentalFeatures",
"type": "Object",
"tags": [],
"label": "experimentalFeatures",
"description": [],
"signature": [
"{ readonly rulesListDatagrid: boolean; readonly internalAlertsTable: boolean; readonly ruleTagFilter: boolean; readonly ruleStatusFilter: boolean; readonly rulesDetailLogs: boolean; readonly ruleUseExecutionStatus: boolean; readonly ruleKqlBar: boolean; }"
],
"path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.Plugin.Unnamed",
"type": "Function",
"tags": [],
"label": "Constructor",
"description": [],
"signature": [
"any"
],
"path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.Plugin.Unnamed.$1",
"type": "Object",
"tags": [],
"label": "ctx",
"description": [],
"signature": [
{
"pluginId": "@kbn/core-plugins-browser",
"scope": "common",
"docId": "kibKbnCorePluginsBrowserPluginApi",
"section": "def-common.PluginInitializerContext",
"text": "PluginInitializerContext"
},
"<object>"
],
"path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.Plugin.setup",
"type": "Function",
"tags": [],
"label": "setup",
"description": [],
"signature": [
"(core: ",
{
"pluginId": "@kbn/core-lifecycle-browser",
"scope": "common",
"docId": "kibKbnCoreLifecycleBrowserPluginApi",
"section": "def-common.CoreSetup",
"text": "CoreSetup"
},
"<object, unknown>, plugins: PluginsSetup) => ",
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.TriggersAndActionsUIPublicPluginSetup",
"text": "TriggersAndActionsUIPublicPluginSetup"
}
],
"path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.Plugin.setup.$1",
"type": "Object",
"tags": [],
"label": "core",
"description": [],
"signature": [
{
"pluginId": "@kbn/core-lifecycle-browser",
"scope": "common",
"docId": "kibKbnCoreLifecycleBrowserPluginApi",
"section": "def-common.CoreSetup",
"text": "CoreSetup"
},
"<object, unknown>"
],
"path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.Plugin.setup.$2",
"type": "Object",
"tags": [],
"label": "plugins",
"description": [],
"signature": [
"PluginsSetup"
],
"path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.Plugin.start",
"type": "Function",
"tags": [],
"label": "start",
"description": [],
"signature": [
"() => ",
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.TriggersAndActionsUIPublicPluginStart",
"text": "TriggersAndActionsUIPublicPluginStart"
}
],
"path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.Plugin.stop",
"type": "Function",
"tags": [],
"label": "stop",
"description": [],
"signature": [
"() => void"
],
"path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
}
],
"initialIsOpen": false
}
],
"functions": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ActionForm",
"type": "Function",
"tags": [],
"label": "ActionForm",
"description": [],
"signature": [
"(props: ",
"ActionAccordionFormProps",
") => JSX.Element"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/index.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ActionForm.$1",
"type": "Uncategorized",
"tags": [],
"label": "props",
"description": [],
"signature": [
"T"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/lib/suspended_component_with_props.tsx",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.AlertConditions",
"type": "Function",
"tags": [],
"label": "AlertConditions",
"description": [],
"signature": [
"React.ExoticComponent<",
"RuleConditionsProps",
"<unknown, string> & { children?: React.ReactNode; }> & { readonly _result: <ConditionProps extends unknown, ActionGroupIds extends string>({ headline, actionGroups, onInitializeConditionsFor, onResetConditionsFor, includeBuiltInActionGroups, children, }: React.PropsWithChildren<",
"RuleConditionsProps",
"<ConditionProps, ActionGroupIds>>) => JSX.Element; }"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/sections/index.tsx",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.AlertConditions.$1",
"type": "Uncategorized",
"tags": [],
"label": "props",
"description": [],
"signature": [
"P"
],
"path": "node_modules/@types/react/index.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.AlertConditionsGroup",
"type": "Function",
"tags": [],
"label": "AlertConditionsGroup",
"description": [],
"signature": [
"React.ExoticComponent<{ actionGroup?: ",
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.ActionGroupWithCondition",
"text": "ActionGroupWithCondition"
},
"<unknown, string> | undefined; } & Pick<",
"RuleConditionsProps",
"<unknown, string>, \"onResetConditionsFor\"> & { children?: React.ReactNode; }> & { readonly _result: <ConditionProps extends unknown>({ actionGroup, onResetConditionsFor, children, ...otherProps }: React.PropsWithChildren<",
"RuleConditionsGroupProps",
"<ConditionProps>>) => JSX.Element | null; }"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/sections/index.tsx",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.AlertConditionsGroup.$1",
"type": "Uncategorized",
"tags": [],
"label": "props",
"description": [],
"signature": [
"P"
],
"path": "node_modules/@types/react/index.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.bulkDeleteRules",
"type": "Function",
"tags": [],
"label": "bulkDeleteRules",
"description": [],
"signature": [
"({ filter, ids, http, }: ",
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.BulkOperationAttributes",
"text": "BulkOperationAttributes"
},
") => Promise<",
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.BulkOperationResponse",
"text": "BulkOperationResponse"
},
">"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/bulk_delete.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.bulkDeleteRules.$1",
"type": "CompoundType",
"tags": [],
"label": "{\n filter,\n ids,\n http,\n}",
"description": [],
"signature": [
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.BulkOperationAttributes",
"text": "BulkOperationAttributes"
}
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/bulk_delete.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.CreateConnectorFlyout",
"type": "Function",
"tags": [],
"label": "CreateConnectorFlyout",
"description": [],
"signature": [
"(props: ",
"CreateConnectorFlyoutProps",
") => JSX.Element"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/index.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.CreateConnectorFlyout.$1",
"type": "Uncategorized",
"tags": [],
"label": "props",
"description": [],
"signature": [
"T"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/lib/suspended_component_with_props.tsx",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.EditConnectorFlyout",
"type": "Function",
"tags": [],
"label": "EditConnectorFlyout",
"description": [],
"signature": [
"(props: ",
"EditConnectorFlyoutProps",
") => JSX.Element"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/index.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.EditConnectorFlyout.$1",
"type": "Uncategorized",
"tags": [],
"label": "props",
"description": [],
"signature": [
"T"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/lib/suspended_component_with_props.tsx",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.executeAction",
"type": "Function",
"tags": [],
"label": "executeAction",
"description": [],
"signature": [
"({\n id,\n params,\n http,\n signal,\n}: { id: string; http: ",
{
"pluginId": "@kbn/core-http-browser",
"scope": "common",
"docId": "kibKbnCoreHttpBrowserPluginApi",
"section": "def-common.HttpSetup",
"text": "HttpSetup"
},
"; params: Record<string, unknown>; signal?: AbortSignal | undefined; }) => Promise<",
{
"pluginId": "actions",
"scope": "common",
"docId": "kibActionsPluginApi",
"section": "def-common.ActionTypeExecutorResult",
"text": "ActionTypeExecutorResult"
},
"<R>>"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/lib/action_connector_api/execute.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.executeAction.$1",
"type": "Object",
"tags": [],
"label": "{\n id,\n params,\n http,\n signal,\n}",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/application/lib/action_connector_api/execute.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.executeAction.$1.id",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/application/lib/action_connector_api/execute.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.executeAction.$1.http",
"type": "Object",
"tags": [],
"label": "http",
"description": [],
"signature": [
{
"pluginId": "@kbn/core-http-browser",
"scope": "common",
"docId": "kibKbnCoreHttpBrowserPluginApi",
"section": "def-common.HttpSetup",
"text": "HttpSetup"
}
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/lib/action_connector_api/execute.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.executeAction.$1.params",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"{ [x: string]: unknown; }"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/lib/action_connector_api/execute.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.executeAction.$1.signal",
"type": "Object",
"tags": [],
"label": "signal",
"description": [],
"signature": [
"AbortSignal | undefined"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/lib/action_connector_api/execute.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ForLastExpression",
"type": "Function",
"tags": [],
"label": "ForLastExpression",
"description": [],
"signature": [
"(props: ",
"ForLastExpressionProps",
") => JSX.Element"
],
"path": "x-pack/plugins/triggers_actions_ui/public/common/expression_items/index.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ForLastExpression.$1",
"type": "Uncategorized",
"tags": [],
"label": "props",
"description": [],
"signature": [
"T"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/lib/suspended_component_with_props.tsx",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.getCategory",
"type": "Function",
"tags": [],
"label": "getCategory",
"description": [],
"signature": [
"(fieldName: string) => string"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/helpers.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.getCategory.$1",
"type": "string",
"tags": [],
"label": "fieldName",
"description": [],
"signature": [
"string"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/helpers.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.getFields",
"type": "Function",
"tags": [],
"label": "getFields",
"description": [],
"signature": [
"(http: ",
{
"pluginId": "@kbn/core-http-browser",
"scope": "common",
"docId": "kibKbnCoreHttpBrowserPluginApi",
"section": "def-common.HttpSetup",
"text": "HttpSetup"
},
", indexes: string[]) => Promise<",
"FieldOption",
"[]>"
],
"path": "x-pack/plugins/triggers_actions_ui/public/common/index_controls/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.getFields.$1",
"type": "Object",
"tags": [],
"label": "http",
"description": [],
"signature": [
{
"pluginId": "@kbn/core-http-browser",
"scope": "common",
"docId": "kibKbnCoreHttpBrowserPluginApi",
"section": "def-common.HttpSetup",
"text": "HttpSetup"
}
],
"path": "x-pack/plugins/triggers_actions_ui/public/common/index_controls/index.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.getFields.$2",
"type": "Array",
"tags": [],
"label": "indexes",
"description": [],
"signature": [
"string[]"
],
"path": "x-pack/plugins/triggers_actions_ui/public/common/index_controls/index.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.getIndexOptions",
"type": "Function",
"tags": [],
"label": "getIndexOptions",
"description": [],
"signature": [
"(http: ",
{
"pluginId": "@kbn/core-http-browser",
"scope": "common",
"docId": "kibKbnCoreHttpBrowserPluginApi",
"section": "def-common.HttpSetup",
"text": "HttpSetup"
},
", pattern: string) => Promise<",
"IOption",
"[]>"
],
"path": "x-pack/plugins/triggers_actions_ui/public/common/index_controls/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.getIndexOptions.$1",
"type": "Object",
"tags": [],
"label": "http",
"description": [],
"signature": [
{
"pluginId": "@kbn/core-http-browser",
"scope": "common",
"docId": "kibKbnCoreHttpBrowserPluginApi",
"section": "def-common.HttpSetup",
"text": "HttpSetup"
}
],
"path": "x-pack/plugins/triggers_actions_ui/public/common/index_controls/index.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.getIndexOptions.$2",
"type": "string",
"tags": [],
"label": "pattern",
"description": [],
"signature": [
"string"
],
"path": "x-pack/plugins/triggers_actions_ui/public/common/index_controls/index.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.getNotifyWhenOptions",
"type": "Function",
"tags": [],
"label": "getNotifyWhenOptions",
"description": [],
"signature": [
"() => Promise<",
"EuiSuperSelectOption",
"<\"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\">[]>"
],
"path": "x-pack/plugins/triggers_actions_ui/public/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.getTimeFieldOptions",
"type": "Function",
"tags": [],
"label": "getTimeFieldOptions",
"description": [],
"signature": [
"(fields: { type: string; name: string; }[]) => TimeFieldOptions[]"
],
"path": "x-pack/plugins/triggers_actions_ui/public/common/lib/get_time_options.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.getTimeFieldOptions.$1",
"type": "Array",
"tags": [],
"label": "fields",
"description": [],
"signature": [
"{ type: string; name: string; }[]"
],
"path": "x-pack/plugins/triggers_actions_ui/public/common/lib/get_time_options.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.getTimeOptions",
"type": "Function",
"tags": [],
"label": "getTimeOptions",
"description": [],
"signature": [
"(unitSize: number) => { text: string; value: ",
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.TIME_UNITS",
"text": "TIME_UNITS"
},
"; }[]"
],
"path": "x-pack/plugins/triggers_actions_ui/public/common/lib/get_time_options.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.getTimeOptions.$1",
"type": "number",
"tags": [],
"label": "unitSize",
"description": [],
"signature": [
"number"
],
"path": "x-pack/plugins/triggers_actions_ui/public/common/lib/get_time_options.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.getTimeUnitLabel",
"type": "Function",
"tags": [],
"label": "getTimeUnitLabel",
"description": [],
"signature": [
"(timeUnit: ",
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.TIME_UNITS",
"text": "TIME_UNITS"
},
", timeValue: string) => string"
],
"path": "x-pack/plugins/triggers_actions_ui/public/common/lib/get_time_unit_label.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.getTimeUnitLabel.$1",
"type": "Enum",
"tags": [],
"label": "timeUnit",
"description": [],
"signature": [
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.TIME_UNITS",
"text": "TIME_UNITS"
}
],
"path": "x-pack/plugins/triggers_actions_ui/public/common/lib/get_time_unit_label.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.getTimeUnitLabel.$2",
"type": "string",
"tags": [],
"label": "timeValue",
"description": [],
"signature": [
"string"
],
"path": "x-pack/plugins/triggers_actions_ui/public/common/lib/get_time_unit_label.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.GroupByExpression",
"type": "Function",
"tags": [],
"label": "GroupByExpression",
"description": [],
"signature": [
"(props: ",
"GroupByExpressionProps",
") => JSX.Element"
],
"path": "x-pack/plugins/triggers_actions_ui/public/common/expression_items/index.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.GroupByExpression.$1",
"type": "Uncategorized",
"tags": [],
"label": "props",
"description": [],
"signature": [
"T"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/lib/suspended_component_with_props.tsx",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.hasMustacheTokens",
"type": "Function",
"tags": [],
"label": "hasMustacheTokens",
"description": [],
"signature": [
"(str: string) => boolean"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/lib/has_mustache_tokens.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.hasMustacheTokens.$1",
"type": "string",
"tags": [],
"label": "str",
"description": [],
"signature": [
"string"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/lib/has_mustache_tokens.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.JsonEditorWithMessageVariables",
"type": "Function",
"tags": [],
"label": "JsonEditorWithMessageVariables",
"description": [],
"signature": [
"({ buttonTitle, messageVariables, paramsProperty, inputTargetValue, label, errors, areaLabel, onDocumentsChange, helpText, onBlur, showButtonTitle, euiCodeEditorProps, }: React.PropsWithChildren<Props>) => JSX.Element"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/components/json_editor_with_message_variables.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.JsonEditorWithMessageVariables.$1",
"type": "CompoundType",
"tags": [],
"label": "{\n buttonTitle,\n messageVariables,\n paramsProperty,\n inputTargetValue,\n label,\n errors,\n areaLabel,\n onDocumentsChange,\n helpText,\n onBlur,\n showButtonTitle,\n euiCodeEditorProps = {},\n}",
"description": [],
"signature": [
"React.PropsWithChildren<Props>"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/components/json_editor_with_message_variables.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.JsonFieldWrapper",
"type": "Function",
"tags": [],
"label": "JsonFieldWrapper",
"description": [],
"signature": [
"({ field, ...rest }: Props) => JSX.Element"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/components/json_field_wrapper.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.JsonFieldWrapper.$1",
"type": "Object",
"tags": [],
"label": "{ field, ...rest }",
"description": [],
"signature": [
"Props"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/components/json_field_wrapper.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.loadActionTypes",
"type": "Function",
"tags": [],
"label": "loadActionTypes",
"description": [],
"signature": [
"({\n http,\n featureId,\n}: { http: ",
{
"pluginId": "@kbn/core-http-browser",
"scope": "common",
"docId": "kibKbnCoreHttpBrowserPluginApi",
"section": "def-common.HttpSetup",
"text": "HttpSetup"
},
"; featureId?: string | undefined; }) => Promise<",
{
"pluginId": "actions",
"scope": "common",
"docId": "kibActionsPluginApi",
"section": "def-common.ActionType",
"text": "ActionType"
},
"[]>"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/lib/action_connector_api/connector_types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.loadActionTypes.$1",
"type": "Object",
"tags": [],
"label": "{\n http,\n featureId,\n}",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/application/lib/action_connector_api/connector_types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.loadActionTypes.$1.http",
"type": "Object",
"tags": [],
"label": "http",
"description": [],
"signature": [
{
"pluginId": "@kbn/core-http-browser",
"scope": "common",
"docId": "kibKbnCoreHttpBrowserPluginApi",
"section": "def-common.HttpSetup",
"text": "HttpSetup"
}
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/lib/action_connector_api/connector_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.loadActionTypes.$1.featureId",
"type": "string",
"tags": [],
"label": "featureId",
"description": [],
"signature": [
"string | undefined"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/lib/action_connector_api/connector_types.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.loadRule",
"type": "Function",
"tags": [],
"label": "loadRule",
"description": [],
"signature": [
"({\n http,\n ruleId,\n}: { http: ",
{
"pluginId": "@kbn/core-http-browser",
"scope": "common",
"docId": "kibKbnCoreHttpBrowserPluginApi",
"section": "def-common.HttpSetup",
"text": "HttpSetup"
},
"; ruleId: string; }) => Promise<",
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.Rule",
"text": "Rule"
},
"<",
{
"pluginId": "alerting",
"scope": "common",
"docId": "kibAlertingPluginApi",
"section": "def-common.RuleTypeParams",
"text": "RuleTypeParams"
},
">>"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/get_rule.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.loadRule.$1",
"type": "Object",
"tags": [],
"label": "{\n http,\n ruleId,\n}",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/get_rule.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.loadRule.$1.http",
"type": "Object",
"tags": [],
"label": "http",
"description": [],
"signature": [
{
"pluginId": "@kbn/core-http-browser",
"scope": "common",
"docId": "kibKbnCoreHttpBrowserPluginApi",
"section": "def-common.HttpSetup",
"text": "HttpSetup"
}
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/get_rule.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.loadRule.$1.ruleId",
"type": "string",
"tags": [],
"label": "ruleId",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/get_rule.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.loadRuleAggregations",
"type": "Function",
"tags": [],
"label": "loadRuleAggregations",
"description": [],
"signature": [
"({\n http,\n searchText,\n typesFilter,\n actionTypesFilter,\n ruleExecutionStatusesFilter,\n ruleStatusesFilter,\n tagsFilter,\n filterConsumers,\n}: ",
"LoadRuleAggregationsProps",
") => Promise<",
"AggregateRulesResponse",
">"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/aggregate.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.loadRuleAggregations.$1",
"type": "Object",
"tags": [],
"label": "{\n http,\n searchText,\n typesFilter,\n actionTypesFilter,\n ruleExecutionStatusesFilter,\n ruleStatusesFilter,\n tagsFilter,\n filterConsumers,\n}",
"description": [],
"signature": [
"LoadRuleAggregationsProps"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/aggregate.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.loadRuleSummary",
"type": "Function",
"tags": [],
"label": "loadRuleSummary",
"description": [],
"signature": [
"({\n http,\n ruleId,\n numberOfExecutions,\n}: { http: ",
{
"pluginId": "@kbn/core-http-browser",
"scope": "common",
"docId": "kibKbnCoreHttpBrowserPluginApi",
"section": "def-common.HttpSetup",
"text": "HttpSetup"
},
"; ruleId: string; numberOfExecutions?: number | undefined; }) => Promise<",
{
"pluginId": "alerting",
"scope": "common",
"docId": "kibAlertingPluginApi",
"section": "def-common.AlertSummary",
"text": "AlertSummary"
},
">"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/rule_summary.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.loadRuleSummary.$1",
"type": "Object",
"tags": [],
"label": "{\n http,\n ruleId,\n numberOfExecutions,\n}",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/rule_summary.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.loadRuleSummary.$1.http",
"type": "Object",
"tags": [],
"label": "http",
"description": [],
"signature": [
{
"pluginId": "@kbn/core-http-browser",
"scope": "common",
"docId": "kibKbnCoreHttpBrowserPluginApi",
"section": "def-common.HttpSetup",
"text": "HttpSetup"
}
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/rule_summary.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.loadRuleSummary.$1.ruleId",
"type": "string",
"tags": [],
"label": "ruleId",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/rule_summary.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.loadRuleSummary.$1.numberOfExecutions",
"type": "number",
"tags": [],
"label": "numberOfExecutions",
"description": [],
"signature": [
"number | undefined"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/rule_summary.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.MustacheTextFieldWrapper",
"type": "Function",
"tags": [],
"label": "MustacheTextFieldWrapper",
"description": [],
"signature": [
"({ field, euiFieldProps, idAria, ...rest }: Props) => JSX.Element"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/components/mustache_text_field_wrapper.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.MustacheTextFieldWrapper.$1",
"type": "Object",
"tags": [],
"label": "{ field, euiFieldProps, idAria, ...rest }",
"description": [],
"signature": [
"Props"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/components/mustache_text_field_wrapper.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.OfExpression",
"type": "Function",
"tags": [],
"label": "OfExpression",
"description": [],
"signature": [
"(props: ",
"OfExpressionProps",
") => JSX.Element"
],
"path": "x-pack/plugins/triggers_actions_ui/public/common/expression_items/index.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.OfExpression.$1",
"type": "Uncategorized",
"tags": [],
"label": "props",
"description": [],
"signature": [
"T"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/lib/suspended_component_with_props.tsx",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.SectionLoading",
"type": "Function",
"tags": [],
"label": "SectionLoading",
"description": [],
"signature": [
"({ children }: React.PropsWithChildren<Props>) => JSX.Element"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/components/section_loading.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.SectionLoading.$1",
"type": "CompoundType",
"tags": [],
"label": "{ children }",
"description": [],
"signature": [
"React.PropsWithChildren<Props>"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/components/section_loading.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.SimpleConnectorForm",
"type": "Function",
"tags": [],
"label": "SimpleConnectorForm",
"description": [],
"signature": [
"React.NamedExoticComponent<SimpleConnectorFormProps>"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/components/simple_connector_form.tsx",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.SimpleConnectorForm.$1",
"type": "Uncategorized",
"tags": [],
"label": "props",
"description": [],
"signature": [
"P"
],
"path": "node_modules/@types/react/index.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.suspendedComponentWithProps",
"type": "Function",
"tags": [],
"label": "suspendedComponentWithProps",
"description": [],
"signature": [
"(ComponentToSuspend: React.ComponentType<T>, size: \"m\" | \"s\" | \"l\" | \"xl\" | \"xxl\" | undefined) => (props: T) => JSX.Element"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/lib/suspended_component_with_props.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.suspendedComponentWithProps.$1",
"type": "CompoundType",
"tags": [],
"label": "ComponentToSuspend",
"description": [],
"signature": [
"React.ComponentType<T>"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/lib/suspended_component_with_props.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.suspendedComponentWithProps.$2",
"type": "CompoundType",
"tags": [],
"label": "size",
"description": [],
"signature": [
"\"m\" | \"s\" | \"l\" | \"xl\" | \"xxl\" | undefined"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/lib/suspended_component_with_props.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.templateActionVariable",
"type": "Function",
"tags": [],
"label": "templateActionVariable",
"description": [],
"signature": [
"(variable: ",
{
"pluginId": "alerting",
"scope": "common",
"docId": "kibAlertingPluginApi",
"section": "def-common.ActionVariable",
"text": "ActionVariable"
},
") => string"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/lib/template_action_variable.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.templateActionVariable.$1",
"type": "Object",
"tags": [],
"label": "variable",
"description": [],
"signature": [
{
"pluginId": "alerting",
"scope": "common",
"docId": "kibAlertingPluginApi",
"section": "def-common.ActionVariable",
"text": "ActionVariable"
}
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/lib/template_action_variable.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TextAreaWithMessageVariables",
"type": "Function",
"tags": [],
"label": "TextAreaWithMessageVariables",
"description": [],
"signature": [
"({ messageVariables, paramsProperty, index, inputTargetValue, isDisabled, editAction, label, errors, helpText, }: React.PropsWithChildren<Props>) => JSX.Element"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/components/text_area_with_message_variables.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TextAreaWithMessageVariables.$1",
"type": "CompoundType",
"tags": [],
"label": "{\n messageVariables,\n paramsProperty,\n index,\n inputTargetValue,\n isDisabled = false,\n editAction,\n label,\n errors,\n helpText,\n}",
"description": [],
"signature": [
"React.PropsWithChildren<Props>"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/components/text_area_with_message_variables.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TextFieldWithMessageVariables",
"type": "Function",
"tags": [],
"label": "TextFieldWithMessageVariables",
"description": [],
"signature": [
"({ buttonTitle, messageVariables, paramsProperty, index, inputTargetValue, editAction, errors, formRowProps, defaultValue, wrapField, showButtonTitle, }: React.PropsWithChildren<Props>) => JSX.Element"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/components/text_field_with_message_variables.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TextFieldWithMessageVariables.$1",
"type": "CompoundType",
"tags": [],
"label": "{\n buttonTitle,\n messageVariables,\n paramsProperty,\n index,\n inputTargetValue,\n editAction,\n errors,\n formRowProps,\n defaultValue,\n wrapField = false,\n showButtonTitle,\n}",
"description": [],
"signature": [
"React.PropsWithChildren<Props>"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/components/text_field_with_message_variables.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ThresholdExpression",
"type": "Function",
"tags": [],
"label": "ThresholdExpression",
"description": [],
"signature": [
"(props: ",
"ThresholdExpressionProps",
") => JSX.Element"
],
"path": "x-pack/plugins/triggers_actions_ui/public/common/expression_items/index.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ThresholdExpression.$1",
"type": "Uncategorized",
"tags": [],
"label": "props",
"description": [],
"signature": [
"T"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/lib/suspended_component_with_props.tsx",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.transformRule",
"type": "Function",
"tags": [],
"label": "transformRule",
"description": [],
"signature": [
"({ rule_type_id: ruleTypeId, created_by: createdBy, updated_by: updatedBy, created_at: createdAt, updated_at: updatedAt, api_key_owner: apiKeyOwner, api_key_created_by_user: apiKeyCreatedByUser, notify_when: notifyWhen, mute_all: muteAll, muted_alert_ids: mutedInstanceIds, scheduled_task_id: scheduledTaskId, execution_status: executionStatus, actions: actions, snooze_schedule: snoozeSchedule, is_snoozed_until: isSnoozedUntil, active_snoozes: activeSnoozes, last_run: lastRun, next_run: nextRun, ...rest }: any) => any"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/common_transformations.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.transformRule.$1",
"type": "Any",
"tags": [],
"label": "{\n rule_type_id: ruleTypeId,\n created_by: createdBy,\n updated_by: updatedBy,\n created_at: createdAt,\n updated_at: updatedAt,\n api_key_owner: apiKeyOwner,\n api_key_created_by_user: apiKeyCreatedByUser,\n notify_when: notifyWhen,\n mute_all: muteAll,\n muted_alert_ids: mutedInstanceIds,\n scheduled_task_id: scheduledTaskId,\n execution_status: executionStatus,\n actions: actions,\n snooze_schedule: snoozeSchedule,\n is_snoozed_until: isSnoozedUntil,\n active_snoozes: activeSnoozes,\n last_run: lastRun,\n next_run: nextRun,\n ...rest\n}",
"description": [],
"signature": [
"any"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/lib/rule_api/common_transformations.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.updateActionConnector",
"type": "Function",
"tags": [],
"label": "updateActionConnector",
"description": [],
"signature": [
"({\n http,\n connector,\n id,\n}: { http: ",
{
"pluginId": "@kbn/core-http-browser",
"scope": "common",
"docId": "kibKbnCoreHttpBrowserPluginApi",
"section": "def-common.HttpSetup",
"text": "HttpSetup"
},
"; connector: Pick<",
"ActionConnectorWithoutId",
"<Record<string, unknown>, Record<string, unknown>>, \"config\" | \"secrets\" | \"name\">; id: string; }) => Promise<",
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.ActionConnector",
"text": "ActionConnector"
},
"<Record<string, unknown>, Record<string, unknown>>>"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/lib/action_connector_api/update.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.updateActionConnector.$1",
"type": "Object",
"tags": [],
"label": "{\n http,\n connector,\n id,\n}",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/application/lib/action_connector_api/update.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.updateActionConnector.$1.http",
"type": "Object",
"tags": [],
"label": "http",
"description": [],
"signature": [
{
"pluginId": "@kbn/core-http-browser",
"scope": "common",
"docId": "kibKbnCoreHttpBrowserPluginApi",
"section": "def-common.HttpSetup",
"text": "HttpSetup"
}
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/lib/action_connector_api/update.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.updateActionConnector.$1.connector",
"type": "Object",
"tags": [],
"label": "connector",
"description": [],
"signature": [
"{ config: Record<string, unknown>; secrets: Record<string, unknown>; name: string; }"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/lib/action_connector_api/update.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.updateActionConnector.$1.id",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/application/lib/action_connector_api/update.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.useConnectorContext",
"type": "Function",
"tags": [],
"label": "useConnectorContext",
"description": [],
"signature": [
"() => ",
"ConnectorContextValue"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/context/use_connector_context.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.useLoadRuleTypes",
"type": "Function",
"tags": [],
"label": "useLoadRuleTypes",
"description": [],
"signature": [
"({ filteredRuleTypes }: RuleTypesProps) => { ruleTypes: ",
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.RuleType",
"text": "RuleType"
},
"<string, string>[]; error: string | null; ruleTypeIndex: ",
"RuleTypeIndex",
"; ruleTypesIsLoading: boolean; }"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/hooks/use_load_rule_types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.useLoadRuleTypes.$1",
"type": "Object",
"tags": [],
"label": "{ filteredRuleTypes }",
"description": [],
"signature": [
"RuleTypesProps"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/hooks/use_load_rule_types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.useSubAction",
"type": "Function",
"tags": [],
"label": "useSubAction",
"description": [],
"signature": [
"<P, R>({ connectorId, subAction, subActionParams, disabled, }: ",
"UseSubActionParams",
"<P>) => { isLoading: boolean; response: R | undefined; error: Error | null; }"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/hooks/use_sub_action.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.useSubAction.$1",
"type": "Object",
"tags": [],
"label": "{\n connectorId,\n subAction,\n subActionParams,\n disabled = false,\n}",
"description": [],
"signature": [
"UseSubActionParams",
"<P>"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/hooks/use_sub_action.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.useTypedKibana",
"type": "Function",
"tags": [],
"label": "useTypedKibana",
"description": [],
"signature": [
"() => ",
{
"pluginId": "kibanaReact",
"scope": "public",
"docId": "kibKibanaReactPluginApi",
"section": "def-public.KibanaReactContextValue",
"text": "KibanaReactContextValue"
},
"<Partial<",
{
"pluginId": "@kbn/core-lifecycle-browser",
"scope": "common",
"docId": "kibKbnCoreLifecycleBrowserPluginApi",
"section": "def-common.CoreStart",
"text": "CoreStart"
},
"> & ",
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.TriggersAndActionsUiServices",
"text": "TriggersAndActionsUiServices"
},
">"
],
"path": "x-pack/plugins/triggers_actions_ui/public/common/lib/kibana/kibana_react.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.validateActionFilterQuery",
"type": "Function",
"tags": [],
"label": "validateActionFilterQuery",
"description": [],
"signature": [
"(actionItem: ",
{
"pluginId": "alerting",
"scope": "common",
"docId": "kibAlertingPluginApi",
"section": "def-common.RuleAction",
"text": "RuleAction"
},
") => string | null"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/lib/value_validators.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.validateActionFilterQuery.$1",
"type": "Object",
"tags": [],
"label": "actionItem",
"description": [],
"signature": [
{
"pluginId": "alerting",
"scope": "common",
"docId": "kibAlertingPluginApi",
"section": "def-common.RuleAction",
"text": "RuleAction"
}
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/lib/value_validators.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ValueExpression",
"type": "Function",
"tags": [],
"label": "ValueExpression",
"description": [],
"signature": [
"(props: ",
"ValueExpressionProps",
") => JSX.Element"
],
"path": "x-pack/plugins/triggers_actions_ui/public/common/expression_items/index.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ValueExpression.$1",
"type": "Uncategorized",
"tags": [],
"label": "props",
"description": [],
"signature": [
"T"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/lib/suspended_component_with_props.tsx",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.WhenExpression",
"type": "Function",
"tags": [],
"label": "WhenExpression",
"description": [],
"signature": [
"(props: ",
"WhenExpressionProps",
") => JSX.Element"
],
"path": "x-pack/plugins/triggers_actions_ui/public/common/expression_items/index.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.WhenExpression.$1",
"type": "Uncategorized",
"tags": [],
"label": "props",
"description": [],
"signature": [
"T"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/lib/suspended_component_with_props.tsx",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
}
],
"interfaces": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ActionConnectorFieldsProps",
"type": "Interface",
"tags": [],
"label": "ActionConnectorFieldsProps",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ActionConnectorFieldsProps.readOnly",
"type": "boolean",
"tags": [],
"label": "readOnly",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ActionConnectorFieldsProps.isEdit",
"type": "boolean",
"tags": [],
"label": "isEdit",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ActionConnectorFieldsProps.registerPreSubmitValidator",
"type": "Function",
"tags": [],
"label": "registerPreSubmitValidator",
"description": [],
"signature": [
"(validator: ",
"ConnectorValidationFunc",
") => void"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ActionConnectorFieldsProps.registerPreSubmitValidator.$1",
"type": "Function",
"tags": [],
"label": "validator",
"description": [],
"signature": [
"ConnectorValidationFunc"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
}
],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ActionParamsProps",
"type": "Interface",
"tags": [],
"label": "ActionParamsProps",
"description": [],
"signature": [
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.ActionParamsProps",
"text": "ActionParamsProps"
},
"<TParams>"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ActionParamsProps.actionParams",
"type": "Object",
"tags": [],
"label": "actionParams",
"description": [],
"signature": [
"{ [P in keyof TParams]?: TParams[P] | undefined; }"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ActionParamsProps.index",
"type": "number",
"tags": [],
"label": "index",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ActionParamsProps.editAction",
"type": "Function",
"tags": [],
"label": "editAction",
"description": [],
"signature": [
"(key: string, value: ",
{
"pluginId": "@kbn/core-saved-objects-common",
"scope": "common",
"docId": "kibKbnCoreSavedObjectsCommonPluginApi",
"section": "def-common.SavedObjectAttribute",
"text": "SavedObjectAttribute"
},
", index: number) => void"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ActionParamsProps.editAction.$1",
"type": "string",
"tags": [],
"label": "key",
"description": [],
"signature": [
"string"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ActionParamsProps.editAction.$2",
"type": "CompoundType",
"tags": [],
"label": "value",
"description": [],
"signature": [
{
"pluginId": "@kbn/core-saved-objects-common",
"scope": "common",
"docId": "kibKbnCoreSavedObjectsCommonPluginApi",
"section": "def-common.SavedObjectAttribute",
"text": "SavedObjectAttribute"
}
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ActionParamsProps.editAction.$3",
"type": "number",
"tags": [],
"label": "index",
"description": [],
"signature": [
"number"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ActionParamsProps.errors",
"type": "Object",
"tags": [],
"label": "errors",
"description": [],
"signature": [
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.IErrorObject",
"text": "IErrorObject"
}
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ActionParamsProps.messageVariables",
"type": "Array",
"tags": [],
"label": "messageVariables",
"description": [],
"signature": [
{
"pluginId": "alerting",
"scope": "common",
"docId": "kibAlertingPluginApi",
"section": "def-common.ActionVariable",
"text": "ActionVariable"
},
"[] | undefined"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ActionParamsProps.defaultMessage",
"type": "string",
"tags": [],
"label": "defaultMessage",
"description": [],
"signature": [
"string | undefined"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ActionParamsProps.useDefaultMessage",
"type": "CompoundType",
"tags": [],
"label": "useDefaultMessage",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ActionParamsProps.actionConnector",
"type": "CompoundType",
"tags": [],
"label": "actionConnector",
"description": [],
"signature": [
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.ActionConnector",
"text": "ActionConnector"
},
"<Record<string, unknown>, Record<string, unknown>> | undefined"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ActionParamsProps.isLoading",
"type": "CompoundType",
"tags": [],
"label": "isLoading",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ActionParamsProps.isDisabled",
"type": "CompoundType",
"tags": [],
"label": "isDisabled",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ActionParamsProps.showEmailSubjectAndMessage",
"type": "CompoundType",
"tags": [],
"label": "showEmailSubjectAndMessage",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ActionParamsProps.executionMode",
"type": "CompoundType",
"tags": [],
"label": "executionMode",
"description": [],
"signature": [
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.ActionConnectorMode",
"text": "ActionConnectorMode"
},
" | undefined"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ActionParamsProps.onBlur",
"type": "Function",
"tags": [],
"label": "onBlur",
"description": [],
"signature": [
"((field?: string | undefined) => void) | undefined"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ActionParamsProps.onBlur.$1",
"type": "string",
"tags": [],
"label": "field",
"description": [],
"signature": [
"string | undefined"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
}
],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ActionType",
"type": "Interface",
"tags": [],
"label": "ActionType",
"description": [],
"path": "x-pack/plugins/actions/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ActionType.id",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"path": "x-pack/plugins/actions/common/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ActionType.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"path": "x-pack/plugins/actions/common/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ActionType.enabled",
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [],
"path": "x-pack/plugins/actions/common/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ActionType.enabledInConfig",
"type": "boolean",
"tags": [],
"label": "enabledInConfig",
"description": [],
"path": "x-pack/plugins/actions/common/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ActionType.enabledInLicense",
"type": "boolean",
"tags": [],
"label": "enabledInLicense",
"description": [],
"path": "x-pack/plugins/actions/common/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ActionType.minimumLicenseRequired",
"type": "CompoundType",
"tags": [],
"label": "minimumLicenseRequired",
"description": [],
"signature": [
"\"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\""
],
"path": "x-pack/plugins/actions/common/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ActionType.supportedFeatureIds",
"type": "Array",
"tags": [],
"label": "supportedFeatureIds",
"description": [],
"signature": [
"string[]"
],
"path": "x-pack/plugins/actions/common/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ActionType.isSystemActionType",
"type": "boolean",
"tags": [],
"label": "isSystemActionType",
"description": [],
"path": "x-pack/plugins/actions/common/types.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ActionTypeModel",
"type": "Interface",
"tags": [],
"label": "ActionTypeModel",
"description": [],
"signature": [
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.ActionTypeModel",
"text": "ActionTypeModel"
},
"<ActionConfig, ActionSecrets, ActionParams>"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ActionTypeModel.id",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ActionTypeModel.iconClass",
"type": "CompoundType",
"tags": [],
"label": "iconClass",
"description": [],
"signature": [
"string | React.ComponentType<{}>"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ActionTypeModel.selectMessage",
"type": "string",
"tags": [],
"label": "selectMessage",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ActionTypeModel.actionTypeTitle",
"type": "string",
"tags": [],
"label": "actionTypeTitle",
"description": [],
"signature": [
"string | undefined"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ActionTypeModel.validateParams",
"type": "Function",
"tags": [],
"label": "validateParams",
"description": [],
"signature": [
"(actionParams: ActionParams) => Promise<",
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.GenericValidationResult",
"text": "GenericValidationResult"
},
"<unknown>>"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ActionTypeModel.validateParams.$1",
"type": "Uncategorized",
"tags": [],
"label": "actionParams",
"description": [],
"signature": [
"ActionParams"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ActionTypeModel.actionConnectorFields",
"type": "CompoundType",
"tags": [],
"label": "actionConnectorFields",
"description": [],
"signature": [
"React.LazyExoticComponent<React.ComponentType<",
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.ActionConnectorFieldsProps",
"text": "ActionConnectorFieldsProps"
},
">> | null"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ActionTypeModel.actionParamsFields",
"type": "Function",
"tags": [],
"label": "actionParamsFields",
"description": [],
"signature": [
"React.ExoticComponent<(",
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.ActionParamsProps",
"text": "ActionParamsProps"
},
"<ActionParams> & React.RefAttributes<React.Component<",
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.ActionParamsProps",
"text": "ActionParamsProps"
},
"<ActionParams>, any, any>>) | (",
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.ActionParamsProps",
"text": "ActionParamsProps"
},
"<ActionParams> & { children?: React.ReactNode; })> & { readonly _result: React.ComponentType<",
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.ActionParamsProps",
"text": "ActionParamsProps"
},
"<ActionParams>>; }"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ActionTypeModel.actionParamsFields.$1",
"type": "Uncategorized",
"tags": [],
"label": "props",
"description": [],
"signature": [
"P"
],
"path": "node_modules/@types/react/index.d.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ActionTypeModel.defaultActionParams",
"type": "Object",
"tags": [],
"label": "defaultActionParams",
"description": [],
"signature": [
"RecursivePartial",
"<ActionParams> | undefined"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ActionTypeModel.defaultRecoveredActionParams",
"type": "Object",
"tags": [],
"label": "defaultRecoveredActionParams",
"description": [],
"signature": [
"RecursivePartial",
"<ActionParams> | undefined"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ActionTypeModel.customConnectorSelectItem",
"type": "Object",
"tags": [],
"label": "customConnectorSelectItem",
"description": [],
"signature": [
"CustomConnectorSelectionItem | undefined"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ActionTypeModel.isExperimental",
"type": "CompoundType",
"tags": [],
"label": "isExperimental",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ActionTypeModel.subtype",
"type": "Array",
"tags": [],
"label": "subtype",
"description": [],
"signature": [
"{ id: string; name: string; }[] | undefined"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ActionTypeModel.convertParamsBetweenGroups",
"type": "Function",
"tags": [],
"label": "convertParamsBetweenGroups",
"description": [],
"signature": [
"((params: ActionParams) => {} | ActionParams) | undefined"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ActionTypeModel.convertParamsBetweenGroups.$1",
"type": "Uncategorized",
"tags": [],
"label": "params",
"description": [],
"signature": [
"ActionParams"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ActionTypeModel.hideInUi",
"type": "CompoundType",
"tags": [],
"label": "hideInUi",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ActionTypeModel.modalWidth",
"type": "number",
"tags": [],
"label": "modalWidth",
"description": [],
"signature": [
"number | undefined"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.AggregationType",
"type": "Interface",
"tags": [],
"label": "AggregationType",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.AggregationType.text",
"type": "string",
"tags": [],
"label": "text",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/common/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.AggregationType.fieldRequired",
"type": "boolean",
"tags": [],
"label": "fieldRequired",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/common/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.AggregationType.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/common/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.AggregationType.validNormalizedTypes",
"type": "Array",
"tags": [],
"label": "validNormalizedTypes",
"description": [],
"signature": [
"(\"string\" | \"number\" | \"boolean\" | \"object\" | \"geo_point\" | \"geo_shape\" | \"ip\" | \"date\" | \"murmur3\" | \"date_range\" | \"ip_range\" | \"histogram\" | \"number_range\")[]"
],
"path": "x-pack/plugins/triggers_actions_ui/public/common/types.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.AlertsTableFlyoutBaseProps",
"type": "Interface",
"tags": [],
"label": "AlertsTableFlyoutBaseProps",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.AlertsTableFlyoutBaseProps.alert",
"type": "CompoundType",
"tags": [],
"label": "alert",
"description": [],
"signature": [
"BasicFields",
" & { \"@timestamp\"?: string[] | undefined; \"event.action\"?: string[] | undefined; tags?: string[] | undefined; kibana?: string[] | undefined; \"kibana.alert.rule.rule_type_id\"?: string[] | undefined; \"kibana.alert.rule.consumer\"?: string[] | undefined; \"kibana.alert.rule.execution.uuid\"?: string[] | undefined; \"kibana.alert\"?: string[] | undefined; \"kibana.alert.action_group\"?: string[] | undefined; \"kibana.alert.case_ids\"?: string[] | undefined; \"kibana.alert.duration.us\"?: string[] | undefined; \"kibana.alert.end\"?: string[] | undefined; \"kibana.alert.flapping\"?: string[] | undefined; \"kibana.alert.maintenance_window_ids\"?: string[] | undefined; \"kibana.alert.instance.id\"?: string[] | undefined; \"kibana.alert.reason\"?: string[] | undefined; \"kibana.alert.rule\"?: string[] | undefined; \"kibana.alert.rule.category\"?: string[] | undefined; \"kibana.alert.rule.name\"?: string[] | undefined; \"kibana.alert.rule.parameters\"?: string[] | undefined; \"kibana.alert.rule.producer\"?: string[] | undefined; \"kibana.alert.rule.tags\"?: string[] | undefined; \"kibana.alert.rule.uuid\"?: string[] | undefined; \"kibana.alert.start\"?: string[] | undefined; \"kibana.alert.status\"?: string[] | undefined; \"kibana.alert.time_range\"?: string[] | undefined; \"kibana.alert.uuid\"?: string[] | undefined; \"kibana.alert.workflow_status\"?: string[] | undefined; \"kibana.alert.workflow_tags\"?: string[] | undefined; \"event.kind\"?: string[] | undefined; \"kibana.space_ids\"?: string[] | undefined; \"kibana.version\"?: string[] | undefined; \"kibana.alert.risk_score\"?: string[] | undefined; \"kibana.alert.rule.author\"?: string[] | undefined; \"kibana.alert.rule.created_at\"?: string[] | undefined; \"kibana.alert.rule.created_by\"?: string[] | undefined; \"kibana.alert.rule.description\"?: string[] | undefined; \"kibana.alert.rule.enabled\"?: string[] | undefined; \"kibana.alert.rule.from\"?: string[] | undefined; \"kibana.alert.rule.interval\"?: string[] | undefined; \"kibana.alert.rule.license\"?: string[] | undefined; \"kibana.alert.rule.note\"?: string[] | undefined; \"kibana.alert.rule.references\"?: string[] | undefined; \"kibana.alert.rule.rule_id\"?: string[] | undefined; \"kibana.alert.rule.rule_name_override\"?: string[] | undefined; \"kibana.alert.rule.to\"?: string[] | undefined; \"kibana.alert.rule.type\"?: string[] | undefined; \"kibana.alert.rule.updated_at\"?: string[] | undefined; \"kibana.alert.rule.updated_by\"?: string[] | undefined; \"kibana.alert.rule.version\"?: string[] | undefined; \"kibana.alert.severity\"?: string[] | undefined; \"kibana.alert.suppression.docs_count\"?: string[] | undefined; \"kibana.alert.suppression.end\"?: string[] | undefined; \"kibana.alert.suppression.terms\"?: string[] | undefined; \"kibana.alert.suppression.terms.field\"?: string[] | undefined; \"kibana.alert.suppression.start\"?: string[] | undefined; \"kibana.alert.suppression.terms.value\"?: string[] | undefined; \"kibana.alert.system_status\"?: string[] | undefined; \"kibana.alert.workflow_reason\"?: string[] | undefined; \"kibana.alert.workflow_user\"?: string[] | undefined; \"ecs.version\"?: string[] | undefined; \"kibana.alert.evaluation.threshold\"?: string[] | undefined; \"kibana.alert.evaluation.value\"?: string[] | undefined; \"kibana.alert.context\"?: string[] | undefined; \"kibana.alert.evaluation.values\"?: string[] | undefined; \"event.module\"?: string[] | undefined; \"kibana.alert.building_block_type\"?: string[] | undefined; \"kibana.alert.rule.exceptions_list\"?: string[] | undefined; \"kibana.alert.rule.namespace\"?: string[] | undefined; \"kibana.alert.rule.threat.framework\"?: string[] | undefined; \"kibana.alert.rule.threat.tactic.id\"?: string[] | undefined; \"kibana.alert.rule.threat.tactic.name\"?: string[] | undefined; \"kibana.alert.rule.threat.tactic.reference\"?: string[] | undefined; \"kibana.alert.rule.threat.technique.id\"?: string[] | undefined; \"kibana.alert.rule.threat.technique.name\"?: string[] | undefined; \"kibana.alert.rule.threat.technique.reference\"?: string[] | undefined; \"kibana.alert.rule.threat.technique.subtechnique.id\"?: string[] | undefined; \"kibana.alert.rule.threat.technique.subtechnique.name\"?: string[] | undefined; \"kibana.alert.rule.threat.technique.subtechnique.reference\"?: string[] | undefined; } & { [x: string]: unknown[]; }"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.AlertsTableFlyoutBaseProps.isLoading",
"type": "boolean",
"tags": [],
"label": "isLoading",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.AlertsTableFlyoutBaseProps.id",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"signature": [
"string | undefined"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.AlertStatus",
"type": "Interface",
"tags": [],
"label": "AlertStatus",
"description": [],
"path": "x-pack/plugins/alerting/common/alert_summary.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.AlertStatus.uuid",
"type": "string",
"tags": [],
"label": "uuid",
"description": [],
"signature": [
"string | undefined"
],
"path": "x-pack/plugins/alerting/common/alert_summary.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.AlertStatus.status",
"type": "CompoundType",
"tags": [],
"label": "status",
"description": [],
"signature": [
"\"OK\" | \"Active\""
],
"path": "x-pack/plugins/alerting/common/alert_summary.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.AlertStatus.muted",
"type": "boolean",
"tags": [],
"label": "muted",
"description": [],
"path": "x-pack/plugins/alerting/common/alert_summary.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.AlertStatus.actionGroupId",
"type": "string",
"tags": [],
"label": "actionGroupId",
"description": [],
"signature": [
"string | undefined"
],
"path": "x-pack/plugins/alerting/common/alert_summary.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.AlertStatus.activeStartDate",
"type": "string",
"tags": [],
"label": "activeStartDate",
"description": [],
"signature": [
"string | undefined"
],
"path": "x-pack/plugins/alerting/common/alert_summary.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.AlertStatus.flapping",
"type": "boolean",
"tags": [],
"label": "flapping",
"description": [],
"path": "x-pack/plugins/alerting/common/alert_summary.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.AlertStatus.maintenanceWindowIds",
"type": "Array",
"tags": [],
"label": "maintenanceWindowIds",
"description": [],
"signature": [
"string[] | undefined"
],
"path": "x-pack/plugins/alerting/common/alert_summary.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.AlertStatus.tracked",
"type": "boolean",
"tags": [],
"label": "tracked",
"description": [],
"path": "x-pack/plugins/alerting/common/alert_summary.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.AlertSummary",
"type": "Interface",
"tags": [],
"label": "AlertSummary",
"description": [],
"path": "x-pack/plugins/alerting/common/alert_summary.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.AlertSummary.id",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"path": "x-pack/plugins/alerting/common/alert_summary.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.AlertSummary.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"path": "x-pack/plugins/alerting/common/alert_summary.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.AlertSummary.tags",
"type": "Array",
"tags": [],
"label": "tags",
"description": [],
"signature": [
"string[]"
],
"path": "x-pack/plugins/alerting/common/alert_summary.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.AlertSummary.ruleTypeId",
"type": "string",
"tags": [],
"label": "ruleTypeId",
"description": [],
"path": "x-pack/plugins/alerting/common/alert_summary.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.AlertSummary.consumer",
"type": "string",
"tags": [],
"label": "consumer",
"description": [],
"path": "x-pack/plugins/alerting/common/alert_summary.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.AlertSummary.muteAll",
"type": "boolean",
"tags": [],
"label": "muteAll",
"description": [],
"path": "x-pack/plugins/alerting/common/alert_summary.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.AlertSummary.throttle",
"type": "CompoundType",
"tags": [],
"label": "throttle",
"description": [],
"signature": [
"string | null | undefined"
],
"path": "x-pack/plugins/alerting/common/alert_summary.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.AlertSummary.enabled",
"type": "boolean",
"tags": [],
"label": "enabled",
"description": [],
"path": "x-pack/plugins/alerting/common/alert_summary.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.AlertSummary.statusStartDate",
"type": "string",
"tags": [],
"label": "statusStartDate",
"description": [],
"path": "x-pack/plugins/alerting/common/alert_summary.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.AlertSummary.statusEndDate",
"type": "string",
"tags": [],
"label": "statusEndDate",
"description": [],
"path": "x-pack/plugins/alerting/common/alert_summary.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.AlertSummary.status",
"type": "CompoundType",
"tags": [],
"label": "status",
"description": [],
"signature": [
"\"OK\" | \"Active\" | \"Error\""
],
"path": "x-pack/plugins/alerting/common/alert_summary.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.AlertSummary.lastRun",
"type": "string",
"tags": [],
"label": "lastRun",
"description": [],
"signature": [
"string | undefined"
],
"path": "x-pack/plugins/alerting/common/alert_summary.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.AlertSummary.errorMessages",
"type": "Array",
"tags": [],
"label": "errorMessages",
"description": [],
"signature": [
"{ date: string; message: string; }[]"
],
"path": "x-pack/plugins/alerting/common/alert_summary.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.AlertSummary.alerts",
"type": "Object",
"tags": [],
"label": "alerts",
"description": [],
"signature": [
"{ [x: string]: ",
{
"pluginId": "alerting",
"scope": "common",
"docId": "kibAlertingPluginApi",
"section": "def-common.AlertStatus",
"text": "AlertStatus"
},
"; }"
],
"path": "x-pack/plugins/alerting/common/alert_summary.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.AlertSummary.executionDuration",
"type": "Object",
"tags": [],
"label": "executionDuration",
"description": [],
"signature": [
{
"pluginId": "alerting",
"scope": "common",
"docId": "kibAlertingPluginApi",
"section": "def-common.ExecutionDuration",
"text": "ExecutionDuration"
}
],
"path": "x-pack/plugins/alerting/common/alert_summary.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.AlertSummary.revision",
"type": "number",
"tags": [],
"label": "revision",
"description": [],
"path": "x-pack/plugins/alerting/common/alert_summary.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.AlertSummaryTimeRange",
"type": "Interface",
"tags": [],
"label": "AlertSummaryTimeRange",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/application/sections/alert_summary_widget/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.AlertSummaryTimeRange.utcFrom",
"type": "string",
"tags": [],
"label": "utcFrom",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/application/sections/alert_summary_widget/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.AlertSummaryTimeRange.utcTo",
"type": "string",
"tags": [],
"label": "utcTo",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/application/sections/alert_summary_widget/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.AlertSummaryTimeRange.fixedInterval",
"type": "string",
"tags": [],
"label": "fixedInterval",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/application/sections/alert_summary_widget/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.AlertSummaryTimeRange.title",
"type": "CompoundType",
"tags": [],
"label": "title",
"description": [],
"signature": [
"string | JSX.Element | undefined"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/sections/alert_summary_widget/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.AlertSummaryTimeRange.dateFormat",
"type": "string",
"tags": [],
"label": "dateFormat",
"description": [],
"signature": [
"string | undefined"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/sections/alert_summary_widget/types.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.BulkOperationResponse",
"type": "Interface",
"tags": [],
"label": "BulkOperationResponse",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.BulkOperationResponse.rules",
"type": "Array",
"tags": [],
"label": "rules",
"description": [],
"signature": [
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.Rule",
"text": "Rule"
},
"<",
{
"pluginId": "alerting",
"scope": "common",
"docId": "kibAlertingPluginApi",
"section": "def-common.RuleTypeParams",
"text": "RuleTypeParams"
},
">[]"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.BulkOperationResponse.errors",
"type": "Array",
"tags": [],
"label": "errors",
"description": [],
"signature": [
{
"pluginId": "alerting",
"scope": "server",
"docId": "kibAlertingPluginApi",
"section": "def-server.BulkOperationError",
"text": "BulkOperationError"
},
"[]"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.BulkOperationResponse.total",
"type": "number",
"tags": [],
"label": "total",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.Comparator",
"type": "Interface",
"tags": [],
"label": "Comparator",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.Comparator.text",
"type": "string",
"tags": [],
"label": "text",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/common/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.Comparator.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/common/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.Comparator.requiredValues",
"type": "number",
"tags": [],
"label": "requiredValues",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/common/types.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ConfigFieldSchema",
"type": "Interface",
"tags": [],
"label": "ConfigFieldSchema",
"description": [],
"signature": [
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.ConfigFieldSchema",
"text": "ConfigFieldSchema"
},
" extends ",
"CommonFieldSchema"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/components/simple_connector_form.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ConfigFieldSchema.isUrlField",
"type": "CompoundType",
"tags": [],
"label": "isUrlField",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/components/simple_connector_form.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ConfigFieldSchema.defaultValue",
"type": "CompoundType",
"tags": [],
"label": "defaultValue",
"description": [],
"signature": [
"string | string[] | undefined"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/components/simple_connector_form.tsx",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.FieldBrowserOptions",
"type": "Interface",
"tags": [],
"label": "FieldBrowserOptions",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.FieldBrowserOptions.createFieldButton",
"type": "Function",
"tags": [],
"label": "createFieldButton",
"description": [],
"signature": [
"CreateFieldComponent",
" | undefined"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.FieldBrowserOptions.getFieldTableColumns",
"type": "Function",
"tags": [],
"label": "getFieldTableColumns",
"description": [],
"signature": [
"GetFieldTableColumns",
" | undefined"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.FieldBrowserOptions.preselectedCategoryIds",
"type": "Array",
"tags": [],
"label": "preselectedCategoryIds",
"description": [
"\nCategories that should be selected initially"
],
"signature": [
"string[] | undefined"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/types.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.FieldBrowserProps",
"type": "Interface",
"tags": [],
"label": "FieldBrowserProps",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.FieldBrowserProps.columnIds",
"type": "Array",
"tags": [],
"label": "columnIds",
"description": [
"The timeline's current column headers"
],
"signature": [
"string[]"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.FieldBrowserProps.browserFields",
"type": "Object",
"tags": [],
"label": "browserFields",
"description": [
"A map of categoryId -> metadata about the fields in that category"
],
"signature": [
"{ [x: string]: Partial<",
{
"pluginId": "ruleRegistry",
"scope": "common",
"docId": "kibRuleRegistryPluginApi",
"section": "def-common.BrowserField",
"text": "BrowserField"
},
">; }"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.FieldBrowserProps.isEventViewer",
"type": "CompoundType",
"tags": [],
"label": "isEventViewer",
"description": [
"When true, this Fields Browser is being used as an \"events viewer\""
],
"signature": [
"boolean | undefined"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.FieldBrowserProps.onResetColumns",
"type": "Function",
"tags": [],
"label": "onResetColumns",
"description": [
"Callback to reset the default columns"
],
"signature": [
"() => void"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.FieldBrowserProps.onToggleColumn",
"type": "Function",
"tags": [],
"label": "onToggleColumn",
"description": [
"Callback to toggle a field column"
],
"signature": [
"(columnId: string) => void"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.FieldBrowserProps.onToggleColumn.$1",
"type": "string",
"tags": [],
"label": "columnId",
"description": [],
"signature": [
"string"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.FieldBrowserProps.options",
"type": "Object",
"tags": [],
"label": "options",
"description": [
"The options to customize the field browser, supporting columns rendering and button to create fields"
],
"signature": [
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.FieldBrowserOptions",
"text": "FieldBrowserOptions"
},
" | undefined"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.FieldBrowserProps.width",
"type": "number",
"tags": [],
"label": "width",
"description": [
"The width of the field browser"
],
"signature": [
"number | undefined"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/sections/field_browser/types.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.GenericValidationResult",
"type": "Interface",
"tags": [],
"label": "GenericValidationResult",
"description": [],
"signature": [
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.GenericValidationResult",
"text": "GenericValidationResult"
},
"<T>"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.GenericValidationResult.errors",
"type": "Object",
"tags": [],
"label": "errors",
"description": [],
"signature": [
"{ [P in Extract<keyof T, string>]: unknown; }"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.IErrorObject",
"type": "Interface",
"tags": [],
"label": "IErrorObject",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.IErrorObject.Unnamed",
"type": "IndexSignature",
"tags": [],
"label": "[key: string]: string | string[] | IErrorObject",
"description": [],
"signature": [
"[key: string]: string | string[] | ",
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.IErrorObject",
"text": "IErrorObject"
}
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.NotifyWhenSelectOptions",
"type": "Interface",
"tags": [],
"label": "NotifyWhenSelectOptions",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.NotifyWhenSelectOptions.isSummaryOption",
"type": "CompoundType",
"tags": [],
"label": "isSummaryOption",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.NotifyWhenSelectOptions.isForEachAlertOption",
"type": "CompoundType",
"tags": [],
"label": "isForEachAlertOption",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.NotifyWhenSelectOptions.value",
"type": "Object",
"tags": [],
"label": "value",
"description": [],
"signature": [
"EuiSuperSelectOption",
"<\"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\">"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleAction",
"type": "Interface",
"tags": [],
"label": "RuleAction",
"description": [],
"path": "x-pack/plugins/alerting/common/rule.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleAction.uuid",
"type": "string",
"tags": [],
"label": "uuid",
"description": [],
"signature": [
"string | undefined"
],
"path": "x-pack/plugins/alerting/common/rule.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleAction.group",
"type": "string",
"tags": [],
"label": "group",
"description": [],
"path": "x-pack/plugins/alerting/common/rule.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleAction.id",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"path": "x-pack/plugins/alerting/common/rule.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleAction.actionTypeId",
"type": "string",
"tags": [],
"label": "actionTypeId",
"description": [],
"path": "x-pack/plugins/alerting/common/rule.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleAction.params",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
{
"pluginId": "@kbn/core-saved-objects-common",
"scope": "common",
"docId": "kibKbnCoreSavedObjectsCommonPluginApi",
"section": "def-common.SavedObjectAttributes",
"text": "SavedObjectAttributes"
}
],
"path": "x-pack/plugins/alerting/common/rule.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleAction.frequency",
"type": "Object",
"tags": [],
"label": "frequency",
"description": [],
"signature": [
{
"pluginId": "alerting",
"scope": "common",
"docId": "kibAlertingPluginApi",
"section": "def-common.RuleActionFrequency",
"text": "RuleActionFrequency"
},
" | undefined"
],
"path": "x-pack/plugins/alerting/common/rule.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleAction.alertsFilter",
"type": "Object",
"tags": [],
"label": "alertsFilter",
"description": [],
"signature": [
{
"pluginId": "alerting",
"scope": "common",
"docId": "kibAlertingPluginApi",
"section": "def-common.AlertsFilter",
"text": "AlertsFilter"
},
" | undefined"
],
"path": "x-pack/plugins/alerting/common/rule.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleDefinitionProps",
"type": "Interface",
"tags": [],
"label": "RuleDefinitionProps",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleDefinitionProps.rule",
"type": "CompoundType",
"tags": [],
"label": "rule",
"description": [],
"signature": [
"Omit<",
{
"pluginId": "alerting",
"scope": "common",
"docId": "kibAlertingPluginApi",
"section": "def-common.SanitizedRule",
"text": "SanitizedRule"
},
"<",
{
"pluginId": "alerting",
"scope": "common",
"docId": "kibAlertingPluginApi",
"section": "def-common.RuleTypeParams",
"text": "RuleTypeParams"
},
">, \"alertTypeId\"> & { ruleTypeId: string; }"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleDefinitionProps.ruleTypeRegistry",
"type": "Object",
"tags": [],
"label": "ruleTypeRegistry",
"description": [],
"signature": [
"{ get: (id: string) => ",
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.RuleTypeModel",
"text": "RuleTypeModel"
},
"<",
{
"pluginId": "alerting",
"scope": "common",
"docId": "kibAlertingPluginApi",
"section": "def-common.RuleTypeParams",
"text": "RuleTypeParams"
},
">; list: () => ",
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.RuleTypeModel",
"text": "RuleTypeModel"
},
"<",
{
"pluginId": "alerting",
"scope": "common",
"docId": "kibAlertingPluginApi",
"section": "def-common.RuleTypeParams",
"text": "RuleTypeParams"
},
">[]; register: (objectType: ",
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.RuleTypeModel",
"text": "RuleTypeModel"
},
"<",
{
"pluginId": "alerting",
"scope": "common",
"docId": "kibAlertingPluginApi",
"section": "def-common.RuleTypeParams",
"text": "RuleTypeParams"
},
">) => void; has: (id: string) => boolean; }"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleDefinitionProps.actionTypeRegistry",
"type": "Object",
"tags": [],
"label": "actionTypeRegistry",
"description": [],
"signature": [
"{ get: (id: string) => ",
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.ActionTypeModel",
"text": "ActionTypeModel"
},
"<unknown, unknown, any>; list: () => ",
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.ActionTypeModel",
"text": "ActionTypeModel"
},
"<unknown, unknown, any>[]; register: (objectType: ",
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.ActionTypeModel",
"text": "ActionTypeModel"
},
"<unknown, unknown, any>) => void; has: (id: string) => boolean; }"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleDefinitionProps.onEditRule",
"type": "Function",
"tags": [],
"label": "onEditRule",
"description": [],
"signature": [
"() => Promise<void>"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleDefinitionProps.hideEditButton",
"type": "CompoundType",
"tags": [],
"label": "hideEditButton",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleDefinitionProps.filteredRuleTypes",
"type": "Array",
"tags": [],
"label": "filteredRuleTypes",
"description": [],
"signature": [
"string[] | undefined"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleStatusFilterProps",
"type": "Interface",
"tags": [],
"label": "RuleStatusFilterProps",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_status_filter.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleStatusFilterProps.selectedStatuses",
"type": "Array",
"tags": [],
"label": "selectedStatuses",
"description": [],
"signature": [
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.RuleStatus",
"text": "RuleStatus"
},
"[]"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_status_filter.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleStatusFilterProps.dataTestSubj",
"type": "string",
"tags": [],
"label": "dataTestSubj",
"description": [],
"signature": [
"string | undefined"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_status_filter.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleStatusFilterProps.selectDataTestSubj",
"type": "string",
"tags": [],
"label": "selectDataTestSubj",
"description": [],
"signature": [
"string | undefined"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_status_filter.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleStatusFilterProps.buttonDataTestSubj",
"type": "string",
"tags": [],
"label": "buttonDataTestSubj",
"description": [],
"signature": [
"string | undefined"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_status_filter.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleStatusFilterProps.optionDataTestSubj",
"type": "Function",
"tags": [],
"label": "optionDataTestSubj",
"description": [],
"signature": [
"((status: ",
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.RuleStatus",
"text": "RuleStatus"
},
") => string) | undefined"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_status_filter.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleStatusFilterProps.optionDataTestSubj.$1",
"type": "CompoundType",
"tags": [],
"label": "status",
"description": [],
"signature": [
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.RuleStatus",
"text": "RuleStatus"
}
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_status_filter.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleStatusFilterProps.onChange",
"type": "Function",
"tags": [],
"label": "onChange",
"description": [],
"signature": [
"(selectedStatuses: ",
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.RuleStatus",
"text": "RuleStatus"
},
"[]) => void"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_status_filter.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleStatusFilterProps.onChange.$1",
"type": "Array",
"tags": [],
"label": "selectedStatuses",
"description": [],
"signature": [
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.RuleStatus",
"text": "RuleStatus"
},
"[]"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rule_status_filter.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
}
],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleTableItem",
"type": "Interface",
"tags": [],
"label": "RuleTableItem",
"description": [],
"signature": [
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.RuleTableItem",
"text": "RuleTableItem"
},
" extends ",
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.Rule",
"text": "Rule"
},
"<",
{
"pluginId": "alerting",
"scope": "common",
"docId": "kibAlertingPluginApi",
"section": "def-common.RuleTypeParams",
"text": "RuleTypeParams"
},
">"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleTableItem.ruleType",
"type": "string",
"tags": [],
"label": "ruleType",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleTableItem.index",
"type": "number",
"tags": [],
"label": "index",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleTableItem.actionsCount",
"type": "number",
"tags": [],
"label": "actionsCount",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleTableItem.isEditable",
"type": "boolean",
"tags": [],
"label": "isEditable",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleTableItem.enabledInLicense",
"type": "boolean",
"tags": [],
"label": "enabledInLicense",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleTableItem.showIntervalWarning",
"type": "CompoundType",
"tags": [],
"label": "showIntervalWarning",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleType",
"type": "Interface",
"tags": [],
"label": "RuleType",
"description": [],
"signature": [
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.RuleType",
"text": "RuleType"
},
"<ActionGroupIds, RecoveryActionGroupId> extends Pick<",
{
"pluginId": "alerting",
"scope": "common",
"docId": "kibAlertingPluginApi",
"section": "def-common.RuleType",
"text": "RuleType"
},
"<ActionGroupIds, RecoveryActionGroupId>, \"id\" | \"name\" | \"producer\" | \"recoveryActionGroup\" | \"actionGroups\" | \"defaultActionGroupId\" | \"minimumLicenseRequired\" | \"defaultScheduleInterval\" | \"ruleTaskTimeout\" | \"doesSetRecoveryContext\">"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleType.actionVariables",
"type": "CompoundType",
"tags": [],
"label": "actionVariables",
"description": [],
"signature": [
"AsActionVariables<\"params\"> & Partial<AsActionVariables<\"context\" | \"state\">>"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleType.authorizedConsumers",
"type": "Object",
"tags": [],
"label": "authorizedConsumers",
"description": [],
"signature": [
"{ [x: string]: { read: boolean; all: boolean; }; }"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleType.enabledInLicense",
"type": "boolean",
"tags": [],
"label": "enabledInLicense",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleType.hasFieldsForAAD",
"type": "CompoundType",
"tags": [],
"label": "hasFieldsForAAD",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleType.hasAlertsMappings",
"type": "CompoundType",
"tags": [],
"label": "hasAlertsMappings",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleTypeModel",
"type": "Interface",
"tags": [],
"label": "RuleTypeModel",
"description": [],
"signature": [
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.RuleTypeModel",
"text": "RuleTypeModel"
},
"<Params>"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleTypeModel.id",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleTypeModel.description",
"type": "string",
"tags": [],
"label": "description",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleTypeModel.iconClass",
"type": "string",
"tags": [],
"label": "iconClass",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleTypeModel.documentationUrl",
"type": "CompoundType",
"tags": [],
"label": "documentationUrl",
"description": [],
"signature": [
"string | ((docLinks: ",
{
"pluginId": "@kbn/core-doc-links-browser",
"scope": "common",
"docId": "kibKbnCoreDocLinksBrowserPluginApi",
"section": "def-common.DocLinksStart",
"text": "DocLinksStart"
},
") => string) | null"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleTypeModel.validate",
"type": "Function",
"tags": [],
"label": "validate",
"description": [],
"signature": [
"(ruleParams: Params) => ",
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.ValidationResult",
"text": "ValidationResult"
}
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleTypeModel.validate.$1",
"type": "Uncategorized",
"tags": [],
"label": "ruleParams",
"description": [],
"signature": [
"Params"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleTypeModel.ruleParamsExpression",
"type": "Function",
"tags": [],
"label": "ruleParamsExpression",
"description": [],
"signature": [
"React.FunctionComponent<any> | React.LazyExoticComponent<React.ComponentType<",
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.RuleTypeParamsExpressionProps",
"text": "RuleTypeParamsExpressionProps"
},
"<Params, Record<string, unknown>, string>>>"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleTypeModel.ruleParamsExpression.$1",
"type": "Uncategorized",
"tags": [],
"label": "props",
"description": [],
"signature": [
"P"
],
"path": "node_modules/@types/react/index.d.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleTypeModel.requiresAppContext",
"type": "boolean",
"tags": [],
"label": "requiresAppContext",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleTypeModel.defaultActionMessage",
"type": "string",
"tags": [],
"label": "defaultActionMessage",
"description": [],
"signature": [
"string | undefined"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleTypeModel.defaultRecoveryMessage",
"type": "string",
"tags": [],
"label": "defaultRecoveryMessage",
"description": [],
"signature": [
"string | undefined"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleTypeModel.defaultSummaryMessage",
"type": "string",
"tags": [],
"label": "defaultSummaryMessage",
"description": [],
"signature": [
"string | undefined"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleTypeModel.alertDetailsAppSection",
"type": "CompoundType",
"tags": [],
"label": "alertDetailsAppSection",
"description": [],
"signature": [
"React.FunctionComponent<any> | React.LazyExoticComponent<React.ComponentType<any>> | undefined"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleTypeParamsExpressionProps",
"type": "Interface",
"tags": [],
"label": "RuleTypeParamsExpressionProps",
"description": [],
"signature": [
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.RuleTypeParamsExpressionProps",
"text": "RuleTypeParamsExpressionProps"
},
"<Params, MetaData, ActionGroupIds>"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleTypeParamsExpressionProps.id",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"signature": [
"string | undefined"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleTypeParamsExpressionProps.ruleParams",
"type": "Uncategorized",
"tags": [],
"label": "ruleParams",
"description": [],
"signature": [
"Params"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleTypeParamsExpressionProps.ruleInterval",
"type": "string",
"tags": [],
"label": "ruleInterval",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleTypeParamsExpressionProps.ruleThrottle",
"type": "string",
"tags": [],
"label": "ruleThrottle",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleTypeParamsExpressionProps.alertNotifyWhen",
"type": "CompoundType",
"tags": [],
"label": "alertNotifyWhen",
"description": [],
"signature": [
"\"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\""
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleTypeParamsExpressionProps.setRuleParams",
"type": "Function",
"tags": [],
"label": "setRuleParams",
"description": [],
"signature": [
"<Key extends keyof Params>(property: Key, value: Params[Key] | undefined) => void"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleTypeParamsExpressionProps.setRuleParams.$1",
"type": "Uncategorized",
"tags": [],
"label": "property",
"description": [],
"signature": [
"Key"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleTypeParamsExpressionProps.setRuleParams.$2",
"type": "Uncategorized",
"tags": [],
"label": "value",
"description": [],
"signature": [
"Params[Key] | undefined"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleTypeParamsExpressionProps.setRuleProperty",
"type": "Function",
"tags": [],
"label": "setRuleProperty",
"description": [],
"signature": [
"<Prop extends \"id\" | \"params\" | \"consumer\" | \"name\" | \"monitoring\" | \"actions\" | \"tags\" | \"enabled\" | \"schedule\" | \"mapped_params\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"apiKeyCreatedByUser\" | \"throttle\" | \"muteAll\" | \"notifyWhen\" | \"mutedInstanceIds\" | \"executionStatus\" | \"snoozeSchedule\" | \"activeSnoozes\" | \"isSnoozedUntil\" | \"lastRun\" | \"nextRun\" | \"revision\" | \"running\" | \"viewInAppRelativeUrl\" | \"ruleTypeId\">(key: Prop, value: ",
"SanitizedRule",
"<Params>[Prop] | null) => void"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleTypeParamsExpressionProps.setRuleProperty.$1",
"type": "Uncategorized",
"tags": [],
"label": "key",
"description": [],
"signature": [
"Prop"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleTypeParamsExpressionProps.setRuleProperty.$2",
"type": "CompoundType",
"tags": [],
"label": "value",
"description": [],
"signature": [
"SanitizedRule",
"<Params>[Prop] | null"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleTypeParamsExpressionProps.onChangeMetaData",
"type": "Function",
"tags": [],
"label": "onChangeMetaData",
"description": [],
"signature": [
"(metadata: MetaData) => void"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleTypeParamsExpressionProps.onChangeMetaData.$1",
"type": "Uncategorized",
"tags": [],
"label": "metadata",
"description": [],
"signature": [
"MetaData"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleTypeParamsExpressionProps.errors",
"type": "Object",
"tags": [],
"label": "errors",
"description": [],
"signature": [
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.IErrorObject",
"text": "IErrorObject"
}
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleTypeParamsExpressionProps.defaultActionGroupId",
"type": "string",
"tags": [],
"label": "defaultActionGroupId",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleTypeParamsExpressionProps.actionGroups",
"type": "Array",
"tags": [],
"label": "actionGroups",
"description": [],
"signature": [
{
"pluginId": "alerting",
"scope": "common",
"docId": "kibAlertingPluginApi",
"section": "def-common.ActionGroup",
"text": "ActionGroup"
},
"<ActionGroupIds>[]"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleTypeParamsExpressionProps.metadata",
"type": "Uncategorized",
"tags": [],
"label": "metadata",
"description": [],
"signature": [
"MetaData | undefined"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleTypeParamsExpressionProps.charts",
"type": "Object",
"tags": [],
"label": "charts",
"description": [],
"signature": [
{
"pluginId": "charts",
"scope": "public",
"docId": "kibChartsPluginApi",
"section": "def-public.ChartsPluginSetup",
"text": "ChartsPluginSetup"
}
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleTypeParamsExpressionProps.data",
"type": "Object",
"tags": [],
"label": "data",
"description": [],
"signature": [
{
"pluginId": "data",
"scope": "public",
"docId": "kibDataPluginApi",
"section": "def-public.DataPublicPluginStart",
"text": "DataPublicPluginStart"
}
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleTypeParamsExpressionProps.dataViews",
"type": "Object",
"tags": [],
"label": "dataViews",
"description": [],
"signature": [
{
"pluginId": "dataViews",
"scope": "public",
"docId": "kibDataViewsPluginApi",
"section": "def-public.DataViewsServicePublic",
"text": "DataViewsServicePublic"
}
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleTypeParamsExpressionProps.unifiedSearch",
"type": "Object",
"tags": [],
"label": "unifiedSearch",
"description": [],
"signature": [
{
"pluginId": "unifiedSearch",
"scope": "public",
"docId": "kibUnifiedSearchPluginApi",
"section": "def-public.UnifiedSearchPublicPluginStart",
"text": "UnifiedSearchPublicPluginStart"
}
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.SecretsFieldSchema",
"type": "Interface",
"tags": [],
"label": "SecretsFieldSchema",
"description": [],
"signature": [
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.SecretsFieldSchema",
"text": "SecretsFieldSchema"
},
" extends ",
"CommonFieldSchema"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/components/simple_connector_form.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.SecretsFieldSchema.isPasswordField",
"type": "CompoundType",
"tags": [],
"label": "isPasswordField",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/components/simple_connector_form.tsx",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUiServices",
"type": "Interface",
"tags": [],
"label": "TriggersAndActionsUiServices",
"description": [],
"signature": [
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.TriggersAndActionsUiServices",
"text": "TriggersAndActionsUiServices"
},
" extends ",
{
"pluginId": "@kbn/core-lifecycle-browser",
"scope": "common",
"docId": "kibKbnCoreLifecycleBrowserPluginApi",
"section": "def-common.CoreStart",
"text": "CoreStart"
}
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/app.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUiServices.actions",
"type": "Object",
"tags": [],
"label": "actions",
"description": [],
"signature": [
{
"pluginId": "actions",
"scope": "public",
"docId": "kibActionsPluginApi",
"section": "def-public.ActionsPublicPluginSetup",
"text": "ActionsPublicPluginSetup"
}
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/app.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUiServices.data",
"type": "Object",
"tags": [],
"label": "data",
"description": [],
"signature": [
{
"pluginId": "data",
"scope": "public",
"docId": "kibDataPluginApi",
"section": "def-public.DataPublicPluginStart",
"text": "DataPublicPluginStart"
}
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/app.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUiServices.dataViews",
"type": "Object",
"tags": [],
"label": "dataViews",
"description": [],
"signature": [
{
"pluginId": "dataViews",
"scope": "public",
"docId": "kibDataViewsPluginApi",
"section": "def-public.DataViewsServicePublic",
"text": "DataViewsServicePublic"
}
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/app.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUiServices.dataViewEditor",
"type": "Object",
"tags": [],
"label": "dataViewEditor",
"description": [],
"signature": [
{
"pluginId": "dataViewEditor",
"scope": "public",
"docId": "kibDataViewEditorPluginApi",
"section": "def-public.PluginStart",
"text": "PluginStart"
}
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/app.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUiServices.dashboard",
"type": "Object",
"tags": [],
"label": "dashboard",
"description": [],
"signature": [
{
"pluginId": "dashboard",
"scope": "public",
"docId": "kibDashboardPluginApi",
"section": "def-public.DashboardStart",
"text": "DashboardStart"
}
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/app.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUiServices.charts",
"type": "CompoundType",
"tags": [],
"label": "charts",
"description": [],
"signature": [
{
"pluginId": "charts",
"scope": "public",
"docId": "kibChartsPluginApi",
"section": "def-public.ChartsPluginSetup",
"text": "ChartsPluginSetup"
},
" & { activeCursor: ",
"ActiveCursor",
"; }"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/app.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUiServices.alerting",
"type": "Object",
"tags": [],
"label": "alerting",
"description": [],
"signature": [
{
"pluginId": "alerting",
"scope": "public",
"docId": "kibAlertingPluginApi",
"section": "def-public.PluginStartContract",
"text": "PluginStartContract"
},
" | undefined"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/app.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUiServices.spaces",
"type": "Object",
"tags": [],
"label": "spaces",
"description": [],
"signature": [
{
"pluginId": "spaces",
"scope": "public",
"docId": "kibSpacesPluginApi",
"section": "def-public.SpacesApi",
"text": "SpacesApi"
},
" | undefined"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/app.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUiServices.storage",
"type": "Object",
"tags": [],
"label": "storage",
"description": [],
"signature": [
{
"pluginId": "kibanaUtils",
"scope": "public",
"docId": "kibKibanaUtilsPluginApi",
"section": "def-public.Storage",
"text": "Storage"
},
" | undefined"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/app.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUiServices.isCloud",
"type": "boolean",
"tags": [],
"label": "isCloud",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/application/app.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUiServices.setBreadcrumbs",
"type": "Function",
"tags": [],
"label": "setBreadcrumbs",
"description": [],
"signature": [
"(crumbs: ",
"EuiBreadcrumbProps",
"[]) => void"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/app.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUiServices.setBreadcrumbs.$1",
"type": "Array",
"tags": [],
"label": "crumbs",
"description": [],
"signature": [
"EuiBreadcrumbProps",
"[]"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/app.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUiServices.actionTypeRegistry",
"type": "Object",
"tags": [],
"label": "actionTypeRegistry",
"description": [],
"signature": [
"{ get: (id: string) => ",
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.ActionTypeModel",
"text": "ActionTypeModel"
},
"<unknown, unknown, any>; list: () => ",
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.ActionTypeModel",
"text": "ActionTypeModel"
},
"<unknown, unknown, any>[]; register: (objectType: ",
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.ActionTypeModel",
"text": "ActionTypeModel"
},
"<unknown, unknown, any>) => void; has: (id: string) => boolean; }"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/app.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUiServices.ruleTypeRegistry",
"type": "Object",
"tags": [],
"label": "ruleTypeRegistry",
"description": [],
"signature": [
"{ get: (id: string) => ",
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.RuleTypeModel",
"text": "RuleTypeModel"
},
"<",
{
"pluginId": "alerting",
"scope": "common",
"docId": "kibAlertingPluginApi",
"section": "def-common.RuleTypeParams",
"text": "RuleTypeParams"
},
">; list: () => ",
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.RuleTypeModel",
"text": "RuleTypeModel"
},
"<",
{
"pluginId": "alerting",
"scope": "common",
"docId": "kibAlertingPluginApi",
"section": "def-common.RuleTypeParams",
"text": "RuleTypeParams"
},
">[]; register: (objectType: ",
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.RuleTypeModel",
"text": "RuleTypeModel"
},
"<",
{
"pluginId": "alerting",
"scope": "common",
"docId": "kibAlertingPluginApi",
"section": "def-common.RuleTypeParams",
"text": "RuleTypeParams"
},
">) => void; has: (id: string) => boolean; }"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/app.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUiServices.alertsTableConfigurationRegistry",
"type": "Object",
"tags": [],
"label": "alertsTableConfigurationRegistry",
"description": [],
"signature": [
"{ get: (id: string) => ",
"AlertsTableConfigurationRegistry",
"; list: () => ",
"AlertsTableConfigurationRegistry",
"[]; register: (objectType: ",
"AlertsTableConfigurationRegistry",
") => void; has: (id: string) => boolean; }"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/app.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUiServices.history",
"type": "Object",
"tags": [],
"label": "history",
"description": [],
"signature": [
{
"pluginId": "@kbn/core-application-browser",
"scope": "common",
"docId": "kibKbnCoreApplicationBrowserPluginApi",
"section": "def-common.ScopedHistory",
"text": "ScopedHistory"
},
"<unknown>"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/app.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUiServices.kibanaFeatures",
"type": "Array",
"tags": [],
"label": "kibanaFeatures",
"description": [],
"signature": [
{
"pluginId": "features",
"scope": "common",
"docId": "kibFeaturesPluginApi",
"section": "def-common.KibanaFeature",
"text": "KibanaFeature"
},
"[]"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/app.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUiServices.element",
"type": "Object",
"tags": [],
"label": "element",
"description": [],
"signature": [
"HTMLElement"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/app.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUiServices.theme$",
"type": "Object",
"tags": [],
"label": "theme$",
"description": [],
"signature": [
"Observable",
"<",
{
"pluginId": "@kbn/core-theme-browser",
"scope": "common",
"docId": "kibKbnCoreThemeBrowserPluginApi",
"section": "def-common.CoreTheme",
"text": "CoreTheme"
},
">"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/app.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUiServices.unifiedSearch",
"type": "Object",
"tags": [],
"label": "unifiedSearch",
"description": [],
"signature": [
{
"pluginId": "unifiedSearch",
"scope": "public",
"docId": "kibUnifiedSearchPluginApi",
"section": "def-public.UnifiedSearchPublicPluginStart",
"text": "UnifiedSearchPublicPluginStart"
}
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/app.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUiServices.licensing",
"type": "Object",
"tags": [],
"label": "licensing",
"description": [],
"signature": [
{
"pluginId": "licensing",
"scope": "public",
"docId": "kibLicensingPluginApi",
"section": "def-public.LicensingPluginStart",
"text": "LicensingPluginStart"
}
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/app.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUiServices.expressions",
"type": "Object",
"tags": [],
"label": "expressions",
"description": [],
"signature": [
{
"pluginId": "expressions",
"scope": "public",
"docId": "kibExpressionsPluginApi",
"section": "def-public.ExpressionsStart",
"text": "ExpressionsStart"
}
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/app.tsx",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ValidationResult",
"type": "Interface",
"tags": [],
"label": "ValidationResult",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ValidationResult.errors",
"type": "Object",
"tags": [],
"label": "errors",
"description": [],
"signature": [
"{ [x: string]: any; }"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
}
],
"enums": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ActionConnectorMode",
"type": "Enum",
"tags": [],
"label": "ActionConnectorMode",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.AlertProvidedActionVariables",
"type": "Enum",
"tags": [],
"label": "AlertProvidedActionVariables",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/application/lib/action_variables.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.COMPARATORS",
"type": "Enum",
"tags": [],
"label": "COMPARATORS",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/common/constants/comparators.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleFlyoutCloseReason",
"type": "Enum",
"tags": [],
"label": "RuleFlyoutCloseReason",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TIME_UNITS",
"type": "Enum",
"tags": [],
"label": "TIME_UNITS",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/application/constants/time_units.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
}
],
"misc": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ActionConnector",
"type": "Type",
"tags": [],
"label": "ActionConnector",
"description": [],
"signature": [
"PreConfiguredActionConnector",
" | ",
"SystemAction",
" | ",
"UserConfiguredActionConnector",
"<Config, Secrets>"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ActionGroupWithCondition",
"type": "Type",
"tags": [],
"label": "ActionGroupWithCondition",
"description": [],
"signature": [
{
"pluginId": "alerting",
"scope": "common",
"docId": "kibAlertingPluginApi",
"section": "def-common.ActionGroup",
"text": "ActionGroup"
},
"<ActionGroupIds> & ({ conditions?: T | undefined; isRequired?: false | undefined; } | { conditions: T; isRequired: true; })"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/sections/rule_form/rule_conditions.tsx",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ActionTypeRegistryContract",
"type": "Type",
"tags": [],
"label": "ActionTypeRegistryContract",
"description": [],
"signature": [
"{ get: (id: string) => ",
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.ActionTypeModel",
"text": "ActionTypeModel"
},
"<ActionConnector, ActionParams, any>; list: () => ",
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.ActionTypeModel",
"text": "ActionTypeModel"
},
"<ActionConnector, ActionParams, any>[]; register: (objectType: ",
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.ActionTypeModel",
"text": "ActionTypeModel"
},
"<ActionConnector, ActionParams, any>) => void; has: (id: string) => boolean; }"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ActionVariables",
"type": "Type",
"tags": [],
"label": "ActionVariables",
"description": [],
"signature": [
"AsActionVariables<\"params\"> & Partial<AsActionVariables<\"context\" | \"state\">>"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ALERT_HISTORY_PREFIX",
"type": "string",
"tags": [],
"label": "ALERT_HISTORY_PREFIX",
"description": [],
"signature": [
"\"kibana-alert-history-\""
],
"path": "x-pack/plugins/actions/common/alert_history_schema.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.AlertHistoryDefaultIndexName",
"type": "string",
"tags": [],
"label": "AlertHistoryDefaultIndexName",
"description": [],
"path": "x-pack/plugins/actions/common/alert_history_schema.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.AlertHistoryDocumentTemplate",
"type": "CompoundType",
"tags": [],
"label": "AlertHistoryDocumentTemplate",
"description": [],
"signature": [
"Readonly<{ event: { kind: string; }; kibana?: { alert: { actionGroupName?: string | undefined; actionGroup?: string | undefined; context?: { [x: string]: Record<string, unknown>; } | undefined; id?: string | undefined; }; } | undefined; rule?: { type?: string | undefined; space?: string | undefined; params?: { [x: string]: Record<string, unknown>; } | undefined; name?: string | undefined; id?: string | undefined; } | undefined; message?: unknown; tags?: string[] | undefined; '@timestamp': string; }> | null"
],
"path": "x-pack/plugins/actions/common/alert_history_schema.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.AlertHistoryEsIndexConnectorId",
"type": "string",
"tags": [],
"label": "AlertHistoryEsIndexConnectorId",
"description": [],
"signature": [
"\"preconfigured-alert-history-es-index\""
],
"path": "x-pack/plugins/actions/common/alert_history_schema.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.AlertsTableConfigurationRegistryContract",
"type": "Type",
"tags": [],
"label": "AlertsTableConfigurationRegistryContract",
"description": [],
"signature": [
"{ get: (id: string) => ",
"AlertsTableConfigurationRegistry",
"; list: () => ",
"AlertsTableConfigurationRegistry",
"[]; register: (objectType: ",
"AlertsTableConfigurationRegistry",
") => void; has: (id: string) => boolean; }"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.AlertsTableProps",
"type": "Type",
"tags": [],
"label": "AlertsTableProps",
"description": [],
"signature": [
"{ alertsTableConfiguration: ",
"AlertsTableConfigurationRegistry",
"; cases: { data: Map<string, ",
"Case",
">; isLoading: boolean; }; maintenanceWindows: { data: Map<string, ",
{
"pluginId": "alerting",
"scope": "common",
"docId": "kibAlertingPluginApi",
"section": "def-common.MaintenanceWindow",
"text": "MaintenanceWindow"
},
">; isLoading: boolean; }; columns: ",
"EuiDataGridColumn",
"[]; deletedEventIds: string[]; disabledCellActions: string[]; flyoutSize?: \"m\" | \"s\" | \"l\" | undefined; pageSize: number; pageSizeOptions: number[]; id?: string | undefined; leadingControlColumns: ",
"EuiDataGridControlColumn",
"[]; showExpandToDetails: boolean; showAlertStatusWithFlapping?: boolean | undefined; trailingControlColumns: ",
"EuiDataGridControlColumn",
"[]; useFetchAlertsData: () => ",
"FetchAlertData",
"; visibleColumns: string[]; 'data-test-subj': string; updatedAt: number; browserFields: any; onToggleColumn: (columnId: string) => void; onResetColumns: () => void; onChangeVisibleColumns: (newColumns: string[]) => void; onColumnResize?: ",
"EuiDataGridOnColumnResizeHandler",
" | undefined; query: Pick<",
"QueryDslQueryContainer",
", \"ids\" | \"bool\">; controls?: ",
"EuiDataGridToolBarAdditionalControlsOptions",
" | undefined; showInspectButton?: boolean | undefined; toolbarVisibility?: ",
"EuiDataGridToolBarVisibilityOptions",
" | undefined; shouldHighlightRow?: ((alert: ",
"EcsFieldsResponse",
") => boolean) | undefined; } & Partial<Pick<",
"EuiDataGridProps",
", \"gridStyle\" | \"rowHeightsOptions\">>"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.AlertTableFlyoutComponent",
"type": "Type",
"tags": [],
"label": "AlertTableFlyoutComponent",
"description": [],
"signature": [
"React.FunctionComponent<",
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.AlertsTableFlyoutBaseProps",
"text": "AlertsTableFlyoutBaseProps"
},
"> | React.LazyExoticComponent<React.ComponentType<",
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.AlertsTableFlyoutBaseProps",
"text": "AlertsTableFlyoutBaseProps"
},
">> | null"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.AsApiContract",
"type": "Type",
"tags": [],
"label": "AsApiContract",
"description": [],
"signature": [
"{ [K in keyof T as CamelToSnake<RenameActionToConnector<Extract<K, string>>>]: K extends \"frequency\" ? ",
{
"pluginId": "actions",
"scope": "common",
"docId": "kibActionsPluginApi",
"section": "def-common.AsApiContract",
"text": "AsApiContract"
},
"<T[K]> : T[K]; }"
],
"path": "x-pack/plugins/actions/common/rewrite_request_case.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.BulkOperationAttributes",
"type": "Type",
"tags": [],
"label": "BulkOperationAttributes",
"description": [],
"signature": [
"BulkOperationAttributesWithoutHttp",
" & { http: ",
{
"pluginId": "@kbn/core-http-browser",
"scope": "common",
"docId": "kibKbnCoreHttpBrowserPluginApi",
"section": "def-common.HttpSetup",
"text": "HttpSetup"
},
"; }"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.connectorDeprecatedMessage",
"type": "string",
"tags": [],
"label": "connectorDeprecatedMessage",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/common/connectors_selection.tsx",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ConnectorFormSchema",
"type": "Type",
"tags": [],
"label": "ConnectorFormSchema",
"description": [
"\nThe following type is equivalent to:\n\ninterface ConnectorFormSchema<Config, Secrets> {\n id?: string,\n name?: string,\n actionTypeId: string,\n isDeprecated: boolean,\n config: Config,\n secrets: Secrets,\n}"
],
"signature": [
"Pick<",
"UserConfiguredActionConnector",
"<Config, Secrets>, \"config\" | \"secrets\" | \"actionTypeId\" | \"isDeprecated\"> & Partial<Pick<",
"UserConfiguredActionConnector",
"<Config, Secrets>, \"id\" | \"name\">>"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.deprecatedMessage",
"type": "string",
"tags": [],
"label": "deprecatedMessage",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/common/connectors_selection.tsx",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.GetRenderCellValue",
"type": "Type",
"tags": [],
"label": "GetRenderCellValue",
"description": [],
"signature": [
"({ setFlyoutAlert, }: { setFlyoutAlert?: ((data: unknown) => void) | undefined; }) => (props: unknown) => React.ReactNode"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.GetRenderCellValue.$1",
"type": "Object",
"tags": [],
"label": "__0",
"description": [],
"signature": [
"{ setFlyoutAlert?: ((data: unknown) => void) | undefined; }"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.Rule",
"type": "Type",
"tags": [],
"label": "Rule",
"description": [],
"signature": [
"Omit<",
{
"pluginId": "alerting",
"scope": "common",
"docId": "kibAlertingPluginApi",
"section": "def-common.SanitizedRule",
"text": "SanitizedRule"
},
"<Params>, \"alertTypeId\"> & { ruleTypeId: string; }"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleCreationValidConsumer",
"type": "Type",
"tags": [],
"label": "RuleCreationValidConsumer",
"description": [],
"signature": [
"\"logs\" | \"infrastructure\" | \"stackAlerts\""
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleEventLogListProps",
"type": "Type",
"tags": [],
"label": "RuleEventLogListProps",
"description": [],
"signature": [
"T extends \"default\" ? ",
"RuleEventLogListCommonProps",
" : T extends \"stackManagement\" ? ",
"RuleEventLogListStackManagementProps",
" & ",
"RuleEventLogListCommonProps",
" : never"
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_event_log_list.tsx",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RulesListVisibleColumns",
"type": "Type",
"tags": [],
"label": "RulesListVisibleColumns",
"description": [],
"signature": [
"\"ruleName\" | \"ruleTags\" | \"ruleExecutionStatusLastDate\" | \"ruleSnoozeNotify\" | \"ruleScheduleInterval\" | \"ruleExecutionStatusLastDuration\" | \"ruleExecutionPercentile\" | \"ruleExecutionSuccessRatio\" | \"ruleExecutionStatus\" | \"ruleExecutionState\""
],
"path": "x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_column_selector.tsx",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleStatus",
"type": "Type",
"tags": [],
"label": "RuleStatus",
"description": [],
"signature": [
"\"enabled\" | \"disabled\" | \"snoozed\""
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleTypeParams",
"type": "Type",
"tags": [],
"label": "RuleTypeParams",
"description": [],
"signature": [
"{ [x: string]: unknown; }"
],
"path": "x-pack/plugins/alerting/common/rule.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.RuleTypeRegistryContract",
"type": "Type",
"tags": [],
"label": "RuleTypeRegistryContract",
"description": [],
"signature": [
"{ get: (id: string) => ",
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.RuleTypeModel",
"text": "RuleTypeModel"
},
"<",
{
"pluginId": "alerting",
"scope": "common",
"docId": "kibAlertingPluginApi",
"section": "def-common.RuleTypeParams",
"text": "RuleTypeParams"
},
">; list: () => ",
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.RuleTypeModel",
"text": "RuleTypeModel"
},
"<",
{
"pluginId": "alerting",
"scope": "common",
"docId": "kibAlertingPluginApi",
"section": "def-common.RuleTypeParams",
"text": "RuleTypeParams"
},
">[]; register: (objectType: ",
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.RuleTypeModel",
"text": "RuleTypeModel"
},
"<",
{
"pluginId": "alerting",
"scope": "common",
"docId": "kibAlertingPluginApi",
"section": "def-common.RuleTypeParams",
"text": "RuleTypeParams"
},
">) => void; has: (id: string) => boolean; }"
],
"path": "x-pack/plugins/triggers_actions_ui/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.ValidNormalizedTypes",
"type": "Type",
"tags": [],
"label": "ValidNormalizedTypes",
"description": [],
"signature": [
"\"string\" | \"number\" | \"boolean\" | \"object\" | \"geo_point\" | \"geo_shape\" | \"ip\" | \"date\" | \"murmur3\" | \"date_range\" | \"ip_range\" | \"histogram\" | \"number_range\""
],
"path": "x-pack/plugins/triggers_actions_ui/public/common/types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
}
],
"objects": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.builtInAggregationTypes",
"type": "Object",
"tags": [],
"label": "builtInAggregationTypes",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/common/constants/aggregation_types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.builtInAggregationTypes.count",
"type": "Object",
"tags": [],
"label": "count",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/common/constants/aggregation_types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.builtInAggregationTypes.count.text",
"type": "string",
"tags": [],
"label": "text",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/common/constants/aggregation_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.builtInAggregationTypes.count.fieldRequired",
"type": "boolean",
"tags": [],
"label": "fieldRequired",
"description": [],
"signature": [
"false"
],
"path": "x-pack/plugins/triggers_actions_ui/public/common/constants/aggregation_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.builtInAggregationTypes.count.value",
"type": "Enum",
"tags": [],
"label": "value",
"description": [],
"signature": [
"AGGREGATION_TYPES"
],
"path": "x-pack/plugins/triggers_actions_ui/public/common/constants/aggregation_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.builtInAggregationTypes.count.validNormalizedTypes",
"type": "Array",
"tags": [],
"label": "validNormalizedTypes",
"description": [],
"signature": [
"never[]"
],
"path": "x-pack/plugins/triggers_actions_ui/public/common/constants/aggregation_types.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.builtInAggregationTypes.avg",
"type": "Object",
"tags": [],
"label": "avg",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/common/constants/aggregation_types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.builtInAggregationTypes.avg.text",
"type": "string",
"tags": [],
"label": "text",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/common/constants/aggregation_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.builtInAggregationTypes.avg.fieldRequired",
"type": "boolean",
"tags": [],
"label": "fieldRequired",
"description": [],
"signature": [
"true"
],
"path": "x-pack/plugins/triggers_actions_ui/public/common/constants/aggregation_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.builtInAggregationTypes.avg.validNormalizedTypes",
"type": "Array",
"tags": [],
"label": "validNormalizedTypes",
"description": [],
"signature": [
"\"number\"[]"
],
"path": "x-pack/plugins/triggers_actions_ui/public/common/constants/aggregation_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.builtInAggregationTypes.avg.value",
"type": "Enum",
"tags": [],
"label": "value",
"description": [],
"signature": [
"AGGREGATION_TYPES"
],
"path": "x-pack/plugins/triggers_actions_ui/public/common/constants/aggregation_types.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.builtInAggregationTypes.sum",
"type": "Object",
"tags": [],
"label": "sum",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/common/constants/aggregation_types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.builtInAggregationTypes.sum.text",
"type": "string",
"tags": [],
"label": "text",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/common/constants/aggregation_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.builtInAggregationTypes.sum.fieldRequired",
"type": "boolean",
"tags": [],
"label": "fieldRequired",
"description": [],
"signature": [
"true"
],
"path": "x-pack/plugins/triggers_actions_ui/public/common/constants/aggregation_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.builtInAggregationTypes.sum.validNormalizedTypes",
"type": "Array",
"tags": [],
"label": "validNormalizedTypes",
"description": [],
"signature": [
"\"number\"[]"
],
"path": "x-pack/plugins/triggers_actions_ui/public/common/constants/aggregation_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.builtInAggregationTypes.sum.value",
"type": "Enum",
"tags": [],
"label": "value",
"description": [],
"signature": [
"AGGREGATION_TYPES"
],
"path": "x-pack/plugins/triggers_actions_ui/public/common/constants/aggregation_types.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.builtInAggregationTypes.min",
"type": "Object",
"tags": [],
"label": "min",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/common/constants/aggregation_types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.builtInAggregationTypes.min.text",
"type": "string",
"tags": [],
"label": "text",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/common/constants/aggregation_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.builtInAggregationTypes.min.fieldRequired",
"type": "boolean",
"tags": [],
"label": "fieldRequired",
"description": [],
"signature": [
"true"
],
"path": "x-pack/plugins/triggers_actions_ui/public/common/constants/aggregation_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.builtInAggregationTypes.min.validNormalizedTypes",
"type": "Array",
"tags": [],
"label": "validNormalizedTypes",
"description": [],
"signature": [
"(\"date\" | \"number\")[]"
],
"path": "x-pack/plugins/triggers_actions_ui/public/common/constants/aggregation_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.builtInAggregationTypes.min.value",
"type": "Enum",
"tags": [],
"label": "value",
"description": [],
"signature": [
"AGGREGATION_TYPES"
],
"path": "x-pack/plugins/triggers_actions_ui/public/common/constants/aggregation_types.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.builtInAggregationTypes.max",
"type": "Object",
"tags": [],
"label": "max",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/common/constants/aggregation_types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.builtInAggregationTypes.max.text",
"type": "string",
"tags": [],
"label": "text",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/common/constants/aggregation_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.builtInAggregationTypes.max.fieldRequired",
"type": "boolean",
"tags": [],
"label": "fieldRequired",
"description": [],
"signature": [
"true"
],
"path": "x-pack/plugins/triggers_actions_ui/public/common/constants/aggregation_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.builtInAggregationTypes.max.validNormalizedTypes",
"type": "Array",
"tags": [],
"label": "validNormalizedTypes",
"description": [],
"signature": [
"(\"date\" | \"number\")[]"
],
"path": "x-pack/plugins/triggers_actions_ui/public/common/constants/aggregation_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.builtInAggregationTypes.max.value",
"type": "Enum",
"tags": [],
"label": "value",
"description": [],
"signature": [
"AGGREGATION_TYPES"
],
"path": "x-pack/plugins/triggers_actions_ui/public/common/constants/aggregation_types.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.builtInComparators",
"type": "Object",
"tags": [],
"label": "builtInComparators",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/common/constants/comparators.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.builtInComparators.COMPARATORS.GREATER_THAN",
"type": "Object",
"tags": [],
"label": "[COMPARATORS.GREATER_THAN]",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/common/constants/comparators.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.builtInComparators.COMPARATORS.GREATER_THAN.text",
"type": "string",
"tags": [],
"label": "text",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/common/constants/comparators.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.builtInComparators.COMPARATORS.GREATER_THAN.value",
"type": "Enum",
"tags": [],
"label": "value",
"description": [],
"signature": [
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.COMPARATORS",
"text": "COMPARATORS"
}
],
"path": "x-pack/plugins/triggers_actions_ui/public/common/constants/comparators.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.builtInComparators.COMPARATORS.GREATER_THAN.requiredValues",
"type": "number",
"tags": [],
"label": "requiredValues",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/common/constants/comparators.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.builtInComparators.COMPARATORS.GREATER_THAN_OR_EQUALS",
"type": "Object",
"tags": [],
"label": "[COMPARATORS.GREATER_THAN_OR_EQUALS]",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/common/constants/comparators.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.builtInComparators.COMPARATORS.GREATER_THAN_OR_EQUALS.text",
"type": "string",
"tags": [],
"label": "text",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/common/constants/comparators.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.builtInComparators.COMPARATORS.GREATER_THAN_OR_EQUALS.value",
"type": "Enum",
"tags": [],
"label": "value",
"description": [],
"signature": [
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.COMPARATORS",
"text": "COMPARATORS"
}
],
"path": "x-pack/plugins/triggers_actions_ui/public/common/constants/comparators.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.builtInComparators.COMPARATORS.GREATER_THAN_OR_EQUALS.requiredValues",
"type": "number",
"tags": [],
"label": "requiredValues",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/common/constants/comparators.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.builtInComparators.COMPARATORS.LESS_THAN",
"type": "Object",
"tags": [],
"label": "[COMPARATORS.LESS_THAN]",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/common/constants/comparators.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.builtInComparators.COMPARATORS.LESS_THAN.text",
"type": "string",
"tags": [],
"label": "text",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/common/constants/comparators.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.builtInComparators.COMPARATORS.LESS_THAN.value",
"type": "Enum",
"tags": [],
"label": "value",
"description": [],
"signature": [
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.COMPARATORS",
"text": "COMPARATORS"
}
],
"path": "x-pack/plugins/triggers_actions_ui/public/common/constants/comparators.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.builtInComparators.COMPARATORS.LESS_THAN.requiredValues",
"type": "number",
"tags": [],
"label": "requiredValues",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/common/constants/comparators.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.builtInComparators.COMPARATORS.LESS_THAN_OR_EQUALS",
"type": "Object",
"tags": [],
"label": "[COMPARATORS.LESS_THAN_OR_EQUALS]",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/common/constants/comparators.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.builtInComparators.COMPARATORS.LESS_THAN_OR_EQUALS.text",
"type": "string",
"tags": [],
"label": "text",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/common/constants/comparators.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.builtInComparators.COMPARATORS.LESS_THAN_OR_EQUALS.value",
"type": "Enum",
"tags": [],
"label": "value",
"description": [],
"signature": [
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.COMPARATORS",
"text": "COMPARATORS"
}
],
"path": "x-pack/plugins/triggers_actions_ui/public/common/constants/comparators.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.builtInComparators.COMPARATORS.LESS_THAN_OR_EQUALS.requiredValues",
"type": "number",
"tags": [],
"label": "requiredValues",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/common/constants/comparators.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.builtInComparators.COMPARATORS.BETWEEN",
"type": "Object",
"tags": [],
"label": "[COMPARATORS.BETWEEN]",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/common/constants/comparators.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.builtInComparators.COMPARATORS.BETWEEN.text",
"type": "string",
"tags": [],
"label": "text",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/common/constants/comparators.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.builtInComparators.COMPARATORS.BETWEEN.value",
"type": "Enum",
"tags": [],
"label": "value",
"description": [],
"signature": [
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.COMPARATORS",
"text": "COMPARATORS"
}
],
"path": "x-pack/plugins/triggers_actions_ui/public/common/constants/comparators.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.builtInComparators.COMPARATORS.BETWEEN.requiredValues",
"type": "number",
"tags": [],
"label": "requiredValues",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/common/constants/comparators.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.builtInComparators.COMPARATORS.NOT_BETWEEN",
"type": "Object",
"tags": [],
"label": "[COMPARATORS.NOT_BETWEEN]",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/common/constants/comparators.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.builtInComparators.COMPARATORS.NOT_BETWEEN.text",
"type": "string",
"tags": [],
"label": "text",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/common/constants/comparators.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.builtInComparators.COMPARATORS.NOT_BETWEEN.value",
"type": "Enum",
"tags": [],
"label": "value",
"description": [],
"signature": [
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.COMPARATORS",
"text": "COMPARATORS"
}
],
"path": "x-pack/plugins/triggers_actions_ui/public/common/constants/comparators.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.builtInComparators.COMPARATORS.NOT_BETWEEN.requiredValues",
"type": "number",
"tags": [],
"label": "requiredValues",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/common/constants/comparators.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.builtInGroupByTypes",
"type": "Object",
"tags": [],
"label": "builtInGroupByTypes",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/common/constants/group_by_types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.builtInGroupByTypes.all",
"type": "Object",
"tags": [],
"label": "all",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/common/constants/group_by_types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.builtInGroupByTypes.all.text",
"type": "string",
"tags": [],
"label": "text",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/common/constants/group_by_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.builtInGroupByTypes.all.sizeRequired",
"type": "boolean",
"tags": [],
"label": "sizeRequired",
"description": [],
"signature": [
"false"
],
"path": "x-pack/plugins/triggers_actions_ui/public/common/constants/group_by_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.builtInGroupByTypes.all.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/common/constants/group_by_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.builtInGroupByTypes.all.validNormalizedTypes",
"type": "Array",
"tags": [],
"label": "validNormalizedTypes",
"description": [],
"signature": [
"never[]"
],
"path": "x-pack/plugins/triggers_actions_ui/public/common/constants/group_by_types.ts",
"deprecated": false,
"trackAdoption": false
}
]
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.builtInGroupByTypes.top",
"type": "Object",
"tags": [],
"label": "top",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/common/constants/group_by_types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.builtInGroupByTypes.top.text",
"type": "string",
"tags": [],
"label": "text",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/common/constants/group_by_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.builtInGroupByTypes.top.sizeRequired",
"type": "boolean",
"tags": [],
"label": "sizeRequired",
"description": [],
"signature": [
"true"
],
"path": "x-pack/plugins/triggers_actions_ui/public/common/constants/group_by_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.builtInGroupByTypes.top.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/common/constants/group_by_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.builtInGroupByTypes.top.validNormalizedTypes",
"type": "Array",
"tags": [],
"label": "validNormalizedTypes",
"description": [],
"signature": [
"string[]"
],
"path": "x-pack/plugins/triggers_actions_ui/public/common/constants/group_by_types.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.firstFieldOption",
"type": "Object",
"tags": [],
"label": "firstFieldOption",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/common/index_controls/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.firstFieldOption.text",
"type": "string",
"tags": [],
"label": "text",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/common/index_controls/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.firstFieldOption.value",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/common/index_controls/index.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
}
],
"setup": {
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUIPublicPluginSetup",
"type": "Interface",
"tags": [],
"label": "TriggersAndActionsUIPublicPluginSetup",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUIPublicPluginSetup.actionTypeRegistry",
"type": "Object",
"tags": [],
"label": "actionTypeRegistry",
"description": [],
"signature": [
"TypeRegistry",
"<",
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.ActionTypeModel",
"text": "ActionTypeModel"
},
"<any, any, any>>"
],
"path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUIPublicPluginSetup.ruleTypeRegistry",
"type": "Object",
"tags": [],
"label": "ruleTypeRegistry",
"description": [],
"signature": [
"TypeRegistry",
"<",
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.RuleTypeModel",
"text": "RuleTypeModel"
},
"<any>>"
],
"path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUIPublicPluginSetup.alertsTableConfigurationRegistry",
"type": "Object",
"tags": [],
"label": "alertsTableConfigurationRegistry",
"description": [],
"signature": [
"TypeRegistry",
"<",
"AlertsTableConfigurationRegistry",
">"
],
"path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts",
"deprecated": false,
"trackAdoption": false
}
],
"lifecycle": "setup",
"initialIsOpen": true
},
"start": {
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUIPublicPluginStart",
"type": "Interface",
"tags": [],
"label": "TriggersAndActionsUIPublicPluginStart",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUIPublicPluginStart.actionTypeRegistry",
"type": "Object",
"tags": [],
"label": "actionTypeRegistry",
"description": [],
"signature": [
"TypeRegistry",
"<",
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.ActionTypeModel",
"text": "ActionTypeModel"
},
"<any, any, any>>"
],
"path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUIPublicPluginStart.ruleTypeRegistry",
"type": "Object",
"tags": [],
"label": "ruleTypeRegistry",
"description": [],
"signature": [
"TypeRegistry",
"<",
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.RuleTypeModel",
"text": "RuleTypeModel"
},
"<any>>"
],
"path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUIPublicPluginStart.alertsTableConfigurationRegistry",
"type": "Object",
"tags": [],
"label": "alertsTableConfigurationRegistry",
"description": [],
"signature": [
"TypeRegistry",
"<",
"AlertsTableConfigurationRegistry",
">"
],
"path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUIPublicPluginStart.getActionForm",
"type": "Function",
"tags": [],
"label": "getActionForm",
"description": [],
"signature": [
"(props: Omit<",
"ActionAccordionFormProps",
", \"actionTypeRegistry\">) => React.ReactElement<",
"ActionAccordionFormProps",
", string | React.JSXElementConstructor<any>>"
],
"path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUIPublicPluginStart.getActionForm.$1",
"type": "Object",
"tags": [],
"label": "props",
"description": [],
"signature": [
"Omit<",
"ActionAccordionFormProps",
", \"actionTypeRegistry\">"
],
"path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUIPublicPluginStart.getAddConnectorFlyout",
"type": "Function",
"tags": [],
"label": "getAddConnectorFlyout",
"description": [],
"signature": [
"(props: Omit<",
"CreateConnectorFlyoutProps",
", \"actionTypeRegistry\">) => React.ReactElement<",
"CreateConnectorFlyoutProps",
", string | React.JSXElementConstructor<any>>"
],
"path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUIPublicPluginStart.getAddConnectorFlyout.$1",
"type": "Object",
"tags": [],
"label": "props",
"description": [],
"signature": [
"Omit<",
"CreateConnectorFlyoutProps",
", \"actionTypeRegistry\">"
],
"path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUIPublicPluginStart.getEditConnectorFlyout",
"type": "Function",
"tags": [],
"label": "getEditConnectorFlyout",
"description": [],
"signature": [
"(props: Omit<",
"EditConnectorFlyoutProps",
", \"actionTypeRegistry\">) => React.ReactElement<",
"EditConnectorFlyoutProps",
", string | React.JSXElementConstructor<any>>"
],
"path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUIPublicPluginStart.getEditConnectorFlyout.$1",
"type": "Object",
"tags": [],
"label": "props",
"description": [],
"signature": [
"Omit<",
"EditConnectorFlyoutProps",
", \"actionTypeRegistry\">"
],
"path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUIPublicPluginStart.getAddRuleFlyout",
"type": "Function",
"tags": [],
"label": "getAddRuleFlyout",
"description": [],
"signature": [
"(props: Omit<",
"RuleAddProps",
"<Record<string, any>>, \"actionTypeRegistry\" | \"ruleTypeRegistry\">) => React.ReactElement<",
"RuleAddProps",
"<Record<string, any>>, string | React.JSXElementConstructor<any>>"
],
"path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUIPublicPluginStart.getAddRuleFlyout.$1",
"type": "Object",
"tags": [],
"label": "props",
"description": [],
"signature": [
"Omit<",
"RuleAddProps",
"<Record<string, any>>, \"actionTypeRegistry\" | \"ruleTypeRegistry\">"
],
"path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUIPublicPluginStart.getEditRuleFlyout",
"type": "Function",
"tags": [],
"label": "getEditRuleFlyout",
"description": [],
"signature": [
"(props: Omit<",
"RuleEditProps",
"<Record<string, any>>, \"actionTypeRegistry\" | \"ruleTypeRegistry\">) => React.ReactElement<",
"RuleEditProps",
"<Record<string, any>>, string | React.JSXElementConstructor<any>>"
],
"path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUIPublicPluginStart.getEditRuleFlyout.$1",
"type": "Object",
"tags": [],
"label": "props",
"description": [],
"signature": [
"Omit<",
"RuleEditProps",
"<Record<string, any>>, \"actionTypeRegistry\" | \"ruleTypeRegistry\">"
],
"path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUIPublicPluginStart.getAlertsTable",
"type": "Function",
"tags": [],
"label": "getAlertsTable",
"description": [],
"signature": [
"(props: ",
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.AlertsTableProps",
"text": "AlertsTableProps"
},
") => React.ReactElement<",
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.AlertsTableProps",
"text": "AlertsTableProps"
},
", string | React.JSXElementConstructor<any>>"
],
"path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUIPublicPluginStart.getAlertsTable.$1",
"type": "CompoundType",
"tags": [],
"label": "props",
"description": [],
"signature": [
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.AlertsTableProps",
"text": "AlertsTableProps"
}
],
"path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUIPublicPluginStart.getAlertsStateTable",
"type": "Function",
"tags": [],
"label": "getAlertsStateTable",
"description": [],
"signature": [
"(props: ",
"AlertsTableStateProps",
" & ",
"LazyLoadProps",
") => React.ReactElement<",
"AlertsTableStateProps",
", string | React.JSXElementConstructor<any>>"
],
"path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUIPublicPluginStart.getAlertsStateTable.$1",
"type": "CompoundType",
"tags": [],
"label": "props",
"description": [],
"signature": [
"AlertsTableStateProps",
" & ",
"LazyLoadProps"
],
"path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUIPublicPluginStart.getAlertsSearchBar",
"type": "Function",
"tags": [],
"label": "getAlertsSearchBar",
"description": [],
"signature": [
"(props: ",
"AlertsSearchBarProps",
") => React.ReactElement<",
"AlertsSearchBarProps",
", string | React.JSXElementConstructor<any>>"
],
"path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUIPublicPluginStart.getAlertsSearchBar.$1",
"type": "Object",
"tags": [],
"label": "props",
"description": [],
"signature": [
"AlertsSearchBarProps"
],
"path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUIPublicPluginStart.getFieldBrowser",
"type": "Function",
"tags": [],
"label": "getFieldBrowser",
"description": [],
"signature": [
"(props: ",
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.FieldBrowserProps",
"text": "FieldBrowserProps"
},
") => React.ReactElement<",
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.FieldBrowserProps",
"text": "FieldBrowserProps"
},
", string | React.JSXElementConstructor<any>>"
],
"path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUIPublicPluginStart.getFieldBrowser.$1",
"type": "Object",
"tags": [],
"label": "props",
"description": [],
"signature": [
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.FieldBrowserProps",
"text": "FieldBrowserProps"
}
],
"path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUIPublicPluginStart.getRuleStatusDropdown",
"type": "Function",
"tags": [],
"label": "getRuleStatusDropdown",
"description": [],
"signature": [
"(props: ",
"ComponentOpts",
") => React.ReactElement<",
"ComponentOpts",
", string | React.JSXElementConstructor<any>>"
],
"path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUIPublicPluginStart.getRuleStatusDropdown.$1",
"type": "Object",
"tags": [],
"label": "props",
"description": [],
"signature": [
"ComponentOpts"
],
"path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUIPublicPluginStart.getRuleTagFilter",
"type": "Function",
"tags": [],
"label": "getRuleTagFilter",
"description": [],
"signature": [
"(props: ",
"RuleTagFilterProps",
") => React.ReactElement<",
"RuleTagFilterProps",
", string | React.JSXElementConstructor<any>>"
],
"path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUIPublicPluginStart.getRuleTagFilter.$1",
"type": "Object",
"tags": [],
"label": "props",
"description": [],
"signature": [
"RuleTagFilterProps"
],
"path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUIPublicPluginStart.getRuleStatusFilter",
"type": "Function",
"tags": [],
"label": "getRuleStatusFilter",
"description": [],
"signature": [
"(props: ",
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.RuleStatusFilterProps",
"text": "RuleStatusFilterProps"
},
") => React.ReactElement<",
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.RuleStatusFilterProps",
"text": "RuleStatusFilterProps"
},
", string | React.JSXElementConstructor<any>>"
],
"path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUIPublicPluginStart.getRuleStatusFilter.$1",
"type": "Object",
"tags": [],
"label": "props",
"description": [],
"signature": [
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.RuleStatusFilterProps",
"text": "RuleStatusFilterProps"
}
],
"path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUIPublicPluginStart.getRuleTagBadge",
"type": "Function",
"tags": [],
"label": "getRuleTagBadge",
"description": [],
"signature": [
"<T extends ",
"RuleTagBadgeOptions",
">(props: ",
"RuleTagBadgeProps",
"<T>) => React.ReactElement<",
"RuleTagBadgeProps",
"<T>, string | React.JSXElementConstructor<any>>"
],
"path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUIPublicPluginStart.getRuleTagBadge.$1",
"type": "Uncategorized",
"tags": [],
"label": "props",
"description": [],
"signature": [
"RuleTagBadgeProps",
"<T>"
],
"path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUIPublicPluginStart.getRuleEventLogList",
"type": "Function",
"tags": [],
"label": "getRuleEventLogList",
"description": [],
"signature": [
"<T extends ",
"RuleEventLogListOptions",
">(props: ",
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.RuleEventLogListProps",
"text": "RuleEventLogListProps"
},
"<T>) => React.ReactElement<",
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.RuleEventLogListProps",
"text": "RuleEventLogListProps"
},
"<T>, string | React.JSXElementConstructor<any>>"
],
"path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUIPublicPluginStart.getRuleEventLogList.$1",
"type": "Uncategorized",
"tags": [],
"label": "props",
"description": [],
"signature": [
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.RuleEventLogListProps",
"text": "RuleEventLogListProps"
},
"<T>"
],
"path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUIPublicPluginStart.getRulesList",
"type": "Function",
"tags": [],
"label": "getRulesList",
"description": [],
"signature": [
"(props: ",
"RulesListProps",
") => React.ReactElement<any, string | React.JSXElementConstructor<any>>"
],
"path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUIPublicPluginStart.getRulesList.$1",
"type": "Object",
"tags": [],
"label": "props",
"description": [],
"signature": [
"RulesListProps"
],
"path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUIPublicPluginStart.getRulesListNotifyBadge",
"type": "Function",
"tags": [],
"label": "getRulesListNotifyBadge",
"description": [],
"signature": [
"(props: ",
"RulesListNotifyBadgePropsWithApi",
") => React.ReactElement<",
"RulesListNotifyBadgePropsWithApi",
", string | React.JSXElementConstructor<any>>"
],
"path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUIPublicPluginStart.getRulesListNotifyBadge.$1",
"type": "CompoundType",
"tags": [],
"label": "props",
"description": [],
"signature": [
"RulesListNotifyBadgePropsWithApi"
],
"path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUIPublicPluginStart.getRuleDefinition",
"type": "Function",
"tags": [],
"label": "getRuleDefinition",
"description": [],
"signature": [
"(props: ",
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.RuleDefinitionProps",
"text": "RuleDefinitionProps"
},
") => React.ReactElement<",
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.RuleDefinitionProps",
"text": "RuleDefinitionProps"
},
", string | React.JSXElementConstructor<any>>"
],
"path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUIPublicPluginStart.getRuleDefinition.$1",
"type": "Object",
"tags": [],
"label": "props",
"description": [],
"signature": [
{
"pluginId": "triggersActionsUi",
"scope": "public",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-public.RuleDefinitionProps",
"text": "RuleDefinitionProps"
}
],
"path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUIPublicPluginStart.getRuleStatusPanel",
"type": "Function",
"tags": [],
"label": "getRuleStatusPanel",
"description": [],
"signature": [
"(props: ",
"RuleStatusPanelProps",
") => React.ReactElement<",
"RuleStatusPanelProps",
", string | React.JSXElementConstructor<any>>"
],
"path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUIPublicPluginStart.getRuleStatusPanel.$1",
"type": "Object",
"tags": [],
"label": "props",
"description": [],
"signature": [
"RuleStatusPanelProps"
],
"path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUIPublicPluginStart.getAlertSummaryWidget",
"type": "Function",
"tags": [],
"label": "getAlertSummaryWidget",
"description": [],
"signature": [
"(props: ",
"AlertSummaryWidgetProps",
") => React.ReactElement<",
"AlertSummaryWidgetProps",
", string | React.JSXElementConstructor<any>>"
],
"path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUIPublicPluginStart.getAlertSummaryWidget.$1",
"type": "Object",
"tags": [],
"label": "props",
"description": [],
"signature": [
"AlertSummaryWidgetProps"
],
"path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUIPublicPluginStart.getRuleSnoozeModal",
"type": "Function",
"tags": [],
"label": "getRuleSnoozeModal",
"description": [],
"signature": [
"(props: ",
"RuleSnoozeModalProps",
") => React.ReactElement<",
"RuleSnoozeModalProps",
", string | React.JSXElementConstructor<any>>"
],
"path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUIPublicPluginStart.getRuleSnoozeModal.$1",
"type": "Object",
"tags": [],
"label": "props",
"description": [],
"signature": [
"RuleSnoozeModalProps"
],
"path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUIPublicPluginStart.getRulesSettingsLink",
"type": "Function",
"tags": [],
"label": "getRulesSettingsLink",
"description": [],
"signature": [
"() => React.ReactElement<any, string | React.JSXElementConstructor<any>>"
],
"path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUIPublicPluginStart.getGlobalRuleEventLogList",
"type": "Function",
"tags": [],
"label": "getGlobalRuleEventLogList",
"description": [],
"signature": [
"(props: ",
"GlobalRuleEventLogListProps",
") => React.ReactElement<",
"GlobalRuleEventLogListProps",
", string | React.JSXElementConstructor<any>>"
],
"path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-public.TriggersAndActionsUIPublicPluginStart.getGlobalRuleEventLogList.$1",
"type": "Object",
"tags": [],
"label": "props",
"description": [],
"signature": [
"GlobalRuleEventLogListProps"
],
"path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
}
],
"lifecycle": "start",
"initialIsOpen": true
}
},
"server": {
"classes": [],
"functions": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-server.validateAggType",
"type": "Function",
"tags": [],
"label": "validateAggType",
"description": [],
"signature": [
"(aggType: string) => string | undefined"
],
"path": "x-pack/plugins/triggers_actions_ui/server/data/lib/core_query_types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-server.validateAggType.$1",
"type": "string",
"tags": [],
"label": "aggType",
"description": [],
"signature": [
"string"
],
"path": "x-pack/plugins/triggers_actions_ui/server/data/lib/core_query_types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-server.validateCoreQueryBody",
"type": "Function",
"tags": [],
"label": "validateCoreQueryBody",
"description": [],
"signature": [
"(anyParams: unknown) => string | undefined"
],
"path": "x-pack/plugins/triggers_actions_ui/server/data/lib/core_query_types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-server.validateCoreQueryBody.$1",
"type": "Unknown",
"tags": [],
"label": "anyParams",
"description": [],
"signature": [
"unknown"
],
"path": "x-pack/plugins/triggers_actions_ui/server/data/lib/core_query_types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-server.validateGroupBy",
"type": "Function",
"tags": [],
"label": "validateGroupBy",
"description": [],
"signature": [
"(groupBy: string) => string | undefined"
],
"path": "x-pack/plugins/triggers_actions_ui/server/data/lib/core_query_types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-server.validateGroupBy.$1",
"type": "string",
"tags": [],
"label": "groupBy",
"description": [],
"signature": [
"string"
],
"path": "x-pack/plugins/triggers_actions_ui/server/data/lib/core_query_types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-server.validateTimeWindowUnits",
"type": "Function",
"tags": [],
"label": "validateTimeWindowUnits",
"description": [],
"signature": [
"(timeWindowUnit: string) => string | undefined"
],
"path": "x-pack/plugins/triggers_actions_ui/server/data/lib/core_query_types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-server.validateTimeWindowUnits.$1",
"type": "string",
"tags": [],
"label": "timeWindowUnit",
"description": [],
"signature": [
"string"
],
"path": "x-pack/plugins/triggers_actions_ui/server/data/lib/core_query_types.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
}
],
"interfaces": [],
"enums": [],
"misc": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-server.CoreQueryParams",
"type": "Type",
"tags": [],
"label": "CoreQueryParams",
"description": [],
"signature": [
"{ readonly aggField?: string | undefined; readonly termSize?: number | undefined; readonly termField?: string | undefined; readonly filterKuery?: string | undefined; readonly index: string | string[]; readonly groupBy: string; readonly timeField: string; readonly aggType: string; readonly timeWindowSize: number; readonly timeWindowUnit: string; }"
],
"path": "x-pack/plugins/triggers_actions_ui/server/data/lib/core_query_types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-server.DEFAULT_GROUPS",
"type": "number",
"tags": [],
"label": "DEFAULT_GROUPS",
"description": [],
"signature": [
"100"
],
"path": "x-pack/plugins/triggers_actions_ui/server/data/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-server.MAX_GROUPS",
"type": "number",
"tags": [],
"label": "MAX_GROUPS",
"description": [],
"signature": [
"1000"
],
"path": "x-pack/plugins/triggers_actions_ui/server/data/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-server.TIME_SERIES_BUCKET_SELECTOR_FIELD",
"type": "string",
"tags": [],
"label": "TIME_SERIES_BUCKET_SELECTOR_FIELD",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/server/data/lib/time_series_query.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-server.TimeSeriesQuery",
"type": "Type",
"tags": [],
"label": "TimeSeriesQuery",
"description": [],
"signature": [
"{ readonly interval?: string | undefined; readonly aggField?: string | undefined; readonly termSize?: number | undefined; readonly termField?: string | undefined; readonly dateStart?: string | undefined; readonly dateEnd?: string | undefined; readonly filterKuery?: string | undefined; readonly index: string | string[]; readonly groupBy: string; readonly timeField: string; readonly aggType: string; readonly timeWindowSize: number; readonly timeWindowUnit: string; }"
],
"path": "x-pack/plugins/triggers_actions_ui/server/data/lib/time_series_types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
}
],
"objects": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-server.CoreQueryParamsSchemaProperties",
"type": "Object",
"tags": [],
"label": "CoreQueryParamsSchemaProperties",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/server/data/lib/core_query_types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-server.CoreQueryParamsSchemaProperties.index",
"type": "Object",
"tags": [],
"label": "index",
"description": [
"// name of the indices to search"
],
"signature": [
{
"pluginId": "@kbn/config-schema",
"scope": "common",
"docId": "kibKbnConfigSchemaPluginApi",
"section": "def-common.Type",
"text": "Type"
},
"<string | string[]>"
],
"path": "x-pack/plugins/triggers_actions_ui/server/data/lib/core_query_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-server.CoreQueryParamsSchemaProperties.timeField",
"type": "Object",
"tags": [],
"label": "timeField",
"description": [
"// field in index used for date/time"
],
"signature": [
{
"pluginId": "@kbn/config-schema",
"scope": "common",
"docId": "kibKbnConfigSchemaPluginApi",
"section": "def-common.Type",
"text": "Type"
},
"<string>"
],
"path": "x-pack/plugins/triggers_actions_ui/server/data/lib/core_query_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-server.CoreQueryParamsSchemaProperties.aggType",
"type": "Object",
"tags": [],
"label": "aggType",
"description": [
"// aggregation type"
],
"signature": [
{
"pluginId": "@kbn/config-schema",
"scope": "common",
"docId": "kibKbnConfigSchemaPluginApi",
"section": "def-common.Type",
"text": "Type"
},
"<string>"
],
"path": "x-pack/plugins/triggers_actions_ui/server/data/lib/core_query_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-server.CoreQueryParamsSchemaProperties.aggField",
"type": "Object",
"tags": [],
"label": "aggField",
"description": [
"// aggregation field"
],
"signature": [
{
"pluginId": "@kbn/config-schema",
"scope": "common",
"docId": "kibKbnConfigSchemaPluginApi",
"section": "def-common.Type",
"text": "Type"
},
"<string | undefined>"
],
"path": "x-pack/plugins/triggers_actions_ui/server/data/lib/core_query_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-server.CoreQueryParamsSchemaProperties.groupBy",
"type": "Object",
"tags": [],
"label": "groupBy",
"description": [
"// how to group"
],
"signature": [
{
"pluginId": "@kbn/config-schema",
"scope": "common",
"docId": "kibKbnConfigSchemaPluginApi",
"section": "def-common.Type",
"text": "Type"
},
"<string>"
],
"path": "x-pack/plugins/triggers_actions_ui/server/data/lib/core_query_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-server.CoreQueryParamsSchemaProperties.termField",
"type": "Object",
"tags": [],
"label": "termField",
"description": [
"// field to group on (for groupBy: top)"
],
"signature": [
{
"pluginId": "@kbn/config-schema",
"scope": "common",
"docId": "kibKbnConfigSchemaPluginApi",
"section": "def-common.Type",
"text": "Type"
},
"<string | undefined>"
],
"path": "x-pack/plugins/triggers_actions_ui/server/data/lib/core_query_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-server.CoreQueryParamsSchemaProperties.filterKuery",
"type": "Object",
"tags": [],
"label": "filterKuery",
"description": [
"// filter field"
],
"signature": [
{
"pluginId": "@kbn/config-schema",
"scope": "common",
"docId": "kibKbnConfigSchemaPluginApi",
"section": "def-common.Type",
"text": "Type"
},
"<string | undefined>"
],
"path": "x-pack/plugins/triggers_actions_ui/server/data/lib/core_query_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-server.CoreQueryParamsSchemaProperties.termSize",
"type": "Object",
"tags": [],
"label": "termSize",
"description": [
"// limit on number of groups returned"
],
"signature": [
{
"pluginId": "@kbn/config-schema",
"scope": "common",
"docId": "kibKbnConfigSchemaPluginApi",
"section": "def-common.Type",
"text": "Type"
},
"<number | undefined>"
],
"path": "x-pack/plugins/triggers_actions_ui/server/data/lib/core_query_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-server.CoreQueryParamsSchemaProperties.timeWindowSize",
"type": "Object",
"tags": [],
"label": "timeWindowSize",
"description": [
"// size of time window for date range aggregations"
],
"signature": [
{
"pluginId": "@kbn/config-schema",
"scope": "common",
"docId": "kibKbnConfigSchemaPluginApi",
"section": "def-common.Type",
"text": "Type"
},
"<number>"
],
"path": "x-pack/plugins/triggers_actions_ui/server/data/lib/core_query_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-server.CoreQueryParamsSchemaProperties.timeWindowUnit",
"type": "Object",
"tags": [],
"label": "timeWindowUnit",
"description": [
"// units of time window for date range aggregations"
],
"signature": [
{
"pluginId": "@kbn/config-schema",
"scope": "common",
"docId": "kibKbnConfigSchemaPluginApi",
"section": "def-common.Type",
"text": "Type"
},
"<string>"
],
"path": "x-pack/plugins/triggers_actions_ui/server/data/lib/core_query_types.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
}
],
"start": {
"parentPluginId": "triggersActionsUi",
"id": "def-server.PluginStartContract",
"type": "Interface",
"tags": [],
"label": "PluginStartContract",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/server/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-server.PluginStartContract.data",
"type": "Object",
"tags": [],
"label": "data",
"description": [],
"signature": [
"{ timeSeriesQuery: (params: ",
"TimeSeriesQueryParameters",
") => Promise<",
{
"pluginId": "triggersActionsUi",
"scope": "common",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-common.TimeSeriesResult",
"text": "TimeSeriesResult"
},
">; }"
],
"path": "x-pack/plugins/triggers_actions_ui/server/plugin.ts",
"deprecated": false,
"trackAdoption": false
}
],
"lifecycle": "start",
"initialIsOpen": true
}
},
"common": {
"classes": [],
"functions": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.buildAggregation",
"type": "Function",
"tags": [],
"label": "buildAggregation",
"description": [],
"signature": [
"({ timeSeries, aggType, aggField, termField, termSize, condition, topHitsSize, }: ",
{
"pluginId": "triggersActionsUi",
"scope": "common",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-common.BuildAggregationOpts",
"text": "BuildAggregationOpts"
},
") => Record<string, ",
"AggregationsAggregationContainer",
">"
],
"path": "x-pack/plugins/triggers_actions_ui/common/data/lib/build_agg.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.buildAggregation.$1",
"type": "Object",
"tags": [],
"label": "{\n timeSeries,\n aggType,\n aggField,\n termField,\n termSize,\n condition,\n topHitsSize,\n}",
"description": [],
"signature": [
{
"pluginId": "triggersActionsUi",
"scope": "common",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-common.BuildAggregationOpts",
"text": "BuildAggregationOpts"
}
],
"path": "x-pack/plugins/triggers_actions_ui/common/data/lib/build_agg.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.getDateRangeInfo",
"type": "Function",
"tags": [],
"label": "getDateRangeInfo",
"description": [],
"signature": [
"(params: ",
{
"pluginId": "triggersActionsUi",
"scope": "common",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-common.GetDateRangeInfoParams",
"text": "GetDateRangeInfoParams"
},
") => ",
{
"pluginId": "triggersActionsUi",
"scope": "common",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-common.DateRangeInfo",
"text": "DateRangeInfo"
}
],
"path": "x-pack/plugins/triggers_actions_ui/common/data/lib/date_range_info.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.getDateRangeInfo.$1",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
{
"pluginId": "triggersActionsUi",
"scope": "common",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-common.GetDateRangeInfoParams",
"text": "GetDateRangeInfoParams"
}
],
"path": "x-pack/plugins/triggers_actions_ui/common/data/lib/date_range_info.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.getDateStartAfterDateEndErrorMessage",
"type": "Function",
"tags": [],
"label": "getDateStartAfterDateEndErrorMessage",
"description": [],
"signature": [
"() => string"
],
"path": "x-pack/plugins/triggers_actions_ui/common/data/lib/date_range_info.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.getExperimentalAllowedValues",
"type": "Function",
"tags": [],
"label": "getExperimentalAllowedValues",
"description": [],
"signature": [
"() => string[]"
],
"path": "x-pack/plugins/triggers_actions_ui/common/experimental_features.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.getTooManyIntervalsErrorMessage",
"type": "Function",
"tags": [],
"label": "getTooManyIntervalsErrorMessage",
"description": [],
"signature": [
"(intervals: number, maxIntervals: number) => string"
],
"path": "x-pack/plugins/triggers_actions_ui/common/data/lib/date_range_info.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.getTooManyIntervalsErrorMessage.$1",
"type": "number",
"tags": [],
"label": "intervals",
"description": [],
"signature": [
"number"
],
"path": "x-pack/plugins/triggers_actions_ui/common/data/lib/date_range_info.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.getTooManyIntervalsErrorMessage.$2",
"type": "number",
"tags": [],
"label": "maxIntervals",
"description": [],
"signature": [
"number"
],
"path": "x-pack/plugins/triggers_actions_ui/common/data/lib/date_range_info.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.isCountAggregation",
"type": "Function",
"tags": [],
"label": "isCountAggregation",
"description": [],
"signature": [
"(aggType: string) => boolean"
],
"path": "x-pack/plugins/triggers_actions_ui/common/data/lib/build_agg.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.isCountAggregation.$1",
"type": "string",
"tags": [],
"label": "aggType",
"description": [],
"signature": [
"string"
],
"path": "x-pack/plugins/triggers_actions_ui/common/data/lib/build_agg.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.isGroupAggregation",
"type": "Function",
"tags": [],
"label": "isGroupAggregation",
"description": [],
"signature": [
"(termField?: string | string[] | undefined) => boolean"
],
"path": "x-pack/plugins/triggers_actions_ui/common/data/lib/build_agg.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.isGroupAggregation.$1",
"type": "CompoundType",
"tags": [],
"label": "termField",
"description": [],
"signature": [
"string | string[] | undefined"
],
"path": "x-pack/plugins/triggers_actions_ui/common/data/lib/build_agg.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.isValidExperimentalValue",
"type": "Function",
"tags": [],
"label": "isValidExperimentalValue",
"description": [],
"signature": [
"(value: string) => boolean"
],
"path": "x-pack/plugins/triggers_actions_ui/common/experimental_features.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.isValidExperimentalValue.$1",
"type": "string",
"tags": [],
"label": "value",
"description": [],
"signature": [
"string"
],
"path": "x-pack/plugins/triggers_actions_ui/common/experimental_features.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.parseAggregationResults",
"type": "Function",
"tags": [],
"label": "parseAggregationResults",
"description": [],
"signature": [
"({ isCountAgg, isGroupAgg, esResult, resultLimit, }: ParseAggregationResultsOpts) => ",
{
"pluginId": "triggersActionsUi",
"scope": "common",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-common.ParsedAggregationResults",
"text": "ParsedAggregationResults"
}
],
"path": "x-pack/plugins/triggers_actions_ui/common/data/lib/parse_aggregation_results.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.parseAggregationResults.$1",
"type": "Object",
"tags": [],
"label": "{\n isCountAgg,\n isGroupAgg,\n esResult,\n resultLimit,\n}",
"description": [],
"signature": [
"ParseAggregationResultsOpts"
],
"path": "x-pack/plugins/triggers_actions_ui/common/data/lib/parse_aggregation_results.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.parseExperimentalConfigValue",
"type": "Function",
"tags": [
"throws"
],
"label": "parseExperimentalConfigValue",
"description": [
"\nParses the string value used in `xpack.trigger_actions_ui.enableExperimental` kibana configuration,\nwhich should be a string of values delimited by a comma (`,`)\n"
],
"signature": [
"(configValue: string[]) => Readonly<{ rulesListDatagrid: boolean; internalAlertsTable: boolean; ruleTagFilter: boolean; ruleStatusFilter: boolean; rulesDetailLogs: boolean; ruleUseExecutionStatus: boolean; ruleKqlBar: boolean; }>"
],
"path": "x-pack/plugins/triggers_actions_ui/common/experimental_features.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.parseExperimentalConfigValue.$1",
"type": "Array",
"tags": [],
"label": "configValue",
"description": [],
"signature": [
"string[]"
],
"path": "x-pack/plugins/triggers_actions_ui/common/experimental_features.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.parseInterval",
"type": "Function",
"tags": [],
"label": "parseInterval",
"description": [],
"signature": [
"(intervalString: string) => { value: number; unit: string; }"
],
"path": "x-pack/plugins/triggers_actions_ui/common/parse_interval.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.parseInterval.$1",
"type": "string",
"tags": [],
"label": "intervalString",
"description": [],
"signature": [
"string"
],
"path": "x-pack/plugins/triggers_actions_ui/common/parse_interval.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
}
],
"interfaces": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.BuildAggregationOpts",
"type": "Interface",
"tags": [],
"label": "BuildAggregationOpts",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/common/data/lib/build_agg.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.BuildAggregationOpts.timeSeries",
"type": "Object",
"tags": [],
"label": "timeSeries",
"description": [],
"signature": [
"{ timeField: string; dateStart?: string | undefined; dateEnd?: string | undefined; interval?: string | undefined; timeWindowSize: number; timeWindowUnit: string; } | undefined"
],
"path": "x-pack/plugins/triggers_actions_ui/common/data/lib/build_agg.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.BuildAggregationOpts.aggType",
"type": "string",
"tags": [],
"label": "aggType",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/common/data/lib/build_agg.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.BuildAggregationOpts.aggField",
"type": "string",
"tags": [],
"label": "aggField",
"description": [],
"signature": [
"string | undefined"
],
"path": "x-pack/plugins/triggers_actions_ui/common/data/lib/build_agg.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.BuildAggregationOpts.termSize",
"type": "number",
"tags": [],
"label": "termSize",
"description": [],
"signature": [
"number | undefined"
],
"path": "x-pack/plugins/triggers_actions_ui/common/data/lib/build_agg.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.BuildAggregationOpts.termField",
"type": "CompoundType",
"tags": [],
"label": "termField",
"description": [],
"signature": [
"string | string[] | undefined"
],
"path": "x-pack/plugins/triggers_actions_ui/common/data/lib/build_agg.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.BuildAggregationOpts.topHitsSize",
"type": "number",
"tags": [],
"label": "topHitsSize",
"description": [],
"signature": [
"number | undefined"
],
"path": "x-pack/plugins/triggers_actions_ui/common/data/lib/build_agg.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.BuildAggregationOpts.condition",
"type": "Object",
"tags": [],
"label": "condition",
"description": [],
"signature": [
"{ resultLimit?: number | undefined; conditionScript: string; } | undefined"
],
"path": "x-pack/plugins/triggers_actions_ui/common/data/lib/build_agg.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.DateRange",
"type": "Interface",
"tags": [],
"label": "DateRange",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/common/data/lib/date_range_info.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.DateRange.from",
"type": "string",
"tags": [],
"label": "from",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/common/data/lib/date_range_info.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.DateRange.to",
"type": "string",
"tags": [],
"label": "to",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/common/data/lib/date_range_info.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.DateRangeInfo",
"type": "Interface",
"tags": [],
"label": "DateRangeInfo",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/common/data/lib/date_range_info.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.DateRangeInfo.dateStart",
"type": "string",
"tags": [],
"label": "dateStart",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/common/data/lib/date_range_info.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.DateRangeInfo.dateEnd",
"type": "string",
"tags": [],
"label": "dateEnd",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/common/data/lib/date_range_info.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.DateRangeInfo.dateRanges",
"type": "Array",
"tags": [],
"label": "dateRanges",
"description": [],
"signature": [
{
"pluginId": "triggersActionsUi",
"scope": "common",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-common.DateRange",
"text": "DateRange"
},
"[]"
],
"path": "x-pack/plugins/triggers_actions_ui/common/data/lib/date_range_info.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.GetDateRangeInfoParams",
"type": "Interface",
"tags": [],
"label": "GetDateRangeInfoParams",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/common/data/lib/date_range_info.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.GetDateRangeInfoParams.dateStart",
"type": "string",
"tags": [],
"label": "dateStart",
"description": [],
"signature": [
"string | undefined"
],
"path": "x-pack/plugins/triggers_actions_ui/common/data/lib/date_range_info.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.GetDateRangeInfoParams.dateEnd",
"type": "string",
"tags": [],
"label": "dateEnd",
"description": [],
"signature": [
"string | undefined"
],
"path": "x-pack/plugins/triggers_actions_ui/common/data/lib/date_range_info.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.GetDateRangeInfoParams.interval",
"type": "string",
"tags": [],
"label": "interval",
"description": [],
"signature": [
"string | undefined"
],
"path": "x-pack/plugins/triggers_actions_ui/common/data/lib/date_range_info.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.GetDateRangeInfoParams.window",
"type": "string",
"tags": [],
"label": "window",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/common/data/lib/date_range_info.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.ParsedAggregationGroup",
"type": "Interface",
"tags": [],
"label": "ParsedAggregationGroup",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/common/data/lib/parse_aggregation_results.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.ParsedAggregationGroup.group",
"type": "string",
"tags": [],
"label": "group",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/common/data/lib/parse_aggregation_results.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.ParsedAggregationGroup.count",
"type": "number",
"tags": [],
"label": "count",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/common/data/lib/parse_aggregation_results.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.ParsedAggregationGroup.hits",
"type": "Array",
"tags": [],
"label": "hits",
"description": [],
"signature": [
"SearchHit",
"<unknown>[]"
],
"path": "x-pack/plugins/triggers_actions_ui/common/data/lib/parse_aggregation_results.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.ParsedAggregationGroup.value",
"type": "number",
"tags": [],
"label": "value",
"description": [],
"signature": [
"number | undefined"
],
"path": "x-pack/plugins/triggers_actions_ui/common/data/lib/parse_aggregation_results.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.ParsedAggregationResults",
"type": "Interface",
"tags": [],
"label": "ParsedAggregationResults",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/common/data/lib/parse_aggregation_results.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.ParsedAggregationResults.results",
"type": "Array",
"tags": [],
"label": "results",
"description": [],
"signature": [
{
"pluginId": "triggersActionsUi",
"scope": "common",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-common.ParsedAggregationGroup",
"text": "ParsedAggregationGroup"
},
"[]"
],
"path": "x-pack/plugins/triggers_actions_ui/common/data/lib/parse_aggregation_results.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.ParsedAggregationResults.truncated",
"type": "boolean",
"tags": [],
"label": "truncated",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/common/data/lib/parse_aggregation_results.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.TimeSeriesResult",
"type": "Interface",
"tags": [],
"label": "TimeSeriesResult",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/common/data/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.TimeSeriesResult.results",
"type": "Array",
"tags": [],
"label": "results",
"description": [],
"signature": [
{
"pluginId": "triggersActionsUi",
"scope": "common",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-common.TimeSeriesResultRow",
"text": "TimeSeriesResultRow"
},
"[]"
],
"path": "x-pack/plugins/triggers_actions_ui/common/data/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.TimeSeriesResult.truncated",
"type": "boolean",
"tags": [],
"label": "truncated",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/common/data/index.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.TimeSeriesResultRow",
"type": "Interface",
"tags": [],
"label": "TimeSeriesResultRow",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/common/data/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.TimeSeriesResultRow.group",
"type": "string",
"tags": [],
"label": "group",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/common/data/index.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.TimeSeriesResultRow.metrics",
"type": "Array",
"tags": [],
"label": "metrics",
"description": [],
"signature": [
{
"pluginId": "triggersActionsUi",
"scope": "common",
"docId": "kibTriggersActionsUiPluginApi",
"section": "def-common.MetricResult",
"text": "MetricResult"
},
"[]"
],
"path": "x-pack/plugins/triggers_actions_ui/common/data/index.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
}
],
"enums": [],
"misc": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.BASE_TRIGGERS_ACTIONS_UI_API_PATH",
"type": "string",
"tags": [],
"label": "BASE_TRIGGERS_ACTIONS_UI_API_PATH",
"description": [],
"signature": [
"\"/internal/triggers_actions_ui\""
],
"path": "x-pack/plugins/triggers_actions_ui/common/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.BUCKET_SELECTOR_FIELD",
"type": "string",
"tags": [],
"label": "BUCKET_SELECTOR_FIELD",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/common/data/lib/build_agg.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.BUCKET_SELECTOR_PATH_NAME",
"type": "string",
"tags": [],
"label": "BUCKET_SELECTOR_PATH_NAME",
"description": [],
"signature": [
"\"compareValue\""
],
"path": "x-pack/plugins/triggers_actions_ui/common/data/lib/build_agg.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.DEFAULT_GROUPS",
"type": "number",
"tags": [],
"label": "DEFAULT_GROUPS",
"description": [],
"signature": [
"100"
],
"path": "x-pack/plugins/triggers_actions_ui/common/data/lib/build_agg.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.ExperimentalFeatures",
"type": "Type",
"tags": [],
"label": "ExperimentalFeatures",
"description": [],
"signature": [
"{ readonly rulesListDatagrid: boolean; readonly internalAlertsTable: boolean; readonly ruleTagFilter: boolean; readonly ruleStatusFilter: boolean; readonly rulesDetailLogs: boolean; readonly ruleUseExecutionStatus: boolean; readonly ruleKqlBar: boolean; }"
],
"path": "x-pack/plugins/triggers_actions_ui/common/experimental_features.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.MAX_INTERVALS",
"type": "number",
"tags": [],
"label": "MAX_INTERVALS",
"description": [],
"signature": [
"1000"
],
"path": "x-pack/plugins/triggers_actions_ui/common/data/lib/date_range_info.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.MetricResult",
"type": "Type",
"tags": [],
"label": "MetricResult",
"description": [],
"signature": [
"[string, number]"
],
"path": "x-pack/plugins/triggers_actions_ui/common/data/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.UngroupedGroupId",
"type": "string",
"tags": [],
"label": "UngroupedGroupId",
"description": [],
"signature": [
"\"all documents\""
],
"path": "x-pack/plugins/triggers_actions_ui/common/data/lib/parse_aggregation_results.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
}
],
"objects": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.allowedExperimentalValues",
"type": "Object",
"tags": [],
"label": "allowedExperimentalValues",
"description": [
"\nA list of allowed values that can be used in `xpack.trigger_actions_ui.enableExperimental`.\nThis object is then used to validate and parse the value entered."
],
"signature": [
"{ readonly rulesListDatagrid: boolean; readonly internalAlertsTable: boolean; readonly ruleTagFilter: boolean; readonly ruleStatusFilter: boolean; readonly rulesDetailLogs: boolean; readonly ruleUseExecutionStatus: boolean; readonly ruleKqlBar: boolean; }"
],
"path": "x-pack/plugins/triggers_actions_ui/common/experimental_features.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.INTERVAL_STRING_RE",
"type": "Object",
"tags": [],
"label": "INTERVAL_STRING_RE",
"description": [],
"signature": [
"RegExp"
],
"path": "x-pack/plugins/triggers_actions_ui/common/parse_interval.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.NORMALIZED_FIELD_TYPES",
"type": "Object",
"tags": [],
"label": "NORMALIZED_FIELD_TYPES",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/common/normalized_field_types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.NORMALIZED_FIELD_TYPES.long",
"type": "string",
"tags": [],
"label": "long",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/common/normalized_field_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.NORMALIZED_FIELD_TYPES.integer",
"type": "string",
"tags": [],
"label": "integer",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/common/normalized_field_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.NORMALIZED_FIELD_TYPES.short",
"type": "string",
"tags": [],
"label": "short",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/common/normalized_field_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.NORMALIZED_FIELD_TYPES.byte",
"type": "string",
"tags": [],
"label": "byte",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/common/normalized_field_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.NORMALIZED_FIELD_TYPES.double",
"type": "string",
"tags": [],
"label": "double",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/common/normalized_field_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.NORMALIZED_FIELD_TYPES.float",
"type": "string",
"tags": [],
"label": "float",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/common/normalized_field_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.NORMALIZED_FIELD_TYPES.half_float",
"type": "string",
"tags": [],
"label": "half_float",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/common/normalized_field_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.NORMALIZED_FIELD_TYPES.scaled_float",
"type": "string",
"tags": [],
"label": "scaled_float",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/common/normalized_field_types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "triggersActionsUi",
"id": "def-common.NORMALIZED_FIELD_TYPES.unsigned_long",
"type": "string",
"tags": [],
"label": "unsigned_long",
"description": [],
"path": "x-pack/plugins/triggers_actions_ui/common/normalized_field_types.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
}
]
}
}