mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
26057 lines
No EOL
1.2 MiB
26057 lines
No EOL
1.2 MiB
{
|
|
"id": "observability",
|
|
"client": {
|
|
"classes": [],
|
|
"functions": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.AlertActions",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "AlertActions",
|
|
"description": [],
|
|
"signature": [
|
|
"(args: CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & { services: { data: ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "public",
|
|
"docId": "kibDataPluginApi",
|
|
"section": "def-public.DataPublicPluginStart",
|
|
"text": "DataPublicPluginStart"
|
|
},
|
|
"; http: ",
|
|
"HttpSetup",
|
|
"; notifications: ",
|
|
"NotificationsStart",
|
|
"; fieldFormats: ",
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "public",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-public.FieldFormatsStart",
|
|
"text": "FieldFormatsStart"
|
|
},
|
|
"; application: ",
|
|
"ApplicationStart",
|
|
"; licensing: ",
|
|
{
|
|
"pluginId": "licensing",
|
|
"scope": "public",
|
|
"docId": "kibLicensingPluginApi",
|
|
"section": "def-public.LicensingPluginStart",
|
|
"text": "LicensingPluginStart"
|
|
},
|
|
"; settings: ",
|
|
"SettingsStart",
|
|
"; cases?: ",
|
|
"CasesService",
|
|
" | undefined; }; renderCellValue?: ((args: CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
") => React.ReactNode) | React.ComponentClass<CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
", any> | undefined; renderCellPopover?: ((args: ",
|
|
"EuiDataGridCellPopoverElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & { alert: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">; }) => React.ReactNode) | React.ComponentClass<any, any> | undefined; renderActionsCell?: any | React.ComponentClass<CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
" & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderFlyoutHeader?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; renderFlyoutBody?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; renderFlyoutFooter?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; columns: ",
|
|
"EuiDataGridColumn",
|
|
"[]; } & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
" & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }) => React.ReactNode"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/components/alert_actions/alert_actions_lazy.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"returnComment": [],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.AlertActions.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "args",
|
|
"description": [],
|
|
"signature": [
|
|
"Props & AP"
|
|
],
|
|
"path": "src/platform/packages/shared/response-ops/alerts-table/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.AutocompleteField",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "AutocompleteField",
|
|
"description": [],
|
|
"signature": [
|
|
"(props: ",
|
|
"AutocompleteFieldProps",
|
|
") => React.JSX.Element"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/components/rule_kql_filter/index.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.AutocompleteField.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "props",
|
|
"description": [],
|
|
"signature": [
|
|
"AutocompleteFieldProps"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/components/rule_kql_filter/index.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.buildEsQuery",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "buildEsQuery",
|
|
"description": [],
|
|
"signature": [
|
|
"({\n timeRange,\n kuery,\n config = {},\n queries = [],\n filters = [],\n}: BuildEsQueryArgs) => { bool: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.BoolQuery",
|
|
"text": "BoolQuery"
|
|
},
|
|
"; }"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/utils/build_es_query/build_es_query.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.buildEsQuery.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "{\n timeRange,\n kuery,\n config = {},\n queries = [],\n filters = [],\n}",
|
|
"description": [],
|
|
"signature": [
|
|
"BuildEsQueryArgs"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/utils/build_es_query/build_es_query.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.calculateTimeRangeBucketSize",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "calculateTimeRangeBucketSize",
|
|
"description": [],
|
|
"signature": [
|
|
"({ from, to }: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.TimeRange",
|
|
"text": "TimeRange"
|
|
},
|
|
", timeBuckets: ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "common",
|
|
"docId": "kibDataSearchPluginApi",
|
|
"section": "def-common.TimeBuckets",
|
|
"text": "TimeBuckets"
|
|
},
|
|
") => ",
|
|
"BucketSize"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/pages/overview/helpers/calculate_bucket_size.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.calculateTimeRangeBucketSize.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "{ from, to }",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.TimeRange",
|
|
"text": "TimeRange"
|
|
}
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/pages/overview/helpers/calculate_bucket_size.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.calculateTimeRangeBucketSize.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "timeBuckets",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "common",
|
|
"docId": "kibDataSearchPluginApi",
|
|
"section": "def-common.TimeBuckets",
|
|
"text": "TimeBuckets"
|
|
}
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/pages/overview/helpers/calculate_bucket_size.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.convertTo",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "convertTo",
|
|
"description": [
|
|
"\nConverts a microseconds value into the unit defined."
|
|
],
|
|
"signature": [
|
|
"({\n unit,\n microseconds,\n defaultValue = NOT_AVAILABLE_LABEL,\n extended,\n}: { unit: DurationTimeUnit; microseconds: ",
|
|
"Maybe",
|
|
"<number>; defaultValue?: string | undefined; extended?: boolean | undefined; }) => ConvertedDuration"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/formatters/duration.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.convertTo.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "{\n unit,\n microseconds,\n defaultValue = NOT_AVAILABLE_LABEL,\n extended,\n}",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/formatters/duration.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.convertTo.$1.unit",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "unit",
|
|
"description": [],
|
|
"signature": [
|
|
"\"microseconds\" | ",
|
|
"TimeUnit"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/formatters/duration.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.convertTo.$1.microseconds",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "microseconds",
|
|
"description": [],
|
|
"signature": [
|
|
"number | null | undefined"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/formatters/duration.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.convertTo.$1.defaultValue",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "defaultValue",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/formatters/duration.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.convertTo.$1.extended",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "extended",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/formatters/duration.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.createObservabilityRuleTypeRegistryMock",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "createObservabilityRuleTypeRegistryMock",
|
|
"description": [],
|
|
"signature": [
|
|
"() => { register: (type: ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityRuleTypeModel",
|
|
"text": "ObservabilityRuleTypeModel"
|
|
},
|
|
"<any>) => void; getFormatter: (typeId: string) => ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityRuleTypeFormatter",
|
|
"text": "ObservabilityRuleTypeFormatter"
|
|
},
|
|
" | undefined; list: () => string[]; } & { getFormatter: () => () => string; registerFormatter: () => void; list: () => string[]; }"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/rules/observability_rule_type_registry_mock.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.createUseRulesLink",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "createUseRulesLink",
|
|
"description": [],
|
|
"signature": [
|
|
"() => (options?: ",
|
|
{
|
|
"pluginId": "observabilityShared",
|
|
"scope": "public",
|
|
"docId": "kibObservabilitySharedPluginApi",
|
|
"section": "def-public.Options",
|
|
"text": "Options"
|
|
},
|
|
") => ",
|
|
"LinkProps"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/hooks/create_use_rules_link.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.DatePicker",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "DatePicker",
|
|
"description": [],
|
|
"signature": [
|
|
"(props: ",
|
|
"DatePickerProps",
|
|
") => React.JSX.Element"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/pages/overview/components/date_picker/index.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.DatePicker.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "props",
|
|
"description": [],
|
|
"signature": [
|
|
"DatePickerProps"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/pages/overview/components/date_picker/index.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.DatePickerContextProvider",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "DatePickerContextProvider",
|
|
"description": [],
|
|
"signature": [
|
|
"({ children }: { children: React.ReactElement<any, string | React.JSXElementConstructor<any>>; }) => React.JSX.Element"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/context/date_picker_context/date_picker_context.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.DatePickerContextProvider.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "{ children }",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/context/date_picker_context/date_picker_context.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.DatePickerContextProvider.$1.children",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "children",
|
|
"description": [],
|
|
"signature": [
|
|
"React.ReactElement<any, string | React.JSXElementConstructor<any>>"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/context/date_picker_context/date_picker_context.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.formatAlertEvaluationValue",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "formatAlertEvaluationValue",
|
|
"description": [],
|
|
"signature": [
|
|
"(ruleTypeId?: string | undefined, evaluationValue?: number | undefined) => string | number"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/utils/format_alert_evaluation_value.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.formatAlertEvaluationValue.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "ruleTypeId",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/utils/format_alert_evaluation_value.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.formatAlertEvaluationValue.$2",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "evaluationValue",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/utils/format_alert_evaluation_value.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.fromQuery",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "fromQuery",
|
|
"description": [],
|
|
"signature": [
|
|
"(query: Record<string, any>) => string"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/utils/url.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.fromQuery.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "query",
|
|
"description": [],
|
|
"signature": [
|
|
"Record<string, any>"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/utils/url.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.getAlertSummaryTimeRange",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getAlertSummaryTimeRange",
|
|
"description": [],
|
|
"signature": [
|
|
"(timeRange: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.TimeRange",
|
|
"text": "TimeRange"
|
|
},
|
|
", fixedInterval: string, dateFormat: string) => ",
|
|
{
|
|
"pluginId": "triggersActionsUi",
|
|
"scope": "public",
|
|
"docId": "kibTriggersActionsUiPluginApi",
|
|
"section": "def-public.AlertSummaryTimeRange",
|
|
"text": "AlertSummaryTimeRange"
|
|
}
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/utils/alert_summary_widget/get_alert_summary_time_range.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.getAlertSummaryTimeRange.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "timeRange",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.TimeRange",
|
|
"text": "TimeRange"
|
|
}
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/utils/alert_summary_widget/get_alert_summary_time_range.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.getAlertSummaryTimeRange.$2",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "fixedInterval",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/utils/alert_summary_widget/get_alert_summary_time_range.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.getAlertSummaryTimeRange.$3",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "dateFormat",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/utils/alert_summary_widget/get_alert_summary_time_range.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.getCoreVitalsComponent",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getCoreVitalsComponent",
|
|
"description": [],
|
|
"signature": [
|
|
"(props: ",
|
|
"CoreVitalProps",
|
|
") => React.JSX.Element"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/pages/overview/components/sections/ux/core_web_vitals/get_core_web_vitals_lazy.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.getCoreVitalsComponent.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "props",
|
|
"description": [],
|
|
"signature": [
|
|
"CoreVitalProps"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/pages/overview/components/sections/ux/core_web_vitals/get_core_web_vitals_lazy.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.getGroupFilters",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getGroupFilters",
|
|
"description": [],
|
|
"signature": [
|
|
"(groups?: ",
|
|
"Group",
|
|
"[] | undefined, groupFieldName?: string | undefined) => ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.Filter",
|
|
"text": "Filter"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/custom_threshold_rule/helpers/get_group.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.getGroupFilters.$1",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "groups",
|
|
"description": [],
|
|
"signature": [
|
|
"Group",
|
|
"[] | undefined"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/custom_threshold_rule/helpers/get_group.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.getGroupFilters.$2",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "groupFieldName",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/custom_threshold_rule/helpers/get_group.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityAlertSearchBar",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "ObservabilityAlertSearchBar",
|
|
"description": [],
|
|
"signature": [
|
|
"(props: ",
|
|
"ObservabilityAlertSearchBarProps",
|
|
") => React.JSX.Element"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/components/alert_search_bar/get_alert_search_bar_lazy.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityAlertSearchBar.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "props",
|
|
"description": [],
|
|
"signature": [
|
|
"ObservabilityAlertSearchBarProps"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/components/alert_search_bar/get_alert_search_bar_lazy.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityAlertsTable",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "ObservabilityAlertsTable",
|
|
"description": [],
|
|
"signature": [
|
|
"(props: Omit<{ id: string; columns?: ",
|
|
"EuiDataGridColumn",
|
|
"[] | undefined; query: Pick<",
|
|
"QueryDslQueryContainer",
|
|
", \"ids\" | \"bool\">; initialSort?: ",
|
|
"SortCombinations",
|
|
"[] | undefined; initialPageSize?: number | undefined; browserFields?: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
" | undefined; onUpdate?: ((context: ",
|
|
"RenderContext",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
">) => void) | undefined; onLoaded?: ((alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[], columns: ",
|
|
"EuiDataGridColumn",
|
|
"[]) => void) | undefined; runtimeMappings?: ",
|
|
"MappingRuntimeFields",
|
|
" | undefined; showAlertStatusWithFlapping?: boolean | undefined; toolbarVisibility?: ",
|
|
"EuiDataGridToolBarVisibilityOptions",
|
|
" | undefined; shouldHighlightRow?: ((alert: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">) => boolean) | undefined; dynamicRowHeight?: boolean | undefined; emptyStateHeight?: \"short\" | \"tall\" | undefined; additionalContext?: ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" | undefined; renderCellValue?: ((args: CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & { services: { data: ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "public",
|
|
"docId": "kibDataPluginApi",
|
|
"section": "def-public.DataPublicPluginStart",
|
|
"text": "DataPublicPluginStart"
|
|
},
|
|
"; http: ",
|
|
"HttpSetup",
|
|
"; notifications: ",
|
|
"NotificationsStart",
|
|
"; fieldFormats: ",
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "public",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-public.FieldFormatsStart",
|
|
"text": "FieldFormatsStart"
|
|
},
|
|
"; application: ",
|
|
"ApplicationStart",
|
|
"; licensing: ",
|
|
{
|
|
"pluginId": "licensing",
|
|
"scope": "public",
|
|
"docId": "kibLicensingPluginApi",
|
|
"section": "def-public.LicensingPluginStart",
|
|
"text": "LicensingPluginStart"
|
|
},
|
|
"; settings: ",
|
|
"SettingsStart",
|
|
"; cases?: ",
|
|
"CasesService",
|
|
" | undefined; }; renderCellValue?: any | React.ComponentClass<CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
", any> | undefined; renderCellPopover?: ((args: ",
|
|
"EuiDataGridCellPopoverElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & { alert: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">; }) => React.ReactNode) | React.ComponentClass<any, any> | undefined; renderActionsCell?: ((args: CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
" & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }) => React.ReactNode) | React.ComponentClass<CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
" & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderFlyoutHeader?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; renderFlyoutBody?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; renderFlyoutFooter?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; columns: ",
|
|
"EuiDataGridColumn",
|
|
"[]; } & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
") => React.ReactNode) | React.ComponentClass<CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & { services: { data: ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "public",
|
|
"docId": "kibDataPluginApi",
|
|
"section": "def-public.DataPublicPluginStart",
|
|
"text": "DataPublicPluginStart"
|
|
},
|
|
"; http: ",
|
|
"HttpSetup",
|
|
"; notifications: ",
|
|
"NotificationsStart",
|
|
"; fieldFormats: ",
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "public",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-public.FieldFormatsStart",
|
|
"text": "FieldFormatsStart"
|
|
},
|
|
"; application: ",
|
|
"ApplicationStart",
|
|
"; licensing: ",
|
|
{
|
|
"pluginId": "licensing",
|
|
"scope": "public",
|
|
"docId": "kibLicensingPluginApi",
|
|
"section": "def-public.LicensingPluginStart",
|
|
"text": "LicensingPluginStart"
|
|
},
|
|
"; settings: ",
|
|
"SettingsStart",
|
|
"; cases?: ",
|
|
"CasesService",
|
|
" | undefined; }; renderCellValue?: ((args: CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
") => React.ReactNode) | React.ComponentClass<CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
", any> | undefined; renderCellPopover?: ((args: ",
|
|
"EuiDataGridCellPopoverElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & { alert: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">; }) => React.ReactNode) | React.ComponentClass<any, any> | undefined; renderActionsCell?: ((args: CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
" & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }) => React.ReactNode) | React.ComponentClass<CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
" & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderFlyoutHeader?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; renderFlyoutBody?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; renderFlyoutFooter?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; columns: ",
|
|
"EuiDataGridColumn",
|
|
"[]; } & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
", any> | undefined; renderCellPopover?: ((args: ",
|
|
"EuiDataGridCellPopoverElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & { services: { data: ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "public",
|
|
"docId": "kibDataPluginApi",
|
|
"section": "def-public.DataPublicPluginStart",
|
|
"text": "DataPublicPluginStart"
|
|
},
|
|
"; http: ",
|
|
"HttpSetup",
|
|
"; notifications: ",
|
|
"NotificationsStart",
|
|
"; fieldFormats: ",
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "public",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-public.FieldFormatsStart",
|
|
"text": "FieldFormatsStart"
|
|
},
|
|
"; application: ",
|
|
"ApplicationStart",
|
|
"; licensing: ",
|
|
{
|
|
"pluginId": "licensing",
|
|
"scope": "public",
|
|
"docId": "kibLicensingPluginApi",
|
|
"section": "def-public.LicensingPluginStart",
|
|
"text": "LicensingPluginStart"
|
|
},
|
|
"; settings: ",
|
|
"SettingsStart",
|
|
"; cases?: ",
|
|
"CasesService",
|
|
" | undefined; }; renderCellValue?: ((args: CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
") => React.ReactNode) | React.ComponentClass<CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
", any> | undefined; renderCellPopover?: any | React.ComponentClass<any, any> | undefined; renderActionsCell?: ((args: CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
" & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }) => React.ReactNode) | React.ComponentClass<CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
" & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderFlyoutHeader?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; renderFlyoutBody?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; renderFlyoutFooter?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; columns: ",
|
|
"EuiDataGridColumn",
|
|
"[]; } & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & { alert: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">; }) => React.ReactNode) | React.ComponentClass<any, any> | undefined; renderActionsCell?: ((args: CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & { services: { data: ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "public",
|
|
"docId": "kibDataPluginApi",
|
|
"section": "def-public.DataPublicPluginStart",
|
|
"text": "DataPublicPluginStart"
|
|
},
|
|
"; http: ",
|
|
"HttpSetup",
|
|
"; notifications: ",
|
|
"NotificationsStart",
|
|
"; fieldFormats: ",
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "public",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-public.FieldFormatsStart",
|
|
"text": "FieldFormatsStart"
|
|
},
|
|
"; application: ",
|
|
"ApplicationStart",
|
|
"; licensing: ",
|
|
{
|
|
"pluginId": "licensing",
|
|
"scope": "public",
|
|
"docId": "kibLicensingPluginApi",
|
|
"section": "def-public.LicensingPluginStart",
|
|
"text": "LicensingPluginStart"
|
|
},
|
|
"; settings: ",
|
|
"SettingsStart",
|
|
"; cases?: ",
|
|
"CasesService",
|
|
" | undefined; }; renderCellValue?: ((args: CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
") => React.ReactNode) | React.ComponentClass<CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
", any> | undefined; renderCellPopover?: ((args: ",
|
|
"EuiDataGridCellPopoverElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & { alert: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">; }) => React.ReactNode) | React.ComponentClass<any, any> | undefined; renderActionsCell?: any | React.ComponentClass<CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
" & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderFlyoutHeader?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; renderFlyoutBody?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; renderFlyoutFooter?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; columns: ",
|
|
"EuiDataGridColumn",
|
|
"[]; } & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
" & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }) => React.ReactNode) | React.ComponentClass<CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & { services: { data: ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "public",
|
|
"docId": "kibDataPluginApi",
|
|
"section": "def-public.DataPublicPluginStart",
|
|
"text": "DataPublicPluginStart"
|
|
},
|
|
"; http: ",
|
|
"HttpSetup",
|
|
"; notifications: ",
|
|
"NotificationsStart",
|
|
"; fieldFormats: ",
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "public",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-public.FieldFormatsStart",
|
|
"text": "FieldFormatsStart"
|
|
},
|
|
"; application: ",
|
|
"ApplicationStart",
|
|
"; licensing: ",
|
|
{
|
|
"pluginId": "licensing",
|
|
"scope": "public",
|
|
"docId": "kibLicensingPluginApi",
|
|
"section": "def-public.LicensingPluginStart",
|
|
"text": "LicensingPluginStart"
|
|
},
|
|
"; settings: ",
|
|
"SettingsStart",
|
|
"; cases?: ",
|
|
"CasesService",
|
|
" | undefined; }; renderCellValue?: ((args: CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
") => React.ReactNode) | React.ComponentClass<CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
", any> | undefined; renderCellPopover?: ((args: ",
|
|
"EuiDataGridCellPopoverElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & { alert: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">; }) => React.ReactNode) | React.ComponentClass<any, any> | undefined; renderActionsCell?: ((args: CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
" & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }) => React.ReactNode) | React.ComponentClass<CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
" & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderFlyoutHeader?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; renderFlyoutBody?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; renderFlyoutFooter?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; columns: ",
|
|
"EuiDataGridColumn",
|
|
"[]; } & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
" & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderAdditionalToolbarControls?: ",
|
|
"ComponentRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; renderFlyoutHeader?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; renderFlyoutBody?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; renderFlyoutFooter?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; lastReloadRequestTime?: number | undefined; services: { data: ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "public",
|
|
"docId": "kibDataPluginApi",
|
|
"section": "def-public.DataPublicPluginStart",
|
|
"text": "DataPublicPluginStart"
|
|
},
|
|
"; http: ",
|
|
"HttpSetup",
|
|
"; notifications: ",
|
|
"NotificationsStart",
|
|
"; fieldFormats: ",
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "public",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-public.FieldFormatsStart",
|
|
"text": "FieldFormatsStart"
|
|
},
|
|
"; application: ",
|
|
"ApplicationStart",
|
|
"; licensing: ",
|
|
{
|
|
"pluginId": "licensing",
|
|
"scope": "public",
|
|
"docId": "kibLicensingPluginApi",
|
|
"section": "def-public.LicensingPluginStart",
|
|
"text": "LicensingPluginStart"
|
|
},
|
|
"; settings: ",
|
|
"SettingsStart",
|
|
"; cases?: ",
|
|
"CasesService",
|
|
" | undefined; }; minScore?: number | undefined; trackScores?: boolean | undefined; consumers?: string[] | undefined; showInspectButton?: boolean | undefined; casesConfiguration?: { featureId: string; owner: (\"cases\" | \"observability\" | \"securitySolution\")[]; appId?: string | undefined; syncAlerts?: boolean | undefined; } | undefined; hideBulkActions?: boolean | undefined; additionalBulkActions?: ",
|
|
"BulkActionsPanelConfig",
|
|
"[] | undefined; actionsColumnWidth?: number | undefined; fieldsBrowserOptions?: ",
|
|
{
|
|
"pluginId": "@kbn/response-ops-alerts-fields-browser",
|
|
"scope": "public",
|
|
"docId": "kibKbnResponseOpsAlertsFieldsBrowserPluginApi",
|
|
"section": "def-public.FieldBrowserOptions",
|
|
"text": "FieldBrowserOptions"
|
|
},
|
|
" | undefined; cellActionsOptions?: ",
|
|
"CellActionsOptions",
|
|
" | undefined; prefix?: string | undefined; onError?: React.ReactEventHandler<HTMLDivElement> | undefined; defaultValue?: string | number | readonly string[] | undefined; security?: string | undefined; className?: string | undefined; \"aria-label\"?: string | undefined; \"data-test-subj\"?: string | undefined; css?: ",
|
|
"Interpolation",
|
|
"<",
|
|
"Theme",
|
|
">; defaultChecked?: boolean | undefined; suppressContentEditableWarning?: boolean | undefined; suppressHydrationWarning?: boolean | undefined; accessKey?: string | undefined; autoFocus?: boolean | undefined; contentEditable?: Booleanish | \"inherit\" | \"plaintext-only\" | undefined; contextMenu?: string | undefined; dir?: string | undefined; draggable?: Booleanish | undefined; hidden?: boolean | undefined; lang?: string | undefined; nonce?: string | undefined; slot?: string | undefined; spellCheck?: Booleanish | undefined; style?: React.CSSProperties | undefined; tabIndex?: number | undefined; title?: string | undefined; translate?: \"yes\" | \"no\" | undefined; radioGroup?: string | undefined; role?: React.AriaRole | undefined; about?: string | undefined; content?: string | undefined; datatype?: string | undefined; inlist?: any; property?: string | undefined; rel?: string | undefined; resource?: string | undefined; rev?: string | undefined; typeof?: string | undefined; vocab?: string | undefined; autoCapitalize?: string | undefined; autoCorrect?: string | undefined; autoSave?: string | undefined; color?: string | undefined; itemProp?: string | undefined; itemScope?: boolean | undefined; itemType?: string | undefined; itemID?: string | undefined; itemRef?: string | undefined; results?: number | undefined; unselectable?: \"on\" | \"off\" | undefined; inputMode?: \"search\" | \"none\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" | undefined; is?: string | undefined; \"aria-activedescendant\"?: string | undefined; \"aria-atomic\"?: Booleanish | undefined; \"aria-autocomplete\"?: \"none\" | \"list\" | \"inline\" | \"both\" | undefined; \"aria-braillelabel\"?: string | undefined; \"aria-brailleroledescription\"?: string | undefined; \"aria-busy\"?: Booleanish | undefined; \"aria-checked\"?: boolean | \"true\" | \"false\" | \"mixed\" | undefined; \"aria-colcount\"?: number | undefined; \"aria-colindex\"?: number | undefined; \"aria-colindextext\"?: string | undefined; \"aria-colspan\"?: number | undefined; \"aria-controls\"?: string | undefined; \"aria-current\"?: boolean | \"page\" | \"date\" | \"location\" | \"true\" | \"false\" | \"time\" | \"step\" | undefined; \"aria-describedby\"?: string | undefined; \"aria-description\"?: string | undefined; \"aria-details\"?: string | undefined; \"aria-disabled\"?: Booleanish | undefined; \"aria-dropeffect\"?: \"execute\" | \"link\" | \"none\" | \"copy\" | \"move\" | \"popup\" | undefined; \"aria-errormessage\"?: string | undefined; \"aria-expanded\"?: Booleanish | undefined; \"aria-flowto\"?: string | undefined; \"aria-grabbed\"?: Booleanish | undefined; \"aria-haspopup\"?: boolean | \"grid\" | \"true\" | \"false\" | \"dialog\" | \"menu\" | \"listbox\" | \"tree\" | undefined; \"aria-hidden\"?: Booleanish | undefined; \"aria-invalid\"?: boolean | \"true\" | \"false\" | \"grammar\" | \"spelling\" | undefined; \"aria-keyshortcuts\"?: string | undefined; \"aria-level\"?: number | undefined; \"aria-live\"?: \"off\" | \"assertive\" | \"polite\" | undefined; \"aria-modal\"?: Booleanish | undefined; \"aria-multiline\"?: Booleanish | undefined; \"aria-multiselectable\"?: Booleanish | undefined; \"aria-orientation\"?: \"horizontal\" | \"vertical\" | undefined; \"aria-owns\"?: string | undefined; \"aria-placeholder\"?: string | undefined; \"aria-posinset\"?: number | undefined; \"aria-pressed\"?: boolean | \"true\" | \"false\" | \"mixed\" | undefined; \"aria-readonly\"?: Booleanish | undefined; \"aria-relevant\"?: \"text\" | \"all\" | \"additions\" | \"additions removals\" | \"additions text\" | \"removals\" | \"removals additions\" | \"removals text\" | \"text additions\" | \"text removals\" | undefined; \"aria-required\"?: Booleanish | undefined; \"aria-roledescription\"?: string | undefined; \"aria-rowcount\"?: number | undefined; \"aria-rowindex\"?: number | undefined; \"aria-rowindextext\"?: string | undefined; \"aria-rowspan\"?: number | undefined; \"aria-selected\"?: Booleanish | undefined; \"aria-setsize\"?: number | undefined; \"aria-sort\"?: \"none\" | \"ascending\" | \"descending\" | \"other\" | undefined; \"aria-valuemax\"?: number | undefined; \"aria-valuemin\"?: number | undefined; \"aria-valuenow\"?: number | undefined; \"aria-valuetext\"?: string | undefined; children?: React.ReactNode; dangerouslySetInnerHTML?: { __html: string | TrustedHTML; } | undefined; onCopy?: React.ClipboardEventHandler<HTMLDivElement> | undefined; onCopyCapture?: React.ClipboardEventHandler<HTMLDivElement> | undefined; onCut?: React.ClipboardEventHandler<HTMLDivElement> | undefined; onCutCapture?: React.ClipboardEventHandler<HTMLDivElement> | undefined; onPaste?: React.ClipboardEventHandler<HTMLDivElement> | undefined; onPasteCapture?: React.ClipboardEventHandler<HTMLDivElement> | undefined; onCompositionEnd?: React.CompositionEventHandler<HTMLDivElement> | undefined; onCompositionEndCapture?: React.CompositionEventHandler<HTMLDivElement> | undefined; onCompositionStart?: React.CompositionEventHandler<HTMLDivElement> | undefined; onCompositionStartCapture?: React.CompositionEventHandler<HTMLDivElement> | undefined; onCompositionUpdate?: React.CompositionEventHandler<HTMLDivElement> | undefined; onCompositionUpdateCapture?: React.CompositionEventHandler<HTMLDivElement> | undefined; onFocus?: React.FocusEventHandler<HTMLDivElement> | undefined; onFocusCapture?: React.FocusEventHandler<HTMLDivElement> | undefined; onBlur?: React.FocusEventHandler<HTMLDivElement> | undefined; onBlurCapture?: React.FocusEventHandler<HTMLDivElement> | undefined; onChange?: React.FormEventHandler<HTMLDivElement> | undefined; onChangeCapture?: React.FormEventHandler<HTMLDivElement> | undefined; onBeforeInput?: React.FormEventHandler<HTMLDivElement> | undefined; onBeforeInputCapture?: React.FormEventHandler<HTMLDivElement> | undefined; onInput?: React.FormEventHandler<HTMLDivElement> | undefined; onInputCapture?: React.FormEventHandler<HTMLDivElement> | undefined; onReset?: React.FormEventHandler<HTMLDivElement> | undefined; onResetCapture?: React.FormEventHandler<HTMLDivElement> | undefined; onSubmit?: React.FormEventHandler<HTMLDivElement> | undefined; onSubmitCapture?: React.FormEventHandler<HTMLDivElement> | undefined; onInvalid?: React.FormEventHandler<HTMLDivElement> | undefined; onInvalidCapture?: React.FormEventHandler<HTMLDivElement> | undefined; onLoad?: React.ReactEventHandler<HTMLDivElement> | undefined; onLoadCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onErrorCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onKeyDown?: React.KeyboardEventHandler<HTMLDivElement> | undefined; onKeyDownCapture?: React.KeyboardEventHandler<HTMLDivElement> | undefined; onKeyPress?: React.KeyboardEventHandler<HTMLDivElement> | undefined; onKeyPressCapture?: React.KeyboardEventHandler<HTMLDivElement> | undefined; onKeyUp?: React.KeyboardEventHandler<HTMLDivElement> | undefined; onKeyUpCapture?: React.KeyboardEventHandler<HTMLDivElement> | undefined; onAbort?: React.ReactEventHandler<HTMLDivElement> | undefined; onAbortCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onCanPlay?: React.ReactEventHandler<HTMLDivElement> | undefined; onCanPlayCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onCanPlayThrough?: React.ReactEventHandler<HTMLDivElement> | undefined; onCanPlayThroughCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onDurationChange?: React.ReactEventHandler<HTMLDivElement> | undefined; onDurationChangeCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onEmptied?: React.ReactEventHandler<HTMLDivElement> | undefined; onEmptiedCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onEncrypted?: React.ReactEventHandler<HTMLDivElement> | undefined; onEncryptedCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onEnded?: React.ReactEventHandler<HTMLDivElement> | undefined; onEndedCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onLoadedData?: React.ReactEventHandler<HTMLDivElement> | undefined; onLoadedDataCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onLoadedMetadata?: React.ReactEventHandler<HTMLDivElement> | undefined; onLoadedMetadataCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onLoadStart?: React.ReactEventHandler<HTMLDivElement> | undefined; onLoadStartCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onPause?: React.ReactEventHandler<HTMLDivElement> | undefined; onPauseCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onPlay?: React.ReactEventHandler<HTMLDivElement> | undefined; onPlayCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onPlaying?: React.ReactEventHandler<HTMLDivElement> | undefined; onPlayingCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onProgress?: React.ReactEventHandler<HTMLDivElement> | undefined; onProgressCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onRateChange?: React.ReactEventHandler<HTMLDivElement> | undefined; onRateChangeCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onResize?: React.ReactEventHandler<HTMLDivElement> | undefined; onResizeCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onSeeked?: React.ReactEventHandler<HTMLDivElement> | undefined; onSeekedCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onSeeking?: React.ReactEventHandler<HTMLDivElement> | undefined; onSeekingCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onStalled?: React.ReactEventHandler<HTMLDivElement> | undefined; onStalledCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onSuspend?: React.ReactEventHandler<HTMLDivElement> | undefined; onSuspendCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onTimeUpdate?: React.ReactEventHandler<HTMLDivElement> | undefined; onTimeUpdateCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onVolumeChange?: React.ReactEventHandler<HTMLDivElement> | undefined; onVolumeChangeCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onWaiting?: React.ReactEventHandler<HTMLDivElement> | undefined; onWaitingCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onAuxClick?: React.MouseEventHandler<HTMLDivElement> | undefined; onAuxClickCapture?: React.MouseEventHandler<HTMLDivElement> | undefined; onClick?: React.MouseEventHandler<HTMLDivElement> | undefined; onClickCapture?: React.MouseEventHandler<HTMLDivElement> | undefined; onContextMenu?: React.MouseEventHandler<HTMLDivElement> | undefined; onContextMenuCapture?: React.MouseEventHandler<HTMLDivElement> | undefined; onDoubleClick?: React.MouseEventHandler<HTMLDivElement> | undefined; onDoubleClickCapture?: React.MouseEventHandler<HTMLDivElement> | undefined; onDrag?: React.DragEventHandler<HTMLDivElement> | undefined; onDragCapture?: React.DragEventHandler<HTMLDivElement> | undefined; onDragEnd?: React.DragEventHandler<HTMLDivElement> | undefined; onDragEndCapture?: React.DragEventHandler<HTMLDivElement> | undefined; onDragEnter?: React.DragEventHandler<HTMLDivElement> | undefined; onDragEnterCapture?: React.DragEventHandler<HTMLDivElement> | undefined; onDragExit?: React.DragEventHandler<HTMLDivElement> | undefined; onDragExitCapture?: React.DragEventHandler<HTMLDivElement> | undefined; onDragLeave?: React.DragEventHandler<HTMLDivElement> | undefined; onDragLeaveCapture?: React.DragEventHandler<HTMLDivElement> | undefined; onDragOver?: React.DragEventHandler<HTMLDivElement> | undefined; onDragOverCapture?: React.DragEventHandler<HTMLDivElement> | undefined; onDragStart?: React.DragEventHandler<HTMLDivElement> | undefined; onDragStartCapture?: React.DragEventHandler<HTMLDivElement> | undefined; onDrop?: React.DragEventHandler<HTMLDivElement> | undefined; onDropCapture?: React.DragEventHandler<HTMLDivElement> | undefined; onMouseDown?: React.MouseEventHandler<HTMLDivElement> | undefined; onMouseDownCapture?: React.MouseEventHandler<HTMLDivElement> | undefined; onMouseEnter?: React.MouseEventHandler<HTMLDivElement> | undefined; onMouseLeave?: React.MouseEventHandler<HTMLDivElement> | undefined; onMouseMove?: React.MouseEventHandler<HTMLDivElement> | undefined; onMouseMoveCapture?: React.MouseEventHandler<HTMLDivElement> | undefined; onMouseOut?: React.MouseEventHandler<HTMLDivElement> | undefined; onMouseOutCapture?: React.MouseEventHandler<HTMLDivElement> | undefined; onMouseOver?: React.MouseEventHandler<HTMLDivElement> | undefined; onMouseOverCapture?: React.MouseEventHandler<HTMLDivElement> | undefined; onMouseUp?: React.MouseEventHandler<HTMLDivElement> | undefined; onMouseUpCapture?: React.MouseEventHandler<HTMLDivElement> | undefined; onSelect?: React.ReactEventHandler<HTMLDivElement> | undefined; onSelectCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onTouchCancel?: React.TouchEventHandler<HTMLDivElement> | undefined; onTouchCancelCapture?: React.TouchEventHandler<HTMLDivElement> | undefined; onTouchEnd?: React.TouchEventHandler<HTMLDivElement> | undefined; onTouchEndCapture?: React.TouchEventHandler<HTMLDivElement> | undefined; onTouchMove?: React.TouchEventHandler<HTMLDivElement> | undefined; onTouchMoveCapture?: React.TouchEventHandler<HTMLDivElement> | undefined; onTouchStart?: React.TouchEventHandler<HTMLDivElement> | undefined; onTouchStartCapture?: React.TouchEventHandler<HTMLDivElement> | undefined; onPointerDown?: React.PointerEventHandler<HTMLDivElement> | undefined; onPointerDownCapture?: React.PointerEventHandler<HTMLDivElement> | undefined; onPointerMove?: React.PointerEventHandler<HTMLDivElement> | undefined; onPointerMoveCapture?: React.PointerEventHandler<HTMLDivElement> | undefined; onPointerUp?: React.PointerEventHandler<HTMLDivElement> | undefined; onPointerUpCapture?: React.PointerEventHandler<HTMLDivElement> | undefined; onPointerCancel?: React.PointerEventHandler<HTMLDivElement> | undefined; onPointerCancelCapture?: React.PointerEventHandler<HTMLDivElement> | undefined; onPointerEnter?: React.PointerEventHandler<HTMLDivElement> | undefined; onPointerLeave?: React.PointerEventHandler<HTMLDivElement> | undefined; onPointerOver?: React.PointerEventHandler<HTMLDivElement> | undefined; onPointerOverCapture?: React.PointerEventHandler<HTMLDivElement> | undefined; onPointerOut?: React.PointerEventHandler<HTMLDivElement> | undefined; onPointerOutCapture?: React.PointerEventHandler<HTMLDivElement> | undefined; onGotPointerCapture?: React.PointerEventHandler<HTMLDivElement> | undefined; onGotPointerCaptureCapture?: React.PointerEventHandler<HTMLDivElement> | undefined; onLostPointerCapture?: React.PointerEventHandler<HTMLDivElement> | undefined; onLostPointerCaptureCapture?: React.PointerEventHandler<HTMLDivElement> | undefined; onScroll?: React.UIEventHandler<HTMLDivElement> | undefined; onScrollCapture?: React.UIEventHandler<HTMLDivElement> | undefined; onWheel?: React.WheelEventHandler<HTMLDivElement> | undefined; onWheelCapture?: React.WheelEventHandler<HTMLDivElement> | undefined; onAnimationStart?: React.AnimationEventHandler<HTMLDivElement> | undefined; onAnimationStartCapture?: React.AnimationEventHandler<HTMLDivElement> | undefined; onAnimationEnd?: React.AnimationEventHandler<HTMLDivElement> | undefined; onAnimationEndCapture?: React.AnimationEventHandler<HTMLDivElement> | undefined; onAnimationIteration?: React.AnimationEventHandler<HTMLDivElement> | undefined; onAnimationIterationCapture?: React.AnimationEventHandler<HTMLDivElement> | undefined; onTransitionEnd?: React.TransitionEventHandler<HTMLDivElement> | undefined; onTransitionEndCapture?: React.TransitionEventHandler<HTMLDivElement> | undefined; width?: ",
|
|
"Property",
|
|
".Width<string | number> | undefined; height?: ",
|
|
"Property",
|
|
".Height<string | number> | undefined; leadingControlColumns?: ",
|
|
"EuiDataGridControlColumn",
|
|
"[] | undefined; trailingControlColumns?: ",
|
|
"EuiDataGridControlColumn",
|
|
"[] | undefined; schemaDetectors?: ",
|
|
"EuiDataGridSchemaDetector",
|
|
"[] | undefined; renderFooterCellValue?: ",
|
|
"RenderCellValue",
|
|
" | undefined; renderCustomGridBody?: ((args: ",
|
|
"EuiDataGridCustomBodyProps",
|
|
") => React.ReactNode) | undefined; renderCustomToolbar?: ((props: ",
|
|
"EuiDataGridCustomToolbarProps",
|
|
") => React.ReactElement<any, string | React.JSXElementConstructor<any>>) | undefined; gridStyle?: ",
|
|
"EuiDataGridStyle",
|
|
" | undefined; inMemory?: ",
|
|
"EuiDataGridInMemory",
|
|
" | undefined; onColumnResize?: ",
|
|
"EuiDataGridOnColumnResizeHandler",
|
|
" | undefined; minSizeForControls?: number | undefined; virtualizationOptions?: Pick<",
|
|
"VariableSizeGridProps",
|
|
"<any>, \"className\" | \"style\" | \"onScroll\" | \"direction\" | \"estimatedRowHeight\" | \"estimatedColumnWidth\" | \"overscanRowCount\" | \"overscanColumnCount\" | \"initialScrollTop\" | \"initialScrollLeft\" | \"onItemsRendered\" | \"itemKey\" | \"outerElementType\"> | undefined; rowHeightsOptions?: ",
|
|
"EuiDataGridRowHeightsOptions",
|
|
" | undefined; ref?: React.LegacyRef<",
|
|
"AlertsTableImperativeApi",
|
|
"> | undefined; key?: React.Key | null | undefined; ruleTypeIds?: string[] | undefined; }, \"services\"> & { hideLazyLoader?: boolean | undefined; }) => React.JSX.Element"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/components/alerts_table/alerts_table_lazy.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityAlertsTable.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "props",
|
|
"description": [],
|
|
"signature": [
|
|
"Omit<{ id: string; columns?: ",
|
|
"EuiDataGridColumn",
|
|
"[] | undefined; query: Pick<",
|
|
"QueryDslQueryContainer",
|
|
", \"ids\" | \"bool\">; initialSort?: ",
|
|
"SortCombinations",
|
|
"[] | undefined; initialPageSize?: number | undefined; browserFields?: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
" | undefined; onUpdate?: ((context: ",
|
|
"RenderContext",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
">) => void) | undefined; onLoaded?: ((alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[], columns: ",
|
|
"EuiDataGridColumn",
|
|
"[]) => void) | undefined; runtimeMappings?: ",
|
|
"MappingRuntimeFields",
|
|
" | undefined; showAlertStatusWithFlapping?: boolean | undefined; toolbarVisibility?: ",
|
|
"EuiDataGridToolBarVisibilityOptions",
|
|
" | undefined; shouldHighlightRow?: ((alert: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">) => boolean) | undefined; dynamicRowHeight?: boolean | undefined; emptyStateHeight?: \"short\" | \"tall\" | undefined; additionalContext?: ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" | undefined; renderCellValue?: ((args: CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & { services: { data: ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "public",
|
|
"docId": "kibDataPluginApi",
|
|
"section": "def-public.DataPublicPluginStart",
|
|
"text": "DataPublicPluginStart"
|
|
},
|
|
"; http: ",
|
|
"HttpSetup",
|
|
"; notifications: ",
|
|
"NotificationsStart",
|
|
"; fieldFormats: ",
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "public",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-public.FieldFormatsStart",
|
|
"text": "FieldFormatsStart"
|
|
},
|
|
"; application: ",
|
|
"ApplicationStart",
|
|
"; licensing: ",
|
|
{
|
|
"pluginId": "licensing",
|
|
"scope": "public",
|
|
"docId": "kibLicensingPluginApi",
|
|
"section": "def-public.LicensingPluginStart",
|
|
"text": "LicensingPluginStart"
|
|
},
|
|
"; settings: ",
|
|
"SettingsStart",
|
|
"; cases?: ",
|
|
"CasesService",
|
|
" | undefined; }; renderCellValue?: any | React.ComponentClass<CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
", any> | undefined; renderCellPopover?: ((args: ",
|
|
"EuiDataGridCellPopoverElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & { alert: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">; }) => React.ReactNode) | React.ComponentClass<any, any> | undefined; renderActionsCell?: ((args: CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
" & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }) => React.ReactNode) | React.ComponentClass<CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
" & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderFlyoutHeader?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; renderFlyoutBody?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; renderFlyoutFooter?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; columns: ",
|
|
"EuiDataGridColumn",
|
|
"[]; } & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
") => React.ReactNode) | React.ComponentClass<CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & { services: { data: ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "public",
|
|
"docId": "kibDataPluginApi",
|
|
"section": "def-public.DataPublicPluginStart",
|
|
"text": "DataPublicPluginStart"
|
|
},
|
|
"; http: ",
|
|
"HttpSetup",
|
|
"; notifications: ",
|
|
"NotificationsStart",
|
|
"; fieldFormats: ",
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "public",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-public.FieldFormatsStart",
|
|
"text": "FieldFormatsStart"
|
|
},
|
|
"; application: ",
|
|
"ApplicationStart",
|
|
"; licensing: ",
|
|
{
|
|
"pluginId": "licensing",
|
|
"scope": "public",
|
|
"docId": "kibLicensingPluginApi",
|
|
"section": "def-public.LicensingPluginStart",
|
|
"text": "LicensingPluginStart"
|
|
},
|
|
"; settings: ",
|
|
"SettingsStart",
|
|
"; cases?: ",
|
|
"CasesService",
|
|
" | undefined; }; renderCellValue?: ((args: CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
") => React.ReactNode) | React.ComponentClass<CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
", any> | undefined; renderCellPopover?: ((args: ",
|
|
"EuiDataGridCellPopoverElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & { alert: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">; }) => React.ReactNode) | React.ComponentClass<any, any> | undefined; renderActionsCell?: ((args: CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
" & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }) => React.ReactNode) | React.ComponentClass<CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
" & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderFlyoutHeader?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; renderFlyoutBody?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; renderFlyoutFooter?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; columns: ",
|
|
"EuiDataGridColumn",
|
|
"[]; } & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
", any> | undefined; renderCellPopover?: ((args: ",
|
|
"EuiDataGridCellPopoverElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & { services: { data: ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "public",
|
|
"docId": "kibDataPluginApi",
|
|
"section": "def-public.DataPublicPluginStart",
|
|
"text": "DataPublicPluginStart"
|
|
},
|
|
"; http: ",
|
|
"HttpSetup",
|
|
"; notifications: ",
|
|
"NotificationsStart",
|
|
"; fieldFormats: ",
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "public",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-public.FieldFormatsStart",
|
|
"text": "FieldFormatsStart"
|
|
},
|
|
"; application: ",
|
|
"ApplicationStart",
|
|
"; licensing: ",
|
|
{
|
|
"pluginId": "licensing",
|
|
"scope": "public",
|
|
"docId": "kibLicensingPluginApi",
|
|
"section": "def-public.LicensingPluginStart",
|
|
"text": "LicensingPluginStart"
|
|
},
|
|
"; settings: ",
|
|
"SettingsStart",
|
|
"; cases?: ",
|
|
"CasesService",
|
|
" | undefined; }; renderCellValue?: ((args: CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
") => React.ReactNode) | React.ComponentClass<CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
", any> | undefined; renderCellPopover?: any | React.ComponentClass<any, any> | undefined; renderActionsCell?: ((args: CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
" & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }) => React.ReactNode) | React.ComponentClass<CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
" & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderFlyoutHeader?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; renderFlyoutBody?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; renderFlyoutFooter?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; columns: ",
|
|
"EuiDataGridColumn",
|
|
"[]; } & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & { alert: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">; }) => React.ReactNode) | React.ComponentClass<any, any> | undefined; renderActionsCell?: ((args: CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & { services: { data: ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "public",
|
|
"docId": "kibDataPluginApi",
|
|
"section": "def-public.DataPublicPluginStart",
|
|
"text": "DataPublicPluginStart"
|
|
},
|
|
"; http: ",
|
|
"HttpSetup",
|
|
"; notifications: ",
|
|
"NotificationsStart",
|
|
"; fieldFormats: ",
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "public",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-public.FieldFormatsStart",
|
|
"text": "FieldFormatsStart"
|
|
},
|
|
"; application: ",
|
|
"ApplicationStart",
|
|
"; licensing: ",
|
|
{
|
|
"pluginId": "licensing",
|
|
"scope": "public",
|
|
"docId": "kibLicensingPluginApi",
|
|
"section": "def-public.LicensingPluginStart",
|
|
"text": "LicensingPluginStart"
|
|
},
|
|
"; settings: ",
|
|
"SettingsStart",
|
|
"; cases?: ",
|
|
"CasesService",
|
|
" | undefined; }; renderCellValue?: ((args: CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
") => React.ReactNode) | React.ComponentClass<CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
", any> | undefined; renderCellPopover?: ((args: ",
|
|
"EuiDataGridCellPopoverElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & { alert: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">; }) => React.ReactNode) | React.ComponentClass<any, any> | undefined; renderActionsCell?: any | React.ComponentClass<CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
" & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderFlyoutHeader?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; renderFlyoutBody?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; renderFlyoutFooter?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; columns: ",
|
|
"EuiDataGridColumn",
|
|
"[]; } & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
" & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }) => React.ReactNode) | React.ComponentClass<CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & { services: { data: ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "public",
|
|
"docId": "kibDataPluginApi",
|
|
"section": "def-public.DataPublicPluginStart",
|
|
"text": "DataPublicPluginStart"
|
|
},
|
|
"; http: ",
|
|
"HttpSetup",
|
|
"; notifications: ",
|
|
"NotificationsStart",
|
|
"; fieldFormats: ",
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "public",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-public.FieldFormatsStart",
|
|
"text": "FieldFormatsStart"
|
|
},
|
|
"; application: ",
|
|
"ApplicationStart",
|
|
"; licensing: ",
|
|
{
|
|
"pluginId": "licensing",
|
|
"scope": "public",
|
|
"docId": "kibLicensingPluginApi",
|
|
"section": "def-public.LicensingPluginStart",
|
|
"text": "LicensingPluginStart"
|
|
},
|
|
"; settings: ",
|
|
"SettingsStart",
|
|
"; cases?: ",
|
|
"CasesService",
|
|
" | undefined; }; renderCellValue?: ((args: CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
") => React.ReactNode) | React.ComponentClass<CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
", any> | undefined; renderCellPopover?: ((args: ",
|
|
"EuiDataGridCellPopoverElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & { alert: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">; }) => React.ReactNode) | React.ComponentClass<any, any> | undefined; renderActionsCell?: ((args: CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
" & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }) => React.ReactNode) | React.ComponentClass<CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
" & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderFlyoutHeader?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; renderFlyoutBody?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; renderFlyoutFooter?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; columns: ",
|
|
"EuiDataGridColumn",
|
|
"[]; } & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
" & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderAdditionalToolbarControls?: ",
|
|
"ComponentRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; renderFlyoutHeader?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; renderFlyoutBody?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; renderFlyoutFooter?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; lastReloadRequestTime?: number | undefined; services: { data: ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "public",
|
|
"docId": "kibDataPluginApi",
|
|
"section": "def-public.DataPublicPluginStart",
|
|
"text": "DataPublicPluginStart"
|
|
},
|
|
"; http: ",
|
|
"HttpSetup",
|
|
"; notifications: ",
|
|
"NotificationsStart",
|
|
"; fieldFormats: ",
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "public",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-public.FieldFormatsStart",
|
|
"text": "FieldFormatsStart"
|
|
},
|
|
"; application: ",
|
|
"ApplicationStart",
|
|
"; licensing: ",
|
|
{
|
|
"pluginId": "licensing",
|
|
"scope": "public",
|
|
"docId": "kibLicensingPluginApi",
|
|
"section": "def-public.LicensingPluginStart",
|
|
"text": "LicensingPluginStart"
|
|
},
|
|
"; settings: ",
|
|
"SettingsStart",
|
|
"; cases?: ",
|
|
"CasesService",
|
|
" | undefined; }; minScore?: number | undefined; trackScores?: boolean | undefined; consumers?: string[] | undefined; showInspectButton?: boolean | undefined; casesConfiguration?: { featureId: string; owner: (\"cases\" | \"observability\" | \"securitySolution\")[]; appId?: string | undefined; syncAlerts?: boolean | undefined; } | undefined; hideBulkActions?: boolean | undefined; additionalBulkActions?: ",
|
|
"BulkActionsPanelConfig",
|
|
"[] | undefined; actionsColumnWidth?: number | undefined; fieldsBrowserOptions?: ",
|
|
{
|
|
"pluginId": "@kbn/response-ops-alerts-fields-browser",
|
|
"scope": "public",
|
|
"docId": "kibKbnResponseOpsAlertsFieldsBrowserPluginApi",
|
|
"section": "def-public.FieldBrowserOptions",
|
|
"text": "FieldBrowserOptions"
|
|
},
|
|
" | undefined; cellActionsOptions?: ",
|
|
"CellActionsOptions",
|
|
" | undefined; prefix?: string | undefined; onError?: React.ReactEventHandler<HTMLDivElement> | undefined; defaultValue?: string | number | readonly string[] | undefined; security?: string | undefined; className?: string | undefined; \"aria-label\"?: string | undefined; \"data-test-subj\"?: string | undefined; css?: ",
|
|
"Interpolation",
|
|
"<",
|
|
"Theme",
|
|
">; defaultChecked?: boolean | undefined; suppressContentEditableWarning?: boolean | undefined; suppressHydrationWarning?: boolean | undefined; accessKey?: string | undefined; autoFocus?: boolean | undefined; contentEditable?: Booleanish | \"inherit\" | \"plaintext-only\" | undefined; contextMenu?: string | undefined; dir?: string | undefined; draggable?: Booleanish | undefined; hidden?: boolean | undefined; lang?: string | undefined; nonce?: string | undefined; slot?: string | undefined; spellCheck?: Booleanish | undefined; style?: React.CSSProperties | undefined; tabIndex?: number | undefined; title?: string | undefined; translate?: \"yes\" | \"no\" | undefined; radioGroup?: string | undefined; role?: React.AriaRole | undefined; about?: string | undefined; content?: string | undefined; datatype?: string | undefined; inlist?: any; property?: string | undefined; rel?: string | undefined; resource?: string | undefined; rev?: string | undefined; typeof?: string | undefined; vocab?: string | undefined; autoCapitalize?: string | undefined; autoCorrect?: string | undefined; autoSave?: string | undefined; color?: string | undefined; itemProp?: string | undefined; itemScope?: boolean | undefined; itemType?: string | undefined; itemID?: string | undefined; itemRef?: string | undefined; results?: number | undefined; unselectable?: \"on\" | \"off\" | undefined; inputMode?: \"search\" | \"none\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" | undefined; is?: string | undefined; \"aria-activedescendant\"?: string | undefined; \"aria-atomic\"?: Booleanish | undefined; \"aria-autocomplete\"?: \"none\" | \"list\" | \"inline\" | \"both\" | undefined; \"aria-braillelabel\"?: string | undefined; \"aria-brailleroledescription\"?: string | undefined; \"aria-busy\"?: Booleanish | undefined; \"aria-checked\"?: boolean | \"true\" | \"false\" | \"mixed\" | undefined; \"aria-colcount\"?: number | undefined; \"aria-colindex\"?: number | undefined; \"aria-colindextext\"?: string | undefined; \"aria-colspan\"?: number | undefined; \"aria-controls\"?: string | undefined; \"aria-current\"?: boolean | \"page\" | \"date\" | \"location\" | \"true\" | \"false\" | \"time\" | \"step\" | undefined; \"aria-describedby\"?: string | undefined; \"aria-description\"?: string | undefined; \"aria-details\"?: string | undefined; \"aria-disabled\"?: Booleanish | undefined; \"aria-dropeffect\"?: \"execute\" | \"link\" | \"none\" | \"copy\" | \"move\" | \"popup\" | undefined; \"aria-errormessage\"?: string | undefined; \"aria-expanded\"?: Booleanish | undefined; \"aria-flowto\"?: string | undefined; \"aria-grabbed\"?: Booleanish | undefined; \"aria-haspopup\"?: boolean | \"grid\" | \"true\" | \"false\" | \"dialog\" | \"menu\" | \"listbox\" | \"tree\" | undefined; \"aria-hidden\"?: Booleanish | undefined; \"aria-invalid\"?: boolean | \"true\" | \"false\" | \"grammar\" | \"spelling\" | undefined; \"aria-keyshortcuts\"?: string | undefined; \"aria-level\"?: number | undefined; \"aria-live\"?: \"off\" | \"assertive\" | \"polite\" | undefined; \"aria-modal\"?: Booleanish | undefined; \"aria-multiline\"?: Booleanish | undefined; \"aria-multiselectable\"?: Booleanish | undefined; \"aria-orientation\"?: \"horizontal\" | \"vertical\" | undefined; \"aria-owns\"?: string | undefined; \"aria-placeholder\"?: string | undefined; \"aria-posinset\"?: number | undefined; \"aria-pressed\"?: boolean | \"true\" | \"false\" | \"mixed\" | undefined; \"aria-readonly\"?: Booleanish | undefined; \"aria-relevant\"?: \"text\" | \"all\" | \"additions\" | \"additions removals\" | \"additions text\" | \"removals\" | \"removals additions\" | \"removals text\" | \"text additions\" | \"text removals\" | undefined; \"aria-required\"?: Booleanish | undefined; \"aria-roledescription\"?: string | undefined; \"aria-rowcount\"?: number | undefined; \"aria-rowindex\"?: number | undefined; \"aria-rowindextext\"?: string | undefined; \"aria-rowspan\"?: number | undefined; \"aria-selected\"?: Booleanish | undefined; \"aria-setsize\"?: number | undefined; \"aria-sort\"?: \"none\" | \"ascending\" | \"descending\" | \"other\" | undefined; \"aria-valuemax\"?: number | undefined; \"aria-valuemin\"?: number | undefined; \"aria-valuenow\"?: number | undefined; \"aria-valuetext\"?: string | undefined; children?: React.ReactNode; dangerouslySetInnerHTML?: { __html: string | TrustedHTML; } | undefined; onCopy?: React.ClipboardEventHandler<HTMLDivElement> | undefined; onCopyCapture?: React.ClipboardEventHandler<HTMLDivElement> | undefined; onCut?: React.ClipboardEventHandler<HTMLDivElement> | undefined; onCutCapture?: React.ClipboardEventHandler<HTMLDivElement> | undefined; onPaste?: React.ClipboardEventHandler<HTMLDivElement> | undefined; onPasteCapture?: React.ClipboardEventHandler<HTMLDivElement> | undefined; onCompositionEnd?: React.CompositionEventHandler<HTMLDivElement> | undefined; onCompositionEndCapture?: React.CompositionEventHandler<HTMLDivElement> | undefined; onCompositionStart?: React.CompositionEventHandler<HTMLDivElement> | undefined; onCompositionStartCapture?: React.CompositionEventHandler<HTMLDivElement> | undefined; onCompositionUpdate?: React.CompositionEventHandler<HTMLDivElement> | undefined; onCompositionUpdateCapture?: React.CompositionEventHandler<HTMLDivElement> | undefined; onFocus?: React.FocusEventHandler<HTMLDivElement> | undefined; onFocusCapture?: React.FocusEventHandler<HTMLDivElement> | undefined; onBlur?: React.FocusEventHandler<HTMLDivElement> | undefined; onBlurCapture?: React.FocusEventHandler<HTMLDivElement> | undefined; onChange?: React.FormEventHandler<HTMLDivElement> | undefined; onChangeCapture?: React.FormEventHandler<HTMLDivElement> | undefined; onBeforeInput?: React.FormEventHandler<HTMLDivElement> | undefined; onBeforeInputCapture?: React.FormEventHandler<HTMLDivElement> | undefined; onInput?: React.FormEventHandler<HTMLDivElement> | undefined; onInputCapture?: React.FormEventHandler<HTMLDivElement> | undefined; onReset?: React.FormEventHandler<HTMLDivElement> | undefined; onResetCapture?: React.FormEventHandler<HTMLDivElement> | undefined; onSubmit?: React.FormEventHandler<HTMLDivElement> | undefined; onSubmitCapture?: React.FormEventHandler<HTMLDivElement> | undefined; onInvalid?: React.FormEventHandler<HTMLDivElement> | undefined; onInvalidCapture?: React.FormEventHandler<HTMLDivElement> | undefined; onLoad?: React.ReactEventHandler<HTMLDivElement> | undefined; onLoadCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onErrorCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onKeyDown?: React.KeyboardEventHandler<HTMLDivElement> | undefined; onKeyDownCapture?: React.KeyboardEventHandler<HTMLDivElement> | undefined; onKeyPress?: React.KeyboardEventHandler<HTMLDivElement> | undefined; onKeyPressCapture?: React.KeyboardEventHandler<HTMLDivElement> | undefined; onKeyUp?: React.KeyboardEventHandler<HTMLDivElement> | undefined; onKeyUpCapture?: React.KeyboardEventHandler<HTMLDivElement> | undefined; onAbort?: React.ReactEventHandler<HTMLDivElement> | undefined; onAbortCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onCanPlay?: React.ReactEventHandler<HTMLDivElement> | undefined; onCanPlayCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onCanPlayThrough?: React.ReactEventHandler<HTMLDivElement> | undefined; onCanPlayThroughCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onDurationChange?: React.ReactEventHandler<HTMLDivElement> | undefined; onDurationChangeCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onEmptied?: React.ReactEventHandler<HTMLDivElement> | undefined; onEmptiedCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onEncrypted?: React.ReactEventHandler<HTMLDivElement> | undefined; onEncryptedCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onEnded?: React.ReactEventHandler<HTMLDivElement> | undefined; onEndedCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onLoadedData?: React.ReactEventHandler<HTMLDivElement> | undefined; onLoadedDataCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onLoadedMetadata?: React.ReactEventHandler<HTMLDivElement> | undefined; onLoadedMetadataCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onLoadStart?: React.ReactEventHandler<HTMLDivElement> | undefined; onLoadStartCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onPause?: React.ReactEventHandler<HTMLDivElement> | undefined; onPauseCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onPlay?: React.ReactEventHandler<HTMLDivElement> | undefined; onPlayCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onPlaying?: React.ReactEventHandler<HTMLDivElement> | undefined; onPlayingCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onProgress?: React.ReactEventHandler<HTMLDivElement> | undefined; onProgressCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onRateChange?: React.ReactEventHandler<HTMLDivElement> | undefined; onRateChangeCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onResize?: React.ReactEventHandler<HTMLDivElement> | undefined; onResizeCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onSeeked?: React.ReactEventHandler<HTMLDivElement> | undefined; onSeekedCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onSeeking?: React.ReactEventHandler<HTMLDivElement> | undefined; onSeekingCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onStalled?: React.ReactEventHandler<HTMLDivElement> | undefined; onStalledCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onSuspend?: React.ReactEventHandler<HTMLDivElement> | undefined; onSuspendCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onTimeUpdate?: React.ReactEventHandler<HTMLDivElement> | undefined; onTimeUpdateCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onVolumeChange?: React.ReactEventHandler<HTMLDivElement> | undefined; onVolumeChangeCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onWaiting?: React.ReactEventHandler<HTMLDivElement> | undefined; onWaitingCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onAuxClick?: React.MouseEventHandler<HTMLDivElement> | undefined; onAuxClickCapture?: React.MouseEventHandler<HTMLDivElement> | undefined; onClick?: React.MouseEventHandler<HTMLDivElement> | undefined; onClickCapture?: React.MouseEventHandler<HTMLDivElement> | undefined; onContextMenu?: React.MouseEventHandler<HTMLDivElement> | undefined; onContextMenuCapture?: React.MouseEventHandler<HTMLDivElement> | undefined; onDoubleClick?: React.MouseEventHandler<HTMLDivElement> | undefined; onDoubleClickCapture?: React.MouseEventHandler<HTMLDivElement> | undefined; onDrag?: React.DragEventHandler<HTMLDivElement> | undefined; onDragCapture?: React.DragEventHandler<HTMLDivElement> | undefined; onDragEnd?: React.DragEventHandler<HTMLDivElement> | undefined; onDragEndCapture?: React.DragEventHandler<HTMLDivElement> | undefined; onDragEnter?: React.DragEventHandler<HTMLDivElement> | undefined; onDragEnterCapture?: React.DragEventHandler<HTMLDivElement> | undefined; onDragExit?: React.DragEventHandler<HTMLDivElement> | undefined; onDragExitCapture?: React.DragEventHandler<HTMLDivElement> | undefined; onDragLeave?: React.DragEventHandler<HTMLDivElement> | undefined; onDragLeaveCapture?: React.DragEventHandler<HTMLDivElement> | undefined; onDragOver?: React.DragEventHandler<HTMLDivElement> | undefined; onDragOverCapture?: React.DragEventHandler<HTMLDivElement> | undefined; onDragStart?: React.DragEventHandler<HTMLDivElement> | undefined; onDragStartCapture?: React.DragEventHandler<HTMLDivElement> | undefined; onDrop?: React.DragEventHandler<HTMLDivElement> | undefined; onDropCapture?: React.DragEventHandler<HTMLDivElement> | undefined; onMouseDown?: React.MouseEventHandler<HTMLDivElement> | undefined; onMouseDownCapture?: React.MouseEventHandler<HTMLDivElement> | undefined; onMouseEnter?: React.MouseEventHandler<HTMLDivElement> | undefined; onMouseLeave?: React.MouseEventHandler<HTMLDivElement> | undefined; onMouseMove?: React.MouseEventHandler<HTMLDivElement> | undefined; onMouseMoveCapture?: React.MouseEventHandler<HTMLDivElement> | undefined; onMouseOut?: React.MouseEventHandler<HTMLDivElement> | undefined; onMouseOutCapture?: React.MouseEventHandler<HTMLDivElement> | undefined; onMouseOver?: React.MouseEventHandler<HTMLDivElement> | undefined; onMouseOverCapture?: React.MouseEventHandler<HTMLDivElement> | undefined; onMouseUp?: React.MouseEventHandler<HTMLDivElement> | undefined; onMouseUpCapture?: React.MouseEventHandler<HTMLDivElement> | undefined; onSelect?: React.ReactEventHandler<HTMLDivElement> | undefined; onSelectCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onTouchCancel?: React.TouchEventHandler<HTMLDivElement> | undefined; onTouchCancelCapture?: React.TouchEventHandler<HTMLDivElement> | undefined; onTouchEnd?: React.TouchEventHandler<HTMLDivElement> | undefined; onTouchEndCapture?: React.TouchEventHandler<HTMLDivElement> | undefined; onTouchMove?: React.TouchEventHandler<HTMLDivElement> | undefined; onTouchMoveCapture?: React.TouchEventHandler<HTMLDivElement> | undefined; onTouchStart?: React.TouchEventHandler<HTMLDivElement> | undefined; onTouchStartCapture?: React.TouchEventHandler<HTMLDivElement> | undefined; onPointerDown?: React.PointerEventHandler<HTMLDivElement> | undefined; onPointerDownCapture?: React.PointerEventHandler<HTMLDivElement> | undefined; onPointerMove?: React.PointerEventHandler<HTMLDivElement> | undefined; onPointerMoveCapture?: React.PointerEventHandler<HTMLDivElement> | undefined; onPointerUp?: React.PointerEventHandler<HTMLDivElement> | undefined; onPointerUpCapture?: React.PointerEventHandler<HTMLDivElement> | undefined; onPointerCancel?: React.PointerEventHandler<HTMLDivElement> | undefined; onPointerCancelCapture?: React.PointerEventHandler<HTMLDivElement> | undefined; onPointerEnter?: React.PointerEventHandler<HTMLDivElement> | undefined; onPointerLeave?: React.PointerEventHandler<HTMLDivElement> | undefined; onPointerOver?: React.PointerEventHandler<HTMLDivElement> | undefined; onPointerOverCapture?: React.PointerEventHandler<HTMLDivElement> | undefined; onPointerOut?: React.PointerEventHandler<HTMLDivElement> | undefined; onPointerOutCapture?: React.PointerEventHandler<HTMLDivElement> | undefined; onGotPointerCapture?: React.PointerEventHandler<HTMLDivElement> | undefined; onGotPointerCaptureCapture?: React.PointerEventHandler<HTMLDivElement> | undefined; onLostPointerCapture?: React.PointerEventHandler<HTMLDivElement> | undefined; onLostPointerCaptureCapture?: React.PointerEventHandler<HTMLDivElement> | undefined; onScroll?: React.UIEventHandler<HTMLDivElement> | undefined; onScrollCapture?: React.UIEventHandler<HTMLDivElement> | undefined; onWheel?: React.WheelEventHandler<HTMLDivElement> | undefined; onWheelCapture?: React.WheelEventHandler<HTMLDivElement> | undefined; onAnimationStart?: React.AnimationEventHandler<HTMLDivElement> | undefined; onAnimationStartCapture?: React.AnimationEventHandler<HTMLDivElement> | undefined; onAnimationEnd?: React.AnimationEventHandler<HTMLDivElement> | undefined; onAnimationEndCapture?: React.AnimationEventHandler<HTMLDivElement> | undefined; onAnimationIteration?: React.AnimationEventHandler<HTMLDivElement> | undefined; onAnimationIterationCapture?: React.AnimationEventHandler<HTMLDivElement> | undefined; onTransitionEnd?: React.TransitionEventHandler<HTMLDivElement> | undefined; onTransitionEndCapture?: React.TransitionEventHandler<HTMLDivElement> | undefined; width?: ",
|
|
"Property",
|
|
".Width<string | number> | undefined; height?: ",
|
|
"Property",
|
|
".Height<string | number> | undefined; leadingControlColumns?: ",
|
|
"EuiDataGridControlColumn",
|
|
"[] | undefined; trailingControlColumns?: ",
|
|
"EuiDataGridControlColumn",
|
|
"[] | undefined; schemaDetectors?: ",
|
|
"EuiDataGridSchemaDetector",
|
|
"[] | undefined; renderFooterCellValue?: ",
|
|
"RenderCellValue",
|
|
" | undefined; renderCustomGridBody?: ((args: ",
|
|
"EuiDataGridCustomBodyProps",
|
|
") => React.ReactNode) | undefined; renderCustomToolbar?: ((props: ",
|
|
"EuiDataGridCustomToolbarProps",
|
|
") => React.ReactElement<any, string | React.JSXElementConstructor<any>>) | undefined; gridStyle?: ",
|
|
"EuiDataGridStyle",
|
|
" | undefined; inMemory?: ",
|
|
"EuiDataGridInMemory",
|
|
" | undefined; onColumnResize?: ",
|
|
"EuiDataGridOnColumnResizeHandler",
|
|
" | undefined; minSizeForControls?: number | undefined; virtualizationOptions?: Pick<",
|
|
"VariableSizeGridProps",
|
|
"<any>, \"className\" | \"style\" | \"onScroll\" | \"direction\" | \"estimatedRowHeight\" | \"estimatedColumnWidth\" | \"overscanRowCount\" | \"overscanColumnCount\" | \"initialScrollTop\" | \"initialScrollLeft\" | \"onItemsRendered\" | \"itemKey\" | \"outerElementType\"> | undefined; rowHeightsOptions?: ",
|
|
"EuiDataGridRowHeightsOptions",
|
|
" | undefined; ref?: React.LegacyRef<",
|
|
"AlertsTableImperativeApi",
|
|
"> | undefined; key?: React.Key | null | undefined; ruleTypeIds?: string[] | undefined; }, \"services\"> & { hideLazyLoader?: boolean | undefined; }"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/components/alerts_table/alerts_table_lazy.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.render",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "render",
|
|
"description": [],
|
|
"signature": [
|
|
"(component: React.ReactNode, config?: ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.Subset",
|
|
"text": "Subset"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ConfigSchema",
|
|
"text": "ConfigSchema"
|
|
},
|
|
">) => ",
|
|
"RenderResult",
|
|
"<typeof ",
|
|
"node_modules/@testing-library/dom/types/queries",
|
|
", HTMLElement, HTMLElement>"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/utils/test_helper.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.render.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "component",
|
|
"description": [],
|
|
"signature": [
|
|
"React.ReactNode"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/utils/test_helper.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.render.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "config",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.Subset",
|
|
"text": "Subset"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ConfigSchema",
|
|
"text": "ConfigSchema"
|
|
},
|
|
">"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/utils/test_helper.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.RuleConditionChart",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "RuleConditionChart",
|
|
"description": [],
|
|
"signature": [
|
|
"(props: ",
|
|
"RuleConditionChartProps",
|
|
") => React.JSX.Element"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/components/rule_condition_chart/index.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.RuleConditionChart.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "props",
|
|
"description": [],
|
|
"signature": [
|
|
"RuleConditionChartProps"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/components/rule_condition_chart/index.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.RuleFlyoutKueryBar",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "RuleFlyoutKueryBar",
|
|
"description": [],
|
|
"signature": [
|
|
"(props: ",
|
|
"RuleFlyoutKueryBarProps",
|
|
") => React.JSX.Element"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/components/rule_kql_filter/index.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.RuleFlyoutKueryBar.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "props",
|
|
"description": [],
|
|
"signature": [
|
|
"RuleFlyoutKueryBarProps"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/components/rule_kql_filter/index.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.Threshold",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "Threshold",
|
|
"description": [],
|
|
"signature": [
|
|
"({\n chartProps: { theme, baseTheme },\n comparator,\n id,\n threshold,\n title,\n value,\n valueFormatter = (d) => String(d),\n}: ",
|
|
"Props",
|
|
") => React.JSX.Element"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/components/custom_threshold/components/threshold.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.Threshold.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "{\n chartProps: { theme, baseTheme },\n comparator,\n id,\n threshold,\n title,\n value,\n valueFormatter = (d) => String(d),\n}",
|
|
"description": [],
|
|
"signature": [
|
|
"Props"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/components/custom_threshold/components/threshold.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.toQuery",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "toQuery",
|
|
"description": [],
|
|
"signature": [
|
|
"(search: string | undefined) => ",
|
|
"ParsedQuery",
|
|
"<string>"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/utils/url.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.toQuery.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "search",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/utils/url.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.useAnnotations",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "useAnnotations",
|
|
"description": [],
|
|
"signature": [
|
|
"({ domain, editAnnotation, slo, setEditAnnotation, }?: { slo?: ({ id: string; name: string; description: string; indicator: { type: \"sli.apm.transactionDuration\"; params: { environment: string; service: string; transactionType: string; transactionName: string; threshold: number; index: string; } & { filter?: string | { kqlQuery: string; filters: ({ meta: { alias?: string | null | undefined; disabled?: boolean | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; group?: string | undefined; index?: string | undefined; isMultiIndex?: boolean | undefined; type?: string | undefined; key?: string | undefined; field?: string | undefined; params?: any; value?: string | undefined; }; query: { [x: string]: any; }; } & { $state?: any; })[]; } | undefined; dataViewId?: string | undefined; }; } | { type: \"sli.apm.transactionErrorRate\"; params: { environment: string; service: string; transactionType: string; transactionName: string; index: string; } & { filter?: string | { kqlQuery: string; filters: ({ meta: { alias?: string | null | undefined; disabled?: boolean | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; group?: string | undefined; index?: string | undefined; isMultiIndex?: boolean | undefined; type?: string | undefined; key?: string | undefined; field?: string | undefined; params?: any; value?: string | undefined; }; query: { [x: string]: any; }; } & { $state?: any; })[]; } | undefined; dataViewId?: string | undefined; }; } | { type: \"sli.synthetics.availability\"; params: { monitorIds: { value: string; label: string; }[]; index: string; } & { tags?: { value: string; label: string; }[] | undefined; projects?: { value: string; label: string; }[] | undefined; filter?: string | { kqlQuery: string; filters: ({ meta: { alias?: string | null | undefined; disabled?: boolean | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; group?: string | undefined; index?: string | undefined; isMultiIndex?: boolean | undefined; type?: string | undefined; key?: string | undefined; field?: string | undefined; params?: any; value?: string | undefined; }; query: { [x: string]: any; }; } & { $state?: any; })[]; } | undefined; dataViewId?: string | undefined; }; } | { type: \"sli.kql.custom\"; params: { index: string; good: string | { kqlQuery: string; filters: ({ meta: { alias?: string | null | undefined; disabled?: boolean | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; group?: string | undefined; index?: string | undefined; isMultiIndex?: boolean | undefined; type?: string | undefined; key?: string | undefined; field?: string | undefined; params?: any; value?: string | undefined; }; query: { [x: string]: any; }; } & { $state?: any; })[]; }; total: string | { kqlQuery: string; filters: ({ meta: { alias?: string | null | undefined; disabled?: boolean | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; group?: string | undefined; index?: string | undefined; isMultiIndex?: boolean | undefined; type?: string | undefined; key?: string | undefined; field?: string | undefined; params?: any; value?: string | undefined; }; query: { [x: string]: any; }; } & { $state?: any; })[]; }; timestampField: string; } & { filter?: string | { kqlQuery: string; filters: ({ meta: { alias?: string | null | undefined; disabled?: boolean | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; group?: string | undefined; index?: string | undefined; isMultiIndex?: boolean | undefined; type?: string | undefined; key?: string | undefined; field?: string | undefined; params?: any; value?: string | undefined; }; query: { [x: string]: any; }; } & { $state?: any; })[]; } | undefined; dataViewId?: string | undefined; }; } | { type: \"sli.metric.custom\"; params: { index: string; good: { metrics: (({ name: string; aggregation: \"sum\"; field: string; } & { filter?: string | { kqlQuery: string; filters: ({ meta: { alias?: string | null | undefined; disabled?: boolean | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; group?: string | undefined; index?: string | undefined; isMultiIndex?: boolean | undefined; type?: string | undefined; key?: string | undefined; field?: string | undefined; params?: any; value?: string | undefined; }; query: { [x: string]: any; }; } & { $state?: any; })[]; } | undefined; }) | ({ name: string; aggregation: \"doc_count\"; } & { filter?: string | { kqlQuery: string; filters: ({ meta: { alias?: string | null | undefined; disabled?: boolean | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; group?: string | undefined; index?: string | undefined; isMultiIndex?: boolean | undefined; type?: string | undefined; key?: string | undefined; field?: string | undefined; params?: any; value?: string | undefined; }; query: { [x: string]: any; }; } & { $state?: any; })[]; } | undefined; }))[]; equation: string; }; total: { metrics: (({ name: string; aggregation: \"sum\"; field: string; } & { filter?: string | { kqlQuery: string; filters: ({ meta: { alias?: string | null | undefined; disabled?: boolean | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; group?: string | undefined; index?: string | undefined; isMultiIndex?: boolean | undefined; type?: string | undefined; key?: string | undefined; field?: string | undefined; params?: any; value?: string | undefined; }; query: { [x: string]: any; }; } & { $state?: any; })[]; } | undefined; }) | ({ name: string; aggregation: \"doc_count\"; } & { filter?: string | { kqlQuery: string; filters: ({ meta: { alias?: string | null | undefined; disabled?: boolean | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; group?: string | undefined; index?: string | undefined; isMultiIndex?: boolean | undefined; type?: string | undefined; key?: string | undefined; field?: string | undefined; params?: any; value?: string | undefined; }; query: { [x: string]: any; }; } & { $state?: any; })[]; } | undefined; }))[]; equation: string; }; timestampField: string; } & { filter?: string | { kqlQuery: string; filters: ({ meta: { alias?: string | null | undefined; disabled?: boolean | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; group?: string | undefined; index?: string | undefined; isMultiIndex?: boolean | undefined; type?: string | undefined; key?: string | undefined; field?: string | undefined; params?: any; value?: string | undefined; }; query: { [x: string]: any; }; } & { $state?: any; })[]; } | undefined; dataViewId?: string | undefined; }; } | { type: \"sli.metric.timeslice\"; params: { index: string; metric: { metrics: (({ name: string; aggregation: \"min\" | \"max\" | \"sum\" | \"avg\" | \"cardinality\" | \"last_value\" | \"std_deviation\"; field: string; } & { filter?: string | { kqlQuery: string; filters: ({ meta: { alias?: string | null | undefined; disabled?: boolean | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; group?: string | undefined; index?: string | undefined; isMultiIndex?: boolean | undefined; type?: string | undefined; key?: string | undefined; field?: string | undefined; params?: any; value?: string | undefined; }; query: { [x: string]: any; }; } & { $state?: any; })[]; } | undefined; }) | ({ name: string; aggregation: \"doc_count\"; } & { filter?: string | { kqlQuery: string; filters: ({ meta: { alias?: string | null | undefined; disabled?: boolean | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; group?: string | undefined; index?: string | undefined; isMultiIndex?: boolean | undefined; type?: string | undefined; key?: string | undefined; field?: string | undefined; params?: any; value?: string | undefined; }; query: { [x: string]: any; }; } & { $state?: any; })[]; } | undefined; }) | ({ name: string; aggregation: \"percentile\"; field: string; percentile: number; } & { filter?: string | { kqlQuery: string; filters: ({ meta: { alias?: string | null | undefined; disabled?: boolean | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; group?: string | undefined; index?: string | undefined; isMultiIndex?: boolean | undefined; type?: string | undefined; key?: string | undefined; field?: string | undefined; params?: any; value?: string | undefined; }; query: { [x: string]: any; }; } & { $state?: any; })[]; } | undefined; }))[]; equation: string; threshold: number; comparator: \"GT\" | \"GTE\" | \"LT\" | \"LTE\"; }; timestampField: string; } & { filter?: string | { kqlQuery: string; filters: ({ meta: { alias?: string | null | undefined; disabled?: boolean | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; group?: string | undefined; index?: string | undefined; isMultiIndex?: boolean | undefined; type?: string | undefined; key?: string | undefined; field?: string | undefined; params?: any; value?: string | undefined; }; query: { [x: string]: any; }; } & { $state?: any; })[]; } | undefined; dataViewId?: string | undefined; }; } | { type: \"sli.histogram.custom\"; params: { index: string; timestampField: string; good: ({ field: string; aggregation: \"value_count\"; } & { filter?: string | { kqlQuery: string; filters: ({ meta: { alias?: string | null | undefined; disabled?: boolean | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; group?: string | undefined; index?: string | undefined; isMultiIndex?: boolean | undefined; type?: string | undefined; key?: string | undefined; field?: string | undefined; params?: any; value?: string | undefined; }; query: { [x: string]: any; }; } & { $state?: any; })[]; } | undefined; }) | ({ field: string; aggregation: \"range\"; from: number; to: number; } & { filter?: string | { kqlQuery: string; filters: ({ meta: { alias?: string | null | undefined; disabled?: boolean | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; group?: string | undefined; index?: string | undefined; isMultiIndex?: boolean | undefined; type?: string | undefined; key?: string | undefined; field?: string | undefined; params?: any; value?: string | undefined; }; query: { [x: string]: any; }; } & { $state?: any; })[]; } | undefined; }); total: ({ field: string; aggregation: \"value_count\"; } & { filter?: string | { kqlQuery: string; filters: ({ meta: { alias?: string | null | undefined; disabled?: boolean | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; group?: string | undefined; index?: string | undefined; isMultiIndex?: boolean | undefined; type?: string | undefined; key?: string | undefined; field?: string | undefined; params?: any; value?: string | undefined; }; query: { [x: string]: any; }; } & { $state?: any; })[]; } | undefined; }) | ({ field: string; aggregation: \"range\"; from: number; to: number; } & { filter?: string | { kqlQuery: string; filters: ({ meta: { alias?: string | null | undefined; disabled?: boolean | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; group?: string | undefined; index?: string | undefined; isMultiIndex?: boolean | undefined; type?: string | undefined; key?: string | undefined; field?: string | undefined; params?: any; value?: string | undefined; }; query: { [x: string]: any; }; } & { $state?: any; })[]; } | undefined; }); } & { filter?: string | { kqlQuery: string; filters: ({ meta: { alias?: string | null | undefined; disabled?: boolean | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; group?: string | undefined; index?: string | undefined; isMultiIndex?: boolean | undefined; type?: string | undefined; key?: string | undefined; field?: string | undefined; params?: any; value?: string | undefined; }; query: { [x: string]: any; }; } & { $state?: any; })[]; } | undefined; dataViewId?: string | undefined; }; }; timeWindow: { duration: string; type: \"rolling\"; } | { duration: string; type: \"calendarAligned\"; }; budgetingMethod: \"occurrences\" | \"timeslices\"; objective: { target: number; } & { timesliceTarget?: number | undefined; timesliceWindow?: string | undefined; }; settings: { syncDelay: string; frequency: string; preventInitialBackfill: boolean; } & { syncField?: string | null | undefined; }; revision: number; enabled: boolean; tags: string[]; createdAt: string; updatedAt: string; groupBy: string | string[]; version: number; } & { createdBy?: string | undefined; updatedBy?: string | undefined; } & { summary: { status: \"HEALTHY\" | \"NO_DATA\" | \"DEGRADING\" | \"VIOLATED\"; sliValue: number; errorBudget: { initial: number; consumed: number; remaining: number; isEstimated: boolean; }; fiveMinuteBurnRate: number; oneHourBurnRate: number; oneDayBurnRate: number; } & { summaryUpdatedAt?: string | null | undefined; }; groupings: { [x: string]: string | number; }; instanceId: string; } & { meta?: { synthetics?: { monitorId: string; locationId: string; configId: string; } | undefined; } | undefined; remote?: { remoteName: string; kibanaUrl: string; } | undefined; }) | undefined; editAnnotation?: ({ id: string; } & { annotation: { title?: string | undefined; type?: string | undefined; style?: { icon?: string | undefined; color?: string | undefined; line?: { width?: number | undefined; style?: \"dashed\" | \"solid\" | \"dotted\" | undefined; iconPosition?: \"top\" | \"bottom\" | undefined; textDecoration?: \"none\" | \"name\" | undefined; } | undefined; rect?: { fill?: \"inside\" | \"outside\" | undefined; } | undefined; } | undefined; }; '@timestamp': string; message: string; } & { event?: ({ start: string; } & { end?: string | undefined; }) | undefined; tags?: string[] | undefined; service?: { name?: string | undefined; environment?: string | undefined; version?: string | undefined; } | undefined; monitor?: { id?: string | undefined; } | undefined; slo?: ({ id: string; } & { instanceId?: string | undefined; }) | undefined; host?: { name?: string | undefined; } | undefined; }) | null | undefined; setEditAnnotation?: ((annotation: ({ id: string; } & { annotation: { title?: string | undefined; type?: string | undefined; style?: { icon?: string | undefined; color?: string | undefined; line?: { width?: number | undefined; style?: \"dashed\" | \"solid\" | \"dotted\" | undefined; iconPosition?: \"top\" | \"bottom\" | undefined; textDecoration?: \"none\" | \"name\" | undefined; } | undefined; rect?: { fill?: \"inside\" | \"outside\" | undefined; } | undefined; } | undefined; }; '@timestamp': string; message: string; } & { event?: ({ start: string; } & { end?: string | undefined; }) | undefined; tags?: string[] | undefined; service?: { name?: string | undefined; environment?: string | undefined; version?: string | undefined; } | undefined; monitor?: { id?: string | undefined; } | undefined; slo?: ({ id: string; } & { instanceId?: string | undefined; }) | undefined; host?: { name?: string | undefined; } | undefined; }) | null) => void) | undefined; domain?: { min: string | number; max: string | number; } | undefined; }) => { annotations: ({ id: string; } & { annotation: { title?: string | undefined; type?: string | undefined; style?: { icon?: string | undefined; color?: string | undefined; line?: { width?: number | undefined; style?: \"dashed\" | \"solid\" | \"dotted\" | undefined; iconPosition?: \"top\" | \"bottom\" | undefined; textDecoration?: \"none\" | \"name\" | undefined; } | undefined; rect?: { fill?: \"inside\" | \"outside\" | undefined; } | undefined; } | undefined; }; '@timestamp': string; message: string; } & { event?: ({ start: string; } & { end?: string | undefined; }) | undefined; tags?: string[] | undefined; service?: { name?: string | undefined; environment?: string | undefined; version?: string | undefined; } | undefined; monitor?: { id?: string | undefined; } | undefined; slo?: ({ id: string; } & { instanceId?: string | undefined; }) | undefined; host?: { name?: string | undefined; } | undefined; })[]; onAnnotationClick: (annotations: { rects: ",
|
|
"RectAnnotationEvent",
|
|
"[]; lines: ",
|
|
"LineAnnotationEvent",
|
|
"[]; }) => void; wrapOnBrushEnd: (originalHandler: (event: ",
|
|
"BrushEvent",
|
|
") => void) => (event: ",
|
|
"BrushEvent",
|
|
") => void; createAnnotation: (start: string | number, end?: string | null | undefined) => void; AddAnnotationButton: () => React.JSX.Element; ObservabilityAnnotations: ({ tooltipSpecs, annotations, }: { tooltipSpecs?: Partial<",
|
|
"TooltipSpec",
|
|
"<any, ",
|
|
"SeriesIdentifier",
|
|
">> | undefined; annotations?: ({ id: string; } & { annotation: { title?: string | undefined; type?: string | undefined; style?: { icon?: string | undefined; color?: string | undefined; line?: { width?: number | undefined; style?: \"dashed\" | \"solid\" | \"dotted\" | undefined; iconPosition?: \"top\" | \"bottom\" | undefined; textDecoration?: \"none\" | \"name\" | undefined; } | undefined; rect?: { fill?: \"inside\" | \"outside\" | undefined; } | undefined; } | undefined; }; '@timestamp': string; message: string; } & { event?: ({ start: string; } & { end?: string | undefined; }) | undefined; tags?: string[] | undefined; service?: { name?: string | undefined; environment?: string | undefined; version?: string | undefined; } | undefined; monitor?: { id?: string | undefined; } | undefined; slo?: ({ id: string; } & { instanceId?: string | undefined; }) | undefined; host?: { name?: string | undefined; } | undefined; })[] | undefined; }) => React.JSX.Element; }"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/components/annotations/use_annotations.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.useAnnotations.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "{\n domain,\n editAnnotation,\n slo,\n setEditAnnotation,\n}",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/components/annotations/use_annotations.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.useAnnotations.$1.slo",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "slo",
|
|
"description": [],
|
|
"signature": [
|
|
"({ id: string; name: string; description: string; indicator: { type: \"sli.apm.transactionDuration\"; params: { environment: string; service: string; transactionType: string; transactionName: string; threshold: number; index: string; } & { filter?: string | { kqlQuery: string; filters: ({ meta: { alias?: string | null | undefined; disabled?: boolean | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; group?: string | undefined; index?: string | undefined; isMultiIndex?: boolean | undefined; type?: string | undefined; key?: string | undefined; field?: string | undefined; params?: any; value?: string | undefined; }; query: { [x: string]: any; }; } & { $state?: any; })[]; } | undefined; dataViewId?: string | undefined; }; } | { type: \"sli.apm.transactionErrorRate\"; params: { environment: string; service: string; transactionType: string; transactionName: string; index: string; } & { filter?: string | { kqlQuery: string; filters: ({ meta: { alias?: string | null | undefined; disabled?: boolean | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; group?: string | undefined; index?: string | undefined; isMultiIndex?: boolean | undefined; type?: string | undefined; key?: string | undefined; field?: string | undefined; params?: any; value?: string | undefined; }; query: { [x: string]: any; }; } & { $state?: any; })[]; } | undefined; dataViewId?: string | undefined; }; } | { type: \"sli.synthetics.availability\"; params: { monitorIds: { value: string; label: string; }[]; index: string; } & { tags?: { value: string; label: string; }[] | undefined; projects?: { value: string; label: string; }[] | undefined; filter?: string | { kqlQuery: string; filters: ({ meta: { alias?: string | null | undefined; disabled?: boolean | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; group?: string | undefined; index?: string | undefined; isMultiIndex?: boolean | undefined; type?: string | undefined; key?: string | undefined; field?: string | undefined; params?: any; value?: string | undefined; }; query: { [x: string]: any; }; } & { $state?: any; })[]; } | undefined; dataViewId?: string | undefined; }; } | { type: \"sli.kql.custom\"; params: { index: string; good: string | { kqlQuery: string; filters: ({ meta: { alias?: string | null | undefined; disabled?: boolean | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; group?: string | undefined; index?: string | undefined; isMultiIndex?: boolean | undefined; type?: string | undefined; key?: string | undefined; field?: string | undefined; params?: any; value?: string | undefined; }; query: { [x: string]: any; }; } & { $state?: any; })[]; }; total: string | { kqlQuery: string; filters: ({ meta: { alias?: string | null | undefined; disabled?: boolean | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; group?: string | undefined; index?: string | undefined; isMultiIndex?: boolean | undefined; type?: string | undefined; key?: string | undefined; field?: string | undefined; params?: any; value?: string | undefined; }; query: { [x: string]: any; }; } & { $state?: any; })[]; }; timestampField: string; } & { filter?: string | { kqlQuery: string; filters: ({ meta: { alias?: string | null | undefined; disabled?: boolean | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; group?: string | undefined; index?: string | undefined; isMultiIndex?: boolean | undefined; type?: string | undefined; key?: string | undefined; field?: string | undefined; params?: any; value?: string | undefined; }; query: { [x: string]: any; }; } & { $state?: any; })[]; } | undefined; dataViewId?: string | undefined; }; } | { type: \"sli.metric.custom\"; params: { index: string; good: { metrics: (({ name: string; aggregation: \"sum\"; field: string; } & { filter?: string | { kqlQuery: string; filters: ({ meta: { alias?: string | null | undefined; disabled?: boolean | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; group?: string | undefined; index?: string | undefined; isMultiIndex?: boolean | undefined; type?: string | undefined; key?: string | undefined; field?: string | undefined; params?: any; value?: string | undefined; }; query: { [x: string]: any; }; } & { $state?: any; })[]; } | undefined; }) | ({ name: string; aggregation: \"doc_count\"; } & { filter?: string | { kqlQuery: string; filters: ({ meta: { alias?: string | null | undefined; disabled?: boolean | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; group?: string | undefined; index?: string | undefined; isMultiIndex?: boolean | undefined; type?: string | undefined; key?: string | undefined; field?: string | undefined; params?: any; value?: string | undefined; }; query: { [x: string]: any; }; } & { $state?: any; })[]; } | undefined; }))[]; equation: string; }; total: { metrics: (({ name: string; aggregation: \"sum\"; field: string; } & { filter?: string | { kqlQuery: string; filters: ({ meta: { alias?: string | null | undefined; disabled?: boolean | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; group?: string | undefined; index?: string | undefined; isMultiIndex?: boolean | undefined; type?: string | undefined; key?: string | undefined; field?: string | undefined; params?: any; value?: string | undefined; }; query: { [x: string]: any; }; } & { $state?: any; })[]; } | undefined; }) | ({ name: string; aggregation: \"doc_count\"; } & { filter?: string | { kqlQuery: string; filters: ({ meta: { alias?: string | null | undefined; disabled?: boolean | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; group?: string | undefined; index?: string | undefined; isMultiIndex?: boolean | undefined; type?: string | undefined; key?: string | undefined; field?: string | undefined; params?: any; value?: string | undefined; }; query: { [x: string]: any; }; } & { $state?: any; })[]; } | undefined; }))[]; equation: string; }; timestampField: string; } & { filter?: string | { kqlQuery: string; filters: ({ meta: { alias?: string | null | undefined; disabled?: boolean | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; group?: string | undefined; index?: string | undefined; isMultiIndex?: boolean | undefined; type?: string | undefined; key?: string | undefined; field?: string | undefined; params?: any; value?: string | undefined; }; query: { [x: string]: any; }; } & { $state?: any; })[]; } | undefined; dataViewId?: string | undefined; }; } | { type: \"sli.metric.timeslice\"; params: { index: string; metric: { metrics: (({ name: string; aggregation: \"min\" | \"max\" | \"sum\" | \"avg\" | \"cardinality\" | \"last_value\" | \"std_deviation\"; field: string; } & { filter?: string | { kqlQuery: string; filters: ({ meta: { alias?: string | null | undefined; disabled?: boolean | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; group?: string | undefined; index?: string | undefined; isMultiIndex?: boolean | undefined; type?: string | undefined; key?: string | undefined; field?: string | undefined; params?: any; value?: string | undefined; }; query: { [x: string]: any; }; } & { $state?: any; })[]; } | undefined; }) | ({ name: string; aggregation: \"doc_count\"; } & { filter?: string | { kqlQuery: string; filters: ({ meta: { alias?: string | null | undefined; disabled?: boolean | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; group?: string | undefined; index?: string | undefined; isMultiIndex?: boolean | undefined; type?: string | undefined; key?: string | undefined; field?: string | undefined; params?: any; value?: string | undefined; }; query: { [x: string]: any; }; } & { $state?: any; })[]; } | undefined; }) | ({ name: string; aggregation: \"percentile\"; field: string; percentile: number; } & { filter?: string | { kqlQuery: string; filters: ({ meta: { alias?: string | null | undefined; disabled?: boolean | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; group?: string | undefined; index?: string | undefined; isMultiIndex?: boolean | undefined; type?: string | undefined; key?: string | undefined; field?: string | undefined; params?: any; value?: string | undefined; }; query: { [x: string]: any; }; } & { $state?: any; })[]; } | undefined; }))[]; equation: string; threshold: number; comparator: \"GT\" | \"GTE\" | \"LT\" | \"LTE\"; }; timestampField: string; } & { filter?: string | { kqlQuery: string; filters: ({ meta: { alias?: string | null | undefined; disabled?: boolean | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; group?: string | undefined; index?: string | undefined; isMultiIndex?: boolean | undefined; type?: string | undefined; key?: string | undefined; field?: string | undefined; params?: any; value?: string | undefined; }; query: { [x: string]: any; }; } & { $state?: any; })[]; } | undefined; dataViewId?: string | undefined; }; } | { type: \"sli.histogram.custom\"; params: { index: string; timestampField: string; good: ({ field: string; aggregation: \"value_count\"; } & { filter?: string | { kqlQuery: string; filters: ({ meta: { alias?: string | null | undefined; disabled?: boolean | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; group?: string | undefined; index?: string | undefined; isMultiIndex?: boolean | undefined; type?: string | undefined; key?: string | undefined; field?: string | undefined; params?: any; value?: string | undefined; }; query: { [x: string]: any; }; } & { $state?: any; })[]; } | undefined; }) | ({ field: string; aggregation: \"range\"; from: number; to: number; } & { filter?: string | { kqlQuery: string; filters: ({ meta: { alias?: string | null | undefined; disabled?: boolean | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; group?: string | undefined; index?: string | undefined; isMultiIndex?: boolean | undefined; type?: string | undefined; key?: string | undefined; field?: string | undefined; params?: any; value?: string | undefined; }; query: { [x: string]: any; }; } & { $state?: any; })[]; } | undefined; }); total: ({ field: string; aggregation: \"value_count\"; } & { filter?: string | { kqlQuery: string; filters: ({ meta: { alias?: string | null | undefined; disabled?: boolean | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; group?: string | undefined; index?: string | undefined; isMultiIndex?: boolean | undefined; type?: string | undefined; key?: string | undefined; field?: string | undefined; params?: any; value?: string | undefined; }; query: { [x: string]: any; }; } & { $state?: any; })[]; } | undefined; }) | ({ field: string; aggregation: \"range\"; from: number; to: number; } & { filter?: string | { kqlQuery: string; filters: ({ meta: { alias?: string | null | undefined; disabled?: boolean | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; group?: string | undefined; index?: string | undefined; isMultiIndex?: boolean | undefined; type?: string | undefined; key?: string | undefined; field?: string | undefined; params?: any; value?: string | undefined; }; query: { [x: string]: any; }; } & { $state?: any; })[]; } | undefined; }); } & { filter?: string | { kqlQuery: string; filters: ({ meta: { alias?: string | null | undefined; disabled?: boolean | undefined; negate?: boolean | undefined; controlledBy?: string | undefined; group?: string | undefined; index?: string | undefined; isMultiIndex?: boolean | undefined; type?: string | undefined; key?: string | undefined; field?: string | undefined; params?: any; value?: string | undefined; }; query: { [x: string]: any; }; } & { $state?: any; })[]; } | undefined; dataViewId?: string | undefined; }; }; timeWindow: { duration: string; type: \"rolling\"; } | { duration: string; type: \"calendarAligned\"; }; budgetingMethod: \"occurrences\" | \"timeslices\"; objective: { target: number; } & { timesliceTarget?: number | undefined; timesliceWindow?: string | undefined; }; settings: { syncDelay: string; frequency: string; preventInitialBackfill: boolean; } & { syncField?: string | null | undefined; }; revision: number; enabled: boolean; tags: string[]; createdAt: string; updatedAt: string; groupBy: string | string[]; version: number; } & { createdBy?: string | undefined; updatedBy?: string | undefined; } & { summary: { status: \"HEALTHY\" | \"NO_DATA\" | \"DEGRADING\" | \"VIOLATED\"; sliValue: number; errorBudget: { initial: number; consumed: number; remaining: number; isEstimated: boolean; }; fiveMinuteBurnRate: number; oneHourBurnRate: number; oneDayBurnRate: number; } & { summaryUpdatedAt?: string | null | undefined; }; groupings: { [x: string]: string | number; }; instanceId: string; } & { meta?: { synthetics?: { monitorId: string; locationId: string; configId: string; } | undefined; } | undefined; remote?: { remoteName: string; kibanaUrl: string; } | undefined; }) | undefined"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/components/annotations/use_annotations.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.useAnnotations.$1.editAnnotation",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "editAnnotation",
|
|
"description": [],
|
|
"signature": [
|
|
"({ id: string; } & { annotation: { title?: string | undefined; type?: string | undefined; style?: { icon?: string | undefined; color?: string | undefined; line?: { width?: number | undefined; style?: \"dashed\" | \"solid\" | \"dotted\" | undefined; iconPosition?: \"top\" | \"bottom\" | undefined; textDecoration?: \"none\" | \"name\" | undefined; } | undefined; rect?: { fill?: \"inside\" | \"outside\" | undefined; } | undefined; } | undefined; }; '@timestamp': string; message: string; } & { event?: ({ start: string; } & { end?: string | undefined; }) | undefined; tags?: string[] | undefined; service?: { name?: string | undefined; environment?: string | undefined; version?: string | undefined; } | undefined; monitor?: { id?: string | undefined; } | undefined; slo?: ({ id: string; } & { instanceId?: string | undefined; }) | undefined; host?: { name?: string | undefined; } | undefined; }) | null | undefined"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/components/annotations/use_annotations.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.useAnnotations.$1.setEditAnnotation",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "setEditAnnotation",
|
|
"description": [],
|
|
"signature": [
|
|
"((annotation: ({ id: string; } & { annotation: { title?: string | undefined; type?: string | undefined; style?: { icon?: string | undefined; color?: string | undefined; line?: { width?: number | undefined; style?: \"dashed\" | \"solid\" | \"dotted\" | undefined; iconPosition?: \"top\" | \"bottom\" | undefined; textDecoration?: \"none\" | \"name\" | undefined; } | undefined; rect?: { fill?: \"inside\" | \"outside\" | undefined; } | undefined; } | undefined; }; '@timestamp': string; message: string; } & { event?: ({ start: string; } & { end?: string | undefined; }) | undefined; tags?: string[] | undefined; service?: { name?: string | undefined; environment?: string | undefined; version?: string | undefined; } | undefined; monitor?: { id?: string | undefined; } | undefined; slo?: ({ id: string; } & { instanceId?: string | undefined; }) | undefined; host?: { name?: string | undefined; } | undefined; }) | null) => void) | undefined"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/components/annotations/use_annotations.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.useAnnotations.$1.setEditAnnotation.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "annotation",
|
|
"description": [],
|
|
"signature": [
|
|
"({ id: string; } & { annotation: { title?: string | undefined; type?: string | undefined; style?: { icon?: string | undefined; color?: string | undefined; line?: { width?: number | undefined; style?: \"dashed\" | \"solid\" | \"dotted\" | undefined; iconPosition?: \"top\" | \"bottom\" | undefined; textDecoration?: \"none\" | \"name\" | undefined; } | undefined; rect?: { fill?: \"inside\" | \"outside\" | undefined; } | undefined; } | undefined; }; '@timestamp': string; message: string; } & { event?: ({ start: string; } & { end?: string | undefined; }) | undefined; tags?: string[] | undefined; service?: { name?: string | undefined; environment?: string | undefined; version?: string | undefined; } | undefined; monitor?: { id?: string | undefined; } | undefined; slo?: ({ id: string; } & { instanceId?: string | undefined; }) | undefined; host?: { name?: string | undefined; } | undefined; }) | null"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/components/annotations/use_annotations.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.useAnnotations.$1.domain",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "domain",
|
|
"description": [],
|
|
"signature": [
|
|
"{ min: string | number; max: string | number; } | undefined"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/components/annotations/use_annotations.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.useFetchDataViews",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "useFetchDataViews",
|
|
"description": [],
|
|
"signature": [
|
|
"() => { isLoading: boolean; isError: boolean; isSuccess: boolean; data: ",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewListItem",
|
|
"text": "DataViewListItem"
|
|
},
|
|
"[] | undefined; refetch: <TPageData>(options?: (",
|
|
"RefetchOptions",
|
|
" & ",
|
|
"RefetchQueryFilters",
|
|
"<TPageData>) | undefined) => Promise<",
|
|
"QueryObserverResult",
|
|
"<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataViewListItem",
|
|
"text": "DataViewListItem"
|
|
},
|
|
"[], unknown>>; }"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/hooks/use_fetch_data_views.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.useSummaryTimeRange",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "useSummaryTimeRange",
|
|
"description": [],
|
|
"signature": [
|
|
"(unifiedSearchDateRange: ",
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.TimeRange",
|
|
"text": "TimeRange"
|
|
},
|
|
") => ",
|
|
{
|
|
"pluginId": "triggersActionsUi",
|
|
"scope": "public",
|
|
"docId": "kibTriggersActionsUiPluginApi",
|
|
"section": "def-public.AlertSummaryTimeRange",
|
|
"text": "AlertSummaryTimeRange"
|
|
}
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/hooks/use_summary_time_range.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.useSummaryTimeRange.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "unifiedSearchDateRange",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/es-query",
|
|
"scope": "common",
|
|
"docId": "kibKbnEsQueryPluginApi",
|
|
"section": "def-common.TimeRange",
|
|
"text": "TimeRange"
|
|
}
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/hooks/use_summary_time_range.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.useTimeBuckets",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "useTimeBuckets",
|
|
"description": [],
|
|
"signature": [
|
|
"() => ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "common",
|
|
"docId": "kibDataSearchPluginApi",
|
|
"section": "def-common.TimeBuckets",
|
|
"text": "TimeBuckets"
|
|
}
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/hooks/use_time_buckets.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.WithKueryAutocompletion",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "WithKueryAutocompletion",
|
|
"description": [],
|
|
"signature": [
|
|
"(props: ",
|
|
"WithKueryAutocompletionLifecycleProps",
|
|
") => React.JSX.Element"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/components/rule_kql_filter/index.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.WithKueryAutocompletion.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "props",
|
|
"description": [],
|
|
"signature": [
|
|
"WithKueryAutocompletionLifecycleProps"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/components/rule_kql_filter/index.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"interfaces": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.AlertDetailsAppSectionProps",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "AlertDetailsAppSectionProps",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/pages/alert_details/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.AlertDetailsAppSectionProps.setSources",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "setSources",
|
|
"description": [],
|
|
"signature": [
|
|
"(value: React.SetStateAction<",
|
|
"AlertDetailsSource",
|
|
"[] | undefined>) => void"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/pages/alert_details/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"returnComment": [],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.AlertDetailsAppSectionProps.setSources.$1",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "value",
|
|
"description": [],
|
|
"signature": [
|
|
"A"
|
|
],
|
|
"path": "node_modules/@types/react/ts5.0/index.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ApmFetchDataResponse",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "ApmFetchDataResponse",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ApmFetchDataResponse",
|
|
"text": "ApmFetchDataResponse"
|
|
},
|
|
" extends ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.FetchDataResponse",
|
|
"text": "FetchDataResponse"
|
|
}
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ApmFetchDataResponse.stats",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "stats",
|
|
"description": [],
|
|
"signature": [
|
|
"{ services: ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.Stat",
|
|
"text": "Stat"
|
|
},
|
|
"; transactions: ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.Stat",
|
|
"text": "Stat"
|
|
},
|
|
"; }"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ApmFetchDataResponse.series",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "series",
|
|
"description": [],
|
|
"signature": [
|
|
"{ transactions: ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.Series",
|
|
"text": "Series"
|
|
},
|
|
"; }"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.APMHasDataResponse",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "APMHasDataResponse",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.APMHasDataResponse.hasData",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "hasData",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.APMHasDataResponse.indices",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "indices",
|
|
"description": [],
|
|
"signature": [
|
|
"ApmIndicesConfig"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ConfigSchema",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "ConfigSchema",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ConfigSchema.unsafe",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "unsafe",
|
|
"description": [],
|
|
"signature": [
|
|
"{ alertDetails: { logs?: { enabled: boolean; } | undefined; uptime: { enabled: boolean; }; observability?: { enabled: boolean; } | undefined; }; thresholdRule?: { enabled: boolean; } | undefined; ruleFormV2?: { enabled: boolean; } | undefined; }"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.Coordinates",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "Coordinates",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.Coordinates.x",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "x",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.Coordinates.y",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "y",
|
|
"description": [],
|
|
"signature": [
|
|
"number | null | undefined"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.DataHandler",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "DataHandler",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.DataHandler",
|
|
"text": "DataHandler"
|
|
},
|
|
"<T>"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.DataHandler.fetchData",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "fetchData",
|
|
"description": [],
|
|
"signature": [
|
|
"(fetchDataParams: ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.FetchDataParams",
|
|
"text": "FetchDataParams"
|
|
},
|
|
") => Promise<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityFetchDataResponse",
|
|
"text": "ObservabilityFetchDataResponse"
|
|
},
|
|
"[T]>"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"returnComment": [],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.DataHandler.fetchData.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "fetchDataParams",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.FetchDataParams",
|
|
"text": "FetchDataParams"
|
|
}
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.DataHandler.hasData",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "hasData",
|
|
"description": [],
|
|
"signature": [
|
|
"(params?: ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.HasDataParams",
|
|
"text": "HasDataParams"
|
|
},
|
|
" | undefined) => Promise<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityHasDataResponse",
|
|
"text": "ObservabilityHasDataResponse"
|
|
},
|
|
"[T]>"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"returnComment": [],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.DataHandler.hasData.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "params",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.HasDataParams",
|
|
"text": "HasDataParams"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.FetchDataParams",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "FetchDataParams",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.FetchDataParams.absoluteTime",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "absoluteTime",
|
|
"description": [],
|
|
"signature": [
|
|
"{ start: number; end: number; }"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.FetchDataParams.relativeTime",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "relativeTime",
|
|
"description": [],
|
|
"signature": [
|
|
"{ start: string; end: string; }"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.FetchDataParams.serviceName",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "serviceName",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.FetchDataParams.bucketSize",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "bucketSize",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.FetchDataParams.intervalString",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "intervalString",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.FetchDataParams.timeZone",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "timeZone",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.FetchDataResponse",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "FetchDataResponse",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.FetchDataResponse.appLink",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "appLink",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.HasDataParams",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "HasDataParams",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.HasDataParams.absoluteTime",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "absoluteTime",
|
|
"description": [],
|
|
"signature": [
|
|
"{ start: number; end: number; }"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.HasDataResponse",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "HasDataResponse",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.HasDataResponse.hasData",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "hasData",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.InfraLogsHasDataResponse",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "InfraLogsHasDataResponse",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.InfraLogsHasDataResponse.hasData",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "hasData",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.InfraLogsHasDataResponse.indices",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "indices",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.InfraMetricsHasDataResponse",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "InfraMetricsHasDataResponse",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.InfraMetricsHasDataResponse.hasData",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "hasData",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.InfraMetricsHasDataResponse.indices",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "indices",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.LogsFetchDataResponse",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "LogsFetchDataResponse",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.LogsFetchDataResponse",
|
|
"text": "LogsFetchDataResponse"
|
|
},
|
|
" extends ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.FetchDataResponse",
|
|
"text": "FetchDataResponse"
|
|
}
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.LogsFetchDataResponse.stats",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "stats",
|
|
"description": [],
|
|
"signature": [
|
|
"{ [x: string]: ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.Stat",
|
|
"text": "Stat"
|
|
},
|
|
" & { label: string; }; }"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.LogsFetchDataResponse.series",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "series",
|
|
"description": [],
|
|
"signature": [
|
|
"{ [x: string]: ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.Series",
|
|
"text": "Series"
|
|
},
|
|
" & { label: string; }; }"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.MetricsFetchDataResponse",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "MetricsFetchDataResponse",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.MetricsFetchDataResponse",
|
|
"text": "MetricsFetchDataResponse"
|
|
},
|
|
" extends ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.FetchDataResponse",
|
|
"text": "FetchDataResponse"
|
|
}
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.MetricsFetchDataResponse.sort",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "sort",
|
|
"description": [],
|
|
"signature": [
|
|
"(by: string, direction: string) => Promise<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.MetricsFetchDataResponse",
|
|
"text": "MetricsFetchDataResponse"
|
|
},
|
|
">"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.MetricsFetchDataResponse.sort.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "by",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.MetricsFetchDataResponse.sort.$2",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "direction",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.MetricsFetchDataResponse.series",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "series",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.MetricsFetchDataSeries",
|
|
"text": "MetricsFetchDataSeries"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.MetricsFetchDataSeries",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "MetricsFetchDataSeries",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.MetricsFetchDataSeries.id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "id",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.MetricsFetchDataSeries.name",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "name",
|
|
"description": [],
|
|
"signature": [
|
|
"string | null"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.MetricsFetchDataSeries.platform",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "platform",
|
|
"description": [],
|
|
"signature": [
|
|
"string | null"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.MetricsFetchDataSeries.provider",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "provider",
|
|
"description": [],
|
|
"signature": [
|
|
"string | null"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.MetricsFetchDataSeries.cpu",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "cpu",
|
|
"description": [],
|
|
"signature": [
|
|
"number | null"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.MetricsFetchDataSeries.iowait",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "iowait",
|
|
"description": [],
|
|
"signature": [
|
|
"number | null"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.MetricsFetchDataSeries.load",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "load",
|
|
"description": [],
|
|
"signature": [
|
|
"number | null"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.MetricsFetchDataSeries.uptime",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "uptime",
|
|
"description": [],
|
|
"signature": [
|
|
"number | null"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.MetricsFetchDataSeries.rx",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "rx",
|
|
"description": [],
|
|
"signature": [
|
|
"number | null"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.MetricsFetchDataSeries.tx",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "tx",
|
|
"description": [],
|
|
"signature": [
|
|
"number | null"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.MetricsFetchDataSeries.timeseries",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "timeseries",
|
|
"description": [],
|
|
"signature": [
|
|
"{ timestamp: number; cpu: ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.NumberOrNull",
|
|
"text": "NumberOrNull"
|
|
},
|
|
"; iowait: ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.NumberOrNull",
|
|
"text": "NumberOrNull"
|
|
},
|
|
"; load: ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.NumberOrNull",
|
|
"text": "NumberOrNull"
|
|
},
|
|
"; rx: ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.NumberOrNull",
|
|
"text": "NumberOrNull"
|
|
},
|
|
"; tx: ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.NumberOrNull",
|
|
"text": "NumberOrNull"
|
|
},
|
|
"; }[]"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityAlertsTableContext",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "ObservabilityAlertsTableContext",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/components/alerts_table/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityAlertsTableContext.observabilityRuleTypeRegistry",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "observabilityRuleTypeRegistry",
|
|
"description": [],
|
|
"signature": [
|
|
"{ register: (type: ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityRuleTypeModel",
|
|
"text": "ObservabilityRuleTypeModel"
|
|
},
|
|
"<any>) => void; getFormatter: (typeId: string) => ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityRuleTypeFormatter",
|
|
"text": "ObservabilityRuleTypeFormatter"
|
|
},
|
|
" | undefined; list: () => string[]; }"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/components/alerts_table/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityAlertsTableContext.config",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "config",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ConfigSchema",
|
|
"text": "ConfigSchema"
|
|
}
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/components/alerts_table/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityAlertsTableContext.parentAlert",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "parentAlert",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.TopAlert",
|
|
"text": "TopAlert"
|
|
},
|
|
"<{}> | undefined"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/components/alerts_table/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityFetchDataResponse",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "ObservabilityFetchDataResponse",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityFetchDataResponse.apm",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "apm",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ApmFetchDataResponse",
|
|
"text": "ApmFetchDataResponse"
|
|
}
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityFetchDataResponse.infra_metrics",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "infra_metrics",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.MetricsFetchDataResponse",
|
|
"text": "MetricsFetchDataResponse"
|
|
}
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityFetchDataResponse.infra_logs",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "infra_logs",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.LogsFetchDataResponse",
|
|
"text": "LogsFetchDataResponse"
|
|
}
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityFetchDataResponse.uptime",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "uptime",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.UptimeFetchDataResponse",
|
|
"text": "UptimeFetchDataResponse"
|
|
}
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityFetchDataResponse.ux",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "ux",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.UxFetchDataResponse",
|
|
"text": "UxFetchDataResponse"
|
|
}
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityFetchDataResponse.universal_profiling",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "universal_profiling",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.FetchDataResponse",
|
|
"text": "FetchDataResponse"
|
|
}
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityHasDataResponse",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "ObservabilityHasDataResponse",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityHasDataResponse.apm",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "apm",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.APMHasDataResponse",
|
|
"text": "APMHasDataResponse"
|
|
}
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityHasDataResponse.infra_metrics",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "infra_metrics",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.InfraMetricsHasDataResponse",
|
|
"text": "InfraMetricsHasDataResponse"
|
|
}
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityHasDataResponse.infra_logs",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "infra_logs",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.InfraLogsHasDataResponse",
|
|
"text": "InfraLogsHasDataResponse"
|
|
}
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityHasDataResponse.uptime",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "uptime",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.SyntheticsHasDataResponse",
|
|
"text": "SyntheticsHasDataResponse"
|
|
}
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityHasDataResponse.ux",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "ux",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.UXHasDataResponse",
|
|
"text": "UXHasDataResponse"
|
|
}
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityHasDataResponse.universal_profiling",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "universal_profiling",
|
|
"description": [],
|
|
"signature": [
|
|
"UniversalProfilingHasDataResponse"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityPublicPluginsSetup",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "ObservabilityPublicPluginsSetup",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityPublicPluginsSetup.data",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "data",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "public",
|
|
"docId": "kibDataPluginApi",
|
|
"section": "def-public.DataPublicPluginSetup",
|
|
"text": "DataPublicPluginSetup"
|
|
}
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityPublicPluginsSetup.fieldFormats",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "fieldFormats",
|
|
"description": [],
|
|
"signature": [
|
|
"{ register: (fieldFormats: ",
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "common",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-common.FieldFormatInstanceType",
|
|
"text": "FieldFormatInstanceType"
|
|
},
|
|
"[]) => void; has: (id: string) => boolean; }"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityPublicPluginsSetup.observabilityShared",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "observabilityShared",
|
|
"description": [],
|
|
"signature": [
|
|
"{ registerProfilingComponent: <T>(key: string, component: React.FC<T>) => void; locators: ObservabilitySharedLocators; navigation: { registerSections: (sections$: ",
|
|
"Observable",
|
|
"<",
|
|
{
|
|
"pluginId": "observabilityShared",
|
|
"scope": "public",
|
|
"docId": "kibObservabilitySharedPluginApi",
|
|
"section": "def-public.NavigationSection",
|
|
"text": "NavigationSection"
|
|
},
|
|
"[]>) => void; }; }"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityPublicPluginsSetup.observabilityAIAssistant",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "observabilityAIAssistant",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "observabilityAIAssistant",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityAIAssistantPluginApi",
|
|
"section": "def-public.ObservabilityAIAssistantPublicSetup",
|
|
"text": "ObservabilityAIAssistantPublicSetup"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityPublicPluginsSetup.share",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "share",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "share",
|
|
"scope": "public",
|
|
"docId": "kibSharePluginApi",
|
|
"section": "def-public.SharePublicSetup",
|
|
"text": "SharePublicSetup"
|
|
}
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityPublicPluginsSetup.triggersActionsUi",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "triggersActionsUi",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "triggersActionsUi",
|
|
"scope": "public",
|
|
"docId": "kibTriggersActionsUiPluginApi",
|
|
"section": "def-public.TriggersAndActionsUIPublicPluginSetup",
|
|
"text": "TriggersAndActionsUIPublicPluginSetup"
|
|
}
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityPublicPluginsSetup.home",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "home",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "home",
|
|
"scope": "public",
|
|
"docId": "kibHomePluginApi",
|
|
"section": "def-public.HomePublicPluginSetup",
|
|
"text": "HomePublicPluginSetup"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityPublicPluginsSetup.usageCollection",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "usageCollection",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "usageCollection",
|
|
"scope": "public",
|
|
"docId": "kibUsageCollectionPluginApi",
|
|
"section": "def-public.UsageCollectionSetup",
|
|
"text": "UsageCollectionSetup"
|
|
}
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityPublicPluginsSetup.embeddable",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "embeddable",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "embeddable",
|
|
"scope": "public",
|
|
"docId": "kibEmbeddablePluginApi",
|
|
"section": "def-public.EmbeddableSetup",
|
|
"text": "EmbeddableSetup"
|
|
}
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityPublicPluginsSetup.uiActions",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "uiActions",
|
|
"description": [],
|
|
"signature": [
|
|
"{ readonly registerTrigger: (trigger: ",
|
|
{
|
|
"pluginId": "@kbn/ui-actions-browser",
|
|
"scope": "common",
|
|
"docId": "kibKbnUiActionsBrowserPluginApi",
|
|
"section": "def-common.Trigger",
|
|
"text": "Trigger"
|
|
},
|
|
") => void; readonly registerAction: <Context extends object>(definition: ",
|
|
{
|
|
"pluginId": "uiActions",
|
|
"scope": "public",
|
|
"docId": "kibUiActionsPluginApi",
|
|
"section": "def-public.ActionDefinition",
|
|
"text": "ActionDefinition"
|
|
},
|
|
"<Context>) => ",
|
|
{
|
|
"pluginId": "uiActions",
|
|
"scope": "public",
|
|
"docId": "kibUiActionsPluginApi",
|
|
"section": "def-public.Action",
|
|
"text": "Action"
|
|
},
|
|
"<Context>; readonly registerActionAsync: <Context extends object>(id: string, getDefinition: () => Promise<",
|
|
{
|
|
"pluginId": "uiActions",
|
|
"scope": "public",
|
|
"docId": "kibUiActionsPluginApi",
|
|
"section": "def-public.ActionDefinition",
|
|
"text": "ActionDefinition"
|
|
},
|
|
"<Context>>) => void; readonly unregisterAction: (actionId: string) => void; readonly attachAction: (triggerId: string, actionId: string) => void; readonly detachAction: (triggerId: string, actionId: string) => void; readonly addTriggerAction: (triggerId: string, action: ",
|
|
{
|
|
"pluginId": "uiActions",
|
|
"scope": "public",
|
|
"docId": "kibUiActionsPluginApi",
|
|
"section": "def-public.ActionDefinition",
|
|
"text": "ActionDefinition"
|
|
},
|
|
"<any>) => void; readonly addTriggerActionAsync: (triggerId: string, actionId: string, getDefinition: () => Promise<",
|
|
{
|
|
"pluginId": "uiActions",
|
|
"scope": "public",
|
|
"docId": "kibUiActionsPluginApi",
|
|
"section": "def-public.ActionDefinition",
|
|
"text": "ActionDefinition"
|
|
},
|
|
"<any>>) => void; }"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityPublicPluginsSetup.licensing",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "licensing",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "licensing",
|
|
"scope": "public",
|
|
"docId": "kibLicensingPluginApi",
|
|
"section": "def-public.LicensingPluginSetup",
|
|
"text": "LicensingPluginSetup"
|
|
}
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityPublicPluginsSetup.serverless",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "serverless",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "serverless",
|
|
"scope": "public",
|
|
"docId": "kibServerlessPluginApi",
|
|
"section": "def-public.ServerlessPluginSetup",
|
|
"text": "ServerlessPluginSetup"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityPublicPluginsSetup.presentationUtil",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "presentationUtil",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "presentationUtil",
|
|
"scope": "public",
|
|
"docId": "kibPresentationUtilPluginApi",
|
|
"section": "def-public.PresentationUtilPluginStart",
|
|
"text": "PresentationUtilPluginStart"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityPublicPluginsSetup.streams",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "streams",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "streams",
|
|
"scope": "public",
|
|
"docId": "kibStreamsPluginApi",
|
|
"section": "def-public.StreamsPluginSetup",
|
|
"text": "StreamsPluginSetup"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityPublicPluginsStart",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "ObservabilityPublicPluginsStart",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityPublicPluginsStart.actionTypeRegistry",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "actionTypeRegistry",
|
|
"description": [],
|
|
"signature": [
|
|
"{ get: (id: string) => ",
|
|
{
|
|
"pluginId": "@kbn/alerts-ui-shared",
|
|
"scope": "public",
|
|
"docId": "kibKbnAlertsUiSharedPluginApi",
|
|
"section": "def-public.ActionTypeModel",
|
|
"text": "ActionTypeModel"
|
|
},
|
|
"<unknown, unknown, any>; list: () => ",
|
|
{
|
|
"pluginId": "@kbn/alerts-ui-shared",
|
|
"scope": "public",
|
|
"docId": "kibKbnAlertsUiSharedPluginApi",
|
|
"section": "def-public.ActionTypeModel",
|
|
"text": "ActionTypeModel"
|
|
},
|
|
"<unknown, unknown, any>[]; register: (objectType: ",
|
|
{
|
|
"pluginId": "@kbn/alerts-ui-shared",
|
|
"scope": "public",
|
|
"docId": "kibKbnAlertsUiSharedPluginApi",
|
|
"section": "def-public.ActionTypeModel",
|
|
"text": "ActionTypeModel"
|
|
},
|
|
"<unknown, unknown, any>) => void; has: (id: string) => boolean; }"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityPublicPluginsStart.cases",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "cases",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "cases",
|
|
"scope": "public",
|
|
"docId": "kibCasesPluginApi",
|
|
"section": "def-public.CasesPublicStart",
|
|
"text": "CasesPublicStart"
|
|
}
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityPublicPluginsStart.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/solutions/observability/plugins/observability/public/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityPublicPluginsStart.contentManagement",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "contentManagement",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "contentManagement",
|
|
"scope": "public",
|
|
"docId": "kibContentManagementPluginApi",
|
|
"section": "def-public.ContentManagementPublicStart",
|
|
"text": "ContentManagementPublicStart"
|
|
}
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityPublicPluginsStart.data",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "data",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "public",
|
|
"docId": "kibDataPluginApi",
|
|
"section": "def-public.DataPublicPluginStart",
|
|
"text": "DataPublicPluginStart"
|
|
}
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityPublicPluginsStart.dataViews",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "dataViews",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "public",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-public.DataViewsServicePublic",
|
|
"text": "DataViewsServicePublic"
|
|
}
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityPublicPluginsStart.dataViewEditor",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "dataViewEditor",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViewEditor",
|
|
"scope": "public",
|
|
"docId": "kibDataViewEditorPluginApi",
|
|
"section": "def-public.PluginStart",
|
|
"text": "PluginStart"
|
|
}
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityPublicPluginsStart.discover",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "discover",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "discover",
|
|
"scope": "public",
|
|
"docId": "kibDiscoverPluginApi",
|
|
"section": "def-public.DiscoverStart",
|
|
"text": "DiscoverStart"
|
|
}
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityPublicPluginsStart.embeddable",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "embeddable",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "embeddable",
|
|
"scope": "public",
|
|
"docId": "kibEmbeddablePluginApi",
|
|
"section": "def-public.EmbeddableStart",
|
|
"text": "EmbeddableStart"
|
|
}
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityPublicPluginsStart.exploratoryView",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "exploratoryView",
|
|
"description": [],
|
|
"signature": [
|
|
"{ createExploratoryViewUrl: ({ reportType, allSeries }: { reportType: ",
|
|
"ReportViewType",
|
|
"; allSeries: ",
|
|
{
|
|
"pluginId": "exploratoryView",
|
|
"scope": "public",
|
|
"docId": "kibExploratoryViewPluginApi",
|
|
"section": "def-public.AllSeries",
|
|
"text": "AllSeries"
|
|
},
|
|
"; }, baseHref?: string) => string; getAppDataView: (appId: ",
|
|
"AppDataType",
|
|
", indexPattern?: string | undefined) => Promise<",
|
|
{
|
|
"pluginId": "dataViews",
|
|
"scope": "common",
|
|
"docId": "kibDataViewsPluginApi",
|
|
"section": "def-common.DataView",
|
|
"text": "DataView"
|
|
},
|
|
" | null | undefined>; ExploratoryViewEmbeddable: (props: ",
|
|
{
|
|
"pluginId": "exploratoryView",
|
|
"scope": "public",
|
|
"docId": "kibExploratoryViewPluginApi",
|
|
"section": "def-public.ExploratoryEmbeddableProps",
|
|
"text": "ExploratoryEmbeddableProps"
|
|
},
|
|
") => React.JSX.Element | null; }"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityPublicPluginsStart.fieldFormats",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "fieldFormats",
|
|
"description": [],
|
|
"signature": [
|
|
"Omit<",
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "common",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-common.FieldFormatsRegistry",
|
|
"text": "FieldFormatsRegistry"
|
|
},
|
|
", \"init\" | \"register\"> & { deserialize: ",
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "common",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-common.FormatFactory",
|
|
"text": "FormatFactory"
|
|
},
|
|
"; }"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityPublicPluginsStart.guidedOnboarding",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "guidedOnboarding",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "guidedOnboarding",
|
|
"scope": "public",
|
|
"docId": "kibGuidedOnboardingPluginApi",
|
|
"section": "def-public.GuidedOnboardingPluginStart",
|
|
"text": "GuidedOnboardingPluginStart"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityPublicPluginsStart.lens",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "lens",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "lens",
|
|
"scope": "public",
|
|
"docId": "kibLensPluginApi",
|
|
"section": "def-public.LensPublicStart",
|
|
"text": "LensPublicStart"
|
|
}
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityPublicPluginsStart.licensing",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "licensing",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "licensing",
|
|
"scope": "public",
|
|
"docId": "kibLicensingPluginApi",
|
|
"section": "def-public.LicensingPluginStart",
|
|
"text": "LicensingPluginStart"
|
|
}
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityPublicPluginsStart.licenseManagement",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "licenseManagement",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "licenseManagement",
|
|
"scope": "public",
|
|
"docId": "kibLicenseManagementPluginApi",
|
|
"section": "def-public.LicenseManagementUIPluginSetup",
|
|
"text": "LicenseManagementUIPluginSetup"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityPublicPluginsStart.navigation",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "navigation",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "navigation",
|
|
"scope": "public",
|
|
"docId": "kibNavigationPluginApi",
|
|
"section": "def-public.NavigationPublicStart",
|
|
"text": "NavigationPublicStart"
|
|
}
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityPublicPluginsStart.observabilityShared",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "observabilityShared",
|
|
"description": [],
|
|
"signature": [
|
|
"{ locators: ObservabilitySharedLocators; navigation: { PageTemplate: (pageTemplateProps: ",
|
|
"WrappedPageTemplateProps",
|
|
") => React.JSX.Element; registerSections: (sections$: ",
|
|
"Observable",
|
|
"<",
|
|
{
|
|
"pluginId": "observabilityShared",
|
|
"scope": "public",
|
|
"docId": "kibObservabilitySharedPluginApi",
|
|
"section": "def-public.NavigationSection",
|
|
"text": "NavigationSection"
|
|
},
|
|
"[]>) => void; }; updateGlobalNavigation: ({ capabilities, deepLinks, updater$, }: { capabilities: Readonly<{ [x: string]: Readonly<{ [x: string]: boolean | Readonly<{ [x: string]: boolean; }>; }>; navLinks: Readonly<{ [x: string]: boolean; }>; management: Readonly<{ [x: string]: Readonly<{ [x: string]: boolean; }>; }>; catalogue: Readonly<{ [x: string]: boolean; }>; discover?: Readonly<{}> | undefined; dashboard?: Readonly<{}> | undefined; maps?: Readonly<{}> | undefined; visualize?: Readonly<{}> | undefined; }>; deepLinks: ",
|
|
"AppDeepLink",
|
|
"<string>[]; updater$: ",
|
|
"Subject",
|
|
"<",
|
|
"AppUpdater",
|
|
">; }) => void; }"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityPublicPluginsStart.observabilityAIAssistant",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "observabilityAIAssistant",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "observabilityAIAssistant",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityAIAssistantPluginApi",
|
|
"section": "def-public.ObservabilityAIAssistantPublicStart",
|
|
"text": "ObservabilityAIAssistantPublicStart"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityPublicPluginsStart.ruleTypeRegistry",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "ruleTypeRegistry",
|
|
"description": [],
|
|
"signature": [
|
|
"{ get: (id: string) => ",
|
|
{
|
|
"pluginId": "triggersActionsUi",
|
|
"scope": "public",
|
|
"docId": "kibTriggersActionsUiPluginApi",
|
|
"section": "def-public.RuleTypeModel",
|
|
"text": "RuleTypeModel"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.RuleTypeParams",
|
|
"text": "RuleTypeParams"
|
|
},
|
|
">; list: () => ",
|
|
{
|
|
"pluginId": "triggersActionsUi",
|
|
"scope": "public",
|
|
"docId": "kibTriggersActionsUiPluginApi",
|
|
"section": "def-public.RuleTypeModel",
|
|
"text": "RuleTypeModel"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.RuleTypeParams",
|
|
"text": "RuleTypeParams"
|
|
},
|
|
">[]; register: (objectType: ",
|
|
{
|
|
"pluginId": "triggersActionsUi",
|
|
"scope": "public",
|
|
"docId": "kibTriggersActionsUiPluginApi",
|
|
"section": "def-public.RuleTypeModel",
|
|
"text": "RuleTypeModel"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.RuleTypeParams",
|
|
"text": "RuleTypeParams"
|
|
},
|
|
">) => void; has: (id: string) => boolean; }"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityPublicPluginsStart.security",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "security",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "security",
|
|
"scope": "public",
|
|
"docId": "kibSecurityPluginApi",
|
|
"section": "def-public.SecurityPluginStart",
|
|
"text": "SecurityPluginStart"
|
|
}
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityPublicPluginsStart.share",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "share",
|
|
"description": [],
|
|
"signature": [
|
|
"{ toggleShareContextMenu: (options: ",
|
|
{
|
|
"pluginId": "share",
|
|
"scope": "public",
|
|
"docId": "kibSharePluginApi",
|
|
"section": "def-public.ShowShareMenuOptions",
|
|
"text": "ShowShareMenuOptions"
|
|
},
|
|
") => void; } & { url: ",
|
|
{
|
|
"pluginId": "share",
|
|
"scope": "public",
|
|
"docId": "kibSharePluginApi",
|
|
"section": "def-public.BrowserUrlService",
|
|
"text": "BrowserUrlService"
|
|
},
|
|
"; navigate(options: ",
|
|
"RedirectOptions",
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/utility-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnUtilityTypesPluginApi",
|
|
"section": "def-common.SerializableRecord",
|
|
"text": "SerializableRecord"
|
|
},
|
|
">): void; }"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityPublicPluginsStart.spaces",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "spaces",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "spaces",
|
|
"scope": "public",
|
|
"docId": "kibSpacesPluginApi",
|
|
"section": "def-public.SpacesApi",
|
|
"text": "SpacesApi"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityPublicPluginsStart.triggersActionsUi",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "triggersActionsUi",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "triggersActionsUi",
|
|
"scope": "public",
|
|
"docId": "kibTriggersActionsUiPluginApi",
|
|
"section": "def-public.TriggersAndActionsUIPublicPluginStart",
|
|
"text": "TriggersAndActionsUIPublicPluginStart"
|
|
}
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityPublicPluginsStart.usageCollection",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "usageCollection",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "usageCollection",
|
|
"scope": "public",
|
|
"docId": "kibUsageCollectionPluginApi",
|
|
"section": "def-public.UsageCollectionSetup",
|
|
"text": "UsageCollectionSetup"
|
|
}
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityPublicPluginsStart.unifiedSearch",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "unifiedSearch",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "unifiedSearch",
|
|
"scope": "public",
|
|
"docId": "kibUnifiedSearchPluginApi",
|
|
"section": "def-public.UnifiedSearchPublicPluginStart",
|
|
"text": "UnifiedSearchPublicPluginStart"
|
|
}
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityPublicPluginsStart.home",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "home",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "home",
|
|
"scope": "public",
|
|
"docId": "kibHomePluginApi",
|
|
"section": "def-public.HomePublicPluginStart",
|
|
"text": "HomePublicPluginStart"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityPublicPluginsStart.cloud",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "cloud",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "cloud",
|
|
"scope": "public",
|
|
"docId": "kibCloudPluginApi",
|
|
"section": "def-public.CloudStart",
|
|
"text": "CloudStart"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityPublicPluginsStart.aiops",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "aiops",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "aiops",
|
|
"scope": "public",
|
|
"docId": "kibAiopsPluginApi",
|
|
"section": "def-public.AiopsPluginStart",
|
|
"text": "AiopsPluginStart"
|
|
}
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityPublicPluginsStart.serverless",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "serverless",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "serverless",
|
|
"scope": "public",
|
|
"docId": "kibServerlessPluginApi",
|
|
"section": "def-public.ServerlessPluginStart",
|
|
"text": "ServerlessPluginStart"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityPublicPluginsStart.uiSettings",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "uiSettings",
|
|
"description": [],
|
|
"signature": [
|
|
"IUiSettingsClient"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityPublicPluginsStart.uiActions",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "uiActions",
|
|
"description": [],
|
|
"signature": [
|
|
"{ readonly registerTrigger: (trigger: ",
|
|
{
|
|
"pluginId": "@kbn/ui-actions-browser",
|
|
"scope": "common",
|
|
"docId": "kibKbnUiActionsBrowserPluginApi",
|
|
"section": "def-common.Trigger",
|
|
"text": "Trigger"
|
|
},
|
|
") => void; readonly hasTrigger: (triggerId: string) => boolean; readonly getTrigger: (triggerId: string) => ",
|
|
"TriggerContract",
|
|
"<object>; readonly registerAction: <Context extends object>(definition: ",
|
|
{
|
|
"pluginId": "uiActions",
|
|
"scope": "public",
|
|
"docId": "kibUiActionsPluginApi",
|
|
"section": "def-public.ActionDefinition",
|
|
"text": "ActionDefinition"
|
|
},
|
|
"<Context>) => ",
|
|
{
|
|
"pluginId": "uiActions",
|
|
"scope": "public",
|
|
"docId": "kibUiActionsPluginApi",
|
|
"section": "def-public.Action",
|
|
"text": "Action"
|
|
},
|
|
"<Context>; readonly registerActionAsync: <Context extends object>(id: string, getDefinition: () => Promise<",
|
|
{
|
|
"pluginId": "uiActions",
|
|
"scope": "public",
|
|
"docId": "kibUiActionsPluginApi",
|
|
"section": "def-public.ActionDefinition",
|
|
"text": "ActionDefinition"
|
|
},
|
|
"<Context>>) => void; readonly unregisterAction: (actionId: string) => void; readonly hasAction: (actionId: string) => boolean; readonly attachAction: (triggerId: string, actionId: string) => void; readonly detachAction: (triggerId: string, actionId: string) => void; readonly addTriggerAction: (triggerId: string, action: ",
|
|
{
|
|
"pluginId": "uiActions",
|
|
"scope": "public",
|
|
"docId": "kibUiActionsPluginApi",
|
|
"section": "def-public.ActionDefinition",
|
|
"text": "ActionDefinition"
|
|
},
|
|
"<any>) => void; readonly addTriggerActionAsync: (triggerId: string, actionId: string, getDefinition: () => Promise<",
|
|
{
|
|
"pluginId": "uiActions",
|
|
"scope": "public",
|
|
"docId": "kibUiActionsPluginApi",
|
|
"section": "def-public.ActionDefinition",
|
|
"text": "ActionDefinition"
|
|
},
|
|
"<any>>) => void; readonly getAction: (id: string) => Promise<",
|
|
{
|
|
"pluginId": "uiActions",
|
|
"scope": "public",
|
|
"docId": "kibUiActionsPluginApi",
|
|
"section": "def-public.Action",
|
|
"text": "Action"
|
|
},
|
|
"<object>>; readonly getTriggerActions: (triggerId: string) => Promise<",
|
|
{
|
|
"pluginId": "uiActions",
|
|
"scope": "public",
|
|
"docId": "kibUiActionsPluginApi",
|
|
"section": "def-public.Action",
|
|
"text": "Action"
|
|
},
|
|
"<object>[]>; readonly getTriggerCompatibleActions: (triggerId: string, context: object) => Promise<",
|
|
{
|
|
"pluginId": "uiActions",
|
|
"scope": "public",
|
|
"docId": "kibUiActionsPluginApi",
|
|
"section": "def-public.Action",
|
|
"text": "Action"
|
|
},
|
|
"<object>[]>; readonly getFrequentlyChangingActionsForTrigger: (triggerId: string, context: object) => Promise<",
|
|
{
|
|
"pluginId": "uiActions",
|
|
"scope": "public",
|
|
"docId": "kibUiActionsPluginApi",
|
|
"section": "def-public.FrequentCompatibilityChangeAction",
|
|
"text": "FrequentCompatibilityChangeAction"
|
|
},
|
|
"<object>[]>; readonly executeTriggerActions: (triggerId: string, context: object) => Promise<void>; readonly clear: () => void; readonly fork: () => ",
|
|
{
|
|
"pluginId": "uiActions",
|
|
"scope": "public",
|
|
"docId": "kibUiActionsPluginApi",
|
|
"section": "def-public.UiActionsService",
|
|
"text": "UiActionsService"
|
|
},
|
|
"; }"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityPublicPluginsStart.presentationUtil",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "presentationUtil",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "presentationUtil",
|
|
"scope": "public",
|
|
"docId": "kibPresentationUtilPluginApi",
|
|
"section": "def-public.PresentationUtilPluginStart",
|
|
"text": "PresentationUtilPluginStart"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityPublicPluginsStart.theme",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "theme",
|
|
"description": [],
|
|
"signature": [
|
|
"ThemeServiceSetup"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityPublicPluginsStart.dataViewFieldEditor",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "dataViewFieldEditor",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "dataViewFieldEditor",
|
|
"scope": "public",
|
|
"docId": "kibDataViewFieldEditorPluginApi",
|
|
"section": "def-public.PluginStart",
|
|
"text": "PluginStart"
|
|
}
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityPublicPluginsStart.toastNotifications",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "toastNotifications",
|
|
"description": [],
|
|
"signature": [
|
|
"IToasts"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityPublicPluginsStart.streams",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "streams",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "streams",
|
|
"scope": "public",
|
|
"docId": "kibStreamsPluginApi",
|
|
"section": "def-public.StreamsPluginStart",
|
|
"text": "StreamsPluginStart"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityPublicPluginsStart.fieldsMetadata",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "fieldsMetadata",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "fieldsMetadata",
|
|
"scope": "public",
|
|
"docId": "kibFieldsMetadataPluginApi",
|
|
"section": "def-public.FieldsMetadataPublicStart",
|
|
"text": "FieldsMetadataPublicStart"
|
|
}
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityPublicPluginsStart.inspector",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "inspector",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "inspector",
|
|
"scope": "public",
|
|
"docId": "kibInspectorPluginApi",
|
|
"section": "def-public.Start",
|
|
"text": "Start"
|
|
}
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityRuleTypeModel",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "ObservabilityRuleTypeModel",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityRuleTypeModel",
|
|
"text": "ObservabilityRuleTypeModel"
|
|
},
|
|
"<Params> extends ",
|
|
{
|
|
"pluginId": "triggersActionsUi",
|
|
"scope": "public",
|
|
"docId": "kibTriggersActionsUiPluginApi",
|
|
"section": "def-public.RuleTypeModel",
|
|
"text": "RuleTypeModel"
|
|
},
|
|
"<Params>"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/rules/create_observability_rule_type_registry.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityRuleTypeModel.format",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "format",
|
|
"description": [],
|
|
"signature": [
|
|
"(options: { fields: OutputOf<SetOptional<{ readonly \"ecs.version\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.risk_score\": { readonly type: \"float\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.author\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.created_at\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.created_by\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.description\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.enabled\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.from\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.interval\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.license\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.note\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.references\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.rule.rule_id\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.rule_name_override\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.to\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.type\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.updated_at\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.updated_by\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.version\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.severity\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.suppression.docs_count\": { readonly type: \"long\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.suppression.end\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.suppression.start\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.suppression.terms.field\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.suppression.terms.value\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.system_status\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.workflow_reason\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.workflow_status_updated_at\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.workflow_user\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"@timestamp\": { readonly type: \"date\"; readonly required: true; readonly array: false; }; readonly \"event.action\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; readonly ignore_above: 1024; }; readonly tags: { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.rule.rule_type_id\": { readonly type: \"keyword\"; readonly array: false; readonly required: true; }; readonly \"kibana.alert.rule.consumer\": { readonly type: \"keyword\"; readonly array: false; readonly required: true; }; readonly \"kibana.alert.rule.execution.uuid\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.instance.id\": { readonly type: \"keyword\"; readonly array: false; readonly required: true; }; readonly \"kibana.alert.rule.category\": { readonly type: \"keyword\"; readonly array: false; readonly required: true; }; readonly \"kibana.alert.rule.name\": { readonly type: \"keyword\"; readonly array: false; readonly required: true; }; readonly \"kibana.alert.rule.producer\": { readonly type: \"keyword\"; readonly array: false; readonly required: true; }; readonly \"kibana.alert.rule.revision\": { readonly type: \"long\"; readonly array: false; readonly required: true; }; readonly \"kibana.alert.rule.uuid\": { readonly type: \"keyword\"; readonly array: false; readonly required: true; }; readonly \"kibana.alert.status\": { readonly type: \"keyword\"; readonly array: false; readonly required: true; }; readonly \"kibana.alert.uuid\": { readonly type: \"keyword\"; readonly array: false; readonly required: true; }; readonly \"kibana.space_ids\": { readonly type: \"keyword\"; readonly array: true; readonly required: true; }; readonly \"event.kind\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; readonly ignore_above: 1024; }; readonly \"event.original\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; readonly ignore_above: 1024; }; readonly \"kibana.alert.action_group\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.case_ids\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.consecutive_matches\": { readonly type: \"long\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.duration.us\": { readonly type: \"long\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.end\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.flapping\": { readonly type: \"boolean\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.flapping_history\": { readonly type: \"boolean\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.intended_timestamp\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.last_detected\": { readonly type: \"date\"; readonly required: false; readonly array: false; }; readonly \"kibana.alert.maintenance_window_ids\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.pending_recovered_count\": { readonly type: \"long\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.previous_action_group\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.reason\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; readonly multi_fields: ",
|
|
{
|
|
"pluginId": "@kbn/alerts-as-data-utils",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertsAsDataUtilsPluginApi",
|
|
"section": "def-common.MultiField",
|
|
"text": "MultiField"
|
|
},
|
|
"[]; }; readonly \"kibana.alert.rule.execution.timestamp\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.execution.type\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.parameters\": { readonly array: false; readonly type: \"flattened\"; readonly ignore_above: 4096; readonly required: false; }; readonly \"kibana.alert.rule.tags\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.severity_improving\": { readonly type: \"boolean\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.start\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.time_range\": { readonly type: \"date_range\"; readonly format: \"epoch_millis||strict_date_optional_time\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.url\": { readonly type: \"keyword\"; readonly array: false; readonly index: false; readonly required: false; readonly ignore_above: 2048; }; readonly \"kibana.alert.workflow_assignee_ids\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.workflow_status\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.workflow_tags\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.version\": { readonly type: \"version\"; readonly array: false; readonly required: false; }; }>> & Record<string, any>; formatters: { asDuration: (value: ",
|
|
"Maybe",
|
|
"<number>, { defaultValue, extended }?: FormatterOptions) => string; asPercent: (numerator: ",
|
|
"Maybe",
|
|
"<number>, denominator: number | undefined, fallbackResult?: string) => string; }; }) => { reason: string; link?: string | undefined; hasBasePath?: boolean | undefined; }"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/rules/create_observability_rule_type_registry.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"returnComment": [],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityRuleTypeModel.format.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "options",
|
|
"description": [],
|
|
"signature": [
|
|
"{ fields: OutputOf<SetOptional<{ readonly \"ecs.version\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.risk_score\": { readonly type: \"float\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.author\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.created_at\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.created_by\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.description\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.enabled\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.from\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.interval\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.license\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.note\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.references\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.rule.rule_id\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.rule_name_override\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.to\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.type\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.updated_at\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.updated_by\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.version\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.severity\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.suppression.docs_count\": { readonly type: \"long\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.suppression.end\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.suppression.start\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.suppression.terms.field\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.suppression.terms.value\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.system_status\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.workflow_reason\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.workflow_status_updated_at\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.workflow_user\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"@timestamp\": { readonly type: \"date\"; readonly required: true; readonly array: false; }; readonly \"event.action\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; readonly ignore_above: 1024; }; readonly tags: { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.rule.rule_type_id\": { readonly type: \"keyword\"; readonly array: false; readonly required: true; }; readonly \"kibana.alert.rule.consumer\": { readonly type: \"keyword\"; readonly array: false; readonly required: true; }; readonly \"kibana.alert.rule.execution.uuid\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.instance.id\": { readonly type: \"keyword\"; readonly array: false; readonly required: true; }; readonly \"kibana.alert.rule.category\": { readonly type: \"keyword\"; readonly array: false; readonly required: true; }; readonly \"kibana.alert.rule.name\": { readonly type: \"keyword\"; readonly array: false; readonly required: true; }; readonly \"kibana.alert.rule.producer\": { readonly type: \"keyword\"; readonly array: false; readonly required: true; }; readonly \"kibana.alert.rule.revision\": { readonly type: \"long\"; readonly array: false; readonly required: true; }; readonly \"kibana.alert.rule.uuid\": { readonly type: \"keyword\"; readonly array: false; readonly required: true; }; readonly \"kibana.alert.status\": { readonly type: \"keyword\"; readonly array: false; readonly required: true; }; readonly \"kibana.alert.uuid\": { readonly type: \"keyword\"; readonly array: false; readonly required: true; }; readonly \"kibana.space_ids\": { readonly type: \"keyword\"; readonly array: true; readonly required: true; }; readonly \"event.kind\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; readonly ignore_above: 1024; }; readonly \"event.original\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; readonly ignore_above: 1024; }; readonly \"kibana.alert.action_group\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.case_ids\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.consecutive_matches\": { readonly type: \"long\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.duration.us\": { readonly type: \"long\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.end\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.flapping\": { readonly type: \"boolean\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.flapping_history\": { readonly type: \"boolean\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.intended_timestamp\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.last_detected\": { readonly type: \"date\"; readonly required: false; readonly array: false; }; readonly \"kibana.alert.maintenance_window_ids\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.pending_recovered_count\": { readonly type: \"long\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.previous_action_group\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.reason\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; readonly multi_fields: ",
|
|
{
|
|
"pluginId": "@kbn/alerts-as-data-utils",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertsAsDataUtilsPluginApi",
|
|
"section": "def-common.MultiField",
|
|
"text": "MultiField"
|
|
},
|
|
"[]; }; readonly \"kibana.alert.rule.execution.timestamp\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.execution.type\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.parameters\": { readonly array: false; readonly type: \"flattened\"; readonly ignore_above: 4096; readonly required: false; }; readonly \"kibana.alert.rule.tags\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.severity_improving\": { readonly type: \"boolean\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.start\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.time_range\": { readonly type: \"date_range\"; readonly format: \"epoch_millis||strict_date_optional_time\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.url\": { readonly type: \"keyword\"; readonly array: false; readonly index: false; readonly required: false; readonly ignore_above: 2048; }; readonly \"kibana.alert.workflow_assignee_ids\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.workflow_status\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.workflow_tags\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.version\": { readonly type: \"version\"; readonly array: false; readonly required: false; }; }>> & Record<string, any>; formatters: { asDuration: (value: ",
|
|
"Maybe",
|
|
"<number>, { defaultValue, extended }?: FormatterOptions) => string; asPercent: (numerator: ",
|
|
"Maybe",
|
|
"<number>, denominator: number | undefined, fallbackResult?: string) => string; }; }"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/rules/create_observability_rule_type_registry.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityRuleTypeModel.priority",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "priority",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/rules/create_observability_rule_type_registry.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.RulesParams",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "RulesParams",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.RulesParams",
|
|
"text": "RulesParams"
|
|
},
|
|
" extends ",
|
|
{
|
|
"pluginId": "@kbn/utility-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnUtilityTypesPluginApi",
|
|
"section": "def-common.SerializableRecord",
|
|
"text": "SerializableRecord"
|
|
}
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/locators/rules.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.RulesParams.lastResponse",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "lastResponse",
|
|
"description": [],
|
|
"signature": [
|
|
"string[] | undefined"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/locators/rules.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.RulesParams.params",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "params",
|
|
"description": [],
|
|
"signature": [
|
|
"Record<string, string | number> | undefined"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/locators/rules.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.RulesParams.search",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "search",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/locators/rules.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.RulesParams.status",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "status",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "triggersActionsUi",
|
|
"scope": "public",
|
|
"docId": "kibTriggersActionsUiPluginApi",
|
|
"section": "def-public.RuleStatus",
|
|
"text": "RuleStatus"
|
|
},
|
|
"[] | undefined"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/locators/rules.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.RulesParams.type",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"signature": [
|
|
"string[] | undefined"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/locators/rules.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.Series",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "Series",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.Series.coordinates",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "coordinates",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.Coordinates",
|
|
"text": "Coordinates"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.Stat",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "Stat",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.Stat.type",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"signature": [
|
|
"\"number\" | \"percent\" | \"bytesPerSecond\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.Stat.value",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "value",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.SyntheticsHasDataResponse",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "SyntheticsHasDataResponse",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.SyntheticsHasDataResponse",
|
|
"text": "SyntheticsHasDataResponse"
|
|
},
|
|
" extends ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.HasDataResponse",
|
|
"text": "HasDataResponse"
|
|
}
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.SyntheticsHasDataResponse.indices",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "indices",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.TopAlert",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "TopAlert",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.TopAlert",
|
|
"text": "TopAlert"
|
|
},
|
|
"<TAdditionalMetaFields>"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/alerts.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.TopAlert.fields",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "fields",
|
|
"description": [],
|
|
"signature": [
|
|
"OutputOf<SetOptional<{ readonly \"ecs.version\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.risk_score\": { readonly type: \"float\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.author\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.created_at\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.created_by\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.description\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.enabled\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.from\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.interval\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.license\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.note\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.references\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.rule.rule_id\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.rule_name_override\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.to\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.type\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.updated_at\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.updated_by\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.version\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.severity\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.suppression.docs_count\": { readonly type: \"long\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.suppression.end\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.suppression.start\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.suppression.terms.field\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.suppression.terms.value\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.system_status\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.workflow_reason\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.workflow_status_updated_at\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.workflow_user\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"@timestamp\": { readonly type: \"date\"; readonly required: true; readonly array: false; }; readonly \"event.action\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; readonly ignore_above: 1024; }; readonly tags: { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.rule.rule_type_id\": { readonly type: \"keyword\"; readonly array: false; readonly required: true; }; readonly \"kibana.alert.rule.consumer\": { readonly type: \"keyword\"; readonly array: false; readonly required: true; }; readonly \"kibana.alert.rule.execution.uuid\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.instance.id\": { readonly type: \"keyword\"; readonly array: false; readonly required: true; }; readonly \"kibana.alert.rule.category\": { readonly type: \"keyword\"; readonly array: false; readonly required: true; }; readonly \"kibana.alert.rule.name\": { readonly type: \"keyword\"; readonly array: false; readonly required: true; }; readonly \"kibana.alert.rule.producer\": { readonly type: \"keyword\"; readonly array: false; readonly required: true; }; readonly \"kibana.alert.rule.revision\": { readonly type: \"long\"; readonly array: false; readonly required: true; }; readonly \"kibana.alert.rule.uuid\": { readonly type: \"keyword\"; readonly array: false; readonly required: true; }; readonly \"kibana.alert.status\": { readonly type: \"keyword\"; readonly array: false; readonly required: true; }; readonly \"kibana.alert.uuid\": { readonly type: \"keyword\"; readonly array: false; readonly required: true; }; readonly \"kibana.space_ids\": { readonly type: \"keyword\"; readonly array: true; readonly required: true; }; readonly \"event.kind\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; readonly ignore_above: 1024; }; readonly \"event.original\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; readonly ignore_above: 1024; }; readonly \"kibana.alert.action_group\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.case_ids\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.consecutive_matches\": { readonly type: \"long\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.duration.us\": { readonly type: \"long\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.end\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.flapping\": { readonly type: \"boolean\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.flapping_history\": { readonly type: \"boolean\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.intended_timestamp\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.last_detected\": { readonly type: \"date\"; readonly required: false; readonly array: false; }; readonly \"kibana.alert.maintenance_window_ids\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.pending_recovered_count\": { readonly type: \"long\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.previous_action_group\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.reason\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; readonly multi_fields: ",
|
|
{
|
|
"pluginId": "@kbn/alerts-as-data-utils",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertsAsDataUtilsPluginApi",
|
|
"section": "def-common.MultiField",
|
|
"text": "MultiField"
|
|
},
|
|
"[]; }; readonly \"kibana.alert.rule.execution.timestamp\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.execution.type\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.parameters\": { readonly array: false; readonly type: \"flattened\"; readonly ignore_above: 4096; readonly required: false; }; readonly \"kibana.alert.rule.tags\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.severity_improving\": { readonly type: \"boolean\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.start\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.time_range\": { readonly type: \"date_range\"; readonly format: \"epoch_millis||strict_date_optional_time\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.url\": { readonly type: \"keyword\"; readonly array: false; readonly index: false; readonly required: false; readonly ignore_above: 2048; }; readonly \"kibana.alert.workflow_assignee_ids\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.workflow_status\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.workflow_tags\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.version\": { readonly type: \"version\"; readonly array: false; readonly required: false; }; }>> & OutputOf<SetOptional<{ readonly \"kibana.alert.evaluation.threshold\": { readonly type: \"scaled_float\"; readonly scaling_factor: 100; readonly required: false; }; readonly \"kibana.alert.evaluation.value\": { readonly type: \"scaled_float\"; readonly scaling_factor: 100; readonly required: false; }; readonly \"kibana.alert.context\": { readonly type: \"object\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.evaluation.values\": { readonly type: \"scaled_float\"; readonly scaling_factor: 100; readonly required: false; readonly array: true; }; readonly \"kibana.alert.group\": { readonly type: \"object\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.group.field\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.group.value\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; }>> & TAdditionalMetaFields"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/alerts.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.TopAlert.start",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "start",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/alerts.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.TopAlert.lastUpdated",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "lastUpdated",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/alerts.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.TopAlert.reason",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "reason",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/alerts.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.TopAlert.link",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "link",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/alerts.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.TopAlert.active",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "active",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/alerts.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.TopAlert.hasBasePath",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "hasBasePath",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/alerts.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.UptimeFetchDataResponse",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "UptimeFetchDataResponse",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.UptimeFetchDataResponse",
|
|
"text": "UptimeFetchDataResponse"
|
|
},
|
|
" extends ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.FetchDataResponse",
|
|
"text": "FetchDataResponse"
|
|
}
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.UptimeFetchDataResponse.stats",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "stats",
|
|
"description": [],
|
|
"signature": [
|
|
"{ monitors: ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.Stat",
|
|
"text": "Stat"
|
|
},
|
|
"; up: ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.Stat",
|
|
"text": "Stat"
|
|
},
|
|
"; down: ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.Stat",
|
|
"text": "Stat"
|
|
},
|
|
"; }"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.UptimeFetchDataResponse.series",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "series",
|
|
"description": [],
|
|
"signature": [
|
|
"{ up: ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.Series",
|
|
"text": "Series"
|
|
},
|
|
"; down: ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.Series",
|
|
"text": "Series"
|
|
},
|
|
"; }"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.UxFetchDataResponse",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "UxFetchDataResponse",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.UxFetchDataResponse",
|
|
"text": "UxFetchDataResponse"
|
|
},
|
|
" extends ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.FetchDataResponse",
|
|
"text": "FetchDataResponse"
|
|
}
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.UxFetchDataResponse.coreWebVitals",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "coreWebVitals",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "observabilityShared",
|
|
"scope": "public",
|
|
"docId": "kibObservabilitySharedPluginApi",
|
|
"section": "def-public.UXMetrics",
|
|
"text": "UXMetrics"
|
|
}
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.UXHasDataResponse",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "UXHasDataResponse",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.UXHasDataResponse",
|
|
"text": "UXHasDataResponse"
|
|
},
|
|
" extends ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.HasDataResponse",
|
|
"text": "HasDataResponse"
|
|
}
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.UXHasDataResponse.serviceName",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "serviceName",
|
|
"description": [],
|
|
"signature": [
|
|
"string | number | undefined"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.UXHasDataResponse.indices",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "indices",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"enums": [],
|
|
"misc": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.alertsLocatorID",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "alertsLocatorID",
|
|
"description": [],
|
|
"signature": [
|
|
"\"ALERTS_LOCATOR\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.apmEnableServiceMapApiV2",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "apmEnableServiceMapApiV2",
|
|
"description": [],
|
|
"signature": [
|
|
"\"observability:apmEnableServiceMapApiV2\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/ui_settings_keys.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.apmEnableTableSearchBar",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "apmEnableTableSearchBar",
|
|
"description": [],
|
|
"signature": [
|
|
"\"observability:apmEnableTableSearchBar\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/ui_settings_keys.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.apmServiceGroupMaxNumberOfServices",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "apmServiceGroupMaxNumberOfServices",
|
|
"description": [],
|
|
"signature": [
|
|
"\"observability:apmServiceGroupMaxNumberOfServices\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/ui_settings_keys.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.enableComparisonByDefault",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "enableComparisonByDefault",
|
|
"description": [],
|
|
"signature": [
|
|
"\"observability:enableComparisonByDefault\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/ui_settings_keys.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.enableInspectEsQueries",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "enableInspectEsQueries",
|
|
"description": [],
|
|
"signature": [
|
|
"\"observability:enableInspectEsQueries\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/ui_settings_keys.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.enableLegacyUptimeApp",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "enableLegacyUptimeApp",
|
|
"description": [],
|
|
"signature": [
|
|
"\"observability:enableLegacyUptimeApp\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/ui_settings_keys.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.FetchData",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "FetchData",
|
|
"description": [],
|
|
"signature": [
|
|
"(fetchDataParams: ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.FetchDataParams",
|
|
"text": "FetchDataParams"
|
|
},
|
|
") => Promise<T>"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"returnComment": [],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.FetchData.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "fetchDataParams",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.FetchDataParams",
|
|
"text": "FetchDataParams"
|
|
}
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.GenericAggType",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "GenericAggType",
|
|
"description": [],
|
|
"signature": [
|
|
"\"custom\" | ",
|
|
"Aggregators"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/components/rule_condition_chart/rule_condition_chart.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.GetObservabilityAlertsTableProp",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "GetObservabilityAlertsTableProp",
|
|
"description": [],
|
|
"signature": [
|
|
"{ id: string; columns?: ",
|
|
"EuiDataGridColumn",
|
|
"[] | undefined; query: Pick<",
|
|
"QueryDslQueryContainer",
|
|
", \"ids\" | \"bool\">; initialSort?: ",
|
|
"SortCombinations",
|
|
"[] | undefined; initialPageSize?: number | undefined; browserFields?: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
" | undefined; onUpdate?: ((context: ",
|
|
"RenderContext",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
">) => void) | undefined; onLoaded?: ((alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[], columns: ",
|
|
"EuiDataGridColumn",
|
|
"[]) => void) | undefined; runtimeMappings?: ",
|
|
"MappingRuntimeFields",
|
|
" | undefined; showAlertStatusWithFlapping?: boolean | undefined; toolbarVisibility?: ",
|
|
"EuiDataGridToolBarVisibilityOptions",
|
|
" | undefined; shouldHighlightRow?: ((alert: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">) => boolean) | undefined; dynamicRowHeight?: boolean | undefined; emptyStateHeight?: \"short\" | \"tall\" | undefined; additionalContext?: ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" | undefined; renderCellValue?: ((args: CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & { services: { data: ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "public",
|
|
"docId": "kibDataPluginApi",
|
|
"section": "def-public.DataPublicPluginStart",
|
|
"text": "DataPublicPluginStart"
|
|
},
|
|
"; http: ",
|
|
"HttpSetup",
|
|
"; notifications: ",
|
|
"NotificationsStart",
|
|
"; fieldFormats: ",
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "public",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-public.FieldFormatsStart",
|
|
"text": "FieldFormatsStart"
|
|
},
|
|
"; application: ",
|
|
"ApplicationStart",
|
|
"; licensing: ",
|
|
{
|
|
"pluginId": "licensing",
|
|
"scope": "public",
|
|
"docId": "kibLicensingPluginApi",
|
|
"section": "def-public.LicensingPluginStart",
|
|
"text": "LicensingPluginStart"
|
|
},
|
|
"; settings: ",
|
|
"SettingsStart",
|
|
"; cases?: ",
|
|
"CasesService",
|
|
" | undefined; }; renderCellValue?: any | React.ComponentClass<CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
", any> | undefined; renderCellPopover?: ((args: ",
|
|
"EuiDataGridCellPopoverElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & { alert: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">; }) => React.ReactNode) | React.ComponentClass<any, any> | undefined; renderActionsCell?: ((args: CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
" & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }) => React.ReactNode) | React.ComponentClass<CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
" & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderFlyoutHeader?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; renderFlyoutBody?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; renderFlyoutFooter?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; columns: ",
|
|
"EuiDataGridColumn",
|
|
"[]; } & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
") => React.ReactNode) | React.ComponentClass<CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & { services: { data: ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "public",
|
|
"docId": "kibDataPluginApi",
|
|
"section": "def-public.DataPublicPluginStart",
|
|
"text": "DataPublicPluginStart"
|
|
},
|
|
"; http: ",
|
|
"HttpSetup",
|
|
"; notifications: ",
|
|
"NotificationsStart",
|
|
"; fieldFormats: ",
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "public",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-public.FieldFormatsStart",
|
|
"text": "FieldFormatsStart"
|
|
},
|
|
"; application: ",
|
|
"ApplicationStart",
|
|
"; licensing: ",
|
|
{
|
|
"pluginId": "licensing",
|
|
"scope": "public",
|
|
"docId": "kibLicensingPluginApi",
|
|
"section": "def-public.LicensingPluginStart",
|
|
"text": "LicensingPluginStart"
|
|
},
|
|
"; settings: ",
|
|
"SettingsStart",
|
|
"; cases?: ",
|
|
"CasesService",
|
|
" | undefined; }; renderCellValue?: ((args: CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
") => React.ReactNode) | React.ComponentClass<CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
", any> | undefined; renderCellPopover?: ((args: ",
|
|
"EuiDataGridCellPopoverElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & { alert: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">; }) => React.ReactNode) | React.ComponentClass<any, any> | undefined; renderActionsCell?: ((args: CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
" & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }) => React.ReactNode) | React.ComponentClass<CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
" & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderFlyoutHeader?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; renderFlyoutBody?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; renderFlyoutFooter?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; columns: ",
|
|
"EuiDataGridColumn",
|
|
"[]; } & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
", any> | undefined; renderCellPopover?: ((args: ",
|
|
"EuiDataGridCellPopoverElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & { services: { data: ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "public",
|
|
"docId": "kibDataPluginApi",
|
|
"section": "def-public.DataPublicPluginStart",
|
|
"text": "DataPublicPluginStart"
|
|
},
|
|
"; http: ",
|
|
"HttpSetup",
|
|
"; notifications: ",
|
|
"NotificationsStart",
|
|
"; fieldFormats: ",
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "public",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-public.FieldFormatsStart",
|
|
"text": "FieldFormatsStart"
|
|
},
|
|
"; application: ",
|
|
"ApplicationStart",
|
|
"; licensing: ",
|
|
{
|
|
"pluginId": "licensing",
|
|
"scope": "public",
|
|
"docId": "kibLicensingPluginApi",
|
|
"section": "def-public.LicensingPluginStart",
|
|
"text": "LicensingPluginStart"
|
|
},
|
|
"; settings: ",
|
|
"SettingsStart",
|
|
"; cases?: ",
|
|
"CasesService",
|
|
" | undefined; }; renderCellValue?: ((args: CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
") => React.ReactNode) | React.ComponentClass<CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
", any> | undefined; renderCellPopover?: any | React.ComponentClass<any, any> | undefined; renderActionsCell?: ((args: CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
" & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }) => React.ReactNode) | React.ComponentClass<CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
" & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderFlyoutHeader?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; renderFlyoutBody?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; renderFlyoutFooter?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; columns: ",
|
|
"EuiDataGridColumn",
|
|
"[]; } & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & { alert: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">; }) => React.ReactNode) | React.ComponentClass<any, any> | undefined; renderActionsCell?: ((args: CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & { services: { data: ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "public",
|
|
"docId": "kibDataPluginApi",
|
|
"section": "def-public.DataPublicPluginStart",
|
|
"text": "DataPublicPluginStart"
|
|
},
|
|
"; http: ",
|
|
"HttpSetup",
|
|
"; notifications: ",
|
|
"NotificationsStart",
|
|
"; fieldFormats: ",
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "public",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-public.FieldFormatsStart",
|
|
"text": "FieldFormatsStart"
|
|
},
|
|
"; application: ",
|
|
"ApplicationStart",
|
|
"; licensing: ",
|
|
{
|
|
"pluginId": "licensing",
|
|
"scope": "public",
|
|
"docId": "kibLicensingPluginApi",
|
|
"section": "def-public.LicensingPluginStart",
|
|
"text": "LicensingPluginStart"
|
|
},
|
|
"; settings: ",
|
|
"SettingsStart",
|
|
"; cases?: ",
|
|
"CasesService",
|
|
" | undefined; }; renderCellValue?: ((args: CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
") => React.ReactNode) | React.ComponentClass<CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
", any> | undefined; renderCellPopover?: ((args: ",
|
|
"EuiDataGridCellPopoverElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & { alert: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">; }) => React.ReactNode) | React.ComponentClass<any, any> | undefined; renderActionsCell?: any | React.ComponentClass<CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
" & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderFlyoutHeader?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; renderFlyoutBody?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; renderFlyoutFooter?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; columns: ",
|
|
"EuiDataGridColumn",
|
|
"[]; } & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
" & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }) => React.ReactNode) | React.ComponentClass<CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & { services: { data: ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "public",
|
|
"docId": "kibDataPluginApi",
|
|
"section": "def-public.DataPublicPluginStart",
|
|
"text": "DataPublicPluginStart"
|
|
},
|
|
"; http: ",
|
|
"HttpSetup",
|
|
"; notifications: ",
|
|
"NotificationsStart",
|
|
"; fieldFormats: ",
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "public",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-public.FieldFormatsStart",
|
|
"text": "FieldFormatsStart"
|
|
},
|
|
"; application: ",
|
|
"ApplicationStart",
|
|
"; licensing: ",
|
|
{
|
|
"pluginId": "licensing",
|
|
"scope": "public",
|
|
"docId": "kibLicensingPluginApi",
|
|
"section": "def-public.LicensingPluginStart",
|
|
"text": "LicensingPluginStart"
|
|
},
|
|
"; settings: ",
|
|
"SettingsStart",
|
|
"; cases?: ",
|
|
"CasesService",
|
|
" | undefined; }; renderCellValue?: ((args: CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
") => React.ReactNode) | React.ComponentClass<CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
", any> | undefined; renderCellPopover?: ((args: ",
|
|
"EuiDataGridCellPopoverElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & { alert: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">; }) => React.ReactNode) | React.ComponentClass<any, any> | undefined; renderActionsCell?: ((args: CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
" & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }) => React.ReactNode) | React.ComponentClass<CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
" & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderFlyoutHeader?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; renderFlyoutBody?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; renderFlyoutFooter?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; columns: ",
|
|
"EuiDataGridColumn",
|
|
"[]; } & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
" & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderAdditionalToolbarControls?: ",
|
|
"ComponentRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; renderFlyoutHeader?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; renderFlyoutBody?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; renderFlyoutFooter?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; lastReloadRequestTime?: number | undefined; services: { data: ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "public",
|
|
"docId": "kibDataPluginApi",
|
|
"section": "def-public.DataPublicPluginStart",
|
|
"text": "DataPublicPluginStart"
|
|
},
|
|
"; http: ",
|
|
"HttpSetup",
|
|
"; notifications: ",
|
|
"NotificationsStart",
|
|
"; fieldFormats: ",
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "public",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-public.FieldFormatsStart",
|
|
"text": "FieldFormatsStart"
|
|
},
|
|
"; application: ",
|
|
"ApplicationStart",
|
|
"; licensing: ",
|
|
{
|
|
"pluginId": "licensing",
|
|
"scope": "public",
|
|
"docId": "kibLicensingPluginApi",
|
|
"section": "def-public.LicensingPluginStart",
|
|
"text": "LicensingPluginStart"
|
|
},
|
|
"; settings: ",
|
|
"SettingsStart",
|
|
"; cases?: ",
|
|
"CasesService",
|
|
" | undefined; }; minScore?: number | undefined; trackScores?: boolean | undefined; consumers?: string[] | undefined; showInspectButton?: boolean | undefined; casesConfiguration?: { featureId: string; owner: (\"cases\" | \"observability\" | \"securitySolution\")[]; appId?: string | undefined; syncAlerts?: boolean | undefined; } | undefined; hideBulkActions?: boolean | undefined; additionalBulkActions?: ",
|
|
"BulkActionsPanelConfig",
|
|
"[] | undefined; actionsColumnWidth?: number | undefined; fieldsBrowserOptions?: ",
|
|
{
|
|
"pluginId": "@kbn/response-ops-alerts-fields-browser",
|
|
"scope": "public",
|
|
"docId": "kibKbnResponseOpsAlertsFieldsBrowserPluginApi",
|
|
"section": "def-public.FieldBrowserOptions",
|
|
"text": "FieldBrowserOptions"
|
|
},
|
|
" | undefined; cellActionsOptions?: ",
|
|
"CellActionsOptions",
|
|
" | undefined; prefix?: string | undefined; onError?: React.ReactEventHandler<HTMLDivElement> | undefined; defaultValue?: string | number | readonly string[] | undefined; security?: string | undefined; className?: string | undefined; \"aria-label\"?: string | undefined; \"data-test-subj\"?: string | undefined; css?: ",
|
|
"Interpolation",
|
|
"<",
|
|
"Theme",
|
|
">; defaultChecked?: boolean | undefined; suppressContentEditableWarning?: boolean | undefined; suppressHydrationWarning?: boolean | undefined; accessKey?: string | undefined; autoFocus?: boolean | undefined; contentEditable?: Booleanish | \"inherit\" | \"plaintext-only\" | undefined; contextMenu?: string | undefined; dir?: string | undefined; draggable?: Booleanish | undefined; hidden?: boolean | undefined; lang?: string | undefined; nonce?: string | undefined; slot?: string | undefined; spellCheck?: Booleanish | undefined; style?: React.CSSProperties | undefined; tabIndex?: number | undefined; title?: string | undefined; translate?: \"yes\" | \"no\" | undefined; radioGroup?: string | undefined; role?: React.AriaRole | undefined; about?: string | undefined; content?: string | undefined; datatype?: string | undefined; inlist?: any; property?: string | undefined; rel?: string | undefined; resource?: string | undefined; rev?: string | undefined; typeof?: string | undefined; vocab?: string | undefined; autoCapitalize?: string | undefined; autoCorrect?: string | undefined; autoSave?: string | undefined; color?: string | undefined; itemProp?: string | undefined; itemScope?: boolean | undefined; itemType?: string | undefined; itemID?: string | undefined; itemRef?: string | undefined; results?: number | undefined; unselectable?: \"on\" | \"off\" | undefined; inputMode?: \"search\" | \"none\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" | undefined; is?: string | undefined; \"aria-activedescendant\"?: string | undefined; \"aria-atomic\"?: Booleanish | undefined; \"aria-autocomplete\"?: \"none\" | \"list\" | \"inline\" | \"both\" | undefined; \"aria-braillelabel\"?: string | undefined; \"aria-brailleroledescription\"?: string | undefined; \"aria-busy\"?: Booleanish | undefined; \"aria-checked\"?: boolean | \"true\" | \"false\" | \"mixed\" | undefined; \"aria-colcount\"?: number | undefined; \"aria-colindex\"?: number | undefined; \"aria-colindextext\"?: string | undefined; \"aria-colspan\"?: number | undefined; \"aria-controls\"?: string | undefined; \"aria-current\"?: boolean | \"page\" | \"date\" | \"location\" | \"true\" | \"false\" | \"time\" | \"step\" | undefined; \"aria-describedby\"?: string | undefined; \"aria-description\"?: string | undefined; \"aria-details\"?: string | undefined; \"aria-disabled\"?: Booleanish | undefined; \"aria-dropeffect\"?: \"execute\" | \"link\" | \"none\" | \"copy\" | \"move\" | \"popup\" | undefined; \"aria-errormessage\"?: string | undefined; \"aria-expanded\"?: Booleanish | undefined; \"aria-flowto\"?: string | undefined; \"aria-grabbed\"?: Booleanish | undefined; \"aria-haspopup\"?: boolean | \"grid\" | \"true\" | \"false\" | \"dialog\" | \"menu\" | \"listbox\" | \"tree\" | undefined; \"aria-hidden\"?: Booleanish | undefined; \"aria-invalid\"?: boolean | \"true\" | \"false\" | \"grammar\" | \"spelling\" | undefined; \"aria-keyshortcuts\"?: string | undefined; \"aria-level\"?: number | undefined; \"aria-live\"?: \"off\" | \"assertive\" | \"polite\" | undefined; \"aria-modal\"?: Booleanish | undefined; \"aria-multiline\"?: Booleanish | undefined; \"aria-multiselectable\"?: Booleanish | undefined; \"aria-orientation\"?: \"horizontal\" | \"vertical\" | undefined; \"aria-owns\"?: string | undefined; \"aria-placeholder\"?: string | undefined; \"aria-posinset\"?: number | undefined; \"aria-pressed\"?: boolean | \"true\" | \"false\" | \"mixed\" | undefined; \"aria-readonly\"?: Booleanish | undefined; \"aria-relevant\"?: \"text\" | \"all\" | \"additions\" | \"additions removals\" | \"additions text\" | \"removals\" | \"removals additions\" | \"removals text\" | \"text additions\" | \"text removals\" | undefined; \"aria-required\"?: Booleanish | undefined; \"aria-roledescription\"?: string | undefined; \"aria-rowcount\"?: number | undefined; \"aria-rowindex\"?: number | undefined; \"aria-rowindextext\"?: string | undefined; \"aria-rowspan\"?: number | undefined; \"aria-selected\"?: Booleanish | undefined; \"aria-setsize\"?: number | undefined; \"aria-sort\"?: \"none\" | \"ascending\" | \"descending\" | \"other\" | undefined; \"aria-valuemax\"?: number | undefined; \"aria-valuemin\"?: number | undefined; \"aria-valuenow\"?: number | undefined; \"aria-valuetext\"?: string | undefined; children?: React.ReactNode; dangerouslySetInnerHTML?: { __html: string | TrustedHTML; } | undefined; onCopy?: React.ClipboardEventHandler<HTMLDivElement> | undefined; onCopyCapture?: React.ClipboardEventHandler<HTMLDivElement> | undefined; onCut?: React.ClipboardEventHandler<HTMLDivElement> | undefined; onCutCapture?: React.ClipboardEventHandler<HTMLDivElement> | undefined; onPaste?: React.ClipboardEventHandler<HTMLDivElement> | undefined; onPasteCapture?: React.ClipboardEventHandler<HTMLDivElement> | undefined; onCompositionEnd?: React.CompositionEventHandler<HTMLDivElement> | undefined; onCompositionEndCapture?: React.CompositionEventHandler<HTMLDivElement> | undefined; onCompositionStart?: React.CompositionEventHandler<HTMLDivElement> | undefined; onCompositionStartCapture?: React.CompositionEventHandler<HTMLDivElement> | undefined; onCompositionUpdate?: React.CompositionEventHandler<HTMLDivElement> | undefined; onCompositionUpdateCapture?: React.CompositionEventHandler<HTMLDivElement> | undefined; onFocus?: React.FocusEventHandler<HTMLDivElement> | undefined; onFocusCapture?: React.FocusEventHandler<HTMLDivElement> | undefined; onBlur?: React.FocusEventHandler<HTMLDivElement> | undefined; onBlurCapture?: React.FocusEventHandler<HTMLDivElement> | undefined; onChange?: React.FormEventHandler<HTMLDivElement> | undefined; onChangeCapture?: React.FormEventHandler<HTMLDivElement> | undefined; onBeforeInput?: React.FormEventHandler<HTMLDivElement> | undefined; onBeforeInputCapture?: React.FormEventHandler<HTMLDivElement> | undefined; onInput?: React.FormEventHandler<HTMLDivElement> | undefined; onInputCapture?: React.FormEventHandler<HTMLDivElement> | undefined; onReset?: React.FormEventHandler<HTMLDivElement> | undefined; onResetCapture?: React.FormEventHandler<HTMLDivElement> | undefined; onSubmit?: React.FormEventHandler<HTMLDivElement> | undefined; onSubmitCapture?: React.FormEventHandler<HTMLDivElement> | undefined; onInvalid?: React.FormEventHandler<HTMLDivElement> | undefined; onInvalidCapture?: React.FormEventHandler<HTMLDivElement> | undefined; onLoad?: React.ReactEventHandler<HTMLDivElement> | undefined; onLoadCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onErrorCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onKeyDown?: React.KeyboardEventHandler<HTMLDivElement> | undefined; onKeyDownCapture?: React.KeyboardEventHandler<HTMLDivElement> | undefined; onKeyPress?: React.KeyboardEventHandler<HTMLDivElement> | undefined; onKeyPressCapture?: React.KeyboardEventHandler<HTMLDivElement> | undefined; onKeyUp?: React.KeyboardEventHandler<HTMLDivElement> | undefined; onKeyUpCapture?: React.KeyboardEventHandler<HTMLDivElement> | undefined; onAbort?: React.ReactEventHandler<HTMLDivElement> | undefined; onAbortCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onCanPlay?: React.ReactEventHandler<HTMLDivElement> | undefined; onCanPlayCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onCanPlayThrough?: React.ReactEventHandler<HTMLDivElement> | undefined; onCanPlayThroughCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onDurationChange?: React.ReactEventHandler<HTMLDivElement> | undefined; onDurationChangeCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onEmptied?: React.ReactEventHandler<HTMLDivElement> | undefined; onEmptiedCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onEncrypted?: React.ReactEventHandler<HTMLDivElement> | undefined; onEncryptedCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onEnded?: React.ReactEventHandler<HTMLDivElement> | undefined; onEndedCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onLoadedData?: React.ReactEventHandler<HTMLDivElement> | undefined; onLoadedDataCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onLoadedMetadata?: React.ReactEventHandler<HTMLDivElement> | undefined; onLoadedMetadataCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onLoadStart?: React.ReactEventHandler<HTMLDivElement> | undefined; onLoadStartCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onPause?: React.ReactEventHandler<HTMLDivElement> | undefined; onPauseCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onPlay?: React.ReactEventHandler<HTMLDivElement> | undefined; onPlayCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onPlaying?: React.ReactEventHandler<HTMLDivElement> | undefined; onPlayingCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onProgress?: React.ReactEventHandler<HTMLDivElement> | undefined; onProgressCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onRateChange?: React.ReactEventHandler<HTMLDivElement> | undefined; onRateChangeCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onResize?: React.ReactEventHandler<HTMLDivElement> | undefined; onResizeCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onSeeked?: React.ReactEventHandler<HTMLDivElement> | undefined; onSeekedCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onSeeking?: React.ReactEventHandler<HTMLDivElement> | undefined; onSeekingCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onStalled?: React.ReactEventHandler<HTMLDivElement> | undefined; onStalledCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onSuspend?: React.ReactEventHandler<HTMLDivElement> | undefined; onSuspendCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onTimeUpdate?: React.ReactEventHandler<HTMLDivElement> | undefined; onTimeUpdateCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onVolumeChange?: React.ReactEventHandler<HTMLDivElement> | undefined; onVolumeChangeCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onWaiting?: React.ReactEventHandler<HTMLDivElement> | undefined; onWaitingCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onAuxClick?: React.MouseEventHandler<HTMLDivElement> | undefined; onAuxClickCapture?: React.MouseEventHandler<HTMLDivElement> | undefined; onClick?: React.MouseEventHandler<HTMLDivElement> | undefined; onClickCapture?: React.MouseEventHandler<HTMLDivElement> | undefined; onContextMenu?: React.MouseEventHandler<HTMLDivElement> | undefined; onContextMenuCapture?: React.MouseEventHandler<HTMLDivElement> | undefined; onDoubleClick?: React.MouseEventHandler<HTMLDivElement> | undefined; onDoubleClickCapture?: React.MouseEventHandler<HTMLDivElement> | undefined; onDrag?: React.DragEventHandler<HTMLDivElement> | undefined; onDragCapture?: React.DragEventHandler<HTMLDivElement> | undefined; onDragEnd?: React.DragEventHandler<HTMLDivElement> | undefined; onDragEndCapture?: React.DragEventHandler<HTMLDivElement> | undefined; onDragEnter?: React.DragEventHandler<HTMLDivElement> | undefined; onDragEnterCapture?: React.DragEventHandler<HTMLDivElement> | undefined; onDragExit?: React.DragEventHandler<HTMLDivElement> | undefined; onDragExitCapture?: React.DragEventHandler<HTMLDivElement> | undefined; onDragLeave?: React.DragEventHandler<HTMLDivElement> | undefined; onDragLeaveCapture?: React.DragEventHandler<HTMLDivElement> | undefined; onDragOver?: React.DragEventHandler<HTMLDivElement> | undefined; onDragOverCapture?: React.DragEventHandler<HTMLDivElement> | undefined; onDragStart?: React.DragEventHandler<HTMLDivElement> | undefined; onDragStartCapture?: React.DragEventHandler<HTMLDivElement> | undefined; onDrop?: React.DragEventHandler<HTMLDivElement> | undefined; onDropCapture?: React.DragEventHandler<HTMLDivElement> | undefined; onMouseDown?: React.MouseEventHandler<HTMLDivElement> | undefined; onMouseDownCapture?: React.MouseEventHandler<HTMLDivElement> | undefined; onMouseEnter?: React.MouseEventHandler<HTMLDivElement> | undefined; onMouseLeave?: React.MouseEventHandler<HTMLDivElement> | undefined; onMouseMove?: React.MouseEventHandler<HTMLDivElement> | undefined; onMouseMoveCapture?: React.MouseEventHandler<HTMLDivElement> | undefined; onMouseOut?: React.MouseEventHandler<HTMLDivElement> | undefined; onMouseOutCapture?: React.MouseEventHandler<HTMLDivElement> | undefined; onMouseOver?: React.MouseEventHandler<HTMLDivElement> | undefined; onMouseOverCapture?: React.MouseEventHandler<HTMLDivElement> | undefined; onMouseUp?: React.MouseEventHandler<HTMLDivElement> | undefined; onMouseUpCapture?: React.MouseEventHandler<HTMLDivElement> | undefined; onSelect?: React.ReactEventHandler<HTMLDivElement> | undefined; onSelectCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onTouchCancel?: React.TouchEventHandler<HTMLDivElement> | undefined; onTouchCancelCapture?: React.TouchEventHandler<HTMLDivElement> | undefined; onTouchEnd?: React.TouchEventHandler<HTMLDivElement> | undefined; onTouchEndCapture?: React.TouchEventHandler<HTMLDivElement> | undefined; onTouchMove?: React.TouchEventHandler<HTMLDivElement> | undefined; onTouchMoveCapture?: React.TouchEventHandler<HTMLDivElement> | undefined; onTouchStart?: React.TouchEventHandler<HTMLDivElement> | undefined; onTouchStartCapture?: React.TouchEventHandler<HTMLDivElement> | undefined; onPointerDown?: React.PointerEventHandler<HTMLDivElement> | undefined; onPointerDownCapture?: React.PointerEventHandler<HTMLDivElement> | undefined; onPointerMove?: React.PointerEventHandler<HTMLDivElement> | undefined; onPointerMoveCapture?: React.PointerEventHandler<HTMLDivElement> | undefined; onPointerUp?: React.PointerEventHandler<HTMLDivElement> | undefined; onPointerUpCapture?: React.PointerEventHandler<HTMLDivElement> | undefined; onPointerCancel?: React.PointerEventHandler<HTMLDivElement> | undefined; onPointerCancelCapture?: React.PointerEventHandler<HTMLDivElement> | undefined; onPointerEnter?: React.PointerEventHandler<HTMLDivElement> | undefined; onPointerLeave?: React.PointerEventHandler<HTMLDivElement> | undefined; onPointerOver?: React.PointerEventHandler<HTMLDivElement> | undefined; onPointerOverCapture?: React.PointerEventHandler<HTMLDivElement> | undefined; onPointerOut?: React.PointerEventHandler<HTMLDivElement> | undefined; onPointerOutCapture?: React.PointerEventHandler<HTMLDivElement> | undefined; onGotPointerCapture?: React.PointerEventHandler<HTMLDivElement> | undefined; onGotPointerCaptureCapture?: React.PointerEventHandler<HTMLDivElement> | undefined; onLostPointerCapture?: React.PointerEventHandler<HTMLDivElement> | undefined; onLostPointerCaptureCapture?: React.PointerEventHandler<HTMLDivElement> | undefined; onScroll?: React.UIEventHandler<HTMLDivElement> | undefined; onScrollCapture?: React.UIEventHandler<HTMLDivElement> | undefined; onWheel?: React.WheelEventHandler<HTMLDivElement> | undefined; onWheelCapture?: React.WheelEventHandler<HTMLDivElement> | undefined; onAnimationStart?: React.AnimationEventHandler<HTMLDivElement> | undefined; onAnimationStartCapture?: React.AnimationEventHandler<HTMLDivElement> | undefined; onAnimationEnd?: React.AnimationEventHandler<HTMLDivElement> | undefined; onAnimationEndCapture?: React.AnimationEventHandler<HTMLDivElement> | undefined; onAnimationIteration?: React.AnimationEventHandler<HTMLDivElement> | undefined; onAnimationIterationCapture?: React.AnimationEventHandler<HTMLDivElement> | undefined; onTransitionEnd?: React.TransitionEventHandler<HTMLDivElement> | undefined; onTransitionEndCapture?: React.TransitionEventHandler<HTMLDivElement> | undefined; width?: ",
|
|
"Property",
|
|
".Width<string | number> | undefined; height?: ",
|
|
"Property",
|
|
".Height<string | number> | undefined; leadingControlColumns?: ",
|
|
"EuiDataGridControlColumn",
|
|
"[] | undefined; trailingControlColumns?: ",
|
|
"EuiDataGridControlColumn",
|
|
"[] | undefined; schemaDetectors?: ",
|
|
"EuiDataGridSchemaDetector",
|
|
"[] | undefined; renderFooterCellValue?: ",
|
|
"RenderCellValue",
|
|
" | undefined; renderCustomGridBody?: ((args: ",
|
|
"EuiDataGridCustomBodyProps",
|
|
") => React.ReactNode) | undefined; renderCustomToolbar?: ((props: ",
|
|
"EuiDataGridCustomToolbarProps",
|
|
") => React.ReactElement<any, string | React.JSXElementConstructor<any>>) | undefined; gridStyle?: ",
|
|
"EuiDataGridStyle",
|
|
" | undefined; inMemory?: ",
|
|
"EuiDataGridInMemory",
|
|
" | undefined; onColumnResize?: ",
|
|
"EuiDataGridOnColumnResizeHandler",
|
|
" | undefined; minSizeForControls?: number | undefined; virtualizationOptions?: Pick<",
|
|
"VariableSizeGridProps",
|
|
"<any>, \"className\" | \"style\" | \"onScroll\" | \"direction\" | \"estimatedRowHeight\" | \"estimatedColumnWidth\" | \"overscanRowCount\" | \"overscanColumnCount\" | \"initialScrollTop\" | \"initialScrollLeft\" | \"onItemsRendered\" | \"itemKey\" | \"outerElementType\"> | undefined; rowHeightsOptions?: ",
|
|
"EuiDataGridRowHeightsOptions",
|
|
" | undefined; ref?: React.LegacyRef<",
|
|
"AlertsTableImperativeApi",
|
|
"> | undefined; key?: React.Key | null | undefined; ruleTypeIds?: string[] | undefined; }[PropKey] extends null | undefined ? never : { id: string; columns?: ",
|
|
"EuiDataGridColumn",
|
|
"[] | undefined; query: Pick<",
|
|
"QueryDslQueryContainer",
|
|
", \"ids\" | \"bool\">; initialSort?: ",
|
|
"SortCombinations",
|
|
"[] | undefined; initialPageSize?: number | undefined; browserFields?: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
" | undefined; onUpdate?: ((context: ",
|
|
"RenderContext",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
">) => void) | undefined; onLoaded?: ((alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[], columns: ",
|
|
"EuiDataGridColumn",
|
|
"[]) => void) | undefined; runtimeMappings?: ",
|
|
"MappingRuntimeFields",
|
|
" | undefined; showAlertStatusWithFlapping?: boolean | undefined; toolbarVisibility?: ",
|
|
"EuiDataGridToolBarVisibilityOptions",
|
|
" | undefined; shouldHighlightRow?: ((alert: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">) => boolean) | undefined; dynamicRowHeight?: boolean | undefined; emptyStateHeight?: \"short\" | \"tall\" | undefined; additionalContext?: ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" | undefined; renderCellValue?: ((args: CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & { services: { data: ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "public",
|
|
"docId": "kibDataPluginApi",
|
|
"section": "def-public.DataPublicPluginStart",
|
|
"text": "DataPublicPluginStart"
|
|
},
|
|
"; http: ",
|
|
"HttpSetup",
|
|
"; notifications: ",
|
|
"NotificationsStart",
|
|
"; fieldFormats: ",
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "public",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-public.FieldFormatsStart",
|
|
"text": "FieldFormatsStart"
|
|
},
|
|
"; application: ",
|
|
"ApplicationStart",
|
|
"; licensing: ",
|
|
{
|
|
"pluginId": "licensing",
|
|
"scope": "public",
|
|
"docId": "kibLicensingPluginApi",
|
|
"section": "def-public.LicensingPluginStart",
|
|
"text": "LicensingPluginStart"
|
|
},
|
|
"; settings: ",
|
|
"SettingsStart",
|
|
"; cases?: ",
|
|
"CasesService",
|
|
" | undefined; }; renderCellValue?: any | React.ComponentClass<CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
", any> | undefined; renderCellPopover?: ((args: ",
|
|
"EuiDataGridCellPopoverElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & { alert: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">; }) => React.ReactNode) | React.ComponentClass<any, any> | undefined; renderActionsCell?: ((args: CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
" & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }) => React.ReactNode) | React.ComponentClass<CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
" & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderFlyoutHeader?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; renderFlyoutBody?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; renderFlyoutFooter?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; columns: ",
|
|
"EuiDataGridColumn",
|
|
"[]; } & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
") => React.ReactNode) | React.ComponentClass<CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & { services: { data: ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "public",
|
|
"docId": "kibDataPluginApi",
|
|
"section": "def-public.DataPublicPluginStart",
|
|
"text": "DataPublicPluginStart"
|
|
},
|
|
"; http: ",
|
|
"HttpSetup",
|
|
"; notifications: ",
|
|
"NotificationsStart",
|
|
"; fieldFormats: ",
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "public",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-public.FieldFormatsStart",
|
|
"text": "FieldFormatsStart"
|
|
},
|
|
"; application: ",
|
|
"ApplicationStart",
|
|
"; licensing: ",
|
|
{
|
|
"pluginId": "licensing",
|
|
"scope": "public",
|
|
"docId": "kibLicensingPluginApi",
|
|
"section": "def-public.LicensingPluginStart",
|
|
"text": "LicensingPluginStart"
|
|
},
|
|
"; settings: ",
|
|
"SettingsStart",
|
|
"; cases?: ",
|
|
"CasesService",
|
|
" | undefined; }; renderCellValue?: ((args: CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
") => React.ReactNode) | React.ComponentClass<CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
", any> | undefined; renderCellPopover?: ((args: ",
|
|
"EuiDataGridCellPopoverElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & { alert: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">; }) => React.ReactNode) | React.ComponentClass<any, any> | undefined; renderActionsCell?: ((args: CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
" & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }) => React.ReactNode) | React.ComponentClass<CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
" & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderFlyoutHeader?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; renderFlyoutBody?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; renderFlyoutFooter?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; columns: ",
|
|
"EuiDataGridColumn",
|
|
"[]; } & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
", any> | undefined; renderCellPopover?: ((args: ",
|
|
"EuiDataGridCellPopoverElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & { services: { data: ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "public",
|
|
"docId": "kibDataPluginApi",
|
|
"section": "def-public.DataPublicPluginStart",
|
|
"text": "DataPublicPluginStart"
|
|
},
|
|
"; http: ",
|
|
"HttpSetup",
|
|
"; notifications: ",
|
|
"NotificationsStart",
|
|
"; fieldFormats: ",
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "public",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-public.FieldFormatsStart",
|
|
"text": "FieldFormatsStart"
|
|
},
|
|
"; application: ",
|
|
"ApplicationStart",
|
|
"; licensing: ",
|
|
{
|
|
"pluginId": "licensing",
|
|
"scope": "public",
|
|
"docId": "kibLicensingPluginApi",
|
|
"section": "def-public.LicensingPluginStart",
|
|
"text": "LicensingPluginStart"
|
|
},
|
|
"; settings: ",
|
|
"SettingsStart",
|
|
"; cases?: ",
|
|
"CasesService",
|
|
" | undefined; }; renderCellValue?: ((args: CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
") => React.ReactNode) | React.ComponentClass<CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
", any> | undefined; renderCellPopover?: any | React.ComponentClass<any, any> | undefined; renderActionsCell?: ((args: CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
" & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }) => React.ReactNode) | React.ComponentClass<CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
" & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderFlyoutHeader?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; renderFlyoutBody?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; renderFlyoutFooter?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; columns: ",
|
|
"EuiDataGridColumn",
|
|
"[]; } & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & { alert: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">; }) => React.ReactNode) | React.ComponentClass<any, any> | undefined; renderActionsCell?: ((args: CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & { services: { data: ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "public",
|
|
"docId": "kibDataPluginApi",
|
|
"section": "def-public.DataPublicPluginStart",
|
|
"text": "DataPublicPluginStart"
|
|
},
|
|
"; http: ",
|
|
"HttpSetup",
|
|
"; notifications: ",
|
|
"NotificationsStart",
|
|
"; fieldFormats: ",
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "public",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-public.FieldFormatsStart",
|
|
"text": "FieldFormatsStart"
|
|
},
|
|
"; application: ",
|
|
"ApplicationStart",
|
|
"; licensing: ",
|
|
{
|
|
"pluginId": "licensing",
|
|
"scope": "public",
|
|
"docId": "kibLicensingPluginApi",
|
|
"section": "def-public.LicensingPluginStart",
|
|
"text": "LicensingPluginStart"
|
|
},
|
|
"; settings: ",
|
|
"SettingsStart",
|
|
"; cases?: ",
|
|
"CasesService",
|
|
" | undefined; }; renderCellValue?: ((args: CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
") => React.ReactNode) | React.ComponentClass<CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
", any> | undefined; renderCellPopover?: ((args: ",
|
|
"EuiDataGridCellPopoverElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & { alert: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">; }) => React.ReactNode) | React.ComponentClass<any, any> | undefined; renderActionsCell?: any | React.ComponentClass<CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
" & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderFlyoutHeader?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; renderFlyoutBody?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; renderFlyoutFooter?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; columns: ",
|
|
"EuiDataGridColumn",
|
|
"[]; } & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
" & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }) => React.ReactNode) | React.ComponentClass<CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & { services: { data: ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "public",
|
|
"docId": "kibDataPluginApi",
|
|
"section": "def-public.DataPublicPluginStart",
|
|
"text": "DataPublicPluginStart"
|
|
},
|
|
"; http: ",
|
|
"HttpSetup",
|
|
"; notifications: ",
|
|
"NotificationsStart",
|
|
"; fieldFormats: ",
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "public",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-public.FieldFormatsStart",
|
|
"text": "FieldFormatsStart"
|
|
},
|
|
"; application: ",
|
|
"ApplicationStart",
|
|
"; licensing: ",
|
|
{
|
|
"pluginId": "licensing",
|
|
"scope": "public",
|
|
"docId": "kibLicensingPluginApi",
|
|
"section": "def-public.LicensingPluginStart",
|
|
"text": "LicensingPluginStart"
|
|
},
|
|
"; settings: ",
|
|
"SettingsStart",
|
|
"; cases?: ",
|
|
"CasesService",
|
|
" | undefined; }; renderCellValue?: ((args: CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
") => React.ReactNode) | React.ComponentClass<CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
", any> | undefined; renderCellPopover?: ((args: ",
|
|
"EuiDataGridCellPopoverElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & { alert: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">; }) => React.ReactNode) | React.ComponentClass<any, any> | undefined; renderActionsCell?: ((args: CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
" & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }) => React.ReactNode) | React.ComponentClass<CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
" & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderFlyoutHeader?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; renderFlyoutBody?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; renderFlyoutFooter?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; columns: ",
|
|
"EuiDataGridColumn",
|
|
"[]; } & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
" & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderAdditionalToolbarControls?: ",
|
|
"ComponentRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; renderFlyoutHeader?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; renderFlyoutBody?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; renderFlyoutFooter?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; lastReloadRequestTime?: number | undefined; services: { data: ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "public",
|
|
"docId": "kibDataPluginApi",
|
|
"section": "def-public.DataPublicPluginStart",
|
|
"text": "DataPublicPluginStart"
|
|
},
|
|
"; http: ",
|
|
"HttpSetup",
|
|
"; notifications: ",
|
|
"NotificationsStart",
|
|
"; fieldFormats: ",
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "public",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-public.FieldFormatsStart",
|
|
"text": "FieldFormatsStart"
|
|
},
|
|
"; application: ",
|
|
"ApplicationStart",
|
|
"; licensing: ",
|
|
{
|
|
"pluginId": "licensing",
|
|
"scope": "public",
|
|
"docId": "kibLicensingPluginApi",
|
|
"section": "def-public.LicensingPluginStart",
|
|
"text": "LicensingPluginStart"
|
|
},
|
|
"; settings: ",
|
|
"SettingsStart",
|
|
"; cases?: ",
|
|
"CasesService",
|
|
" | undefined; }; minScore?: number | undefined; trackScores?: boolean | undefined; consumers?: string[] | undefined; showInspectButton?: boolean | undefined; casesConfiguration?: { featureId: string; owner: (\"cases\" | \"observability\" | \"securitySolution\")[]; appId?: string | undefined; syncAlerts?: boolean | undefined; } | undefined; hideBulkActions?: boolean | undefined; additionalBulkActions?: ",
|
|
"BulkActionsPanelConfig",
|
|
"[] | undefined; actionsColumnWidth?: number | undefined; fieldsBrowserOptions?: ",
|
|
{
|
|
"pluginId": "@kbn/response-ops-alerts-fields-browser",
|
|
"scope": "public",
|
|
"docId": "kibKbnResponseOpsAlertsFieldsBrowserPluginApi",
|
|
"section": "def-public.FieldBrowserOptions",
|
|
"text": "FieldBrowserOptions"
|
|
},
|
|
" | undefined; cellActionsOptions?: ",
|
|
"CellActionsOptions",
|
|
" | undefined; prefix?: string | undefined; onError?: React.ReactEventHandler<HTMLDivElement> | undefined; defaultValue?: string | number | readonly string[] | undefined; security?: string | undefined; className?: string | undefined; \"aria-label\"?: string | undefined; \"data-test-subj\"?: string | undefined; css?: ",
|
|
"Interpolation",
|
|
"<",
|
|
"Theme",
|
|
">; defaultChecked?: boolean | undefined; suppressContentEditableWarning?: boolean | undefined; suppressHydrationWarning?: boolean | undefined; accessKey?: string | undefined; autoFocus?: boolean | undefined; contentEditable?: Booleanish | \"inherit\" | \"plaintext-only\" | undefined; contextMenu?: string | undefined; dir?: string | undefined; draggable?: Booleanish | undefined; hidden?: boolean | undefined; lang?: string | undefined; nonce?: string | undefined; slot?: string | undefined; spellCheck?: Booleanish | undefined; style?: React.CSSProperties | undefined; tabIndex?: number | undefined; title?: string | undefined; translate?: \"yes\" | \"no\" | undefined; radioGroup?: string | undefined; role?: React.AriaRole | undefined; about?: string | undefined; content?: string | undefined; datatype?: string | undefined; inlist?: any; property?: string | undefined; rel?: string | undefined; resource?: string | undefined; rev?: string | undefined; typeof?: string | undefined; vocab?: string | undefined; autoCapitalize?: string | undefined; autoCorrect?: string | undefined; autoSave?: string | undefined; color?: string | undefined; itemProp?: string | undefined; itemScope?: boolean | undefined; itemType?: string | undefined; itemID?: string | undefined; itemRef?: string | undefined; results?: number | undefined; unselectable?: \"on\" | \"off\" | undefined; inputMode?: \"search\" | \"none\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" | undefined; is?: string | undefined; \"aria-activedescendant\"?: string | undefined; \"aria-atomic\"?: Booleanish | undefined; \"aria-autocomplete\"?: \"none\" | \"list\" | \"inline\" | \"both\" | undefined; \"aria-braillelabel\"?: string | undefined; \"aria-brailleroledescription\"?: string | undefined; \"aria-busy\"?: Booleanish | undefined; \"aria-checked\"?: boolean | \"true\" | \"false\" | \"mixed\" | undefined; \"aria-colcount\"?: number | undefined; \"aria-colindex\"?: number | undefined; \"aria-colindextext\"?: string | undefined; \"aria-colspan\"?: number | undefined; \"aria-controls\"?: string | undefined; \"aria-current\"?: boolean | \"page\" | \"date\" | \"location\" | \"true\" | \"false\" | \"time\" | \"step\" | undefined; \"aria-describedby\"?: string | undefined; \"aria-description\"?: string | undefined; \"aria-details\"?: string | undefined; \"aria-disabled\"?: Booleanish | undefined; \"aria-dropeffect\"?: \"execute\" | \"link\" | \"none\" | \"copy\" | \"move\" | \"popup\" | undefined; \"aria-errormessage\"?: string | undefined; \"aria-expanded\"?: Booleanish | undefined; \"aria-flowto\"?: string | undefined; \"aria-grabbed\"?: Booleanish | undefined; \"aria-haspopup\"?: boolean | \"grid\" | \"true\" | \"false\" | \"dialog\" | \"menu\" | \"listbox\" | \"tree\" | undefined; \"aria-hidden\"?: Booleanish | undefined; \"aria-invalid\"?: boolean | \"true\" | \"false\" | \"grammar\" | \"spelling\" | undefined; \"aria-keyshortcuts\"?: string | undefined; \"aria-level\"?: number | undefined; \"aria-live\"?: \"off\" | \"assertive\" | \"polite\" | undefined; \"aria-modal\"?: Booleanish | undefined; \"aria-multiline\"?: Booleanish | undefined; \"aria-multiselectable\"?: Booleanish | undefined; \"aria-orientation\"?: \"horizontal\" | \"vertical\" | undefined; \"aria-owns\"?: string | undefined; \"aria-placeholder\"?: string | undefined; \"aria-posinset\"?: number | undefined; \"aria-pressed\"?: boolean | \"true\" | \"false\" | \"mixed\" | undefined; \"aria-readonly\"?: Booleanish | undefined; \"aria-relevant\"?: \"text\" | \"all\" | \"additions\" | \"additions removals\" | \"additions text\" | \"removals\" | \"removals additions\" | \"removals text\" | \"text additions\" | \"text removals\" | undefined; \"aria-required\"?: Booleanish | undefined; \"aria-roledescription\"?: string | undefined; \"aria-rowcount\"?: number | undefined; \"aria-rowindex\"?: number | undefined; \"aria-rowindextext\"?: string | undefined; \"aria-rowspan\"?: number | undefined; \"aria-selected\"?: Booleanish | undefined; \"aria-setsize\"?: number | undefined; \"aria-sort\"?: \"none\" | \"ascending\" | \"descending\" | \"other\" | undefined; \"aria-valuemax\"?: number | undefined; \"aria-valuemin\"?: number | undefined; \"aria-valuenow\"?: number | undefined; \"aria-valuetext\"?: string | undefined; children?: React.ReactNode; dangerouslySetInnerHTML?: { __html: string | TrustedHTML; } | undefined; onCopy?: React.ClipboardEventHandler<HTMLDivElement> | undefined; onCopyCapture?: React.ClipboardEventHandler<HTMLDivElement> | undefined; onCut?: React.ClipboardEventHandler<HTMLDivElement> | undefined; onCutCapture?: React.ClipboardEventHandler<HTMLDivElement> | undefined; onPaste?: React.ClipboardEventHandler<HTMLDivElement> | undefined; onPasteCapture?: React.ClipboardEventHandler<HTMLDivElement> | undefined; onCompositionEnd?: React.CompositionEventHandler<HTMLDivElement> | undefined; onCompositionEndCapture?: React.CompositionEventHandler<HTMLDivElement> | undefined; onCompositionStart?: React.CompositionEventHandler<HTMLDivElement> | undefined; onCompositionStartCapture?: React.CompositionEventHandler<HTMLDivElement> | undefined; onCompositionUpdate?: React.CompositionEventHandler<HTMLDivElement> | undefined; onCompositionUpdateCapture?: React.CompositionEventHandler<HTMLDivElement> | undefined; onFocus?: React.FocusEventHandler<HTMLDivElement> | undefined; onFocusCapture?: React.FocusEventHandler<HTMLDivElement> | undefined; onBlur?: React.FocusEventHandler<HTMLDivElement> | undefined; onBlurCapture?: React.FocusEventHandler<HTMLDivElement> | undefined; onChange?: React.FormEventHandler<HTMLDivElement> | undefined; onChangeCapture?: React.FormEventHandler<HTMLDivElement> | undefined; onBeforeInput?: React.FormEventHandler<HTMLDivElement> | undefined; onBeforeInputCapture?: React.FormEventHandler<HTMLDivElement> | undefined; onInput?: React.FormEventHandler<HTMLDivElement> | undefined; onInputCapture?: React.FormEventHandler<HTMLDivElement> | undefined; onReset?: React.FormEventHandler<HTMLDivElement> | undefined; onResetCapture?: React.FormEventHandler<HTMLDivElement> | undefined; onSubmit?: React.FormEventHandler<HTMLDivElement> | undefined; onSubmitCapture?: React.FormEventHandler<HTMLDivElement> | undefined; onInvalid?: React.FormEventHandler<HTMLDivElement> | undefined; onInvalidCapture?: React.FormEventHandler<HTMLDivElement> | undefined; onLoad?: React.ReactEventHandler<HTMLDivElement> | undefined; onLoadCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onErrorCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onKeyDown?: React.KeyboardEventHandler<HTMLDivElement> | undefined; onKeyDownCapture?: React.KeyboardEventHandler<HTMLDivElement> | undefined; onKeyPress?: React.KeyboardEventHandler<HTMLDivElement> | undefined; onKeyPressCapture?: React.KeyboardEventHandler<HTMLDivElement> | undefined; onKeyUp?: React.KeyboardEventHandler<HTMLDivElement> | undefined; onKeyUpCapture?: React.KeyboardEventHandler<HTMLDivElement> | undefined; onAbort?: React.ReactEventHandler<HTMLDivElement> | undefined; onAbortCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onCanPlay?: React.ReactEventHandler<HTMLDivElement> | undefined; onCanPlayCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onCanPlayThrough?: React.ReactEventHandler<HTMLDivElement> | undefined; onCanPlayThroughCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onDurationChange?: React.ReactEventHandler<HTMLDivElement> | undefined; onDurationChangeCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onEmptied?: React.ReactEventHandler<HTMLDivElement> | undefined; onEmptiedCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onEncrypted?: React.ReactEventHandler<HTMLDivElement> | undefined; onEncryptedCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onEnded?: React.ReactEventHandler<HTMLDivElement> | undefined; onEndedCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onLoadedData?: React.ReactEventHandler<HTMLDivElement> | undefined; onLoadedDataCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onLoadedMetadata?: React.ReactEventHandler<HTMLDivElement> | undefined; onLoadedMetadataCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onLoadStart?: React.ReactEventHandler<HTMLDivElement> | undefined; onLoadStartCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onPause?: React.ReactEventHandler<HTMLDivElement> | undefined; onPauseCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onPlay?: React.ReactEventHandler<HTMLDivElement> | undefined; onPlayCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onPlaying?: React.ReactEventHandler<HTMLDivElement> | undefined; onPlayingCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onProgress?: React.ReactEventHandler<HTMLDivElement> | undefined; onProgressCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onRateChange?: React.ReactEventHandler<HTMLDivElement> | undefined; onRateChangeCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onResize?: React.ReactEventHandler<HTMLDivElement> | undefined; onResizeCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onSeeked?: React.ReactEventHandler<HTMLDivElement> | undefined; onSeekedCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onSeeking?: React.ReactEventHandler<HTMLDivElement> | undefined; onSeekingCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onStalled?: React.ReactEventHandler<HTMLDivElement> | undefined; onStalledCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onSuspend?: React.ReactEventHandler<HTMLDivElement> | undefined; onSuspendCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onTimeUpdate?: React.ReactEventHandler<HTMLDivElement> | undefined; onTimeUpdateCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onVolumeChange?: React.ReactEventHandler<HTMLDivElement> | undefined; onVolumeChangeCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onWaiting?: React.ReactEventHandler<HTMLDivElement> | undefined; onWaitingCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onAuxClick?: React.MouseEventHandler<HTMLDivElement> | undefined; onAuxClickCapture?: React.MouseEventHandler<HTMLDivElement> | undefined; onClick?: React.MouseEventHandler<HTMLDivElement> | undefined; onClickCapture?: React.MouseEventHandler<HTMLDivElement> | undefined; onContextMenu?: React.MouseEventHandler<HTMLDivElement> | undefined; onContextMenuCapture?: React.MouseEventHandler<HTMLDivElement> | undefined; onDoubleClick?: React.MouseEventHandler<HTMLDivElement> | undefined; onDoubleClickCapture?: React.MouseEventHandler<HTMLDivElement> | undefined; onDrag?: React.DragEventHandler<HTMLDivElement> | undefined; onDragCapture?: React.DragEventHandler<HTMLDivElement> | undefined; onDragEnd?: React.DragEventHandler<HTMLDivElement> | undefined; onDragEndCapture?: React.DragEventHandler<HTMLDivElement> | undefined; onDragEnter?: React.DragEventHandler<HTMLDivElement> | undefined; onDragEnterCapture?: React.DragEventHandler<HTMLDivElement> | undefined; onDragExit?: React.DragEventHandler<HTMLDivElement> | undefined; onDragExitCapture?: React.DragEventHandler<HTMLDivElement> | undefined; onDragLeave?: React.DragEventHandler<HTMLDivElement> | undefined; onDragLeaveCapture?: React.DragEventHandler<HTMLDivElement> | undefined; onDragOver?: React.DragEventHandler<HTMLDivElement> | undefined; onDragOverCapture?: React.DragEventHandler<HTMLDivElement> | undefined; onDragStart?: React.DragEventHandler<HTMLDivElement> | undefined; onDragStartCapture?: React.DragEventHandler<HTMLDivElement> | undefined; onDrop?: React.DragEventHandler<HTMLDivElement> | undefined; onDropCapture?: React.DragEventHandler<HTMLDivElement> | undefined; onMouseDown?: React.MouseEventHandler<HTMLDivElement> | undefined; onMouseDownCapture?: React.MouseEventHandler<HTMLDivElement> | undefined; onMouseEnter?: React.MouseEventHandler<HTMLDivElement> | undefined; onMouseLeave?: React.MouseEventHandler<HTMLDivElement> | undefined; onMouseMove?: React.MouseEventHandler<HTMLDivElement> | undefined; onMouseMoveCapture?: React.MouseEventHandler<HTMLDivElement> | undefined; onMouseOut?: React.MouseEventHandler<HTMLDivElement> | undefined; onMouseOutCapture?: React.MouseEventHandler<HTMLDivElement> | undefined; onMouseOver?: React.MouseEventHandler<HTMLDivElement> | undefined; onMouseOverCapture?: React.MouseEventHandler<HTMLDivElement> | undefined; onMouseUp?: React.MouseEventHandler<HTMLDivElement> | undefined; onMouseUpCapture?: React.MouseEventHandler<HTMLDivElement> | undefined; onSelect?: React.ReactEventHandler<HTMLDivElement> | undefined; onSelectCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onTouchCancel?: React.TouchEventHandler<HTMLDivElement> | undefined; onTouchCancelCapture?: React.TouchEventHandler<HTMLDivElement> | undefined; onTouchEnd?: React.TouchEventHandler<HTMLDivElement> | undefined; onTouchEndCapture?: React.TouchEventHandler<HTMLDivElement> | undefined; onTouchMove?: React.TouchEventHandler<HTMLDivElement> | undefined; onTouchMoveCapture?: React.TouchEventHandler<HTMLDivElement> | undefined; onTouchStart?: React.TouchEventHandler<HTMLDivElement> | undefined; onTouchStartCapture?: React.TouchEventHandler<HTMLDivElement> | undefined; onPointerDown?: React.PointerEventHandler<HTMLDivElement> | undefined; onPointerDownCapture?: React.PointerEventHandler<HTMLDivElement> | undefined; onPointerMove?: React.PointerEventHandler<HTMLDivElement> | undefined; onPointerMoveCapture?: React.PointerEventHandler<HTMLDivElement> | undefined; onPointerUp?: React.PointerEventHandler<HTMLDivElement> | undefined; onPointerUpCapture?: React.PointerEventHandler<HTMLDivElement> | undefined; onPointerCancel?: React.PointerEventHandler<HTMLDivElement> | undefined; onPointerCancelCapture?: React.PointerEventHandler<HTMLDivElement> | undefined; onPointerEnter?: React.PointerEventHandler<HTMLDivElement> | undefined; onPointerLeave?: React.PointerEventHandler<HTMLDivElement> | undefined; onPointerOver?: React.PointerEventHandler<HTMLDivElement> | undefined; onPointerOverCapture?: React.PointerEventHandler<HTMLDivElement> | undefined; onPointerOut?: React.PointerEventHandler<HTMLDivElement> | undefined; onPointerOutCapture?: React.PointerEventHandler<HTMLDivElement> | undefined; onGotPointerCapture?: React.PointerEventHandler<HTMLDivElement> | undefined; onGotPointerCaptureCapture?: React.PointerEventHandler<HTMLDivElement> | undefined; onLostPointerCapture?: React.PointerEventHandler<HTMLDivElement> | undefined; onLostPointerCaptureCapture?: React.PointerEventHandler<HTMLDivElement> | undefined; onScroll?: React.UIEventHandler<HTMLDivElement> | undefined; onScrollCapture?: React.UIEventHandler<HTMLDivElement> | undefined; onWheel?: React.WheelEventHandler<HTMLDivElement> | undefined; onWheelCapture?: React.WheelEventHandler<HTMLDivElement> | undefined; onAnimationStart?: React.AnimationEventHandler<HTMLDivElement> | undefined; onAnimationStartCapture?: React.AnimationEventHandler<HTMLDivElement> | undefined; onAnimationEnd?: React.AnimationEventHandler<HTMLDivElement> | undefined; onAnimationEndCapture?: React.AnimationEventHandler<HTMLDivElement> | undefined; onAnimationIteration?: React.AnimationEventHandler<HTMLDivElement> | undefined; onAnimationIterationCapture?: React.AnimationEventHandler<HTMLDivElement> | undefined; onTransitionEnd?: React.TransitionEventHandler<HTMLDivElement> | undefined; onTransitionEndCapture?: React.TransitionEventHandler<HTMLDivElement> | undefined; width?: ",
|
|
"Property",
|
|
".Width<string | number> | undefined; height?: ",
|
|
"Property",
|
|
".Height<string | number> | undefined; leadingControlColumns?: ",
|
|
"EuiDataGridControlColumn",
|
|
"[] | undefined; trailingControlColumns?: ",
|
|
"EuiDataGridControlColumn",
|
|
"[] | undefined; schemaDetectors?: ",
|
|
"EuiDataGridSchemaDetector",
|
|
"[] | undefined; renderFooterCellValue?: ",
|
|
"RenderCellValue",
|
|
" | undefined; renderCustomGridBody?: ((args: ",
|
|
"EuiDataGridCustomBodyProps",
|
|
") => React.ReactNode) | undefined; renderCustomToolbar?: ((props: ",
|
|
"EuiDataGridCustomToolbarProps",
|
|
") => React.ReactElement<any, string | React.JSXElementConstructor<any>>) | undefined; gridStyle?: ",
|
|
"EuiDataGridStyle",
|
|
" | undefined; inMemory?: ",
|
|
"EuiDataGridInMemory",
|
|
" | undefined; onColumnResize?: ",
|
|
"EuiDataGridOnColumnResizeHandler",
|
|
" | undefined; minSizeForControls?: number | undefined; virtualizationOptions?: Pick<",
|
|
"VariableSizeGridProps",
|
|
"<any>, \"className\" | \"style\" | \"onScroll\" | \"direction\" | \"estimatedRowHeight\" | \"estimatedColumnWidth\" | \"overscanRowCount\" | \"overscanColumnCount\" | \"initialScrollTop\" | \"initialScrollLeft\" | \"onItemsRendered\" | \"itemKey\" | \"outerElementType\"> | undefined; rowHeightsOptions?: ",
|
|
"EuiDataGridRowHeightsOptions",
|
|
" | undefined; ref?: React.LegacyRef<",
|
|
"AlertsTableImperativeApi",
|
|
"> | undefined; key?: React.Key | null | undefined; ruleTypeIds?: string[] | undefined; }[PropKey]"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/components/alerts_table/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.HasData",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "HasData",
|
|
"description": [],
|
|
"signature": [
|
|
"(params?: ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.HasDataParams",
|
|
"text": "HasDataParams"
|
|
},
|
|
" | undefined) => Promise<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityHasDataResponse",
|
|
"text": "ObservabilityHasDataResponse"
|
|
},
|
|
"[T]>"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"returnComment": [],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.HasData.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "params",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.HasDataParams",
|
|
"text": "HasDataParams"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.NumberOrNull",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "NumberOrNull",
|
|
"description": [],
|
|
"signature": [
|
|
"number | null"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityAlertsTableProps",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "ObservabilityAlertsTableProps",
|
|
"description": [],
|
|
"signature": [
|
|
"{ id: string; columns?: ",
|
|
"EuiDataGridColumn",
|
|
"[] | undefined; query: Pick<",
|
|
"QueryDslQueryContainer",
|
|
", \"ids\" | \"bool\">; initialSort?: ",
|
|
"SortCombinations",
|
|
"[] | undefined; initialPageSize?: number | undefined; browserFields?: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
" | undefined; onUpdate?: ((context: ",
|
|
"RenderContext",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
">) => void) | undefined; onLoaded?: ((alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[], columns: ",
|
|
"EuiDataGridColumn",
|
|
"[]) => void) | undefined; runtimeMappings?: ",
|
|
"MappingRuntimeFields",
|
|
" | undefined; showAlertStatusWithFlapping?: boolean | undefined; toolbarVisibility?: ",
|
|
"EuiDataGridToolBarVisibilityOptions",
|
|
" | undefined; shouldHighlightRow?: ((alert: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">) => boolean) | undefined; dynamicRowHeight?: boolean | undefined; emptyStateHeight?: \"short\" | \"tall\" | undefined; additionalContext?: ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" | undefined; renderCellValue?: ((args: CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & { services: { data: ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "public",
|
|
"docId": "kibDataPluginApi",
|
|
"section": "def-public.DataPublicPluginStart",
|
|
"text": "DataPublicPluginStart"
|
|
},
|
|
"; http: ",
|
|
"HttpSetup",
|
|
"; notifications: ",
|
|
"NotificationsStart",
|
|
"; fieldFormats: ",
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "public",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-public.FieldFormatsStart",
|
|
"text": "FieldFormatsStart"
|
|
},
|
|
"; application: ",
|
|
"ApplicationStart",
|
|
"; licensing: ",
|
|
{
|
|
"pluginId": "licensing",
|
|
"scope": "public",
|
|
"docId": "kibLicensingPluginApi",
|
|
"section": "def-public.LicensingPluginStart",
|
|
"text": "LicensingPluginStart"
|
|
},
|
|
"; settings: ",
|
|
"SettingsStart",
|
|
"; cases?: ",
|
|
"CasesService",
|
|
" | undefined; }; renderCellValue?: any | React.ComponentClass<CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
", any> | undefined; renderCellPopover?: ((args: ",
|
|
"EuiDataGridCellPopoverElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & { alert: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">; }) => React.ReactNode) | React.ComponentClass<any, any> | undefined; renderActionsCell?: ((args: CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
" & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }) => React.ReactNode) | React.ComponentClass<CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
" & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderFlyoutHeader?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; renderFlyoutBody?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; renderFlyoutFooter?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; columns: ",
|
|
"EuiDataGridColumn",
|
|
"[]; } & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
") => React.ReactNode) | React.ComponentClass<CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & { services: { data: ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "public",
|
|
"docId": "kibDataPluginApi",
|
|
"section": "def-public.DataPublicPluginStart",
|
|
"text": "DataPublicPluginStart"
|
|
},
|
|
"; http: ",
|
|
"HttpSetup",
|
|
"; notifications: ",
|
|
"NotificationsStart",
|
|
"; fieldFormats: ",
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "public",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-public.FieldFormatsStart",
|
|
"text": "FieldFormatsStart"
|
|
},
|
|
"; application: ",
|
|
"ApplicationStart",
|
|
"; licensing: ",
|
|
{
|
|
"pluginId": "licensing",
|
|
"scope": "public",
|
|
"docId": "kibLicensingPluginApi",
|
|
"section": "def-public.LicensingPluginStart",
|
|
"text": "LicensingPluginStart"
|
|
},
|
|
"; settings: ",
|
|
"SettingsStart",
|
|
"; cases?: ",
|
|
"CasesService",
|
|
" | undefined; }; renderCellValue?: ((args: CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
") => React.ReactNode) | React.ComponentClass<CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
", any> | undefined; renderCellPopover?: ((args: ",
|
|
"EuiDataGridCellPopoverElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & { alert: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">; }) => React.ReactNode) | React.ComponentClass<any, any> | undefined; renderActionsCell?: ((args: CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
" & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }) => React.ReactNode) | React.ComponentClass<CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
" & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderFlyoutHeader?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; renderFlyoutBody?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; renderFlyoutFooter?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; columns: ",
|
|
"EuiDataGridColumn",
|
|
"[]; } & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
", any> | undefined; renderCellPopover?: ((args: ",
|
|
"EuiDataGridCellPopoverElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & { services: { data: ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "public",
|
|
"docId": "kibDataPluginApi",
|
|
"section": "def-public.DataPublicPluginStart",
|
|
"text": "DataPublicPluginStart"
|
|
},
|
|
"; http: ",
|
|
"HttpSetup",
|
|
"; notifications: ",
|
|
"NotificationsStart",
|
|
"; fieldFormats: ",
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "public",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-public.FieldFormatsStart",
|
|
"text": "FieldFormatsStart"
|
|
},
|
|
"; application: ",
|
|
"ApplicationStart",
|
|
"; licensing: ",
|
|
{
|
|
"pluginId": "licensing",
|
|
"scope": "public",
|
|
"docId": "kibLicensingPluginApi",
|
|
"section": "def-public.LicensingPluginStart",
|
|
"text": "LicensingPluginStart"
|
|
},
|
|
"; settings: ",
|
|
"SettingsStart",
|
|
"; cases?: ",
|
|
"CasesService",
|
|
" | undefined; }; renderCellValue?: ((args: CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
") => React.ReactNode) | React.ComponentClass<CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
", any> | undefined; renderCellPopover?: any | React.ComponentClass<any, any> | undefined; renderActionsCell?: ((args: CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
" & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }) => React.ReactNode) | React.ComponentClass<CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
" & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderFlyoutHeader?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; renderFlyoutBody?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; renderFlyoutFooter?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; columns: ",
|
|
"EuiDataGridColumn",
|
|
"[]; } & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & { alert: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">; }) => React.ReactNode) | React.ComponentClass<any, any> | undefined; renderActionsCell?: ((args: CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & { services: { data: ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "public",
|
|
"docId": "kibDataPluginApi",
|
|
"section": "def-public.DataPublicPluginStart",
|
|
"text": "DataPublicPluginStart"
|
|
},
|
|
"; http: ",
|
|
"HttpSetup",
|
|
"; notifications: ",
|
|
"NotificationsStart",
|
|
"; fieldFormats: ",
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "public",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-public.FieldFormatsStart",
|
|
"text": "FieldFormatsStart"
|
|
},
|
|
"; application: ",
|
|
"ApplicationStart",
|
|
"; licensing: ",
|
|
{
|
|
"pluginId": "licensing",
|
|
"scope": "public",
|
|
"docId": "kibLicensingPluginApi",
|
|
"section": "def-public.LicensingPluginStart",
|
|
"text": "LicensingPluginStart"
|
|
},
|
|
"; settings: ",
|
|
"SettingsStart",
|
|
"; cases?: ",
|
|
"CasesService",
|
|
" | undefined; }; renderCellValue?: ((args: CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
") => React.ReactNode) | React.ComponentClass<CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
", any> | undefined; renderCellPopover?: ((args: ",
|
|
"EuiDataGridCellPopoverElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & { alert: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">; }) => React.ReactNode) | React.ComponentClass<any, any> | undefined; renderActionsCell?: any | React.ComponentClass<CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
" & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderFlyoutHeader?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; renderFlyoutBody?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; renderFlyoutFooter?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; columns: ",
|
|
"EuiDataGridColumn",
|
|
"[]; } & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
" & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }) => React.ReactNode) | React.ComponentClass<CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & { services: { data: ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "public",
|
|
"docId": "kibDataPluginApi",
|
|
"section": "def-public.DataPublicPluginStart",
|
|
"text": "DataPublicPluginStart"
|
|
},
|
|
"; http: ",
|
|
"HttpSetup",
|
|
"; notifications: ",
|
|
"NotificationsStart",
|
|
"; fieldFormats: ",
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "public",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-public.FieldFormatsStart",
|
|
"text": "FieldFormatsStart"
|
|
},
|
|
"; application: ",
|
|
"ApplicationStart",
|
|
"; licensing: ",
|
|
{
|
|
"pluginId": "licensing",
|
|
"scope": "public",
|
|
"docId": "kibLicensingPluginApi",
|
|
"section": "def-public.LicensingPluginStart",
|
|
"text": "LicensingPluginStart"
|
|
},
|
|
"; settings: ",
|
|
"SettingsStart",
|
|
"; cases?: ",
|
|
"CasesService",
|
|
" | undefined; }; renderCellValue?: ((args: CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
") => React.ReactNode) | React.ComponentClass<CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
", any> | undefined; renderCellPopover?: ((args: ",
|
|
"EuiDataGridCellPopoverElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & { alert: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">; }) => React.ReactNode) | React.ComponentClass<any, any> | undefined; renderActionsCell?: ((args: CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
" & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }) => React.ReactNode) | React.ComponentClass<CellContext & ",
|
|
"EuiDataGridCellValueElementProps",
|
|
" & { tableId?: string | undefined; dataGridRef: React.MutableRefObject<",
|
|
"EuiDataGridRefProps",
|
|
" | null>; refresh: () => void; isLoading: boolean; isLoadingAlerts: boolean; alerts: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.Alert",
|
|
"text": "Alert"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.UnknownAlertFields",
|
|
"text": "UnknownAlertFields"
|
|
},
|
|
">[]; oldAlertsData: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.LegacyField",
|
|
"text": "LegacyField"
|
|
},
|
|
"[][]; ecsAlertsData: any[]; alertsCount: number; browserFields: ",
|
|
{
|
|
"pluginId": "@kbn/alerting-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingTypesPluginApi",
|
|
"section": "def-common.BrowserFields",
|
|
"text": "BrowserFields"
|
|
},
|
|
"; isLoadingMutedAlerts: boolean; mutedAlerts?: ",
|
|
"MutedAlerts",
|
|
" | undefined; isLoadingCases: boolean; cases?: Map<string, ",
|
|
"Case",
|
|
"> | undefined; isLoadingMaintenanceWindows: boolean; maintenanceWindows?: Map<string, ",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "common",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-common.MaintenanceWindow",
|
|
"text": "MaintenanceWindow"
|
|
},
|
|
"> | undefined; pageIndex: number; pageSize: number; openAlertInFlyout: (alertId: string) => void; showAlertStatusWithFlapping?: boolean | undefined; bulkActionsStore: [",
|
|
"BulkActionsState",
|
|
", React.Dispatch<",
|
|
"BulkActionsReducerAction",
|
|
">]; } & any & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
" & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderFlyoutHeader?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; renderFlyoutBody?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; renderFlyoutFooter?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; columns: ",
|
|
"EuiDataGridColumn",
|
|
"[]; } & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
" & ",
|
|
"AlertWithLegacyFormats",
|
|
" & { setIsActionLoading?: ((isLoading: boolean) => void) | undefined; }, any> | undefined; renderAdditionalToolbarControls?: ",
|
|
"ComponentRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; renderFlyoutHeader?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; renderFlyoutBody?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; renderFlyoutFooter?: ",
|
|
"FlyoutSectionRenderer",
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityAlertsTableContext",
|
|
"text": "ObservabilityAlertsTableContext"
|
|
},
|
|
"> | undefined; lastReloadRequestTime?: number | undefined; services: { data: ",
|
|
{
|
|
"pluginId": "data",
|
|
"scope": "public",
|
|
"docId": "kibDataPluginApi",
|
|
"section": "def-public.DataPublicPluginStart",
|
|
"text": "DataPublicPluginStart"
|
|
},
|
|
"; http: ",
|
|
"HttpSetup",
|
|
"; notifications: ",
|
|
"NotificationsStart",
|
|
"; fieldFormats: ",
|
|
{
|
|
"pluginId": "fieldFormats",
|
|
"scope": "public",
|
|
"docId": "kibFieldFormatsPluginApi",
|
|
"section": "def-public.FieldFormatsStart",
|
|
"text": "FieldFormatsStart"
|
|
},
|
|
"; application: ",
|
|
"ApplicationStart",
|
|
"; licensing: ",
|
|
{
|
|
"pluginId": "licensing",
|
|
"scope": "public",
|
|
"docId": "kibLicensingPluginApi",
|
|
"section": "def-public.LicensingPluginStart",
|
|
"text": "LicensingPluginStart"
|
|
},
|
|
"; settings: ",
|
|
"SettingsStart",
|
|
"; cases?: ",
|
|
"CasesService",
|
|
" | undefined; }; minScore?: number | undefined; trackScores?: boolean | undefined; consumers?: string[] | undefined; showInspectButton?: boolean | undefined; casesConfiguration?: { featureId: string; owner: (\"cases\" | \"observability\" | \"securitySolution\")[]; appId?: string | undefined; syncAlerts?: boolean | undefined; } | undefined; hideBulkActions?: boolean | undefined; additionalBulkActions?: ",
|
|
"BulkActionsPanelConfig",
|
|
"[] | undefined; actionsColumnWidth?: number | undefined; fieldsBrowserOptions?: ",
|
|
{
|
|
"pluginId": "@kbn/response-ops-alerts-fields-browser",
|
|
"scope": "public",
|
|
"docId": "kibKbnResponseOpsAlertsFieldsBrowserPluginApi",
|
|
"section": "def-public.FieldBrowserOptions",
|
|
"text": "FieldBrowserOptions"
|
|
},
|
|
" | undefined; cellActionsOptions?: ",
|
|
"CellActionsOptions",
|
|
" | undefined; prefix?: string | undefined; onError?: React.ReactEventHandler<HTMLDivElement> | undefined; defaultValue?: string | number | readonly string[] | undefined; security?: string | undefined; className?: string | undefined; \"aria-label\"?: string | undefined; \"data-test-subj\"?: string | undefined; css?: ",
|
|
"Interpolation",
|
|
"<",
|
|
"Theme",
|
|
">; defaultChecked?: boolean | undefined; suppressContentEditableWarning?: boolean | undefined; suppressHydrationWarning?: boolean | undefined; accessKey?: string | undefined; autoFocus?: boolean | undefined; contentEditable?: Booleanish | \"inherit\" | \"plaintext-only\" | undefined; contextMenu?: string | undefined; dir?: string | undefined; draggable?: Booleanish | undefined; hidden?: boolean | undefined; lang?: string | undefined; nonce?: string | undefined; slot?: string | undefined; spellCheck?: Booleanish | undefined; style?: React.CSSProperties | undefined; tabIndex?: number | undefined; title?: string | undefined; translate?: \"yes\" | \"no\" | undefined; radioGroup?: string | undefined; role?: React.AriaRole | undefined; about?: string | undefined; content?: string | undefined; datatype?: string | undefined; inlist?: any; property?: string | undefined; rel?: string | undefined; resource?: string | undefined; rev?: string | undefined; typeof?: string | undefined; vocab?: string | undefined; autoCapitalize?: string | undefined; autoCorrect?: string | undefined; autoSave?: string | undefined; color?: string | undefined; itemProp?: string | undefined; itemScope?: boolean | undefined; itemType?: string | undefined; itemID?: string | undefined; itemRef?: string | undefined; results?: number | undefined; unselectable?: \"on\" | \"off\" | undefined; inputMode?: \"search\" | \"none\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" | undefined; is?: string | undefined; \"aria-activedescendant\"?: string | undefined; \"aria-atomic\"?: Booleanish | undefined; \"aria-autocomplete\"?: \"none\" | \"list\" | \"inline\" | \"both\" | undefined; \"aria-braillelabel\"?: string | undefined; \"aria-brailleroledescription\"?: string | undefined; \"aria-busy\"?: Booleanish | undefined; \"aria-checked\"?: boolean | \"true\" | \"false\" | \"mixed\" | undefined; \"aria-colcount\"?: number | undefined; \"aria-colindex\"?: number | undefined; \"aria-colindextext\"?: string | undefined; \"aria-colspan\"?: number | undefined; \"aria-controls\"?: string | undefined; \"aria-current\"?: boolean | \"page\" | \"date\" | \"location\" | \"true\" | \"false\" | \"time\" | \"step\" | undefined; \"aria-describedby\"?: string | undefined; \"aria-description\"?: string | undefined; \"aria-details\"?: string | undefined; \"aria-disabled\"?: Booleanish | undefined; \"aria-dropeffect\"?: \"execute\" | \"link\" | \"none\" | \"copy\" | \"move\" | \"popup\" | undefined; \"aria-errormessage\"?: string | undefined; \"aria-expanded\"?: Booleanish | undefined; \"aria-flowto\"?: string | undefined; \"aria-grabbed\"?: Booleanish | undefined; \"aria-haspopup\"?: boolean | \"grid\" | \"true\" | \"false\" | \"dialog\" | \"menu\" | \"listbox\" | \"tree\" | undefined; \"aria-hidden\"?: Booleanish | undefined; \"aria-invalid\"?: boolean | \"true\" | \"false\" | \"grammar\" | \"spelling\" | undefined; \"aria-keyshortcuts\"?: string | undefined; \"aria-level\"?: number | undefined; \"aria-live\"?: \"off\" | \"assertive\" | \"polite\" | undefined; \"aria-modal\"?: Booleanish | undefined; \"aria-multiline\"?: Booleanish | undefined; \"aria-multiselectable\"?: Booleanish | undefined; \"aria-orientation\"?: \"horizontal\" | \"vertical\" | undefined; \"aria-owns\"?: string | undefined; \"aria-placeholder\"?: string | undefined; \"aria-posinset\"?: number | undefined; \"aria-pressed\"?: boolean | \"true\" | \"false\" | \"mixed\" | undefined; \"aria-readonly\"?: Booleanish | undefined; \"aria-relevant\"?: \"text\" | \"all\" | \"additions\" | \"additions removals\" | \"additions text\" | \"removals\" | \"removals additions\" | \"removals text\" | \"text additions\" | \"text removals\" | undefined; \"aria-required\"?: Booleanish | undefined; \"aria-roledescription\"?: string | undefined; \"aria-rowcount\"?: number | undefined; \"aria-rowindex\"?: number | undefined; \"aria-rowindextext\"?: string | undefined; \"aria-rowspan\"?: number | undefined; \"aria-selected\"?: Booleanish | undefined; \"aria-setsize\"?: number | undefined; \"aria-sort\"?: \"none\" | \"ascending\" | \"descending\" | \"other\" | undefined; \"aria-valuemax\"?: number | undefined; \"aria-valuemin\"?: number | undefined; \"aria-valuenow\"?: number | undefined; \"aria-valuetext\"?: string | undefined; children?: React.ReactNode; dangerouslySetInnerHTML?: { __html: string | TrustedHTML; } | undefined; onCopy?: React.ClipboardEventHandler<HTMLDivElement> | undefined; onCopyCapture?: React.ClipboardEventHandler<HTMLDivElement> | undefined; onCut?: React.ClipboardEventHandler<HTMLDivElement> | undefined; onCutCapture?: React.ClipboardEventHandler<HTMLDivElement> | undefined; onPaste?: React.ClipboardEventHandler<HTMLDivElement> | undefined; onPasteCapture?: React.ClipboardEventHandler<HTMLDivElement> | undefined; onCompositionEnd?: React.CompositionEventHandler<HTMLDivElement> | undefined; onCompositionEndCapture?: React.CompositionEventHandler<HTMLDivElement> | undefined; onCompositionStart?: React.CompositionEventHandler<HTMLDivElement> | undefined; onCompositionStartCapture?: React.CompositionEventHandler<HTMLDivElement> | undefined; onCompositionUpdate?: React.CompositionEventHandler<HTMLDivElement> | undefined; onCompositionUpdateCapture?: React.CompositionEventHandler<HTMLDivElement> | undefined; onFocus?: React.FocusEventHandler<HTMLDivElement> | undefined; onFocusCapture?: React.FocusEventHandler<HTMLDivElement> | undefined; onBlur?: React.FocusEventHandler<HTMLDivElement> | undefined; onBlurCapture?: React.FocusEventHandler<HTMLDivElement> | undefined; onChange?: React.FormEventHandler<HTMLDivElement> | undefined; onChangeCapture?: React.FormEventHandler<HTMLDivElement> | undefined; onBeforeInput?: React.FormEventHandler<HTMLDivElement> | undefined; onBeforeInputCapture?: React.FormEventHandler<HTMLDivElement> | undefined; onInput?: React.FormEventHandler<HTMLDivElement> | undefined; onInputCapture?: React.FormEventHandler<HTMLDivElement> | undefined; onReset?: React.FormEventHandler<HTMLDivElement> | undefined; onResetCapture?: React.FormEventHandler<HTMLDivElement> | undefined; onSubmit?: React.FormEventHandler<HTMLDivElement> | undefined; onSubmitCapture?: React.FormEventHandler<HTMLDivElement> | undefined; onInvalid?: React.FormEventHandler<HTMLDivElement> | undefined; onInvalidCapture?: React.FormEventHandler<HTMLDivElement> | undefined; onLoad?: React.ReactEventHandler<HTMLDivElement> | undefined; onLoadCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onErrorCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onKeyDown?: React.KeyboardEventHandler<HTMLDivElement> | undefined; onKeyDownCapture?: React.KeyboardEventHandler<HTMLDivElement> | undefined; onKeyPress?: React.KeyboardEventHandler<HTMLDivElement> | undefined; onKeyPressCapture?: React.KeyboardEventHandler<HTMLDivElement> | undefined; onKeyUp?: React.KeyboardEventHandler<HTMLDivElement> | undefined; onKeyUpCapture?: React.KeyboardEventHandler<HTMLDivElement> | undefined; onAbort?: React.ReactEventHandler<HTMLDivElement> | undefined; onAbortCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onCanPlay?: React.ReactEventHandler<HTMLDivElement> | undefined; onCanPlayCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onCanPlayThrough?: React.ReactEventHandler<HTMLDivElement> | undefined; onCanPlayThroughCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onDurationChange?: React.ReactEventHandler<HTMLDivElement> | undefined; onDurationChangeCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onEmptied?: React.ReactEventHandler<HTMLDivElement> | undefined; onEmptiedCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onEncrypted?: React.ReactEventHandler<HTMLDivElement> | undefined; onEncryptedCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onEnded?: React.ReactEventHandler<HTMLDivElement> | undefined; onEndedCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onLoadedData?: React.ReactEventHandler<HTMLDivElement> | undefined; onLoadedDataCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onLoadedMetadata?: React.ReactEventHandler<HTMLDivElement> | undefined; onLoadedMetadataCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onLoadStart?: React.ReactEventHandler<HTMLDivElement> | undefined; onLoadStartCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onPause?: React.ReactEventHandler<HTMLDivElement> | undefined; onPauseCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onPlay?: React.ReactEventHandler<HTMLDivElement> | undefined; onPlayCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onPlaying?: React.ReactEventHandler<HTMLDivElement> | undefined; onPlayingCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onProgress?: React.ReactEventHandler<HTMLDivElement> | undefined; onProgressCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onRateChange?: React.ReactEventHandler<HTMLDivElement> | undefined; onRateChangeCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onResize?: React.ReactEventHandler<HTMLDivElement> | undefined; onResizeCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onSeeked?: React.ReactEventHandler<HTMLDivElement> | undefined; onSeekedCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onSeeking?: React.ReactEventHandler<HTMLDivElement> | undefined; onSeekingCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onStalled?: React.ReactEventHandler<HTMLDivElement> | undefined; onStalledCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onSuspend?: React.ReactEventHandler<HTMLDivElement> | undefined; onSuspendCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onTimeUpdate?: React.ReactEventHandler<HTMLDivElement> | undefined; onTimeUpdateCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onVolumeChange?: React.ReactEventHandler<HTMLDivElement> | undefined; onVolumeChangeCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onWaiting?: React.ReactEventHandler<HTMLDivElement> | undefined; onWaitingCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onAuxClick?: React.MouseEventHandler<HTMLDivElement> | undefined; onAuxClickCapture?: React.MouseEventHandler<HTMLDivElement> | undefined; onClick?: React.MouseEventHandler<HTMLDivElement> | undefined; onClickCapture?: React.MouseEventHandler<HTMLDivElement> | undefined; onContextMenu?: React.MouseEventHandler<HTMLDivElement> | undefined; onContextMenuCapture?: React.MouseEventHandler<HTMLDivElement> | undefined; onDoubleClick?: React.MouseEventHandler<HTMLDivElement> | undefined; onDoubleClickCapture?: React.MouseEventHandler<HTMLDivElement> | undefined; onDrag?: React.DragEventHandler<HTMLDivElement> | undefined; onDragCapture?: React.DragEventHandler<HTMLDivElement> | undefined; onDragEnd?: React.DragEventHandler<HTMLDivElement> | undefined; onDragEndCapture?: React.DragEventHandler<HTMLDivElement> | undefined; onDragEnter?: React.DragEventHandler<HTMLDivElement> | undefined; onDragEnterCapture?: React.DragEventHandler<HTMLDivElement> | undefined; onDragExit?: React.DragEventHandler<HTMLDivElement> | undefined; onDragExitCapture?: React.DragEventHandler<HTMLDivElement> | undefined; onDragLeave?: React.DragEventHandler<HTMLDivElement> | undefined; onDragLeaveCapture?: React.DragEventHandler<HTMLDivElement> | undefined; onDragOver?: React.DragEventHandler<HTMLDivElement> | undefined; onDragOverCapture?: React.DragEventHandler<HTMLDivElement> | undefined; onDragStart?: React.DragEventHandler<HTMLDivElement> | undefined; onDragStartCapture?: React.DragEventHandler<HTMLDivElement> | undefined; onDrop?: React.DragEventHandler<HTMLDivElement> | undefined; onDropCapture?: React.DragEventHandler<HTMLDivElement> | undefined; onMouseDown?: React.MouseEventHandler<HTMLDivElement> | undefined; onMouseDownCapture?: React.MouseEventHandler<HTMLDivElement> | undefined; onMouseEnter?: React.MouseEventHandler<HTMLDivElement> | undefined; onMouseLeave?: React.MouseEventHandler<HTMLDivElement> | undefined; onMouseMove?: React.MouseEventHandler<HTMLDivElement> | undefined; onMouseMoveCapture?: React.MouseEventHandler<HTMLDivElement> | undefined; onMouseOut?: React.MouseEventHandler<HTMLDivElement> | undefined; onMouseOutCapture?: React.MouseEventHandler<HTMLDivElement> | undefined; onMouseOver?: React.MouseEventHandler<HTMLDivElement> | undefined; onMouseOverCapture?: React.MouseEventHandler<HTMLDivElement> | undefined; onMouseUp?: React.MouseEventHandler<HTMLDivElement> | undefined; onMouseUpCapture?: React.MouseEventHandler<HTMLDivElement> | undefined; onSelect?: React.ReactEventHandler<HTMLDivElement> | undefined; onSelectCapture?: React.ReactEventHandler<HTMLDivElement> | undefined; onTouchCancel?: React.TouchEventHandler<HTMLDivElement> | undefined; onTouchCancelCapture?: React.TouchEventHandler<HTMLDivElement> | undefined; onTouchEnd?: React.TouchEventHandler<HTMLDivElement> | undefined; onTouchEndCapture?: React.TouchEventHandler<HTMLDivElement> | undefined; onTouchMove?: React.TouchEventHandler<HTMLDivElement> | undefined; onTouchMoveCapture?: React.TouchEventHandler<HTMLDivElement> | undefined; onTouchStart?: React.TouchEventHandler<HTMLDivElement> | undefined; onTouchStartCapture?: React.TouchEventHandler<HTMLDivElement> | undefined; onPointerDown?: React.PointerEventHandler<HTMLDivElement> | undefined; onPointerDownCapture?: React.PointerEventHandler<HTMLDivElement> | undefined; onPointerMove?: React.PointerEventHandler<HTMLDivElement> | undefined; onPointerMoveCapture?: React.PointerEventHandler<HTMLDivElement> | undefined; onPointerUp?: React.PointerEventHandler<HTMLDivElement> | undefined; onPointerUpCapture?: React.PointerEventHandler<HTMLDivElement> | undefined; onPointerCancel?: React.PointerEventHandler<HTMLDivElement> | undefined; onPointerCancelCapture?: React.PointerEventHandler<HTMLDivElement> | undefined; onPointerEnter?: React.PointerEventHandler<HTMLDivElement> | undefined; onPointerLeave?: React.PointerEventHandler<HTMLDivElement> | undefined; onPointerOver?: React.PointerEventHandler<HTMLDivElement> | undefined; onPointerOverCapture?: React.PointerEventHandler<HTMLDivElement> | undefined; onPointerOut?: React.PointerEventHandler<HTMLDivElement> | undefined; onPointerOutCapture?: React.PointerEventHandler<HTMLDivElement> | undefined; onGotPointerCapture?: React.PointerEventHandler<HTMLDivElement> | undefined; onGotPointerCaptureCapture?: React.PointerEventHandler<HTMLDivElement> | undefined; onLostPointerCapture?: React.PointerEventHandler<HTMLDivElement> | undefined; onLostPointerCaptureCapture?: React.PointerEventHandler<HTMLDivElement> | undefined; onScroll?: React.UIEventHandler<HTMLDivElement> | undefined; onScrollCapture?: React.UIEventHandler<HTMLDivElement> | undefined; onWheel?: React.WheelEventHandler<HTMLDivElement> | undefined; onWheelCapture?: React.WheelEventHandler<HTMLDivElement> | undefined; onAnimationStart?: React.AnimationEventHandler<HTMLDivElement> | undefined; onAnimationStartCapture?: React.AnimationEventHandler<HTMLDivElement> | undefined; onAnimationEnd?: React.AnimationEventHandler<HTMLDivElement> | undefined; onAnimationEndCapture?: React.AnimationEventHandler<HTMLDivElement> | undefined; onAnimationIteration?: React.AnimationEventHandler<HTMLDivElement> | undefined; onAnimationIterationCapture?: React.AnimationEventHandler<HTMLDivElement> | undefined; onTransitionEnd?: React.TransitionEventHandler<HTMLDivElement> | undefined; onTransitionEndCapture?: React.TransitionEventHandler<HTMLDivElement> | undefined; width?: ",
|
|
"Property",
|
|
".Width<string | number> | undefined; height?: ",
|
|
"Property",
|
|
".Height<string | number> | undefined; leadingControlColumns?: ",
|
|
"EuiDataGridControlColumn",
|
|
"[] | undefined; trailingControlColumns?: ",
|
|
"EuiDataGridControlColumn",
|
|
"[] | undefined; schemaDetectors?: ",
|
|
"EuiDataGridSchemaDetector",
|
|
"[] | undefined; renderFooterCellValue?: ",
|
|
"RenderCellValue",
|
|
" | undefined; renderCustomGridBody?: ((args: ",
|
|
"EuiDataGridCustomBodyProps",
|
|
") => React.ReactNode) | undefined; renderCustomToolbar?: ((props: ",
|
|
"EuiDataGridCustomToolbarProps",
|
|
") => React.ReactElement<any, string | React.JSXElementConstructor<any>>) | undefined; gridStyle?: ",
|
|
"EuiDataGridStyle",
|
|
" | undefined; inMemory?: ",
|
|
"EuiDataGridInMemory",
|
|
" | undefined; onColumnResize?: ",
|
|
"EuiDataGridOnColumnResizeHandler",
|
|
" | undefined; minSizeForControls?: number | undefined; virtualizationOptions?: Pick<",
|
|
"VariableSizeGridProps",
|
|
"<any>, \"className\" | \"style\" | \"onScroll\" | \"direction\" | \"estimatedRowHeight\" | \"estimatedColumnWidth\" | \"overscanRowCount\" | \"overscanColumnCount\" | \"initialScrollTop\" | \"initialScrollLeft\" | \"onItemsRendered\" | \"itemKey\" | \"outerElementType\"> | undefined; rowHeightsOptions?: ",
|
|
"EuiDataGridRowHeightsOptions",
|
|
" | undefined; ref?: React.LegacyRef<",
|
|
"AlertsTableImperativeApi",
|
|
"> | undefined; key?: React.Key | null | undefined; ruleTypeIds?: string[] | undefined; }"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/components/alerts_table/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.observabilityAppId",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "observabilityAppId",
|
|
"description": [],
|
|
"signature": [
|
|
"\"observability-overview\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.observabilityFeatureId",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "observabilityFeatureId",
|
|
"description": [],
|
|
"signature": [
|
|
"\"observability\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityFetchDataPlugins",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "ObservabilityFetchDataPlugins",
|
|
"description": [],
|
|
"signature": [
|
|
"\"uptime\" | \"apm\" | \"ux\" | \"infra_logs\" | \"infra_metrics\" | \"universal_profiling\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityRuleTypeFormatter",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "ObservabilityRuleTypeFormatter",
|
|
"description": [],
|
|
"signature": [
|
|
"(options: { fields: OutputOf<SetOptional<{ readonly \"ecs.version\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.risk_score\": { readonly type: \"float\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.author\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.created_at\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.created_by\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.description\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.enabled\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.from\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.interval\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.license\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.note\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.references\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.rule.rule_id\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.rule_name_override\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.to\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.type\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.updated_at\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.updated_by\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.version\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.severity\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.suppression.docs_count\": { readonly type: \"long\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.suppression.end\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.suppression.start\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.suppression.terms.field\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.suppression.terms.value\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.system_status\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.workflow_reason\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.workflow_status_updated_at\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.workflow_user\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"@timestamp\": { readonly type: \"date\"; readonly required: true; readonly array: false; }; readonly \"event.action\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; readonly ignore_above: 1024; }; readonly tags: { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.rule.rule_type_id\": { readonly type: \"keyword\"; readonly array: false; readonly required: true; }; readonly \"kibana.alert.rule.consumer\": { readonly type: \"keyword\"; readonly array: false; readonly required: true; }; readonly \"kibana.alert.rule.execution.uuid\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.instance.id\": { readonly type: \"keyword\"; readonly array: false; readonly required: true; }; readonly \"kibana.alert.rule.category\": { readonly type: \"keyword\"; readonly array: false; readonly required: true; }; readonly \"kibana.alert.rule.name\": { readonly type: \"keyword\"; readonly array: false; readonly required: true; }; readonly \"kibana.alert.rule.producer\": { readonly type: \"keyword\"; readonly array: false; readonly required: true; }; readonly \"kibana.alert.rule.revision\": { readonly type: \"long\"; readonly array: false; readonly required: true; }; readonly \"kibana.alert.rule.uuid\": { readonly type: \"keyword\"; readonly array: false; readonly required: true; }; readonly \"kibana.alert.status\": { readonly type: \"keyword\"; readonly array: false; readonly required: true; }; readonly \"kibana.alert.uuid\": { readonly type: \"keyword\"; readonly array: false; readonly required: true; }; readonly \"kibana.space_ids\": { readonly type: \"keyword\"; readonly array: true; readonly required: true; }; readonly \"event.kind\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; readonly ignore_above: 1024; }; readonly \"event.original\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; readonly ignore_above: 1024; }; readonly \"kibana.alert.action_group\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.case_ids\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.consecutive_matches\": { readonly type: \"long\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.duration.us\": { readonly type: \"long\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.end\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.flapping\": { readonly type: \"boolean\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.flapping_history\": { readonly type: \"boolean\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.intended_timestamp\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.last_detected\": { readonly type: \"date\"; readonly required: false; readonly array: false; }; readonly \"kibana.alert.maintenance_window_ids\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.pending_recovered_count\": { readonly type: \"long\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.previous_action_group\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.reason\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; readonly multi_fields: ",
|
|
{
|
|
"pluginId": "@kbn/alerts-as-data-utils",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertsAsDataUtilsPluginApi",
|
|
"section": "def-common.MultiField",
|
|
"text": "MultiField"
|
|
},
|
|
"[]; }; readonly \"kibana.alert.rule.execution.timestamp\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.execution.type\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.parameters\": { readonly array: false; readonly type: \"flattened\"; readonly ignore_above: 4096; readonly required: false; }; readonly \"kibana.alert.rule.tags\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.severity_improving\": { readonly type: \"boolean\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.start\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.time_range\": { readonly type: \"date_range\"; readonly format: \"epoch_millis||strict_date_optional_time\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.url\": { readonly type: \"keyword\"; readonly array: false; readonly index: false; readonly required: false; readonly ignore_above: 2048; }; readonly \"kibana.alert.workflow_assignee_ids\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.workflow_status\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.workflow_tags\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.version\": { readonly type: \"version\"; readonly array: false; readonly required: false; }; }>> & Record<string, any>; formatters: { asDuration: (value: ",
|
|
"Maybe",
|
|
"<number>, { defaultValue, extended }?: FormatterOptions) => string; asPercent: (numerator: ",
|
|
"Maybe",
|
|
"<number>, denominator: number | undefined, fallbackResult?: string) => string; }; }) => { reason: string; link?: string | undefined; hasBasePath?: boolean | undefined; }"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/rules/create_observability_rule_type_registry.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"returnComment": [],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityRuleTypeFormatter.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "options",
|
|
"description": [],
|
|
"signature": [
|
|
"{ fields: OutputOf<SetOptional<{ readonly \"ecs.version\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.risk_score\": { readonly type: \"float\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.author\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.created_at\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.created_by\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.description\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.enabled\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.from\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.interval\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.license\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.note\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.references\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.rule.rule_id\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.rule_name_override\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.to\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.type\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.updated_at\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.updated_by\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.version\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.severity\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.suppression.docs_count\": { readonly type: \"long\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.suppression.end\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.suppression.start\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.suppression.terms.field\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.suppression.terms.value\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.system_status\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.workflow_reason\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.workflow_status_updated_at\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.workflow_user\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"@timestamp\": { readonly type: \"date\"; readonly required: true; readonly array: false; }; readonly \"event.action\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; readonly ignore_above: 1024; }; readonly tags: { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.rule.rule_type_id\": { readonly type: \"keyword\"; readonly array: false; readonly required: true; }; readonly \"kibana.alert.rule.consumer\": { readonly type: \"keyword\"; readonly array: false; readonly required: true; }; readonly \"kibana.alert.rule.execution.uuid\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.instance.id\": { readonly type: \"keyword\"; readonly array: false; readonly required: true; }; readonly \"kibana.alert.rule.category\": { readonly type: \"keyword\"; readonly array: false; readonly required: true; }; readonly \"kibana.alert.rule.name\": { readonly type: \"keyword\"; readonly array: false; readonly required: true; }; readonly \"kibana.alert.rule.producer\": { readonly type: \"keyword\"; readonly array: false; readonly required: true; }; readonly \"kibana.alert.rule.revision\": { readonly type: \"long\"; readonly array: false; readonly required: true; }; readonly \"kibana.alert.rule.uuid\": { readonly type: \"keyword\"; readonly array: false; readonly required: true; }; readonly \"kibana.alert.status\": { readonly type: \"keyword\"; readonly array: false; readonly required: true; }; readonly \"kibana.alert.uuid\": { readonly type: \"keyword\"; readonly array: false; readonly required: true; }; readonly \"kibana.space_ids\": { readonly type: \"keyword\"; readonly array: true; readonly required: true; }; readonly \"event.kind\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; readonly ignore_above: 1024; }; readonly \"event.original\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; readonly ignore_above: 1024; }; readonly \"kibana.alert.action_group\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.case_ids\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.consecutive_matches\": { readonly type: \"long\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.duration.us\": { readonly type: \"long\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.end\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.flapping\": { readonly type: \"boolean\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.flapping_history\": { readonly type: \"boolean\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.intended_timestamp\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.last_detected\": { readonly type: \"date\"; readonly required: false; readonly array: false; }; readonly \"kibana.alert.maintenance_window_ids\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.pending_recovered_count\": { readonly type: \"long\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.previous_action_group\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.reason\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; readonly multi_fields: ",
|
|
{
|
|
"pluginId": "@kbn/alerts-as-data-utils",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertsAsDataUtilsPluginApi",
|
|
"section": "def-common.MultiField",
|
|
"text": "MultiField"
|
|
},
|
|
"[]; }; readonly \"kibana.alert.rule.execution.timestamp\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.execution.type\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.rule.parameters\": { readonly array: false; readonly type: \"flattened\"; readonly ignore_above: 4096; readonly required: false; }; readonly \"kibana.alert.rule.tags\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.severity_improving\": { readonly type: \"boolean\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.start\": { readonly type: \"date\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.time_range\": { readonly type: \"date_range\"; readonly format: \"epoch_millis||strict_date_optional_time\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.url\": { readonly type: \"keyword\"; readonly array: false; readonly index: false; readonly required: false; readonly ignore_above: 2048; }; readonly \"kibana.alert.workflow_assignee_ids\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.alert.workflow_status\": { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly \"kibana.alert.workflow_tags\": { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly \"kibana.version\": { readonly type: \"version\"; readonly array: false; readonly required: false; }; }>> & Record<string, any>; formatters: { asDuration: (value: ",
|
|
"Maybe",
|
|
"<number>, { defaultValue, extended }?: FormatterOptions) => string; asPercent: (numerator: ",
|
|
"Maybe",
|
|
"<number>, denominator: number | undefined, fallbackResult?: string) => string; }; }"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/rules/create_observability_rule_type_registry.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityRuleTypeRegistry",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "ObservabilityRuleTypeRegistry",
|
|
"description": [],
|
|
"signature": [
|
|
"{ register: (type: ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityRuleTypeModel",
|
|
"text": "ObservabilityRuleTypeModel"
|
|
},
|
|
"<any>) => void; getFormatter: (typeId: string) => ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityRuleTypeFormatter",
|
|
"text": "ObservabilityRuleTypeFormatter"
|
|
},
|
|
" | undefined; list: () => string[]; }"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/rules/create_observability_rule_type_registry.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ruleDetailsLocatorID",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "ruleDetailsLocatorID",
|
|
"description": [],
|
|
"signature": [
|
|
"\"RULE_DETAILS_LOCATOR\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.rulesLocatorID",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "rulesLocatorID",
|
|
"description": [],
|
|
"signature": [
|
|
"\"RULES_LOCATOR\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.sloDetailsLocatorID",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "sloDetailsLocatorID",
|
|
"description": [],
|
|
"signature": [
|
|
"\"SLO_DETAILS_LOCATOR\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.sloEditLocatorID",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "sloEditLocatorID",
|
|
"description": [],
|
|
"signature": [
|
|
"\"SLO_EDIT_LOCATOR\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.StringOrNull",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "StringOrNull",
|
|
"description": [],
|
|
"signature": [
|
|
"string | null"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.Subset",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "Subset",
|
|
"description": [
|
|
"\nAllow partial of nested object"
|
|
],
|
|
"signature": [
|
|
"{ [attr in keyof K]?: (K[attr] extends object ? ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.Subset",
|
|
"text": "Subset"
|
|
},
|
|
"<K[attr]> : K[attr]) | undefined; }"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/utils.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.syntheticsThrottlingEnabled",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "syntheticsThrottlingEnabled",
|
|
"description": [],
|
|
"signature": [
|
|
"\"observability:syntheticsThrottlingEnabled\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/ui_settings_keys.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.UniversalProfilingDataResponse",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "UniversalProfilingDataResponse",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.FetchDataResponse",
|
|
"text": "FetchDataResponse"
|
|
}
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/typings/fetch_overview_data/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.uptimeOverviewLocatorID",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "uptimeOverviewLocatorID",
|
|
"description": [],
|
|
"signature": [
|
|
"\"UPTIME_OVERVIEW_LOCATOR\""
|
|
],
|
|
"path": "src/platform/packages/shared/deeplinks/observability/locators/uptime.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"objects": [],
|
|
"setup": {
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityPublicSetup",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "ObservabilityPublicSetup",
|
|
"description": [],
|
|
"signature": [
|
|
"{ dashboard: { register: <T extends ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityFetchDataPlugins",
|
|
"text": "ObservabilityFetchDataPlugins"
|
|
},
|
|
">({ appName, fetchData, hasData, }: { appName: T; } & ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.DataHandler",
|
|
"text": "DataHandler"
|
|
},
|
|
"<T>) => void; }; observabilityRuleTypeRegistry: { register: (type: ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityRuleTypeModel",
|
|
"text": "ObservabilityRuleTypeModel"
|
|
},
|
|
"<any>) => void; getFormatter: (typeId: string) => ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityRuleTypeFormatter",
|
|
"text": "ObservabilityRuleTypeFormatter"
|
|
},
|
|
" | undefined; list: () => string[]; }; useRulesLink: (options?: ",
|
|
{
|
|
"pluginId": "observabilityShared",
|
|
"scope": "public",
|
|
"docId": "kibObservabilitySharedPluginApi",
|
|
"section": "def-public.Options",
|
|
"text": "Options"
|
|
},
|
|
") => ",
|
|
"LinkProps",
|
|
"; rulesLocator: ",
|
|
{
|
|
"pluginId": "share",
|
|
"scope": "common",
|
|
"docId": "kibSharePluginApi",
|
|
"section": "def-common.LocatorPublic",
|
|
"text": "LocatorPublic"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.RulesParams",
|
|
"text": "RulesParams"
|
|
},
|
|
">; ruleDetailsLocator: ",
|
|
{
|
|
"pluginId": "share",
|
|
"scope": "common",
|
|
"docId": "kibSharePluginApi",
|
|
"section": "def-common.LocatorPublic",
|
|
"text": "LocatorPublic"
|
|
},
|
|
"<",
|
|
"RuleDetailsLocatorParams",
|
|
">; config: ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ConfigSchema",
|
|
"text": "ConfigSchema"
|
|
},
|
|
"; }"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"lifecycle": "setup",
|
|
"initialIsOpen": true
|
|
},
|
|
"start": {
|
|
"parentPluginId": "observability",
|
|
"id": "def-public.ObservabilityPublicStart",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "ObservabilityPublicStart",
|
|
"description": [],
|
|
"signature": [
|
|
"{ config: ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ConfigSchema",
|
|
"text": "ConfigSchema"
|
|
},
|
|
"; observabilityRuleTypeRegistry: { register: (type: ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityRuleTypeModel",
|
|
"text": "ObservabilityRuleTypeModel"
|
|
},
|
|
"<any>) => void; getFormatter: (typeId: string) => ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-public.ObservabilityRuleTypeFormatter",
|
|
"text": "ObservabilityRuleTypeFormatter"
|
|
},
|
|
" | undefined; list: () => string[]; }; useRulesLink: (options?: ",
|
|
{
|
|
"pluginId": "observabilityShared",
|
|
"scope": "public",
|
|
"docId": "kibObservabilitySharedPluginApi",
|
|
"section": "def-public.Options",
|
|
"text": "Options"
|
|
},
|
|
") => ",
|
|
"LinkProps",
|
|
"; }"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/public/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"lifecycle": "start",
|
|
"initialIsOpen": true
|
|
}
|
|
},
|
|
"server": {
|
|
"classes": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.WrappedElasticsearchClientError",
|
|
"type": "Class",
|
|
"tags": [],
|
|
"label": "WrappedElasticsearchClientError",
|
|
"description": [],
|
|
"signature": [
|
|
"WrappedElasticsearchClientError",
|
|
" extends Error"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/unwrap_es_response.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.WrappedElasticsearchClientError.originalError",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "originalError",
|
|
"description": [],
|
|
"signature": [
|
|
"ElasticsearchClientError"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/unwrap_es_response.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.WrappedElasticsearchClientError.Unnamed",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "Constructor",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/unwrap_es_response.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.WrappedElasticsearchClientError.Unnamed.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "originalError",
|
|
"description": [],
|
|
"signature": [
|
|
"ElasticsearchClientError"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/unwrap_es_response.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"functions": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.createOrUpdateIndex",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "createOrUpdateIndex",
|
|
"description": [],
|
|
"signature": [
|
|
"({\n index,\n mappings,\n client,\n logger,\n}: { index: string; mappings?: ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "server",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-server.Mappings",
|
|
"text": "Mappings"
|
|
},
|
|
" | undefined; client: ",
|
|
"ElasticsearchClient",
|
|
"; logger: ",
|
|
{
|
|
"pluginId": "@kbn/logging",
|
|
"scope": "common",
|
|
"docId": "kibKbnLoggingPluginApi",
|
|
"section": "def-common.Logger",
|
|
"text": "Logger"
|
|
},
|
|
"; }) => Promise<void>"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/utils/create_or_update_index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.createOrUpdateIndex.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "{\n index,\n mappings,\n client,\n logger,\n}",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/utils/create_or_update_index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.createOrUpdateIndex.$1.index",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "index",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/utils/create_or_update_index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.createOrUpdateIndex.$1.mappings",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "mappings",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "server",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-server.Mappings",
|
|
"text": "Mappings"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/utils/create_or_update_index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.createOrUpdateIndex.$1.client",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "client",
|
|
"description": [],
|
|
"signature": [
|
|
"{ create: { <TDocument = unknown>(this: That, params: ",
|
|
"CreateRequest",
|
|
"<TDocument>, options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"WriteResponseBase",
|
|
">; <TDocument = unknown>(this: That, params: ",
|
|
"CreateRequest",
|
|
"<TDocument>, options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"WriteResponseBase",
|
|
", unknown>>; <TDocument = unknown>(this: That, params: ",
|
|
"CreateRequest",
|
|
"<TDocument>, options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"WriteResponseBase",
|
|
">; }; update: { <TDocument = unknown, TPartialDocument = unknown, TDocumentR = unknown>(this: That, params: ",
|
|
"UpdateRequest",
|
|
"<TDocument, TPartialDocument>, options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"UpdateResponse",
|
|
"<TDocumentR>>; <TDocument = unknown, TPartialDocument = unknown, TDocumentR = unknown>(this: That, params: ",
|
|
"UpdateRequest",
|
|
"<TDocument, TPartialDocument>, options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"UpdateResponse",
|
|
"<TDocumentR>, unknown>>; <TDocument = unknown, TPartialDocument = unknown, TDocumentR = unknown>(this: That, params: ",
|
|
"UpdateRequest",
|
|
"<TDocument, TPartialDocument>, options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"UpdateResponse",
|
|
"<TDocumentR>>; }; get: { <TDocument = unknown>(this: That, params: ",
|
|
"GetRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"GetResponse",
|
|
"<TDocument>>; <TDocument = unknown>(this: That, params: ",
|
|
"GetRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"GetResponse",
|
|
"<TDocument>, unknown>>; <TDocument = unknown>(this: That, params: ",
|
|
"GetRequest",
|
|
", options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"GetResponse",
|
|
"<TDocument>>; }; delete: { (this: That, params: ",
|
|
"DeleteRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"WriteResponseBase",
|
|
">; (this: That, params: ",
|
|
"DeleteRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"WriteResponseBase",
|
|
", unknown>>; (this: That, params: ",
|
|
"DeleteRequest",
|
|
", options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"WriteResponseBase",
|
|
">; }; helpers: ",
|
|
"default",
|
|
"; search: { <TDocument = unknown, TAggregations = Record<string, ",
|
|
"AggregationsAggregate",
|
|
">>(this: That, params?: ",
|
|
"SearchRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"SearchResponse",
|
|
"<TDocument, TAggregations>>; <TDocument = unknown, TAggregations = Record<string, ",
|
|
"AggregationsAggregate",
|
|
">>(this: That, params?: ",
|
|
"SearchRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"SearchResponse",
|
|
"<TDocument, TAggregations>, unknown>>; <TDocument = unknown, TAggregations = Record<string, ",
|
|
"AggregationsAggregate",
|
|
">>(this: That, params?: ",
|
|
"SearchRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"SearchResponse",
|
|
"<TDocument, TAggregations>>; }; name: string | symbol; [kAsyncSearch]: symbol | null; [kAutoscaling]: symbol | null; [kCat]: symbol | null; [kCcr]: symbol | null; [kCluster]: symbol | null; [kConnector]: symbol | null; [kDanglingIndices]: symbol | null; [kEnrich]: symbol | null; [kEql]: symbol | null; [kEsql]: symbol | null; [kFeatures]: symbol | null; [kFleet]: symbol | null; [kGraph]: symbol | null; [kIlm]: symbol | null; [kIndices]: symbol | null; [kInference]: symbol | null; [kIngest]: symbol | null; [kLicense]: symbol | null; [kLogstash]: symbol | null; [kMigration]: symbol | null; [kMl]: symbol | null; [kMonitoring]: symbol | null; [kNodes]: symbol | null; [kProfiling]: symbol | null; [kQueryRules]: symbol | null; [kRollup]: symbol | null; [kSearchApplication]: symbol | null; [kSearchableSnapshots]: symbol | null; [kSecurity]: symbol | null; [kShutdown]: symbol | null; [kSimulate]: symbol | null; [kSlm]: symbol | null; [kSnapshot]: symbol | null; [kSql]: symbol | null; [kSsl]: symbol | null; [kSynonyms]: symbol | null; [kTasks]: symbol | null; [kTextStructure]: symbol | null; [kTransform]: symbol | null; [kWatcher]: symbol | null; [kXpack]: symbol | null; transport: ",
|
|
"default",
|
|
"; child: (opts: ",
|
|
"ClientOptions",
|
|
") => ",
|
|
"default",
|
|
"; asyncSearch: ",
|
|
"default",
|
|
"; autoscaling: ",
|
|
"default",
|
|
"; bulk: { <TDocument = unknown, TPartialDocument = unknown>(this: That, params: ",
|
|
"BulkRequest",
|
|
"<TDocument, TPartialDocument>, options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"BulkResponse",
|
|
">; <TDocument = unknown, TPartialDocument = unknown>(this: That, params: ",
|
|
"BulkRequest",
|
|
"<TDocument, TPartialDocument>, options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"BulkResponse",
|
|
", unknown>>; <TDocument = unknown, TPartialDocument = unknown>(this: That, params: ",
|
|
"BulkRequest",
|
|
"<TDocument, TPartialDocument>, options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"BulkResponse",
|
|
">; }; capabilities: { (this: That, params?: ",
|
|
"TODO",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"TODO",
|
|
">; (this: That, params?: ",
|
|
"TODO",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"TODO",
|
|
", unknown>>; (this: That, params?: ",
|
|
"TODO",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"TODO",
|
|
">; }; cat: ",
|
|
"default",
|
|
"; ccr: ",
|
|
"default",
|
|
"; clearScroll: { (this: That, params?: ",
|
|
"ClearScrollRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"ClearScrollResponse",
|
|
">; (this: That, params?: ",
|
|
"ClearScrollRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"ClearScrollResponse",
|
|
", unknown>>; (this: That, params?: ",
|
|
"ClearScrollRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"ClearScrollResponse",
|
|
">; }; closePointInTime: { (this: That, params: ",
|
|
"ClosePointInTimeRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"ClosePointInTimeResponse",
|
|
">; (this: That, params: ",
|
|
"ClosePointInTimeRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"ClosePointInTimeResponse",
|
|
", unknown>>; (this: That, params: ",
|
|
"ClosePointInTimeRequest",
|
|
", options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"ClosePointInTimeResponse",
|
|
">; }; cluster: ",
|
|
"default",
|
|
"; connector: ",
|
|
"default",
|
|
"; count: { (this: That, params?: ",
|
|
"CountRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"CountResponse",
|
|
">; (this: That, params?: ",
|
|
"CountRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"CountResponse",
|
|
", unknown>>; (this: That, params?: ",
|
|
"CountRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"CountResponse",
|
|
">; }; danglingIndices: ",
|
|
"default",
|
|
"; deleteByQuery: { (this: That, params: ",
|
|
"DeleteByQueryRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"DeleteByQueryResponse",
|
|
">; (this: That, params: ",
|
|
"DeleteByQueryRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"DeleteByQueryResponse",
|
|
", unknown>>; (this: That, params: ",
|
|
"DeleteByQueryRequest",
|
|
", options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"DeleteByQueryResponse",
|
|
">; }; deleteByQueryRethrottle: { (this: That, params: ",
|
|
"DeleteByQueryRethrottleRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"TasksTaskListResponseBase",
|
|
">; (this: That, params: ",
|
|
"DeleteByQueryRethrottleRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"TasksTaskListResponseBase",
|
|
", unknown>>; (this: That, params: ",
|
|
"DeleteByQueryRethrottleRequest",
|
|
", options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"TasksTaskListResponseBase",
|
|
">; }; deleteScript: { (this: That, params: ",
|
|
"DeleteScriptRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"AcknowledgedResponseBase",
|
|
">; (this: That, params: ",
|
|
"DeleteScriptRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"AcknowledgedResponseBase",
|
|
", unknown>>; (this: That, params: ",
|
|
"DeleteScriptRequest",
|
|
", options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"AcknowledgedResponseBase",
|
|
">; }; enrich: ",
|
|
"default",
|
|
"; eql: ",
|
|
"default",
|
|
"; esql: ",
|
|
"default",
|
|
"; exists: { (this: That, params: ",
|
|
"ExistsRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<boolean>; (this: That, params: ",
|
|
"ExistsRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<boolean, unknown>>; (this: That, params: ",
|
|
"ExistsRequest",
|
|
", options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<boolean>; }; existsSource: { (this: That, params: ",
|
|
"ExistsSourceRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<boolean>; (this: That, params: ",
|
|
"ExistsSourceRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<boolean, unknown>>; (this: That, params: ",
|
|
"ExistsSourceRequest",
|
|
", options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<boolean>; }; explain: { <TDocument = unknown>(this: That, params: ",
|
|
"ExplainRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"ExplainResponse",
|
|
"<TDocument>>; <TDocument = unknown>(this: That, params: ",
|
|
"ExplainRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"ExplainResponse",
|
|
"<TDocument>, unknown>>; <TDocument = unknown>(this: That, params: ",
|
|
"ExplainRequest",
|
|
", options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"ExplainResponse",
|
|
"<TDocument>>; }; features: ",
|
|
"default",
|
|
"; fieldCaps: { (this: That, params?: ",
|
|
"FieldCapsRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"FieldCapsResponse",
|
|
">; (this: That, params?: ",
|
|
"FieldCapsRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"FieldCapsResponse",
|
|
", unknown>>; (this: That, params?: ",
|
|
"FieldCapsRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"FieldCapsResponse",
|
|
">; }; fleet: ",
|
|
"default",
|
|
"; getScript: { (this: That, params: ",
|
|
"GetScriptRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"GetScriptResponse",
|
|
">; (this: That, params: ",
|
|
"GetScriptRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"GetScriptResponse",
|
|
", unknown>>; (this: That, params: ",
|
|
"GetScriptRequest",
|
|
", options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"GetScriptResponse",
|
|
">; }; getScriptContext: { (this: That, params?: ",
|
|
"GetScriptContextRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"GetScriptContextResponse",
|
|
">; (this: That, params?: ",
|
|
"GetScriptContextRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"GetScriptContextResponse",
|
|
", unknown>>; (this: That, params?: ",
|
|
"GetScriptContextRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"GetScriptContextResponse",
|
|
">; }; getScriptLanguages: { (this: That, params?: ",
|
|
"GetScriptLanguagesRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"GetScriptLanguagesResponse",
|
|
">; (this: That, params?: ",
|
|
"GetScriptLanguagesRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"GetScriptLanguagesResponse",
|
|
", unknown>>; (this: That, params?: ",
|
|
"GetScriptLanguagesRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"GetScriptLanguagesResponse",
|
|
">; }; getSource: { <TDocument = unknown>(this: That, params: ",
|
|
"GetSourceRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<TDocument>; <TDocument = unknown>(this: That, params: ",
|
|
"GetSourceRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<TDocument, unknown>>; <TDocument = unknown>(this: That, params: ",
|
|
"GetSourceRequest",
|
|
", options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<TDocument>; }; graph: ",
|
|
"default",
|
|
"; healthReport: { (this: That, params?: ",
|
|
"HealthReportRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"HealthReportResponse",
|
|
">; (this: That, params?: ",
|
|
"HealthReportRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"HealthReportResponse",
|
|
", unknown>>; (this: That, params?: ",
|
|
"HealthReportRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"HealthReportResponse",
|
|
">; }; ilm: ",
|
|
"default",
|
|
"; index: { <TDocument = unknown>(this: That, params: ",
|
|
"IndexRequest",
|
|
"<TDocument>, options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"WriteResponseBase",
|
|
">; <TDocument = unknown>(this: That, params: ",
|
|
"IndexRequest",
|
|
"<TDocument>, options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"WriteResponseBase",
|
|
", unknown>>; <TDocument = unknown>(this: That, params: ",
|
|
"IndexRequest",
|
|
"<TDocument>, options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"WriteResponseBase",
|
|
">; }; indices: ",
|
|
"default",
|
|
"; inference: ",
|
|
"default",
|
|
"; info: { (this: That, params?: ",
|
|
"InfoRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"InfoResponse",
|
|
">; (this: That, params?: ",
|
|
"InfoRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"InfoResponse",
|
|
", unknown>>; (this: That, params?: ",
|
|
"InfoRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"InfoResponse",
|
|
">; }; ingest: ",
|
|
"default",
|
|
"; knnSearch: { <TDocument = unknown>(this: That, params: ",
|
|
"KnnSearchRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"KnnSearchResponse",
|
|
"<TDocument>>; <TDocument = unknown>(this: That, params: ",
|
|
"KnnSearchRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"KnnSearchResponse",
|
|
"<TDocument>, unknown>>; <TDocument = unknown>(this: That, params: ",
|
|
"KnnSearchRequest",
|
|
", options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"KnnSearchResponse",
|
|
"<TDocument>>; }; license: ",
|
|
"default",
|
|
"; logstash: ",
|
|
"default",
|
|
"; mget: { <TDocument = unknown>(this: That, params?: ",
|
|
"MgetRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"MgetResponse",
|
|
"<TDocument>>; <TDocument = unknown>(this: That, params?: ",
|
|
"MgetRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"MgetResponse",
|
|
"<TDocument>, unknown>>; <TDocument = unknown>(this: That, params?: ",
|
|
"MgetRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"MgetResponse",
|
|
"<TDocument>>; }; migration: ",
|
|
"default",
|
|
"; ml: ",
|
|
"default",
|
|
"; monitoring: ",
|
|
"default",
|
|
"; msearch: { <TDocument = unknown, TAggregations = Record<string, ",
|
|
"AggregationsAggregate",
|
|
">>(this: That, params: ",
|
|
"MsearchRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"MsearchResponse",
|
|
"<TDocument, TAggregations>>; <TDocument = unknown, TAggregations = Record<string, ",
|
|
"AggregationsAggregate",
|
|
">>(this: That, params: ",
|
|
"MsearchRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"MsearchResponse",
|
|
"<TDocument, TAggregations>, unknown>>; <TDocument = unknown, TAggregations = Record<string, ",
|
|
"AggregationsAggregate",
|
|
">>(this: That, params: ",
|
|
"MsearchRequest",
|
|
", options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"MsearchResponse",
|
|
"<TDocument, TAggregations>>; }; msearchTemplate: { <TDocument = unknown, TAggregations = Record<string, ",
|
|
"AggregationsAggregate",
|
|
">>(this: That, params: ",
|
|
"MsearchTemplateRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"MsearchTemplateResponse",
|
|
"<TDocument, TAggregations>>; <TDocument = unknown, TAggregations = Record<string, ",
|
|
"AggregationsAggregate",
|
|
">>(this: That, params: ",
|
|
"MsearchTemplateRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"MsearchTemplateResponse",
|
|
"<TDocument, TAggregations>, unknown>>; <TDocument = unknown, TAggregations = Record<string, ",
|
|
"AggregationsAggregate",
|
|
">>(this: That, params: ",
|
|
"MsearchTemplateRequest",
|
|
", options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"MsearchTemplateResponse",
|
|
"<TDocument, TAggregations>>; }; mtermvectors: { (this: That, params?: ",
|
|
"MtermvectorsRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"MtermvectorsResponse",
|
|
">; (this: That, params?: ",
|
|
"MtermvectorsRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"MtermvectorsResponse",
|
|
", unknown>>; (this: That, params?: ",
|
|
"MtermvectorsRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"MtermvectorsResponse",
|
|
">; }; nodes: ",
|
|
"default",
|
|
"; openPointInTime: { (this: That, params: ",
|
|
"OpenPointInTimeRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"OpenPointInTimeResponse",
|
|
">; (this: That, params: ",
|
|
"OpenPointInTimeRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"OpenPointInTimeResponse",
|
|
", unknown>>; (this: That, params: ",
|
|
"OpenPointInTimeRequest",
|
|
", options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"OpenPointInTimeResponse",
|
|
">; }; ping: { (this: That, params?: ",
|
|
"PingRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<boolean>; (this: That, params?: ",
|
|
"PingRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<boolean, unknown>>; (this: That, params?: ",
|
|
"PingRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<boolean>; }; profiling: ",
|
|
"default",
|
|
"; putScript: { (this: That, params: ",
|
|
"PutScriptRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"AcknowledgedResponseBase",
|
|
">; (this: That, params: ",
|
|
"PutScriptRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"AcknowledgedResponseBase",
|
|
", unknown>>; (this: That, params: ",
|
|
"PutScriptRequest",
|
|
", options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"AcknowledgedResponseBase",
|
|
">; }; queryRules: ",
|
|
"default",
|
|
"; rankEval: { (this: That, params: ",
|
|
"RankEvalRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"RankEvalResponse",
|
|
">; (this: That, params: ",
|
|
"RankEvalRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"RankEvalResponse",
|
|
", unknown>>; (this: That, params: ",
|
|
"RankEvalRequest",
|
|
", options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"RankEvalResponse",
|
|
">; }; reindex: { (this: That, params: ",
|
|
"ReindexRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"ReindexResponse",
|
|
">; (this: That, params: ",
|
|
"ReindexRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"ReindexResponse",
|
|
", unknown>>; (this: That, params: ",
|
|
"ReindexRequest",
|
|
", options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"ReindexResponse",
|
|
">; }; reindexRethrottle: { (this: That, params: ",
|
|
"ReindexRethrottleRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"ReindexRethrottleResponse",
|
|
">; (this: That, params: ",
|
|
"ReindexRethrottleRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"ReindexRethrottleResponse",
|
|
", unknown>>; (this: That, params: ",
|
|
"ReindexRethrottleRequest",
|
|
", options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"ReindexRethrottleResponse",
|
|
">; }; renderSearchTemplate: { (this: That, params?: ",
|
|
"RenderSearchTemplateRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"RenderSearchTemplateResponse",
|
|
">; (this: That, params?: ",
|
|
"RenderSearchTemplateRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"RenderSearchTemplateResponse",
|
|
", unknown>>; (this: That, params?: ",
|
|
"RenderSearchTemplateRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"RenderSearchTemplateResponse",
|
|
">; }; rollup: ",
|
|
"default",
|
|
"; scriptsPainlessExecute: { <TResult = unknown>(this: That, params?: ",
|
|
"ScriptsPainlessExecuteRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"ScriptsPainlessExecuteResponse",
|
|
"<TResult>>; <TResult = unknown>(this: That, params?: ",
|
|
"ScriptsPainlessExecuteRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"ScriptsPainlessExecuteResponse",
|
|
"<TResult>, unknown>>; <TResult = unknown>(this: That, params?: ",
|
|
"ScriptsPainlessExecuteRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"ScriptsPainlessExecuteResponse",
|
|
"<TResult>>; }; scroll: { <TDocument = unknown, TAggregations = Record<string, ",
|
|
"AggregationsAggregate",
|
|
">>(this: That, params: ",
|
|
"ScrollRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"ScrollResponse",
|
|
"<TDocument, TAggregations>>; <TDocument = unknown, TAggregations = Record<string, ",
|
|
"AggregationsAggregate",
|
|
">>(this: That, params: ",
|
|
"ScrollRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"ScrollResponse",
|
|
"<TDocument, TAggregations>, unknown>>; <TDocument = unknown, TAggregations = Record<string, ",
|
|
"AggregationsAggregate",
|
|
">>(this: That, params: ",
|
|
"ScrollRequest",
|
|
", options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"ScrollResponse",
|
|
"<TDocument, TAggregations>>; }; searchApplication: ",
|
|
"default",
|
|
"; searchMvt: { (this: That, params: ",
|
|
"SearchMvtRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<ArrayBuffer>; (this: That, params: ",
|
|
"SearchMvtRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<ArrayBuffer, unknown>>; (this: That, params: ",
|
|
"SearchMvtRequest",
|
|
", options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<ArrayBuffer>; }; searchShards: { (this: That, params?: ",
|
|
"SearchShardsRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"SearchShardsResponse",
|
|
">; (this: That, params?: ",
|
|
"SearchShardsRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"SearchShardsResponse",
|
|
", unknown>>; (this: That, params?: ",
|
|
"SearchShardsRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"SearchShardsResponse",
|
|
">; }; searchTemplate: { <TDocument = unknown>(this: That, params?: ",
|
|
"SearchTemplateRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"SearchTemplateResponse",
|
|
"<TDocument>>; <TDocument = unknown>(this: That, params?: ",
|
|
"SearchTemplateRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"SearchTemplateResponse",
|
|
"<TDocument>, unknown>>; <TDocument = unknown>(this: That, params?: ",
|
|
"SearchTemplateRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"SearchTemplateResponse",
|
|
"<TDocument>>; }; searchableSnapshots: ",
|
|
"default",
|
|
"; security: ",
|
|
"default",
|
|
"; shutdown: ",
|
|
"default",
|
|
"; simulate: ",
|
|
"default",
|
|
"; slm: ",
|
|
"default",
|
|
"; snapshot: ",
|
|
"default",
|
|
"; sql: ",
|
|
"default",
|
|
"; ssl: ",
|
|
"default",
|
|
"; synonyms: ",
|
|
"default",
|
|
"; tasks: ",
|
|
"default",
|
|
"; termsEnum: { (this: That, params: ",
|
|
"TermsEnumRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"TermsEnumResponse",
|
|
">; (this: That, params: ",
|
|
"TermsEnumRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"TermsEnumResponse",
|
|
", unknown>>; (this: That, params: ",
|
|
"TermsEnumRequest",
|
|
", options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"TermsEnumResponse",
|
|
">; }; termvectors: { <TDocument = unknown>(this: That, params: ",
|
|
"TermvectorsRequest",
|
|
"<TDocument>, options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"TermvectorsResponse",
|
|
">; <TDocument = unknown>(this: That, params: ",
|
|
"TermvectorsRequest",
|
|
"<TDocument>, options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"TermvectorsResponse",
|
|
", unknown>>; <TDocument = unknown>(this: That, params: ",
|
|
"TermvectorsRequest",
|
|
"<TDocument>, options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"TermvectorsResponse",
|
|
">; }; textStructure: ",
|
|
"default",
|
|
"; transform: ",
|
|
"default",
|
|
"; updateByQuery: { (this: That, params: ",
|
|
"UpdateByQueryRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"UpdateByQueryResponse",
|
|
">; (this: That, params: ",
|
|
"UpdateByQueryRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"UpdateByQueryResponse",
|
|
", unknown>>; (this: That, params: ",
|
|
"UpdateByQueryRequest",
|
|
", options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"UpdateByQueryResponse",
|
|
">; }; updateByQueryRethrottle: { (this: That, params: ",
|
|
"UpdateByQueryRethrottleRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"UpdateByQueryRethrottleResponse",
|
|
">; (this: That, params: ",
|
|
"UpdateByQueryRethrottleRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"UpdateByQueryRethrottleResponse",
|
|
", unknown>>; (this: That, params: ",
|
|
"UpdateByQueryRethrottleRequest",
|
|
", options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"UpdateByQueryRethrottleResponse",
|
|
">; }; watcher: ",
|
|
"default",
|
|
"; xpack: ",
|
|
"default",
|
|
"; }"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/utils/create_or_update_index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.createOrUpdateIndex.$1.logger",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "logger",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/logging",
|
|
"scope": "common",
|
|
"docId": "kibKbnLoggingPluginApi",
|
|
"section": "def-common.Logger",
|
|
"text": "Logger"
|
|
}
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/utils/create_or_update_index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.createOrUpdateIndexTemplate",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "createOrUpdateIndexTemplate",
|
|
"description": [],
|
|
"signature": [
|
|
"({\n indexTemplate,\n client,\n logger,\n}: { indexTemplate: ",
|
|
"IndicesPutIndexTemplateRequest",
|
|
"; client: ",
|
|
"ElasticsearchClient",
|
|
"; logger: ",
|
|
{
|
|
"pluginId": "@kbn/logging",
|
|
"scope": "common",
|
|
"docId": "kibKbnLoggingPluginApi",
|
|
"section": "def-common.Logger",
|
|
"text": "Logger"
|
|
},
|
|
"; }) => Promise<",
|
|
"AcknowledgedResponseBase",
|
|
" | undefined>"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/utils/create_or_update_index_template.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.createOrUpdateIndexTemplate.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "{\n indexTemplate,\n client,\n logger,\n}",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/utils/create_or_update_index_template.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.createOrUpdateIndexTemplate.$1.indexTemplate",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "indexTemplate",
|
|
"description": [],
|
|
"signature": [
|
|
"IndicesPutIndexTemplateRequest"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/utils/create_or_update_index_template.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.createOrUpdateIndexTemplate.$1.client",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "client",
|
|
"description": [],
|
|
"signature": [
|
|
"{ create: { <TDocument = unknown>(this: That, params: ",
|
|
"CreateRequest",
|
|
"<TDocument>, options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"WriteResponseBase",
|
|
">; <TDocument = unknown>(this: That, params: ",
|
|
"CreateRequest",
|
|
"<TDocument>, options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"WriteResponseBase",
|
|
", unknown>>; <TDocument = unknown>(this: That, params: ",
|
|
"CreateRequest",
|
|
"<TDocument>, options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"WriteResponseBase",
|
|
">; }; update: { <TDocument = unknown, TPartialDocument = unknown, TDocumentR = unknown>(this: That, params: ",
|
|
"UpdateRequest",
|
|
"<TDocument, TPartialDocument>, options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"UpdateResponse",
|
|
"<TDocumentR>>; <TDocument = unknown, TPartialDocument = unknown, TDocumentR = unknown>(this: That, params: ",
|
|
"UpdateRequest",
|
|
"<TDocument, TPartialDocument>, options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"UpdateResponse",
|
|
"<TDocumentR>, unknown>>; <TDocument = unknown, TPartialDocument = unknown, TDocumentR = unknown>(this: That, params: ",
|
|
"UpdateRequest",
|
|
"<TDocument, TPartialDocument>, options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"UpdateResponse",
|
|
"<TDocumentR>>; }; get: { <TDocument = unknown>(this: That, params: ",
|
|
"GetRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"GetResponse",
|
|
"<TDocument>>; <TDocument = unknown>(this: That, params: ",
|
|
"GetRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"GetResponse",
|
|
"<TDocument>, unknown>>; <TDocument = unknown>(this: That, params: ",
|
|
"GetRequest",
|
|
", options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"GetResponse",
|
|
"<TDocument>>; }; delete: { (this: That, params: ",
|
|
"DeleteRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"WriteResponseBase",
|
|
">; (this: That, params: ",
|
|
"DeleteRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"WriteResponseBase",
|
|
", unknown>>; (this: That, params: ",
|
|
"DeleteRequest",
|
|
", options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"WriteResponseBase",
|
|
">; }; helpers: ",
|
|
"default",
|
|
"; search: { <TDocument = unknown, TAggregations = Record<string, ",
|
|
"AggregationsAggregate",
|
|
">>(this: That, params?: ",
|
|
"SearchRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"SearchResponse",
|
|
"<TDocument, TAggregations>>; <TDocument = unknown, TAggregations = Record<string, ",
|
|
"AggregationsAggregate",
|
|
">>(this: That, params?: ",
|
|
"SearchRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"SearchResponse",
|
|
"<TDocument, TAggregations>, unknown>>; <TDocument = unknown, TAggregations = Record<string, ",
|
|
"AggregationsAggregate",
|
|
">>(this: That, params?: ",
|
|
"SearchRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"SearchResponse",
|
|
"<TDocument, TAggregations>>; }; name: string | symbol; [kAsyncSearch]: symbol | null; [kAutoscaling]: symbol | null; [kCat]: symbol | null; [kCcr]: symbol | null; [kCluster]: symbol | null; [kConnector]: symbol | null; [kDanglingIndices]: symbol | null; [kEnrich]: symbol | null; [kEql]: symbol | null; [kEsql]: symbol | null; [kFeatures]: symbol | null; [kFleet]: symbol | null; [kGraph]: symbol | null; [kIlm]: symbol | null; [kIndices]: symbol | null; [kInference]: symbol | null; [kIngest]: symbol | null; [kLicense]: symbol | null; [kLogstash]: symbol | null; [kMigration]: symbol | null; [kMl]: symbol | null; [kMonitoring]: symbol | null; [kNodes]: symbol | null; [kProfiling]: symbol | null; [kQueryRules]: symbol | null; [kRollup]: symbol | null; [kSearchApplication]: symbol | null; [kSearchableSnapshots]: symbol | null; [kSecurity]: symbol | null; [kShutdown]: symbol | null; [kSimulate]: symbol | null; [kSlm]: symbol | null; [kSnapshot]: symbol | null; [kSql]: symbol | null; [kSsl]: symbol | null; [kSynonyms]: symbol | null; [kTasks]: symbol | null; [kTextStructure]: symbol | null; [kTransform]: symbol | null; [kWatcher]: symbol | null; [kXpack]: symbol | null; transport: ",
|
|
"default",
|
|
"; child: (opts: ",
|
|
"ClientOptions",
|
|
") => ",
|
|
"default",
|
|
"; asyncSearch: ",
|
|
"default",
|
|
"; autoscaling: ",
|
|
"default",
|
|
"; bulk: { <TDocument = unknown, TPartialDocument = unknown>(this: That, params: ",
|
|
"BulkRequest",
|
|
"<TDocument, TPartialDocument>, options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"BulkResponse",
|
|
">; <TDocument = unknown, TPartialDocument = unknown>(this: That, params: ",
|
|
"BulkRequest",
|
|
"<TDocument, TPartialDocument>, options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"BulkResponse",
|
|
", unknown>>; <TDocument = unknown, TPartialDocument = unknown>(this: That, params: ",
|
|
"BulkRequest",
|
|
"<TDocument, TPartialDocument>, options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"BulkResponse",
|
|
">; }; capabilities: { (this: That, params?: ",
|
|
"TODO",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"TODO",
|
|
">; (this: That, params?: ",
|
|
"TODO",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"TODO",
|
|
", unknown>>; (this: That, params?: ",
|
|
"TODO",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"TODO",
|
|
">; }; cat: ",
|
|
"default",
|
|
"; ccr: ",
|
|
"default",
|
|
"; clearScroll: { (this: That, params?: ",
|
|
"ClearScrollRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"ClearScrollResponse",
|
|
">; (this: That, params?: ",
|
|
"ClearScrollRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"ClearScrollResponse",
|
|
", unknown>>; (this: That, params?: ",
|
|
"ClearScrollRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"ClearScrollResponse",
|
|
">; }; closePointInTime: { (this: That, params: ",
|
|
"ClosePointInTimeRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"ClosePointInTimeResponse",
|
|
">; (this: That, params: ",
|
|
"ClosePointInTimeRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"ClosePointInTimeResponse",
|
|
", unknown>>; (this: That, params: ",
|
|
"ClosePointInTimeRequest",
|
|
", options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"ClosePointInTimeResponse",
|
|
">; }; cluster: ",
|
|
"default",
|
|
"; connector: ",
|
|
"default",
|
|
"; count: { (this: That, params?: ",
|
|
"CountRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"CountResponse",
|
|
">; (this: That, params?: ",
|
|
"CountRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"CountResponse",
|
|
", unknown>>; (this: That, params?: ",
|
|
"CountRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"CountResponse",
|
|
">; }; danglingIndices: ",
|
|
"default",
|
|
"; deleteByQuery: { (this: That, params: ",
|
|
"DeleteByQueryRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"DeleteByQueryResponse",
|
|
">; (this: That, params: ",
|
|
"DeleteByQueryRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"DeleteByQueryResponse",
|
|
", unknown>>; (this: That, params: ",
|
|
"DeleteByQueryRequest",
|
|
", options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"DeleteByQueryResponse",
|
|
">; }; deleteByQueryRethrottle: { (this: That, params: ",
|
|
"DeleteByQueryRethrottleRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"TasksTaskListResponseBase",
|
|
">; (this: That, params: ",
|
|
"DeleteByQueryRethrottleRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"TasksTaskListResponseBase",
|
|
", unknown>>; (this: That, params: ",
|
|
"DeleteByQueryRethrottleRequest",
|
|
", options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"TasksTaskListResponseBase",
|
|
">; }; deleteScript: { (this: That, params: ",
|
|
"DeleteScriptRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"AcknowledgedResponseBase",
|
|
">; (this: That, params: ",
|
|
"DeleteScriptRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"AcknowledgedResponseBase",
|
|
", unknown>>; (this: That, params: ",
|
|
"DeleteScriptRequest",
|
|
", options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"AcknowledgedResponseBase",
|
|
">; }; enrich: ",
|
|
"default",
|
|
"; eql: ",
|
|
"default",
|
|
"; esql: ",
|
|
"default",
|
|
"; exists: { (this: That, params: ",
|
|
"ExistsRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<boolean>; (this: That, params: ",
|
|
"ExistsRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<boolean, unknown>>; (this: That, params: ",
|
|
"ExistsRequest",
|
|
", options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<boolean>; }; existsSource: { (this: That, params: ",
|
|
"ExistsSourceRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<boolean>; (this: That, params: ",
|
|
"ExistsSourceRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<boolean, unknown>>; (this: That, params: ",
|
|
"ExistsSourceRequest",
|
|
", options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<boolean>; }; explain: { <TDocument = unknown>(this: That, params: ",
|
|
"ExplainRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"ExplainResponse",
|
|
"<TDocument>>; <TDocument = unknown>(this: That, params: ",
|
|
"ExplainRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"ExplainResponse",
|
|
"<TDocument>, unknown>>; <TDocument = unknown>(this: That, params: ",
|
|
"ExplainRequest",
|
|
", options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"ExplainResponse",
|
|
"<TDocument>>; }; features: ",
|
|
"default",
|
|
"; fieldCaps: { (this: That, params?: ",
|
|
"FieldCapsRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"FieldCapsResponse",
|
|
">; (this: That, params?: ",
|
|
"FieldCapsRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"FieldCapsResponse",
|
|
", unknown>>; (this: That, params?: ",
|
|
"FieldCapsRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"FieldCapsResponse",
|
|
">; }; fleet: ",
|
|
"default",
|
|
"; getScript: { (this: That, params: ",
|
|
"GetScriptRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"GetScriptResponse",
|
|
">; (this: That, params: ",
|
|
"GetScriptRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"GetScriptResponse",
|
|
", unknown>>; (this: That, params: ",
|
|
"GetScriptRequest",
|
|
", options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"GetScriptResponse",
|
|
">; }; getScriptContext: { (this: That, params?: ",
|
|
"GetScriptContextRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"GetScriptContextResponse",
|
|
">; (this: That, params?: ",
|
|
"GetScriptContextRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"GetScriptContextResponse",
|
|
", unknown>>; (this: That, params?: ",
|
|
"GetScriptContextRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"GetScriptContextResponse",
|
|
">; }; getScriptLanguages: { (this: That, params?: ",
|
|
"GetScriptLanguagesRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"GetScriptLanguagesResponse",
|
|
">; (this: That, params?: ",
|
|
"GetScriptLanguagesRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"GetScriptLanguagesResponse",
|
|
", unknown>>; (this: That, params?: ",
|
|
"GetScriptLanguagesRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"GetScriptLanguagesResponse",
|
|
">; }; getSource: { <TDocument = unknown>(this: That, params: ",
|
|
"GetSourceRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<TDocument>; <TDocument = unknown>(this: That, params: ",
|
|
"GetSourceRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<TDocument, unknown>>; <TDocument = unknown>(this: That, params: ",
|
|
"GetSourceRequest",
|
|
", options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<TDocument>; }; graph: ",
|
|
"default",
|
|
"; healthReport: { (this: That, params?: ",
|
|
"HealthReportRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"HealthReportResponse",
|
|
">; (this: That, params?: ",
|
|
"HealthReportRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"HealthReportResponse",
|
|
", unknown>>; (this: That, params?: ",
|
|
"HealthReportRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"HealthReportResponse",
|
|
">; }; ilm: ",
|
|
"default",
|
|
"; index: { <TDocument = unknown>(this: That, params: ",
|
|
"IndexRequest",
|
|
"<TDocument>, options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"WriteResponseBase",
|
|
">; <TDocument = unknown>(this: That, params: ",
|
|
"IndexRequest",
|
|
"<TDocument>, options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"WriteResponseBase",
|
|
", unknown>>; <TDocument = unknown>(this: That, params: ",
|
|
"IndexRequest",
|
|
"<TDocument>, options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"WriteResponseBase",
|
|
">; }; indices: ",
|
|
"default",
|
|
"; inference: ",
|
|
"default",
|
|
"; info: { (this: That, params?: ",
|
|
"InfoRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"InfoResponse",
|
|
">; (this: That, params?: ",
|
|
"InfoRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"InfoResponse",
|
|
", unknown>>; (this: That, params?: ",
|
|
"InfoRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"InfoResponse",
|
|
">; }; ingest: ",
|
|
"default",
|
|
"; knnSearch: { <TDocument = unknown>(this: That, params: ",
|
|
"KnnSearchRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"KnnSearchResponse",
|
|
"<TDocument>>; <TDocument = unknown>(this: That, params: ",
|
|
"KnnSearchRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"KnnSearchResponse",
|
|
"<TDocument>, unknown>>; <TDocument = unknown>(this: That, params: ",
|
|
"KnnSearchRequest",
|
|
", options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"KnnSearchResponse",
|
|
"<TDocument>>; }; license: ",
|
|
"default",
|
|
"; logstash: ",
|
|
"default",
|
|
"; mget: { <TDocument = unknown>(this: That, params?: ",
|
|
"MgetRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"MgetResponse",
|
|
"<TDocument>>; <TDocument = unknown>(this: That, params?: ",
|
|
"MgetRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"MgetResponse",
|
|
"<TDocument>, unknown>>; <TDocument = unknown>(this: That, params?: ",
|
|
"MgetRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"MgetResponse",
|
|
"<TDocument>>; }; migration: ",
|
|
"default",
|
|
"; ml: ",
|
|
"default",
|
|
"; monitoring: ",
|
|
"default",
|
|
"; msearch: { <TDocument = unknown, TAggregations = Record<string, ",
|
|
"AggregationsAggregate",
|
|
">>(this: That, params: ",
|
|
"MsearchRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"MsearchResponse",
|
|
"<TDocument, TAggregations>>; <TDocument = unknown, TAggregations = Record<string, ",
|
|
"AggregationsAggregate",
|
|
">>(this: That, params: ",
|
|
"MsearchRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"MsearchResponse",
|
|
"<TDocument, TAggregations>, unknown>>; <TDocument = unknown, TAggregations = Record<string, ",
|
|
"AggregationsAggregate",
|
|
">>(this: That, params: ",
|
|
"MsearchRequest",
|
|
", options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"MsearchResponse",
|
|
"<TDocument, TAggregations>>; }; msearchTemplate: { <TDocument = unknown, TAggregations = Record<string, ",
|
|
"AggregationsAggregate",
|
|
">>(this: That, params: ",
|
|
"MsearchTemplateRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"MsearchTemplateResponse",
|
|
"<TDocument, TAggregations>>; <TDocument = unknown, TAggregations = Record<string, ",
|
|
"AggregationsAggregate",
|
|
">>(this: That, params: ",
|
|
"MsearchTemplateRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"MsearchTemplateResponse",
|
|
"<TDocument, TAggregations>, unknown>>; <TDocument = unknown, TAggregations = Record<string, ",
|
|
"AggregationsAggregate",
|
|
">>(this: That, params: ",
|
|
"MsearchTemplateRequest",
|
|
", options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"MsearchTemplateResponse",
|
|
"<TDocument, TAggregations>>; }; mtermvectors: { (this: That, params?: ",
|
|
"MtermvectorsRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"MtermvectorsResponse",
|
|
">; (this: That, params?: ",
|
|
"MtermvectorsRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"MtermvectorsResponse",
|
|
", unknown>>; (this: That, params?: ",
|
|
"MtermvectorsRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"MtermvectorsResponse",
|
|
">; }; nodes: ",
|
|
"default",
|
|
"; openPointInTime: { (this: That, params: ",
|
|
"OpenPointInTimeRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"OpenPointInTimeResponse",
|
|
">; (this: That, params: ",
|
|
"OpenPointInTimeRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"OpenPointInTimeResponse",
|
|
", unknown>>; (this: That, params: ",
|
|
"OpenPointInTimeRequest",
|
|
", options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"OpenPointInTimeResponse",
|
|
">; }; ping: { (this: That, params?: ",
|
|
"PingRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<boolean>; (this: That, params?: ",
|
|
"PingRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<boolean, unknown>>; (this: That, params?: ",
|
|
"PingRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<boolean>; }; profiling: ",
|
|
"default",
|
|
"; putScript: { (this: That, params: ",
|
|
"PutScriptRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"AcknowledgedResponseBase",
|
|
">; (this: That, params: ",
|
|
"PutScriptRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"AcknowledgedResponseBase",
|
|
", unknown>>; (this: That, params: ",
|
|
"PutScriptRequest",
|
|
", options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"AcknowledgedResponseBase",
|
|
">; }; queryRules: ",
|
|
"default",
|
|
"; rankEval: { (this: That, params: ",
|
|
"RankEvalRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"RankEvalResponse",
|
|
">; (this: That, params: ",
|
|
"RankEvalRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"RankEvalResponse",
|
|
", unknown>>; (this: That, params: ",
|
|
"RankEvalRequest",
|
|
", options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"RankEvalResponse",
|
|
">; }; reindex: { (this: That, params: ",
|
|
"ReindexRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"ReindexResponse",
|
|
">; (this: That, params: ",
|
|
"ReindexRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"ReindexResponse",
|
|
", unknown>>; (this: That, params: ",
|
|
"ReindexRequest",
|
|
", options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"ReindexResponse",
|
|
">; }; reindexRethrottle: { (this: That, params: ",
|
|
"ReindexRethrottleRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"ReindexRethrottleResponse",
|
|
">; (this: That, params: ",
|
|
"ReindexRethrottleRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"ReindexRethrottleResponse",
|
|
", unknown>>; (this: That, params: ",
|
|
"ReindexRethrottleRequest",
|
|
", options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"ReindexRethrottleResponse",
|
|
">; }; renderSearchTemplate: { (this: That, params?: ",
|
|
"RenderSearchTemplateRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"RenderSearchTemplateResponse",
|
|
">; (this: That, params?: ",
|
|
"RenderSearchTemplateRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"RenderSearchTemplateResponse",
|
|
", unknown>>; (this: That, params?: ",
|
|
"RenderSearchTemplateRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"RenderSearchTemplateResponse",
|
|
">; }; rollup: ",
|
|
"default",
|
|
"; scriptsPainlessExecute: { <TResult = unknown>(this: That, params?: ",
|
|
"ScriptsPainlessExecuteRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"ScriptsPainlessExecuteResponse",
|
|
"<TResult>>; <TResult = unknown>(this: That, params?: ",
|
|
"ScriptsPainlessExecuteRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"ScriptsPainlessExecuteResponse",
|
|
"<TResult>, unknown>>; <TResult = unknown>(this: That, params?: ",
|
|
"ScriptsPainlessExecuteRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"ScriptsPainlessExecuteResponse",
|
|
"<TResult>>; }; scroll: { <TDocument = unknown, TAggregations = Record<string, ",
|
|
"AggregationsAggregate",
|
|
">>(this: That, params: ",
|
|
"ScrollRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"ScrollResponse",
|
|
"<TDocument, TAggregations>>; <TDocument = unknown, TAggregations = Record<string, ",
|
|
"AggregationsAggregate",
|
|
">>(this: That, params: ",
|
|
"ScrollRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"ScrollResponse",
|
|
"<TDocument, TAggregations>, unknown>>; <TDocument = unknown, TAggregations = Record<string, ",
|
|
"AggregationsAggregate",
|
|
">>(this: That, params: ",
|
|
"ScrollRequest",
|
|
", options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"ScrollResponse",
|
|
"<TDocument, TAggregations>>; }; searchApplication: ",
|
|
"default",
|
|
"; searchMvt: { (this: That, params: ",
|
|
"SearchMvtRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<ArrayBuffer>; (this: That, params: ",
|
|
"SearchMvtRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<ArrayBuffer, unknown>>; (this: That, params: ",
|
|
"SearchMvtRequest",
|
|
", options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<ArrayBuffer>; }; searchShards: { (this: That, params?: ",
|
|
"SearchShardsRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"SearchShardsResponse",
|
|
">; (this: That, params?: ",
|
|
"SearchShardsRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"SearchShardsResponse",
|
|
", unknown>>; (this: That, params?: ",
|
|
"SearchShardsRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"SearchShardsResponse",
|
|
">; }; searchTemplate: { <TDocument = unknown>(this: That, params?: ",
|
|
"SearchTemplateRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"SearchTemplateResponse",
|
|
"<TDocument>>; <TDocument = unknown>(this: That, params?: ",
|
|
"SearchTemplateRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"SearchTemplateResponse",
|
|
"<TDocument>, unknown>>; <TDocument = unknown>(this: That, params?: ",
|
|
"SearchTemplateRequest",
|
|
" | undefined, options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"SearchTemplateResponse",
|
|
"<TDocument>>; }; searchableSnapshots: ",
|
|
"default",
|
|
"; security: ",
|
|
"default",
|
|
"; shutdown: ",
|
|
"default",
|
|
"; simulate: ",
|
|
"default",
|
|
"; slm: ",
|
|
"default",
|
|
"; snapshot: ",
|
|
"default",
|
|
"; sql: ",
|
|
"default",
|
|
"; ssl: ",
|
|
"default",
|
|
"; synonyms: ",
|
|
"default",
|
|
"; tasks: ",
|
|
"default",
|
|
"; termsEnum: { (this: That, params: ",
|
|
"TermsEnumRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"TermsEnumResponse",
|
|
">; (this: That, params: ",
|
|
"TermsEnumRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"TermsEnumResponse",
|
|
", unknown>>; (this: That, params: ",
|
|
"TermsEnumRequest",
|
|
", options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"TermsEnumResponse",
|
|
">; }; termvectors: { <TDocument = unknown>(this: That, params: ",
|
|
"TermvectorsRequest",
|
|
"<TDocument>, options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"TermvectorsResponse",
|
|
">; <TDocument = unknown>(this: That, params: ",
|
|
"TermvectorsRequest",
|
|
"<TDocument>, options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"TermvectorsResponse",
|
|
", unknown>>; <TDocument = unknown>(this: That, params: ",
|
|
"TermvectorsRequest",
|
|
"<TDocument>, options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"TermvectorsResponse",
|
|
">; }; textStructure: ",
|
|
"default",
|
|
"; transform: ",
|
|
"default",
|
|
"; updateByQuery: { (this: That, params: ",
|
|
"UpdateByQueryRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"UpdateByQueryResponse",
|
|
">; (this: That, params: ",
|
|
"UpdateByQueryRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"UpdateByQueryResponse",
|
|
", unknown>>; (this: That, params: ",
|
|
"UpdateByQueryRequest",
|
|
", options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"UpdateByQueryResponse",
|
|
">; }; updateByQueryRethrottle: { (this: That, params: ",
|
|
"UpdateByQueryRethrottleRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithOutMeta",
|
|
" | undefined): Promise<",
|
|
"UpdateByQueryRethrottleResponse",
|
|
">; (this: That, params: ",
|
|
"UpdateByQueryRethrottleRequest",
|
|
", options?: ",
|
|
"TransportRequestOptionsWithMeta",
|
|
" | undefined): Promise<",
|
|
"TransportResult",
|
|
"<",
|
|
"UpdateByQueryRethrottleResponse",
|
|
", unknown>>; (this: That, params: ",
|
|
"UpdateByQueryRethrottleRequest",
|
|
", options?: ",
|
|
"TransportRequestOptions",
|
|
" | undefined): Promise<",
|
|
"UpdateByQueryRethrottleResponse",
|
|
">; }; watcher: ",
|
|
"default",
|
|
"; xpack: ",
|
|
"default",
|
|
"; }"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/utils/create_or_update_index_template.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.createOrUpdateIndexTemplate.$1.logger",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "logger",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/logging",
|
|
"scope": "common",
|
|
"docId": "kibKbnLoggingPluginApi",
|
|
"section": "def-common.Logger",
|
|
"text": "Logger"
|
|
}
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/utils/create_or_update_index_template.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.existsQuery",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "existsQuery",
|
|
"description": [],
|
|
"signature": [
|
|
"(field: string) => ",
|
|
"QueryDslQueryContainer",
|
|
"[]"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/utils/queries.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.existsQuery.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "field",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/utils/queries.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.getInspectResponse",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getInspectResponse",
|
|
"description": [
|
|
"\nCreate a formatted response to be sent in the _inspect key for use in the\ninspector."
|
|
],
|
|
"signature": [
|
|
"({\n esError,\n esRequestParams,\n esRequestStatus,\n esResponse,\n kibanaRequest,\n operationName,\n startTime,\n}: { esError: ",
|
|
"WrappedElasticsearchClientError",
|
|
" | null; esRequestParams: Record<string, any>; esRequestStatus: ",
|
|
{
|
|
"pluginId": "inspector",
|
|
"scope": "common",
|
|
"docId": "kibInspectorPluginApi",
|
|
"section": "def-common.RequestStatus",
|
|
"text": "RequestStatus"
|
|
},
|
|
"; esResponse: any; kibanaRequest: ",
|
|
"KibanaRequest",
|
|
"<unknown, unknown, unknown, any>; operationName: string; startTime: number; }) => ",
|
|
{
|
|
"pluginId": "inspector",
|
|
"scope": "common",
|
|
"docId": "kibInspectorPluginApi",
|
|
"section": "def-common.Request",
|
|
"text": "Request"
|
|
}
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/get_inspect_response.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.getInspectResponse.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "{\n esError,\n esRequestParams,\n esRequestStatus,\n esResponse,\n kibanaRequest,\n operationName,\n startTime,\n}",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/get_inspect_response.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.getInspectResponse.$1.esError",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "esError",
|
|
"description": [],
|
|
"signature": [
|
|
"WrappedElasticsearchClientError",
|
|
" | null"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/get_inspect_response.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.getInspectResponse.$1.esRequestParams",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "esRequestParams",
|
|
"description": [],
|
|
"signature": [
|
|
"{ [x: string]: any; }"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/get_inspect_response.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.getInspectResponse.$1.esRequestStatus",
|
|
"type": "Enum",
|
|
"tags": [],
|
|
"label": "esRequestStatus",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "inspector",
|
|
"scope": "common",
|
|
"docId": "kibInspectorPluginApi",
|
|
"section": "def-common.RequestStatus",
|
|
"text": "RequestStatus"
|
|
}
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/get_inspect_response.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.getInspectResponse.$1.esResponse",
|
|
"type": "Any",
|
|
"tags": [],
|
|
"label": "esResponse",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/get_inspect_response.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.getInspectResponse.$1.kibanaRequest",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "kibanaRequest",
|
|
"description": [],
|
|
"signature": [
|
|
"KibanaRequest",
|
|
"<unknown, unknown, unknown, any>"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/get_inspect_response.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.getInspectResponse.$1.operationName",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "operationName",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/get_inspect_response.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.getInspectResponse.$1.startTime",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "startTime",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/get_inspect_response.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.getParsedFilterQuery",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getParsedFilterQuery",
|
|
"description": [],
|
|
"signature": [
|
|
"(filter: string | undefined) => ",
|
|
"QueryDslQueryContainer",
|
|
"[]"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/utils/get_parsed_filtered_query.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.getParsedFilterQuery.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "filter",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/utils/get_parsed_filtered_query.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.kqlQuery",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "kqlQuery",
|
|
"description": [],
|
|
"signature": [
|
|
"(kql: string | undefined) => ",
|
|
"QueryDslQueryContainer",
|
|
"[]"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/utils/queries.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.kqlQuery.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "kql",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/utils/queries.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.rangeQuery",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "rangeQuery",
|
|
"description": [],
|
|
"signature": [
|
|
"(start: number | undefined, end: number | undefined, field: string) => ",
|
|
"QueryDslQueryContainer",
|
|
"[]"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/utils/queries.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.rangeQuery.$1",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "start",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/utils/queries.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.rangeQuery.$2",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "end",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/utils/queries.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.rangeQuery.$3",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "field",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/utils/queries.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.termQuery",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "termQuery",
|
|
"description": [],
|
|
"signature": [
|
|
"(field: T, value: string | number | boolean | null | undefined, opts: TermQueryOpts) => ",
|
|
"QueryDslQueryContainer",
|
|
"[]"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/utils/queries.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.termQuery.$1",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "field",
|
|
"description": [],
|
|
"signature": [
|
|
"T"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/utils/queries.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.termQuery.$2",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "value",
|
|
"description": [],
|
|
"signature": [
|
|
"string | number | boolean | null | undefined"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/utils/queries.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.termQuery.$3",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "opts",
|
|
"description": [],
|
|
"signature": [
|
|
"TermQueryOpts"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/utils/queries.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.termsQuery",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "termsQuery",
|
|
"description": [],
|
|
"signature": [
|
|
"(field: string, values: (string | number | boolean | null | undefined)[]) => ",
|
|
"QueryDslQueryContainer",
|
|
"[]"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/utils/queries.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.termsQuery.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "field",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/utils/queries.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.termsQuery.$2",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "values",
|
|
"description": [],
|
|
"signature": [
|
|
"(string | number | boolean | null | undefined)[]"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/utils/queries.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.unwrapEsResponse",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "unwrapEsResponse",
|
|
"description": [],
|
|
"signature": [
|
|
"(responsePromise: T) => Promise<Awaited<T>[\"body\"]>"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/unwrap_es_response.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.unwrapEsResponse.$1",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "responsePromise",
|
|
"description": [],
|
|
"signature": [
|
|
"T"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/unwrap_es_response.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.wildcardQuery",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "wildcardQuery",
|
|
"description": [],
|
|
"signature": [
|
|
"(field: T, value: string | undefined, opts: { leadingWildcard: boolean; }) => ",
|
|
"QueryDslQueryContainer",
|
|
"[]"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/utils/queries.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.wildcardQuery.$1",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "field",
|
|
"description": [],
|
|
"signature": [
|
|
"T"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/utils/queries.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.wildcardQuery.$2",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "value",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/utils/queries.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.wildcardQuery.$3",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "opts",
|
|
"description": [],
|
|
"signature": [
|
|
"{ leadingWildcard: boolean; }"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/utils/queries.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"interfaces": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.CustomThresholdLocators",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "CustomThresholdLocators",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/lib/rules/custom_threshold/custom_threshold_executor.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.CustomThresholdLocators.alertsLocator",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "alertsLocator",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "share",
|
|
"scope": "common",
|
|
"docId": "kibSharePluginApi",
|
|
"section": "def-common.LocatorPublic",
|
|
"text": "LocatorPublic"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "common",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-common.AlertsLocatorParams",
|
|
"text": "AlertsLocatorParams"
|
|
},
|
|
"> | undefined"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/lib/rules/custom_threshold/custom_threshold_executor.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.CustomThresholdLocators.logsLocator",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "logsLocator",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "share",
|
|
"scope": "common",
|
|
"docId": "kibSharePluginApi",
|
|
"section": "def-common.LocatorPublic",
|
|
"text": "LocatorPublic"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "discover",
|
|
"scope": "common",
|
|
"docId": "kibDiscoverPluginApi",
|
|
"section": "def-common.DiscoverAppLocatorParams",
|
|
"text": "DiscoverAppLocatorParams"
|
|
},
|
|
"> | undefined"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/lib/rules/custom_threshold/custom_threshold_executor.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.ObservabilityRouteCreateOptions",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "ObservabilityRouteCreateOptions",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/routes/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.ObservabilityRouteCreateOptions.tags",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "tags",
|
|
"description": [],
|
|
"signature": [
|
|
"string[] | undefined"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/routes/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.ObservabilityRouteCreateOptions.access",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "access",
|
|
"description": [],
|
|
"signature": [
|
|
"\"public\" | \"internal\" | undefined"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/routes/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.ObservabilityRouteHandlerResources",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "ObservabilityRouteHandlerResources",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/routes/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.ObservabilityRouteHandlerResources.context",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "context",
|
|
"description": [],
|
|
"signature": [
|
|
"RequestHandlerContext",
|
|
" & { licensing: Promise<",
|
|
{
|
|
"pluginId": "licensing",
|
|
"scope": "server",
|
|
"docId": "kibLicensingPluginApi",
|
|
"section": "def-server.LicensingApiRequestHandlerContext",
|
|
"text": "LicensingApiRequestHandlerContext"
|
|
},
|
|
">; alerting: Promise<",
|
|
{
|
|
"pluginId": "alerting",
|
|
"scope": "server",
|
|
"docId": "kibAlertingPluginApi",
|
|
"section": "def-server.AlertingApiRequestHandlerContext",
|
|
"text": "AlertingApiRequestHandlerContext"
|
|
},
|
|
">; core: Promise<",
|
|
"CoreRequestHandlerContext",
|
|
">; }"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/routes/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.ObservabilityRouteHandlerResources.dependencies",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "dependencies",
|
|
"description": [],
|
|
"signature": [
|
|
"RegisterRoutesDependencies"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/routes/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.ObservabilityRouteHandlerResources.logger",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "logger",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/logging",
|
|
"scope": "common",
|
|
"docId": "kibKbnLoggingPluginApi",
|
|
"section": "def-common.Logger",
|
|
"text": "Logger"
|
|
}
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/routes/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.ObservabilityRouteHandlerResources.request",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "request",
|
|
"description": [],
|
|
"signature": [
|
|
"KibanaRequest",
|
|
"<unknown, unknown, unknown, any>"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/routes/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.ObservabilityRouteHandlerResources.response",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "response",
|
|
"description": [],
|
|
"signature": [
|
|
"KibanaSuccessResponseFactory",
|
|
" & ",
|
|
"KibanaRedirectionResponseFactory",
|
|
" & ",
|
|
"KibanaNotModifiedResponseFactory",
|
|
" & ",
|
|
"KibanaErrorResponseFactory",
|
|
" & { file<T extends string | Record<string, any> | Error | Buffer | ",
|
|
"Stream",
|
|
" | { message: string | Error; attributes?: ",
|
|
"ResponseErrorAttributes",
|
|
" | undefined; } | undefined>(options: ",
|
|
"FileHttpResponseOptions",
|
|
"<T>): ",
|
|
"IKibanaResponse",
|
|
"<any>; custom<T extends string | Record<string, any> | Error | Buffer | ",
|
|
"Stream",
|
|
" | { message: string | Error; attributes?: ",
|
|
"ResponseErrorAttributes",
|
|
" | undefined; } | undefined>(options: ",
|
|
"CustomHttpResponseOptions",
|
|
"<T>): ",
|
|
"IKibanaResponse",
|
|
"<any>; }"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/routes/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"enums": [],
|
|
"misc": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.AbstractObservabilityServerRouteRepository",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "AbstractObservabilityServerRouteRepository",
|
|
"description": [],
|
|
"signature": [
|
|
"{ [x: string]: ",
|
|
{
|
|
"pluginId": "@kbn/server-route-repository-utils",
|
|
"scope": "common",
|
|
"docId": "kibKbnServerRouteRepositoryUtilsPluginApi",
|
|
"section": "def-common.ServerRoute",
|
|
"text": "ServerRoute"
|
|
},
|
|
"<string, ",
|
|
{
|
|
"pluginId": "@kbn/server-route-repository-utils",
|
|
"scope": "common",
|
|
"docId": "kibKbnServerRouteRepositoryUtilsPluginApi",
|
|
"section": "def-common.RouteParamsRT",
|
|
"text": "RouteParamsRT"
|
|
},
|
|
" | undefined, any, any, ",
|
|
{
|
|
"pluginId": "@kbn/server-route-repository-utils",
|
|
"scope": "common",
|
|
"docId": "kibKbnServerRouteRepositoryUtilsPluginApi",
|
|
"section": "def-common.ServerRouteCreateOptions",
|
|
"text": "ServerRouteCreateOptions"
|
|
},
|
|
" | undefined>; }"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/routes/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.APIEndpoint",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "APIEndpoint",
|
|
"description": [],
|
|
"signature": [
|
|
"\"GET /internal/observability/assistant/alert_details_contextual_insights\" | \"GET /api/observability/rules/alerts/dynamic_index_pattern 2023-10-31\" | \"GET /internal/observability/alerts/related_dashboards\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/routes/get_global_observability_server_route_repository.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.Mappings",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "Mappings",
|
|
"description": [],
|
|
"signature": [
|
|
"MappingTypeMapping",
|
|
" & Omit<",
|
|
"IndicesPutMappingRequest",
|
|
", \"index\">"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/utils/create_or_update_index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.ObservabilityAPIReturnType",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "ObservabilityAPIReturnType",
|
|
"description": [],
|
|
"signature": [
|
|
"{ \"GET /internal/observability/alerts/related_dashboards\": ",
|
|
{
|
|
"pluginId": "@kbn/server-route-repository-utils",
|
|
"scope": "common",
|
|
"docId": "kibKbnServerRouteRepositoryUtilsPluginApi",
|
|
"section": "def-common.ServerRoute",
|
|
"text": "ServerRoute"
|
|
},
|
|
"<\"GET /internal/observability/alerts/related_dashboards\", Zod.ZodObject<{ query: Zod.ZodObject<{ alertId: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { alertId: string; }, { alertId: string; }>; }, \"strip\", Zod.ZodTypeAny, { query: { alertId: string; }; }, { query: { alertId: string; }; }>, ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "server",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-server.ObservabilityRouteHandlerResources",
|
|
"text": "ObservabilityRouteHandlerResources"
|
|
},
|
|
", ",
|
|
"IKibanaResponse",
|
|
"<any> | { suggestedDashboards: { id: string; title: string; matchedBy: { index?: string[] | undefined; fields?: string[] | undefined; }; relevantPanelCount: number; relevantPanels: { matchedBy: { index?: string[] | undefined; fields?: string[] | undefined; }; panel: { type: string; panelConfig: Record<string, any>; panelIndex: string; title?: string | undefined; }; }[]; }[]; linkedDashboards: { id: string; title: string; matchedBy: { index?: string[] | undefined; fields?: string[] | undefined; }; relevantPanelCount: number; relevantPanels: { matchedBy: { index?: string[] | undefined; fields?: string[] | undefined; }; panel: { type: string; panelConfig: Record<string, any>; panelIndex: string; title?: string | undefined; }; }[]; }[]; }, ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "server",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-server.ObservabilityRouteCreateOptions",
|
|
"text": "ObservabilityRouteCreateOptions"
|
|
},
|
|
">; \"GET /api/observability/rules/alerts/dynamic_index_pattern 2023-10-31\": ",
|
|
{
|
|
"pluginId": "@kbn/server-route-repository-utils",
|
|
"scope": "common",
|
|
"docId": "kibKbnServerRouteRepositoryUtilsPluginApi",
|
|
"section": "def-common.ServerRoute",
|
|
"text": "ServerRoute"
|
|
},
|
|
"<\"GET /api/observability/rules/alerts/dynamic_index_pattern 2023-10-31\", ",
|
|
"TypeC",
|
|
"<{ query: ",
|
|
"TypeC",
|
|
"<{ registrationContexts: ",
|
|
"ArrayC",
|
|
"<",
|
|
"StringC",
|
|
">; namespace: ",
|
|
"StringC",
|
|
"; }>; }>, ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "server",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-server.ObservabilityRouteHandlerResources",
|
|
"text": "ObservabilityRouteHandlerResources"
|
|
},
|
|
", string[], ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "server",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-server.ObservabilityRouteCreateOptions",
|
|
"text": "ObservabilityRouteCreateOptions"
|
|
},
|
|
">; \"GET /internal/observability/assistant/alert_details_contextual_insights\": ",
|
|
{
|
|
"pluginId": "@kbn/server-route-repository-utils",
|
|
"scope": "common",
|
|
"docId": "kibKbnServerRouteRepositoryUtilsPluginApi",
|
|
"section": "def-common.ServerRoute",
|
|
"text": "ServerRoute"
|
|
},
|
|
"<\"GET /internal/observability/assistant/alert_details_contextual_insights\", ",
|
|
"TypeC",
|
|
"<{ query: ",
|
|
"IntersectionC",
|
|
"<[",
|
|
"TypeC",
|
|
"<{ alert_started_at: ",
|
|
"StringC",
|
|
"; }>, ",
|
|
"PartialC",
|
|
"<{ alert_rule_parameter_time_size: ",
|
|
"StringC",
|
|
"; alert_rule_parameter_time_unit: ",
|
|
"StringC",
|
|
"; 'service.name': ",
|
|
"StringC",
|
|
"; 'service.environment': ",
|
|
"StringC",
|
|
"; 'transaction.type': ",
|
|
"StringC",
|
|
"; 'transaction.name': ",
|
|
"StringC",
|
|
"; 'host.name': ",
|
|
"StringC",
|
|
"; 'container.id': ",
|
|
"StringC",
|
|
"; 'kubernetes.pod.name': ",
|
|
"StringC",
|
|
"; }>]>; }>, ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "server",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-server.ObservabilityRouteHandlerResources",
|
|
"text": "ObservabilityRouteHandlerResources"
|
|
},
|
|
", { alertContext: ",
|
|
"AlertDetailsContextualInsight",
|
|
"[]; }, ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "server",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-server.ObservabilityRouteCreateOptions",
|
|
"text": "ObservabilityRouteCreateOptions"
|
|
},
|
|
">; }[TEndpoint] extends ",
|
|
{
|
|
"pluginId": "@kbn/server-route-repository-utils",
|
|
"scope": "common",
|
|
"docId": "kibKbnServerRouteRepositoryUtilsPluginApi",
|
|
"section": "def-common.ServerRoute",
|
|
"text": "ServerRoute"
|
|
},
|
|
"<any, any, any, infer TReturnType extends ServerRouteHandlerReturnType, any> ? TReturnType extends ",
|
|
"IKibanaResponse",
|
|
"<infer TWrappedResponseType extends string | Record<string, any> | Error | Buffer | ",
|
|
"Stream",
|
|
" | { message: string | Error; attributes?: ",
|
|
"ResponseErrorAttributes",
|
|
" | undefined; } | undefined> ? TWrappedResponseType : TReturnType : never"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/routes/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.ObservabilityConfig",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "ObservabilityConfig",
|
|
"description": [],
|
|
"signature": [
|
|
"{ readonly enabled: boolean; readonly annotations: Readonly<{} & { index: string; enabled: boolean; }>; readonly unsafe: Readonly<{} & { alertDetails: Readonly<{} & { uptime: Readonly<{} & { enabled: boolean; }>; observability: Readonly<{} & { enabled: boolean; }>; metrics: Readonly<{} & { enabled: boolean; }>; logs: Readonly<{} & { enabled: boolean; }>; }>; thresholdRule: Readonly<{} & { enabled: boolean; }>; ruleFormV2: Readonly<{} & { enabled: boolean; }>; }>; readonly customThresholdRule: Readonly<{} & { groupByPageSize: number; }>; readonly createO11yGenericFeatureId: boolean; }"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.ObservabilityServerRouteRepository",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "ObservabilityServerRouteRepository",
|
|
"description": [],
|
|
"signature": [
|
|
"{ \"GET /internal/observability/alerts/related_dashboards\": ",
|
|
{
|
|
"pluginId": "@kbn/server-route-repository-utils",
|
|
"scope": "common",
|
|
"docId": "kibKbnServerRouteRepositoryUtilsPluginApi",
|
|
"section": "def-common.ServerRoute",
|
|
"text": "ServerRoute"
|
|
},
|
|
"<\"GET /internal/observability/alerts/related_dashboards\", Zod.ZodObject<{ query: Zod.ZodObject<{ alertId: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { alertId: string; }, { alertId: string; }>; }, \"strip\", Zod.ZodTypeAny, { query: { alertId: string; }; }, { query: { alertId: string; }; }>, ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "server",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-server.ObservabilityRouteHandlerResources",
|
|
"text": "ObservabilityRouteHandlerResources"
|
|
},
|
|
", ",
|
|
"IKibanaResponse",
|
|
"<any> | { suggestedDashboards: { id: string; title: string; matchedBy: { index?: string[] | undefined; fields?: string[] | undefined; }; relevantPanelCount: number; relevantPanels: { matchedBy: { index?: string[] | undefined; fields?: string[] | undefined; }; panel: { type: string; panelConfig: Record<string, any>; panelIndex: string; title?: string | undefined; }; }[]; }[]; linkedDashboards: { id: string; title: string; matchedBy: { index?: string[] | undefined; fields?: string[] | undefined; }; relevantPanelCount: number; relevantPanels: { matchedBy: { index?: string[] | undefined; fields?: string[] | undefined; }; panel: { type: string; panelConfig: Record<string, any>; panelIndex: string; title?: string | undefined; }; }[]; }[]; }, ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "server",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-server.ObservabilityRouteCreateOptions",
|
|
"text": "ObservabilityRouteCreateOptions"
|
|
},
|
|
">; \"GET /api/observability/rules/alerts/dynamic_index_pattern 2023-10-31\": ",
|
|
{
|
|
"pluginId": "@kbn/server-route-repository-utils",
|
|
"scope": "common",
|
|
"docId": "kibKbnServerRouteRepositoryUtilsPluginApi",
|
|
"section": "def-common.ServerRoute",
|
|
"text": "ServerRoute"
|
|
},
|
|
"<\"GET /api/observability/rules/alerts/dynamic_index_pattern 2023-10-31\", ",
|
|
"TypeC",
|
|
"<{ query: ",
|
|
"TypeC",
|
|
"<{ registrationContexts: ",
|
|
"ArrayC",
|
|
"<",
|
|
"StringC",
|
|
">; namespace: ",
|
|
"StringC",
|
|
"; }>; }>, ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "server",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-server.ObservabilityRouteHandlerResources",
|
|
"text": "ObservabilityRouteHandlerResources"
|
|
},
|
|
", string[], ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "server",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-server.ObservabilityRouteCreateOptions",
|
|
"text": "ObservabilityRouteCreateOptions"
|
|
},
|
|
">; \"GET /internal/observability/assistant/alert_details_contextual_insights\": ",
|
|
{
|
|
"pluginId": "@kbn/server-route-repository-utils",
|
|
"scope": "common",
|
|
"docId": "kibKbnServerRouteRepositoryUtilsPluginApi",
|
|
"section": "def-common.ServerRoute",
|
|
"text": "ServerRoute"
|
|
},
|
|
"<\"GET /internal/observability/assistant/alert_details_contextual_insights\", ",
|
|
"TypeC",
|
|
"<{ query: ",
|
|
"IntersectionC",
|
|
"<[",
|
|
"TypeC",
|
|
"<{ alert_started_at: ",
|
|
"StringC",
|
|
"; }>, ",
|
|
"PartialC",
|
|
"<{ alert_rule_parameter_time_size: ",
|
|
"StringC",
|
|
"; alert_rule_parameter_time_unit: ",
|
|
"StringC",
|
|
"; 'service.name': ",
|
|
"StringC",
|
|
"; 'service.environment': ",
|
|
"StringC",
|
|
"; 'transaction.type': ",
|
|
"StringC",
|
|
"; 'transaction.name': ",
|
|
"StringC",
|
|
"; 'host.name': ",
|
|
"StringC",
|
|
"; 'container.id': ",
|
|
"StringC",
|
|
"; 'kubernetes.pod.name': ",
|
|
"StringC",
|
|
"; }>]>; }>, ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "server",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-server.ObservabilityRouteHandlerResources",
|
|
"text": "ObservabilityRouteHandlerResources"
|
|
},
|
|
", { alertContext: ",
|
|
"AlertDetailsContextualInsight",
|
|
"[]; }, ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "server",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-server.ObservabilityRouteCreateOptions",
|
|
"text": "ObservabilityRouteCreateOptions"
|
|
},
|
|
">; }"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/routes/get_global_observability_server_route_repository.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.ScopedAnnotationsClient",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "ScopedAnnotationsClient",
|
|
"description": [],
|
|
"signature": [
|
|
"{ index: string; create: (createParams: { annotation: { title?: string | undefined; type?: string | undefined; style?: { icon?: string | undefined; color?: string | undefined; line?: { width?: number | undefined; style?: \"dashed\" | \"solid\" | \"dotted\" | undefined; iconPosition?: \"top\" | \"bottom\" | undefined; textDecoration?: \"none\" | \"name\" | undefined; } | undefined; rect?: { fill?: \"inside\" | \"outside\" | undefined; } | undefined; } | undefined; }; '@timestamp': string; message: string; } & { event?: ({ start: string; } & { end?: string | undefined; }) | undefined; tags?: string[] | undefined; service?: { name?: string | undefined; environment?: string | undefined; version?: string | undefined; } | undefined; monitor?: { id?: string | undefined; } | undefined; slo?: ({ id: string; } & { instanceId?: string | undefined; }) | undefined; host?: { name?: string | undefined; } | undefined; }) => Promise<{ _id: string; _index: string; _source: { id: string; } & { annotation: { title?: string | undefined; type?: string | undefined; style?: { icon?: string | undefined; color?: string | undefined; line?: { width?: number | undefined; style?: \"dashed\" | \"solid\" | \"dotted\" | undefined; iconPosition?: \"top\" | \"bottom\" | undefined; textDecoration?: \"none\" | \"name\" | undefined; } | undefined; rect?: { fill?: \"inside\" | \"outside\" | undefined; } | undefined; } | undefined; }; '@timestamp': string; message: string; } & { event?: ({ start: string; } & { end?: string | undefined; }) | undefined; tags?: string[] | undefined; service?: { name?: string | undefined; environment?: string | undefined; version?: string | undefined; } | undefined; monitor?: { id?: string | undefined; } | undefined; slo?: ({ id: string; } & { instanceId?: string | undefined; }) | undefined; host?: { name?: string | undefined; } | undefined; }; }>; update: (updateParams: { id: string; } & { annotation: { title?: string | undefined; type?: string | undefined; style?: { icon?: string | undefined; color?: string | undefined; line?: { width?: number | undefined; style?: \"dashed\" | \"solid\" | \"dotted\" | undefined; iconPosition?: \"top\" | \"bottom\" | undefined; textDecoration?: \"none\" | \"name\" | undefined; } | undefined; rect?: { fill?: \"inside\" | \"outside\" | undefined; } | undefined; } | undefined; }; '@timestamp': string; message: string; } & { event?: ({ start: string; } & { end?: string | undefined; }) | undefined; tags?: string[] | undefined; service?: { name?: string | undefined; environment?: string | undefined; version?: string | undefined; } | undefined; monitor?: { id?: string | undefined; } | undefined; slo?: ({ id: string; } & { instanceId?: string | undefined; }) | undefined; host?: { name?: string | undefined; } | undefined; }) => Promise<{ _id: string; _index: string; _source: { id: string; } & { annotation: { title?: string | undefined; type?: string | undefined; style?: { icon?: string | undefined; color?: string | undefined; line?: { width?: number | undefined; style?: \"dashed\" | \"solid\" | \"dotted\" | undefined; iconPosition?: \"top\" | \"bottom\" | undefined; textDecoration?: \"none\" | \"name\" | undefined; } | undefined; rect?: { fill?: \"inside\" | \"outside\" | undefined; } | undefined; } | undefined; }; '@timestamp': string; message: string; } & { event?: ({ start: string; } & { end?: string | undefined; }) | undefined; tags?: string[] | undefined; service?: { name?: string | undefined; environment?: string | undefined; version?: string | undefined; } | undefined; monitor?: { id?: string | undefined; } | undefined; slo?: ({ id: string; } & { instanceId?: string | undefined; }) | undefined; host?: { name?: string | undefined; } | undefined; }; }>; getById: (getByIdParams: { id: string; }) => Promise<{ _source: { annotation: { title: string; type?: string | undefined; style?: { icon?: string | undefined; color?: string | undefined; line?: { width?: number | undefined; style?: \"dashed\" | \"solid\" | \"dotted\" | undefined; iconPosition?: \"top\" | \"bottom\" | undefined; textDecoration?: \"none\" | \"name\" | undefined; } | undefined; rect?: { fill?: \"inside\" | \"outside\" | undefined; } | undefined; } | undefined; }; id: string; '@timestamp': string; message: string; event?: ({ start: string; } & { end?: string | undefined; }) | undefined; tags?: string[] | undefined; service?: { name?: string | undefined; environment?: string | undefined; version?: string | undefined; } | undefined; monitor?: { id?: string | undefined; } | undefined; slo?: ({ id: string; } & { instanceId?: string | undefined; }) | undefined; host?: { name?: string | undefined; } | undefined; }; _index: string; _id?: string | undefined; _score?: number | null | undefined; _explanation?: ",
|
|
"ExplainExplanation",
|
|
" | undefined; fields?: Record<string, any> | undefined; highlight?: Record<string, string[]> | undefined; inner_hits?: Record<string, ",
|
|
"SearchInnerHitsResult",
|
|
"> | undefined; matched_queries?: string[] | Record<string, number> | undefined; _nested?: ",
|
|
"SearchNestedIdentity",
|
|
" | undefined; _ignored?: string[] | undefined; ignored_field_values?: Record<string, any[]> | undefined; _shard?: string | undefined; _node?: string | undefined; _routing?: string | undefined; _rank?: number | undefined; _seq_no?: number | undefined; _primary_term?: number | undefined; _version?: number | undefined; sort?: ",
|
|
"SortResults",
|
|
" | undefined; }>; find: (findParams: { query?: string | undefined; start?: string | undefined; end?: string | undefined; sloId?: string | undefined; sloInstanceId?: string | undefined; serviceName?: string | undefined; filter?: string | undefined; size?: number | undefined; }) => Promise<{ items: { id: string | undefined; annotation: { title: string; type?: string | undefined; style?: { icon?: string | undefined; color?: string | undefined; line?: { width?: number | undefined; style?: \"dashed\" | \"solid\" | \"dotted\" | undefined; iconPosition?: \"top\" | \"bottom\" | undefined; textDecoration?: \"none\" | \"name\" | undefined; } | undefined; rect?: { fill?: \"inside\" | \"outside\" | undefined; } | undefined; } | undefined; }; '@timestamp': string; message: string; event?: ({ start: string; } & { end?: string | undefined; }) | undefined; tags?: string[] | undefined; service?: { name?: string | undefined; environment?: string | undefined; version?: string | undefined; } | undefined; monitor?: { id?: string | undefined; } | undefined; slo?: ({ id: string; } & { instanceId?: string | undefined; }) | undefined; host?: { name?: string | undefined; } | undefined; }[]; total: number; }>; delete: (deleteParams: { id: string; }) => Promise<",
|
|
"DeleteByQueryResponse",
|
|
">; permissions: () => Promise<{ index: string; hasGoldLicense: boolean; }>; }"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/lib/annotations/bootstrap_annotations.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"objects": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.metricsExplorerViewSavedObjectAttributesRT",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "metricsExplorerViewSavedObjectAttributesRT",
|
|
"description": [],
|
|
"signature": [
|
|
"IntersectionC",
|
|
"<[",
|
|
"ExactC",
|
|
"<",
|
|
"TypeC",
|
|
"<{ name: ",
|
|
"BrandC",
|
|
"<",
|
|
"StringC",
|
|
", ",
|
|
{
|
|
"pluginId": "@kbn/io-ts-utils",
|
|
"scope": "common",
|
|
"docId": "kibKbnIoTsUtilsPluginApi",
|
|
"section": "def-common.NonEmptyStringBrand",
|
|
"text": "NonEmptyStringBrand"
|
|
},
|
|
">; }>>, ",
|
|
"UnknownRecordC",
|
|
"]>"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.metricsExplorerViewSavedObjectRT",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "metricsExplorerViewSavedObjectRT",
|
|
"description": [],
|
|
"signature": [
|
|
"IntersectionC",
|
|
"<[",
|
|
"TypeC",
|
|
"<{ id: ",
|
|
"StringC",
|
|
"; attributes: ",
|
|
"IntersectionC",
|
|
"<[",
|
|
"ExactC",
|
|
"<",
|
|
"TypeC",
|
|
"<{ name: ",
|
|
"BrandC",
|
|
"<",
|
|
"StringC",
|
|
", ",
|
|
{
|
|
"pluginId": "@kbn/io-ts-utils",
|
|
"scope": "common",
|
|
"docId": "kibKbnIoTsUtilsPluginApi",
|
|
"section": "def-common.NonEmptyStringBrand",
|
|
"text": "NonEmptyStringBrand"
|
|
},
|
|
">; }>>, ",
|
|
"UnknownRecordC",
|
|
"]>; }>, ",
|
|
"PartialC",
|
|
"<{ version: ",
|
|
"StringC",
|
|
"; updated_at: ",
|
|
"Type",
|
|
"<number, string, unknown>; }>]>"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "uiSettings",
|
|
"description": [
|
|
"\nuiSettings definitions for Observability."
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.enableInspectEsQueries",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "[enableInspectEsQueries]",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.enableInspectEsQueries.category",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "category",
|
|
"description": [],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.enableInspectEsQueries.name",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "name",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.enableInspectEsQueries.value",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "value",
|
|
"description": [],
|
|
"signature": [
|
|
"false"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.enableInspectEsQueries.description",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "description",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.enableInspectEsQueries.schema",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "schema",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/config-schema",
|
|
"scope": "common",
|
|
"docId": "kibKbnConfigSchemaPluginApi",
|
|
"section": "def-common.Type",
|
|
"text": "Type"
|
|
},
|
|
"<boolean>"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.enableInspectEsQueries.requiresPageReload",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "requiresPageReload",
|
|
"description": [],
|
|
"signature": [
|
|
"true"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.enableInspectEsQueries.solution",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "solution",
|
|
"description": [],
|
|
"signature": [
|
|
"\"oblt\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.maxSuggestions",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "[maxSuggestions]",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.maxSuggestions.category",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "category",
|
|
"description": [],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.maxSuggestions.name",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "name",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.maxSuggestions.value",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "value",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.maxSuggestions.description",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "description",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.maxSuggestions.schema",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "schema",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/config-schema",
|
|
"scope": "common",
|
|
"docId": "kibKbnConfigSchemaPluginApi",
|
|
"section": "def-common.Type",
|
|
"text": "Type"
|
|
},
|
|
"<number>"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.maxSuggestions.solution",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "solution",
|
|
"description": [],
|
|
"signature": [
|
|
"\"oblt\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.enableComparisonByDefault",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "[enableComparisonByDefault]",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.enableComparisonByDefault.category",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "category",
|
|
"description": [],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.enableComparisonByDefault.name",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "name",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.enableComparisonByDefault.value",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "value",
|
|
"description": [],
|
|
"signature": [
|
|
"true"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.enableComparisonByDefault.description",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "description",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.enableComparisonByDefault.schema",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "schema",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/config-schema",
|
|
"scope": "common",
|
|
"docId": "kibKbnConfigSchemaPluginApi",
|
|
"section": "def-common.Type",
|
|
"text": "Type"
|
|
},
|
|
"<boolean>"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.enableComparisonByDefault.solution",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "solution",
|
|
"description": [],
|
|
"signature": [
|
|
"\"oblt\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.defaultApmServiceEnvironment",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "[defaultApmServiceEnvironment]",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.defaultApmServiceEnvironment.category",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "category",
|
|
"description": [],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.defaultApmServiceEnvironment.sensitive",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "sensitive",
|
|
"description": [],
|
|
"signature": [
|
|
"true"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.defaultApmServiceEnvironment.name",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "name",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.defaultApmServiceEnvironment.description",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "description",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.defaultApmServiceEnvironment.value",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "value",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.defaultApmServiceEnvironment.schema",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "schema",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/config-schema",
|
|
"scope": "common",
|
|
"docId": "kibKbnConfigSchemaPluginApi",
|
|
"section": "def-common.Type",
|
|
"text": "Type"
|
|
},
|
|
"<string>"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.defaultApmServiceEnvironment.solution",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "solution",
|
|
"description": [],
|
|
"signature": [
|
|
"\"oblt\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmProgressiveLoading",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "[apmProgressiveLoading]",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmProgressiveLoading.category",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "category",
|
|
"description": [],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmProgressiveLoading.name",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "name",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmProgressiveLoading.description",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "description",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmProgressiveLoading.value",
|
|
"type": "Enum",
|
|
"tags": [],
|
|
"label": "value",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "common",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-common.ProgressiveLoadingQuality",
|
|
"text": "ProgressiveLoadingQuality"
|
|
}
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmProgressiveLoading.schema",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "schema",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/config-schema",
|
|
"scope": "common",
|
|
"docId": "kibKbnConfigSchemaPluginApi",
|
|
"section": "def-common.Type",
|
|
"text": "Type"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "common",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-common.ProgressiveLoadingQuality",
|
|
"text": "ProgressiveLoadingQuality"
|
|
},
|
|
">"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmProgressiveLoading.requiresPageReload",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "requiresPageReload",
|
|
"description": [],
|
|
"signature": [
|
|
"false"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmProgressiveLoading.type",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"signature": [
|
|
"\"select\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmProgressiveLoading.options",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "options",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "common",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-common.ProgressiveLoadingQuality",
|
|
"text": "ProgressiveLoadingQuality"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmProgressiveLoading.optionLabels",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "optionLabels",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmProgressiveLoading.optionLabels.ProgressiveLoadingQuality.off",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "[ProgressiveLoadingQuality.off]",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmProgressiveLoading.optionLabels.ProgressiveLoadingQuality.low",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "[ProgressiveLoadingQuality.low]",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmProgressiveLoading.optionLabels.ProgressiveLoadingQuality.medium",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "[ProgressiveLoadingQuality.medium]",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmProgressiveLoading.optionLabels.ProgressiveLoadingQuality.high",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "[ProgressiveLoadingQuality.high]",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmProgressiveLoading.showInLabs",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "showInLabs",
|
|
"description": [],
|
|
"signature": [
|
|
"true"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmProgressiveLoading.solution",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "solution",
|
|
"description": [],
|
|
"signature": [
|
|
"\"oblt\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmServiceGroupMaxNumberOfServices",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "[apmServiceGroupMaxNumberOfServices]",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmServiceGroupMaxNumberOfServices.category",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "category",
|
|
"description": [],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmServiceGroupMaxNumberOfServices.name",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "name",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmServiceGroupMaxNumberOfServices.value",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "value",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmServiceGroupMaxNumberOfServices.description",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "description",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmServiceGroupMaxNumberOfServices.schema",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "schema",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/config-schema",
|
|
"scope": "common",
|
|
"docId": "kibKbnConfigSchemaPluginApi",
|
|
"section": "def-common.Type",
|
|
"text": "Type"
|
|
},
|
|
"<number>"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmServiceGroupMaxNumberOfServices.solution",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "solution",
|
|
"description": [],
|
|
"signature": [
|
|
"\"oblt\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmTraceExplorerTab",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "[apmTraceExplorerTab]",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmTraceExplorerTab.category",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "category",
|
|
"description": [],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmTraceExplorerTab.name",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "name",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmTraceExplorerTab.description",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "description",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmTraceExplorerTab.schema",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "schema",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/config-schema",
|
|
"scope": "common",
|
|
"docId": "kibKbnConfigSchemaPluginApi",
|
|
"section": "def-common.Type",
|
|
"text": "Type"
|
|
},
|
|
"<boolean>"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmTraceExplorerTab.value",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "value",
|
|
"description": [],
|
|
"signature": [
|
|
"true"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmTraceExplorerTab.requiresPageReload",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "requiresPageReload",
|
|
"description": [],
|
|
"signature": [
|
|
"true"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmTraceExplorerTab.type",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"signature": [
|
|
"\"boolean\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmTraceExplorerTab.showInLabs",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "showInLabs",
|
|
"description": [],
|
|
"signature": [
|
|
"true"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmTraceExplorerTab.solution",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "solution",
|
|
"description": [],
|
|
"signature": [
|
|
"\"oblt\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmLabsButton",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "[apmLabsButton]",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmLabsButton.category",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "category",
|
|
"description": [],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmLabsButton.name",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "name",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmLabsButton.description",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "description",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmLabsButton.schema",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "schema",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/config-schema",
|
|
"scope": "common",
|
|
"docId": "kibKbnConfigSchemaPluginApi",
|
|
"section": "def-common.Type",
|
|
"text": "Type"
|
|
},
|
|
"<boolean>"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmLabsButton.value",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "value",
|
|
"description": [],
|
|
"signature": [
|
|
"false"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmLabsButton.requiresPageReload",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "requiresPageReload",
|
|
"description": [],
|
|
"signature": [
|
|
"true"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmLabsButton.type",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"signature": [
|
|
"\"boolean\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmLabsButton.solution",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "solution",
|
|
"description": [],
|
|
"signature": [
|
|
"\"oblt\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.enableInfrastructureProfilingIntegration",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "[enableInfrastructureProfilingIntegration]",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.enableInfrastructureProfilingIntegration.category",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "category",
|
|
"description": [],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.enableInfrastructureProfilingIntegration.name",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "name",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.enableInfrastructureProfilingIntegration.value",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "value",
|
|
"description": [],
|
|
"signature": [
|
|
"true"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.enableInfrastructureProfilingIntegration.description",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "description",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.enableInfrastructureProfilingIntegration.schema",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "schema",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/config-schema",
|
|
"scope": "common",
|
|
"docId": "kibKbnConfigSchemaPluginApi",
|
|
"section": "def-common.Type",
|
|
"text": "Type"
|
|
},
|
|
"<boolean>"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.enableInfrastructureProfilingIntegration.solution",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "solution",
|
|
"description": [],
|
|
"signature": [
|
|
"\"oblt\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.enableInfrastructureAssetCustomDashboards",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "[enableInfrastructureAssetCustomDashboards]",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.enableInfrastructureAssetCustomDashboards.category",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "category",
|
|
"description": [],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.enableInfrastructureAssetCustomDashboards.name",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "name",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.enableInfrastructureAssetCustomDashboards.value",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "value",
|
|
"description": [],
|
|
"signature": [
|
|
"false"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.enableInfrastructureAssetCustomDashboards.description",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "description",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.enableInfrastructureAssetCustomDashboards.schema",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "schema",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/config-schema",
|
|
"scope": "common",
|
|
"docId": "kibKbnConfigSchemaPluginApi",
|
|
"section": "def-common.Type",
|
|
"text": "Type"
|
|
},
|
|
"<boolean>"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.enableInfrastructureAssetCustomDashboards.solution",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "solution",
|
|
"description": [],
|
|
"signature": [
|
|
"\"oblt\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.enableAwsLambdaMetrics",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "[enableAwsLambdaMetrics]",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.enableAwsLambdaMetrics.category",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "category",
|
|
"description": [],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.enableAwsLambdaMetrics.name",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "name",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.enableAwsLambdaMetrics.description",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "description",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.enableAwsLambdaMetrics.schema",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "schema",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/config-schema",
|
|
"scope": "common",
|
|
"docId": "kibKbnConfigSchemaPluginApi",
|
|
"section": "def-common.Type",
|
|
"text": "Type"
|
|
},
|
|
"<boolean>"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.enableAwsLambdaMetrics.value",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "value",
|
|
"description": [],
|
|
"signature": [
|
|
"true"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.enableAwsLambdaMetrics.requiresPageReload",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "requiresPageReload",
|
|
"description": [],
|
|
"signature": [
|
|
"true"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.enableAwsLambdaMetrics.type",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"signature": [
|
|
"\"boolean\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.enableAwsLambdaMetrics.showInLabs",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "showInLabs",
|
|
"description": [],
|
|
"signature": [
|
|
"true"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.enableAwsLambdaMetrics.solution",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "solution",
|
|
"description": [],
|
|
"signature": [
|
|
"\"oblt\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmEnableTableSearchBar",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "[apmEnableTableSearchBar]",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmEnableTableSearchBar.category",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "category",
|
|
"description": [],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmEnableTableSearchBar.name",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "name",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmEnableTableSearchBar.description",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "description",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmEnableTableSearchBar.schema",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "schema",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/config-schema",
|
|
"scope": "common",
|
|
"docId": "kibKbnConfigSchemaPluginApi",
|
|
"section": "def-common.Type",
|
|
"text": "Type"
|
|
},
|
|
"<boolean>"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmEnableTableSearchBar.value",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "value",
|
|
"description": [],
|
|
"signature": [
|
|
"true"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmEnableTableSearchBar.requiresPageReload",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "requiresPageReload",
|
|
"description": [],
|
|
"signature": [
|
|
"true"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmEnableTableSearchBar.type",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"signature": [
|
|
"\"boolean\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmEnableTableSearchBar.solution",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "solution",
|
|
"description": [],
|
|
"signature": [
|
|
"\"oblt\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.entityCentricExperience",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "[entityCentricExperience]",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.entityCentricExperience.category",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "category",
|
|
"description": [],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.entityCentricExperience.name",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "name",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.entityCentricExperience.description",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "description",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.entityCentricExperience.schema",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "schema",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/config-schema",
|
|
"scope": "common",
|
|
"docId": "kibKbnConfigSchemaPluginApi",
|
|
"section": "def-common.Type",
|
|
"text": "Type"
|
|
},
|
|
"<boolean>"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.entityCentricExperience.value",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "value",
|
|
"description": [],
|
|
"signature": [
|
|
"false"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.entityCentricExperience.requiresPageReload",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "requiresPageReload",
|
|
"description": [],
|
|
"signature": [
|
|
"true"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.entityCentricExperience.type",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"signature": [
|
|
"\"boolean\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.entityCentricExperience.solution",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "solution",
|
|
"description": [],
|
|
"signature": [
|
|
"\"oblt\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmEnableServiceInventoryTableSearchBar",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "[apmEnableServiceInventoryTableSearchBar]",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmEnableServiceInventoryTableSearchBar.category",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "category",
|
|
"description": [],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmEnableServiceInventoryTableSearchBar.name",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "name",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmEnableServiceInventoryTableSearchBar.description",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "description",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmEnableServiceInventoryTableSearchBar.schema",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "schema",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/config-schema",
|
|
"scope": "common",
|
|
"docId": "kibKbnConfigSchemaPluginApi",
|
|
"section": "def-common.Type",
|
|
"text": "Type"
|
|
},
|
|
"<boolean>"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmEnableServiceInventoryTableSearchBar.value",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "value",
|
|
"description": [],
|
|
"signature": [
|
|
"true"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmEnableServiceInventoryTableSearchBar.requiresPageReload",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "requiresPageReload",
|
|
"description": [],
|
|
"signature": [
|
|
"true"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmEnableServiceInventoryTableSearchBar.type",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"signature": [
|
|
"\"boolean\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmEnableServiceInventoryTableSearchBar.solution",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "solution",
|
|
"description": [],
|
|
"signature": [
|
|
"\"oblt\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmEnableServiceMapApiV2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "[apmEnableServiceMapApiV2]",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmEnableServiceMapApiV2.category",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "category",
|
|
"description": [],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmEnableServiceMapApiV2.name",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "name",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmEnableServiceMapApiV2.description",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "description",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmEnableServiceMapApiV2.schema",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "schema",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/config-schema",
|
|
"scope": "common",
|
|
"docId": "kibKbnConfigSchemaPluginApi",
|
|
"section": "def-common.Type",
|
|
"text": "Type"
|
|
},
|
|
"<boolean>"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmEnableServiceMapApiV2.value",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "value",
|
|
"description": [],
|
|
"signature": [
|
|
"false"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmEnableServiceMapApiV2.requiresPageReload",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "requiresPageReload",
|
|
"description": [],
|
|
"signature": [
|
|
"false"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmEnableServiceMapApiV2.type",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"signature": [
|
|
"\"boolean\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmEnableServiceMapApiV2.solution",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "solution",
|
|
"description": [],
|
|
"signature": [
|
|
"\"oblt\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmAWSLambdaPriceFactor",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "[apmAWSLambdaPriceFactor]",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmAWSLambdaPriceFactor.category",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "category",
|
|
"description": [],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmAWSLambdaPriceFactor.name",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "name",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmAWSLambdaPriceFactor.type",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"signature": [
|
|
"\"json\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmAWSLambdaPriceFactor.value",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "value",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmAWSLambdaPriceFactor.description",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "description",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmAWSLambdaPriceFactor.schema",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "schema",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/config-schema",
|
|
"scope": "common",
|
|
"docId": "kibKbnConfigSchemaPluginApi",
|
|
"section": "def-common.ObjectType",
|
|
"text": "ObjectType"
|
|
},
|
|
"<{ arm: ",
|
|
{
|
|
"pluginId": "@kbn/config-schema",
|
|
"scope": "common",
|
|
"docId": "kibKbnConfigSchemaPluginApi",
|
|
"section": "def-common.Type",
|
|
"text": "Type"
|
|
},
|
|
"<number>; x86_64: ",
|
|
{
|
|
"pluginId": "@kbn/config-schema",
|
|
"scope": "common",
|
|
"docId": "kibKbnConfigSchemaPluginApi",
|
|
"section": "def-common.Type",
|
|
"text": "Type"
|
|
},
|
|
"<number>; }>"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmAWSLambdaPriceFactor.solution",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "solution",
|
|
"description": [],
|
|
"signature": [
|
|
"\"oblt\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmAWSLambdaRequestCostPerMillion",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "[apmAWSLambdaRequestCostPerMillion]",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmAWSLambdaRequestCostPerMillion.category",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "category",
|
|
"description": [],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmAWSLambdaRequestCostPerMillion.name",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "name",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmAWSLambdaRequestCostPerMillion.value",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "value",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmAWSLambdaRequestCostPerMillion.schema",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "schema",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/config-schema",
|
|
"scope": "common",
|
|
"docId": "kibKbnConfigSchemaPluginApi",
|
|
"section": "def-common.Type",
|
|
"text": "Type"
|
|
},
|
|
"<number>"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmAWSLambdaRequestCostPerMillion.solution",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "solution",
|
|
"description": [],
|
|
"signature": [
|
|
"\"oblt\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmEnableContinuousRollups",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "[apmEnableContinuousRollups]",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmEnableContinuousRollups.category",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "category",
|
|
"description": [],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmEnableContinuousRollups.name",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "name",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmEnableContinuousRollups.value",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "value",
|
|
"description": [],
|
|
"signature": [
|
|
"true"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmEnableContinuousRollups.description",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "description",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmEnableContinuousRollups.schema",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "schema",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/config-schema",
|
|
"scope": "common",
|
|
"docId": "kibKbnConfigSchemaPluginApi",
|
|
"section": "def-common.Type",
|
|
"text": "Type"
|
|
},
|
|
"<boolean>"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmEnableContinuousRollups.requiresPageReload",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "requiresPageReload",
|
|
"description": [],
|
|
"signature": [
|
|
"true"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmEnableContinuousRollups.solution",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "solution",
|
|
"description": [],
|
|
"signature": [
|
|
"\"oblt\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.syntheticsThrottlingEnabled",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "[syntheticsThrottlingEnabled]",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.syntheticsThrottlingEnabled.category",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "category",
|
|
"description": [],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.syntheticsThrottlingEnabled.name",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "name",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.syntheticsThrottlingEnabled.value",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "value",
|
|
"description": [],
|
|
"signature": [
|
|
"false"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.syntheticsThrottlingEnabled.description",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "description",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.syntheticsThrottlingEnabled.schema",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "schema",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/config-schema",
|
|
"scope": "common",
|
|
"docId": "kibKbnConfigSchemaPluginApi",
|
|
"section": "def-common.Type",
|
|
"text": "Type"
|
|
},
|
|
"<boolean>"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.syntheticsThrottlingEnabled.requiresPageReload",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "requiresPageReload",
|
|
"description": [],
|
|
"signature": [
|
|
"true"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.syntheticsThrottlingEnabled.solution",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "solution",
|
|
"description": [],
|
|
"signature": [
|
|
"\"oblt\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.enableLegacyUptimeApp",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "[enableLegacyUptimeApp]",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.enableLegacyUptimeApp.category",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "category",
|
|
"description": [],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.enableLegacyUptimeApp.name",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "name",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.enableLegacyUptimeApp.value",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "value",
|
|
"description": [],
|
|
"signature": [
|
|
"false"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.enableLegacyUptimeApp.description",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "description",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.enableLegacyUptimeApp.schema",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "schema",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/config-schema",
|
|
"scope": "common",
|
|
"docId": "kibKbnConfigSchemaPluginApi",
|
|
"section": "def-common.Type",
|
|
"text": "Type"
|
|
},
|
|
"<boolean>"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.enableLegacyUptimeApp.requiresPageReload",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "requiresPageReload",
|
|
"description": [],
|
|
"signature": [
|
|
"true"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.enableLegacyUptimeApp.solution",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "solution",
|
|
"description": [],
|
|
"signature": [
|
|
"\"oblt\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmEnableProfilingIntegration",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "[apmEnableProfilingIntegration]",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmEnableProfilingIntegration.category",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "category",
|
|
"description": [],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmEnableProfilingIntegration.name",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "name",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmEnableProfilingIntegration.value",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "value",
|
|
"description": [],
|
|
"signature": [
|
|
"true"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmEnableProfilingIntegration.schema",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "schema",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/config-schema",
|
|
"scope": "common",
|
|
"docId": "kibKbnConfigSchemaPluginApi",
|
|
"section": "def-common.Type",
|
|
"text": "Type"
|
|
},
|
|
"<boolean>"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmEnableProfilingIntegration.requiresPageReload",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "requiresPageReload",
|
|
"description": [],
|
|
"signature": [
|
|
"false"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmEnableProfilingIntegration.solution",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "solution",
|
|
"description": [],
|
|
"signature": [
|
|
"\"oblt\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.profilingShowErrorFrames",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "[profilingShowErrorFrames]",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.profilingShowErrorFrames.category",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "category",
|
|
"description": [],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.profilingShowErrorFrames.name",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "name",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.profilingShowErrorFrames.value",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "value",
|
|
"description": [],
|
|
"signature": [
|
|
"false"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.profilingShowErrorFrames.schema",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "schema",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/config-schema",
|
|
"scope": "common",
|
|
"docId": "kibKbnConfigSchemaPluginApi",
|
|
"section": "def-common.Type",
|
|
"text": "Type"
|
|
},
|
|
"<boolean>"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.profilingShowErrorFrames.requiresPageReload",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "requiresPageReload",
|
|
"description": [],
|
|
"signature": [
|
|
"true"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.profilingShowErrorFrames.solution",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "solution",
|
|
"description": [],
|
|
"signature": [
|
|
"\"oblt\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.profilingPervCPUWattX86",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "[profilingPervCPUWattX86]",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.profilingPervCPUWattX86.category",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "category",
|
|
"description": [],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.profilingPervCPUWattX86.name",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "name",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.profilingPervCPUWattX86.value",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "value",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.profilingPervCPUWattX86.description",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "description",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.profilingPervCPUWattX86.schema",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "schema",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/config-schema",
|
|
"scope": "common",
|
|
"docId": "kibKbnConfigSchemaPluginApi",
|
|
"section": "def-common.Type",
|
|
"text": "Type"
|
|
},
|
|
"<number>"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.profilingPervCPUWattX86.requiresPageReload",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "requiresPageReload",
|
|
"description": [],
|
|
"signature": [
|
|
"true"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.profilingPervCPUWattX86.solution",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "solution",
|
|
"description": [],
|
|
"signature": [
|
|
"\"oblt\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.profilingPervCPUWattArm64",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "[profilingPervCPUWattArm64]",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.profilingPervCPUWattArm64.category",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "category",
|
|
"description": [],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.profilingPervCPUWattArm64.name",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "name",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.profilingPervCPUWattArm64.value",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "value",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.profilingPervCPUWattArm64.description",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "description",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.profilingPervCPUWattArm64.schema",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "schema",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/config-schema",
|
|
"scope": "common",
|
|
"docId": "kibKbnConfigSchemaPluginApi",
|
|
"section": "def-common.Type",
|
|
"text": "Type"
|
|
},
|
|
"<number>"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.profilingPervCPUWattArm64.requiresPageReload",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "requiresPageReload",
|
|
"description": [],
|
|
"signature": [
|
|
"true"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.profilingPervCPUWattArm64.solution",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "solution",
|
|
"description": [],
|
|
"signature": [
|
|
"\"oblt\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.profilingDatacenterPUE",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "[profilingDatacenterPUE]",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.profilingDatacenterPUE.category",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "category",
|
|
"description": [],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.profilingDatacenterPUE.name",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "name",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.profilingDatacenterPUE.value",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "value",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.profilingDatacenterPUE.description",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "description",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.profilingDatacenterPUE.schema",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "schema",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/config-schema",
|
|
"scope": "common",
|
|
"docId": "kibKbnConfigSchemaPluginApi",
|
|
"section": "def-common.Type",
|
|
"text": "Type"
|
|
},
|
|
"<number>"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.profilingDatacenterPUE.requiresPageReload",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "requiresPageReload",
|
|
"description": [],
|
|
"signature": [
|
|
"true"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.profilingDatacenterPUE.solution",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "solution",
|
|
"description": [],
|
|
"signature": [
|
|
"\"oblt\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.profilingCo2PerKWH",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "[profilingCo2PerKWH]",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.profilingCo2PerKWH.category",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "category",
|
|
"description": [],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.profilingCo2PerKWH.name",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "name",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.profilingCo2PerKWH.value",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "value",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.profilingCo2PerKWH.description",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "description",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.profilingCo2PerKWH.schema",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "schema",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/config-schema",
|
|
"scope": "common",
|
|
"docId": "kibKbnConfigSchemaPluginApi",
|
|
"section": "def-common.Type",
|
|
"text": "Type"
|
|
},
|
|
"<number>"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.profilingCo2PerKWH.requiresPageReload",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "requiresPageReload",
|
|
"description": [],
|
|
"signature": [
|
|
"true"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.profilingCo2PerKWH.solution",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "solution",
|
|
"description": [],
|
|
"signature": [
|
|
"\"oblt\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.profilingAWSCostDiscountRate",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "[profilingAWSCostDiscountRate]",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.profilingAWSCostDiscountRate.category",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "category",
|
|
"description": [],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.profilingAWSCostDiscountRate.name",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "name",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.profilingAWSCostDiscountRate.value",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "value",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.profilingAWSCostDiscountRate.schema",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "schema",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/config-schema",
|
|
"scope": "common",
|
|
"docId": "kibKbnConfigSchemaPluginApi",
|
|
"section": "def-common.Type",
|
|
"text": "Type"
|
|
},
|
|
"<number>"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.profilingAWSCostDiscountRate.requiresPageReload",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "requiresPageReload",
|
|
"description": [],
|
|
"signature": [
|
|
"true"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.profilingAWSCostDiscountRate.description",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "description",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.profilingAWSCostDiscountRate.solution",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "solution",
|
|
"description": [],
|
|
"signature": [
|
|
"\"oblt\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.profilingAzureCostDiscountRate",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "[profilingAzureCostDiscountRate]",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.profilingAzureCostDiscountRate.category",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "category",
|
|
"description": [],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.profilingAzureCostDiscountRate.name",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "name",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.profilingAzureCostDiscountRate.value",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "value",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.profilingAzureCostDiscountRate.schema",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "schema",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/config-schema",
|
|
"scope": "common",
|
|
"docId": "kibKbnConfigSchemaPluginApi",
|
|
"section": "def-common.Type",
|
|
"text": "Type"
|
|
},
|
|
"<number>"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.profilingAzureCostDiscountRate.requiresPageReload",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "requiresPageReload",
|
|
"description": [],
|
|
"signature": [
|
|
"true"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.profilingAzureCostDiscountRate.description",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "description",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.profilingAzureCostDiscountRate.solution",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "solution",
|
|
"description": [],
|
|
"signature": [
|
|
"\"oblt\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.profilingCostPervCPUPerHour",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "[profilingCostPervCPUPerHour]",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.profilingCostPervCPUPerHour.category",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "category",
|
|
"description": [],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.profilingCostPervCPUPerHour.name",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "name",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.profilingCostPervCPUPerHour.value",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "value",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.profilingCostPervCPUPerHour.description",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "description",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.profilingCostPervCPUPerHour.schema",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "schema",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/config-schema",
|
|
"scope": "common",
|
|
"docId": "kibKbnConfigSchemaPluginApi",
|
|
"section": "def-common.Type",
|
|
"text": "Type"
|
|
},
|
|
"<number>"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.profilingCostPervCPUPerHour.requiresPageReload",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "requiresPageReload",
|
|
"description": [],
|
|
"signature": [
|
|
"true"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.profilingCostPervCPUPerHour.solution",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "solution",
|
|
"description": [],
|
|
"signature": [
|
|
"\"oblt\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmEnableTransactionProfiling",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "[apmEnableTransactionProfiling]",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmEnableTransactionProfiling.category",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "category",
|
|
"description": [],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmEnableTransactionProfiling.name",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "name",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmEnableTransactionProfiling.value",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "value",
|
|
"description": [],
|
|
"signature": [
|
|
"true"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmEnableTransactionProfiling.schema",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "schema",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/config-schema",
|
|
"scope": "common",
|
|
"docId": "kibKbnConfigSchemaPluginApi",
|
|
"section": "def-common.Type",
|
|
"text": "Type"
|
|
},
|
|
"<boolean>"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmEnableTransactionProfiling.requiresPageReload",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "requiresPageReload",
|
|
"description": [],
|
|
"signature": [
|
|
"true"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.apmEnableTransactionProfiling.solution",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "solution",
|
|
"description": [],
|
|
"signature": [
|
|
"\"oblt\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.searchExcludedDataTiers",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "[searchExcludedDataTiers]",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.searchExcludedDataTiers.category",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "category",
|
|
"description": [],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.searchExcludedDataTiers.name",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "name",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.searchExcludedDataTiers.description",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "description",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.searchExcludedDataTiers.value",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "value",
|
|
"description": [],
|
|
"signature": [
|
|
"never[]"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.searchExcludedDataTiers.schema",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "schema",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/config-schema",
|
|
"scope": "common",
|
|
"docId": "kibKbnConfigSchemaPluginApi",
|
|
"section": "def-common.Type",
|
|
"text": "Type"
|
|
},
|
|
"<(\"data_cold\" | \"data_frozen\")[]>"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.searchExcludedDataTiers.requiresPageReload",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "requiresPageReload",
|
|
"description": [],
|
|
"signature": [
|
|
"false"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.uiSettings.searchExcludedDataTiers.solution",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "solution",
|
|
"description": [],
|
|
"signature": [
|
|
"\"oblt\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/ui_settings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"setup": {
|
|
"parentPluginId": "observability",
|
|
"id": "def-server.ObservabilityPluginSetup",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "ObservabilityPluginSetup",
|
|
"description": [],
|
|
"signature": [
|
|
"{ getAlertDetailsConfig(): Readonly<{} & { uptime: Readonly<{} & { enabled: boolean; }>; observability: Readonly<{} & { enabled: boolean; }>; metrics: Readonly<{} & { enabled: boolean; }>; logs: Readonly<{} & { enabled: boolean; }>; }>; getScopedAnnotationsClient: (requestContext: { core: Promise<{ elasticsearch: { client: ",
|
|
"IScopedClusterClient",
|
|
"; }; }>; licensing: Promise<",
|
|
{
|
|
"pluginId": "licensing",
|
|
"scope": "server",
|
|
"docId": "kibLicensingPluginApi",
|
|
"section": "def-server.LicensingApiRequestHandlerContext",
|
|
"text": "LicensingApiRequestHandlerContext"
|
|
},
|
|
">; }, request: ",
|
|
"KibanaRequest",
|
|
"<unknown, unknown, unknown, any>) => Promise<{ index: string; create: (createParams: { annotation: { title?: string | undefined; type?: string | undefined; style?: { icon?: string | undefined; color?: string | undefined; line?: { width?: number | undefined; style?: \"dashed\" | \"solid\" | \"dotted\" | undefined; iconPosition?: \"top\" | \"bottom\" | undefined; textDecoration?: \"none\" | \"name\" | undefined; } | undefined; rect?: { fill?: \"inside\" | \"outside\" | undefined; } | undefined; } | undefined; }; '@timestamp': string; message: string; } & { event?: ({ start: string; } & { end?: string | undefined; }) | undefined; tags?: string[] | undefined; service?: { name?: string | undefined; environment?: string | undefined; version?: string | undefined; } | undefined; monitor?: { id?: string | undefined; } | undefined; slo?: ({ id: string; } & { instanceId?: string | undefined; }) | undefined; host?: { name?: string | undefined; } | undefined; }) => Promise<{ _id: string; _index: string; _source: { id: string; } & { annotation: { title?: string | undefined; type?: string | undefined; style?: { icon?: string | undefined; color?: string | undefined; line?: { width?: number | undefined; style?: \"dashed\" | \"solid\" | \"dotted\" | undefined; iconPosition?: \"top\" | \"bottom\" | undefined; textDecoration?: \"none\" | \"name\" | undefined; } | undefined; rect?: { fill?: \"inside\" | \"outside\" | undefined; } | undefined; } | undefined; }; '@timestamp': string; message: string; } & { event?: ({ start: string; } & { end?: string | undefined; }) | undefined; tags?: string[] | undefined; service?: { name?: string | undefined; environment?: string | undefined; version?: string | undefined; } | undefined; monitor?: { id?: string | undefined; } | undefined; slo?: ({ id: string; } & { instanceId?: string | undefined; }) | undefined; host?: { name?: string | undefined; } | undefined; }; }>; update: (updateParams: { id: string; } & { annotation: { title?: string | undefined; type?: string | undefined; style?: { icon?: string | undefined; color?: string | undefined; line?: { width?: number | undefined; style?: \"dashed\" | \"solid\" | \"dotted\" | undefined; iconPosition?: \"top\" | \"bottom\" | undefined; textDecoration?: \"none\" | \"name\" | undefined; } | undefined; rect?: { fill?: \"inside\" | \"outside\" | undefined; } | undefined; } | undefined; }; '@timestamp': string; message: string; } & { event?: ({ start: string; } & { end?: string | undefined; }) | undefined; tags?: string[] | undefined; service?: { name?: string | undefined; environment?: string | undefined; version?: string | undefined; } | undefined; monitor?: { id?: string | undefined; } | undefined; slo?: ({ id: string; } & { instanceId?: string | undefined; }) | undefined; host?: { name?: string | undefined; } | undefined; }) => Promise<{ _id: string; _index: string; _source: { id: string; } & { annotation: { title?: string | undefined; type?: string | undefined; style?: { icon?: string | undefined; color?: string | undefined; line?: { width?: number | undefined; style?: \"dashed\" | \"solid\" | \"dotted\" | undefined; iconPosition?: \"top\" | \"bottom\" | undefined; textDecoration?: \"none\" | \"name\" | undefined; } | undefined; rect?: { fill?: \"inside\" | \"outside\" | undefined; } | undefined; } | undefined; }; '@timestamp': string; message: string; } & { event?: ({ start: string; } & { end?: string | undefined; }) | undefined; tags?: string[] | undefined; service?: { name?: string | undefined; environment?: string | undefined; version?: string | undefined; } | undefined; monitor?: { id?: string | undefined; } | undefined; slo?: ({ id: string; } & { instanceId?: string | undefined; }) | undefined; host?: { name?: string | undefined; } | undefined; }; }>; getById: (getByIdParams: { id: string; }) => Promise<{ _source: { annotation: { title: string; type?: string | undefined; style?: { icon?: string | undefined; color?: string | undefined; line?: { width?: number | undefined; style?: \"dashed\" | \"solid\" | \"dotted\" | undefined; iconPosition?: \"top\" | \"bottom\" | undefined; textDecoration?: \"none\" | \"name\" | undefined; } | undefined; rect?: { fill?: \"inside\" | \"outside\" | undefined; } | undefined; } | undefined; }; id: string; '@timestamp': string; message: string; event?: ({ start: string; } & { end?: string | undefined; }) | undefined; tags?: string[] | undefined; service?: { name?: string | undefined; environment?: string | undefined; version?: string | undefined; } | undefined; monitor?: { id?: string | undefined; } | undefined; slo?: ({ id: string; } & { instanceId?: string | undefined; }) | undefined; host?: { name?: string | undefined; } | undefined; }; _index: string; _id?: string | undefined; _score?: number | null | undefined; _explanation?: ",
|
|
"ExplainExplanation",
|
|
" | undefined; fields?: Record<string, any> | undefined; highlight?: Record<string, string[]> | undefined; inner_hits?: Record<string, ",
|
|
"SearchInnerHitsResult",
|
|
"> | undefined; matched_queries?: string[] | Record<string, number> | undefined; _nested?: ",
|
|
"SearchNestedIdentity",
|
|
" | undefined; _ignored?: string[] | undefined; ignored_field_values?: Record<string, any[]> | undefined; _shard?: string | undefined; _node?: string | undefined; _routing?: string | undefined; _rank?: number | undefined; _seq_no?: number | undefined; _primary_term?: number | undefined; _version?: number | undefined; sort?: ",
|
|
"SortResults",
|
|
" | undefined; }>; find: (findParams: { query?: string | undefined; start?: string | undefined; end?: string | undefined; sloId?: string | undefined; sloInstanceId?: string | undefined; serviceName?: string | undefined; filter?: string | undefined; size?: number | undefined; }) => Promise<{ items: { id: string | undefined; annotation: { title: string; type?: string | undefined; style?: { icon?: string | undefined; color?: string | undefined; line?: { width?: number | undefined; style?: \"dashed\" | \"solid\" | \"dotted\" | undefined; iconPosition?: \"top\" | \"bottom\" | undefined; textDecoration?: \"none\" | \"name\" | undefined; } | undefined; rect?: { fill?: \"inside\" | \"outside\" | undefined; } | undefined; } | undefined; }; '@timestamp': string; message: string; event?: ({ start: string; } & { end?: string | undefined; }) | undefined; tags?: string[] | undefined; service?: { name?: string | undefined; environment?: string | undefined; version?: string | undefined; } | undefined; monitor?: { id?: string | undefined; } | undefined; slo?: ({ id: string; } & { instanceId?: string | undefined; }) | undefined; host?: { name?: string | undefined; } | undefined; }[]; total: number; }>; delete: (deleteParams: { id: string; }) => Promise<",
|
|
"DeleteByQueryResponse",
|
|
">; permissions: () => Promise<{ index: string; hasGoldLicense: boolean; }>; } | undefined>; alertDetailsContextualInsightsService: ",
|
|
"AlertDetailsContextualInsightsService",
|
|
"; alertsLocator: ",
|
|
{
|
|
"pluginId": "share",
|
|
"scope": "common",
|
|
"docId": "kibSharePluginApi",
|
|
"section": "def-common.LocatorPublic",
|
|
"text": "LocatorPublic"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "common",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-common.AlertsLocatorParams",
|
|
"text": "AlertsLocatorParams"
|
|
},
|
|
">; }"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/server/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"lifecycle": "setup",
|
|
"initialIsOpen": true
|
|
}
|
|
},
|
|
"common": {
|
|
"classes": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.AlertsLocatorDefinition",
|
|
"type": "Class",
|
|
"tags": [],
|
|
"label": "AlertsLocatorDefinition",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "common",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-common.AlertsLocatorDefinition",
|
|
"text": "AlertsLocatorDefinition"
|
|
},
|
|
" implements ",
|
|
{
|
|
"pluginId": "share",
|
|
"scope": "common",
|
|
"docId": "kibSharePluginApi",
|
|
"section": "def-common.LocatorDefinition",
|
|
"text": "LocatorDefinition"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "common",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-common.AlertsLocatorParams",
|
|
"text": "AlertsLocatorParams"
|
|
},
|
|
">"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/locators/alerts.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.AlertsLocatorDefinition.id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "id",
|
|
"description": [],
|
|
"signature": [
|
|
"\"ALERTS_LOCATOR\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/locators/alerts.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.AlertsLocatorDefinition.getLocation",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getLocation",
|
|
"description": [],
|
|
"signature": [
|
|
"({ baseUrl, spaceId, kuery, rangeTo, rangeFrom, status, }: ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "common",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-common.AlertsLocatorParams",
|
|
"text": "AlertsLocatorParams"
|
|
},
|
|
") => Promise<{ app: string; path: string; state: {}; }>"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/locators/alerts.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.AlertsLocatorDefinition.getLocation.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "{\n baseUrl,\n spaceId,\n kuery,\n rangeTo,\n rangeFrom,\n status,\n }",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "common",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-common.AlertsLocatorParams",
|
|
"text": "AlertsLocatorParams"
|
|
}
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/locators/alerts.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"functions": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.asAbsoluteDateTime",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "asAbsoluteDateTime",
|
|
"description": [],
|
|
"signature": [
|
|
"(time: number, timeUnit: ",
|
|
"TimeUnit",
|
|
") => string"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/formatters/datetime.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.asAbsoluteDateTime.$1",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "time",
|
|
"description": [],
|
|
"signature": [
|
|
"number"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/formatters/datetime.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.asAbsoluteDateTime.$2",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "timeUnit",
|
|
"description": [],
|
|
"signature": [
|
|
"TimeUnit"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/formatters/datetime.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.asDuration",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "asDuration",
|
|
"description": [
|
|
"\nConverts value and returns it formatted - 00 unit"
|
|
],
|
|
"signature": [
|
|
"(value: ",
|
|
"Maybe",
|
|
"<number>, { defaultValue = NOT_AVAILABLE_LABEL, extended }: FormatterOptions) => string"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/formatters/duration.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.asDuration.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "value",
|
|
"description": [],
|
|
"signature": [
|
|
"Maybe",
|
|
"<number>"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/formatters/duration.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.asDuration.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "{ defaultValue = NOT_AVAILABLE_LABEL, extended }",
|
|
"description": [],
|
|
"signature": [
|
|
"FormatterOptions"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/formatters/duration.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.asDynamicBytes",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "asDynamicBytes",
|
|
"description": [],
|
|
"signature": [
|
|
"(val: ",
|
|
"Maybe",
|
|
"<number>) => string"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/formatters/size.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"returnComment": [],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.asDynamicBytes.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "val",
|
|
"description": [],
|
|
"signature": [
|
|
"number | null | undefined"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/formatters/size.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.asInteger",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "asInteger",
|
|
"description": [],
|
|
"signature": [
|
|
"(value: number | null | undefined) => string"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/formatters/formatters.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.asInteger.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "value",
|
|
"description": [],
|
|
"signature": [
|
|
"number | null | undefined"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/formatters/formatters.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.asPercent",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "asPercent",
|
|
"description": [],
|
|
"signature": [
|
|
"(numerator: ",
|
|
"Maybe",
|
|
"<number>, denominator: number | undefined, fallbackResult: string) => string"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/formatters/formatters.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.asPercent.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "numerator",
|
|
"description": [],
|
|
"signature": [
|
|
"Maybe",
|
|
"<number>"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/formatters/formatters.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.asPercent.$2",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "denominator",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/formatters/formatters.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.asPercent.$3",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "fallbackResult",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/formatters/formatters.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.convertToBuiltInComparators",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "convertToBuiltInComparators",
|
|
"description": [],
|
|
"signature": [
|
|
"(comparator: ",
|
|
"LegacyComparator",
|
|
") => ",
|
|
{
|
|
"pluginId": "@kbn/alerting-comparators",
|
|
"scope": "common",
|
|
"docId": "kibKbnAlertingComparatorsPluginApi",
|
|
"section": "def-common.COMPARATORS",
|
|
"text": "COMPARATORS"
|
|
}
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/convert_legacy_outside_comparator.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.convertToBuiltInComparators.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "comparator",
|
|
"description": [],
|
|
"signature": [
|
|
"LegacyComparator"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/convert_legacy_outside_comparator.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.formatDurationFromTimeUnitChar",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "formatDurationFromTimeUnitChar",
|
|
"description": [],
|
|
"signature": [
|
|
"(time: number, unit: ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "common",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-common.TimeUnitChar",
|
|
"text": "TimeUnitChar"
|
|
},
|
|
") => string"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/formatters/duration.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.formatDurationFromTimeUnitChar.$1",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "time",
|
|
"description": [],
|
|
"signature": [
|
|
"number"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/formatters/duration.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.formatDurationFromTimeUnitChar.$2",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "unit",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "common",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-common.TimeUnitChar",
|
|
"text": "TimeUnitChar"
|
|
}
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/formatters/duration.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.getAlertDetailsUrl",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getAlertDetailsUrl",
|
|
"description": [],
|
|
"signature": [
|
|
"(basePath: ",
|
|
"IBasePath",
|
|
", spaceId: string, alertUuid: string | null) => string"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/alerting/alert_url.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.getAlertDetailsUrl.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "basePath",
|
|
"description": [],
|
|
"signature": [
|
|
"IBasePath"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/alerting/alert_url.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.getAlertDetailsUrl.$2",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "spaceId",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/alerting/alert_url.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.getAlertDetailsUrl.$3",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "alertUuid",
|
|
"description": [],
|
|
"signature": [
|
|
"string | null"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/alerting/alert_url.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.getAlertUrl",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getAlertUrl",
|
|
"description": [],
|
|
"signature": [
|
|
"(alertUuid: string | null, spaceId: string, startedAt: string, alertsLocator?: ",
|
|
{
|
|
"pluginId": "share",
|
|
"scope": "common",
|
|
"docId": "kibSharePluginApi",
|
|
"section": "def-common.LocatorPublic",
|
|
"text": "LocatorPublic"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "common",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-common.AlertsLocatorParams",
|
|
"text": "AlertsLocatorParams"
|
|
},
|
|
"> | undefined, publicBaseUrl?: string | undefined) => Promise<string>"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/alerting/alert_url.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.getAlertUrl.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "alertUuid",
|
|
"description": [],
|
|
"signature": [
|
|
"string | null"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/alerting/alert_url.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.getAlertUrl.$2",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "spaceId",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/alerting/alert_url.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.getAlertUrl.$3",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "startedAt",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/alerting/alert_url.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.getAlertUrl.$4",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "alertsLocator",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "share",
|
|
"scope": "common",
|
|
"docId": "kibSharePluginApi",
|
|
"section": "def-common.LocatorPublic",
|
|
"text": "LocatorPublic"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "common",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-common.AlertsLocatorParams",
|
|
"text": "AlertsLocatorParams"
|
|
},
|
|
"> | undefined"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/alerting/alert_url.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.getAlertUrl.$5",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "publicBaseUrl",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/alerting/alert_url.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.getDurationFormatter",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getDurationFormatter",
|
|
"description": [],
|
|
"signature": [
|
|
"(max: number) => ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "common",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-common.TimeFormatter",
|
|
"text": "TimeFormatter"
|
|
}
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/formatters/duration.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"returnComment": [],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.getDurationFormatter.$1",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "max",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/formatters/duration.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.getInspectResponse",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getInspectResponse",
|
|
"description": [
|
|
"\nCreate a formatted response to be sent in the _inspect key for use in the\ninspector."
|
|
],
|
|
"signature": [
|
|
"({\n esError,\n esRequestParams,\n esRequestStatus,\n esResponse,\n kibanaRequest,\n operationName,\n startTime,\n}: { esError: ",
|
|
"WrappedElasticsearchClientError",
|
|
" | null; esRequestParams: Record<string, any>; esRequestStatus: ",
|
|
{
|
|
"pluginId": "inspector",
|
|
"scope": "common",
|
|
"docId": "kibInspectorPluginApi",
|
|
"section": "def-common.RequestStatus",
|
|
"text": "RequestStatus"
|
|
},
|
|
"; esResponse: any; kibanaRequest: ",
|
|
"KibanaRequest",
|
|
"<unknown, unknown, unknown, any>; operationName: string; startTime: number; }) => ",
|
|
{
|
|
"pluginId": "inspector",
|
|
"scope": "common",
|
|
"docId": "kibInspectorPluginApi",
|
|
"section": "def-common.Request",
|
|
"text": "Request"
|
|
}
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/get_inspect_response.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.getInspectResponse.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "{\n esError,\n esRequestParams,\n esRequestStatus,\n esResponse,\n kibanaRequest,\n operationName,\n startTime,\n}",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/get_inspect_response.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.getInspectResponse.$1.esError",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "esError",
|
|
"description": [],
|
|
"signature": [
|
|
"WrappedElasticsearchClientError",
|
|
" | null"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/get_inspect_response.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.getInspectResponse.$1.esRequestParams",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "esRequestParams",
|
|
"description": [],
|
|
"signature": [
|
|
"{ [x: string]: any; }"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/get_inspect_response.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.getInspectResponse.$1.esRequestStatus",
|
|
"type": "Enum",
|
|
"tags": [],
|
|
"label": "esRequestStatus",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "inspector",
|
|
"scope": "common",
|
|
"docId": "kibInspectorPluginApi",
|
|
"section": "def-common.RequestStatus",
|
|
"text": "RequestStatus"
|
|
}
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/get_inspect_response.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.getInspectResponse.$1.esResponse",
|
|
"type": "Any",
|
|
"tags": [],
|
|
"label": "esResponse",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/get_inspect_response.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.getInspectResponse.$1.kibanaRequest",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "kibanaRequest",
|
|
"description": [],
|
|
"signature": [
|
|
"KibanaRequest",
|
|
"<unknown, unknown, unknown, any>"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/get_inspect_response.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.getInspectResponse.$1.operationName",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "operationName",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/get_inspect_response.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.getInspectResponse.$1.startTime",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "startTime",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/get_inspect_response.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.getProbabilityFromProgressiveLoadingQuality",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getProbabilityFromProgressiveLoadingQuality",
|
|
"description": [],
|
|
"signature": [
|
|
"(quality: ",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "common",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-common.ProgressiveLoadingQuality",
|
|
"text": "ProgressiveLoadingQuality"
|
|
},
|
|
") => number"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/progressive_loading.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.getProbabilityFromProgressiveLoadingQuality.$1",
|
|
"type": "Enum",
|
|
"tags": [],
|
|
"label": "quality",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "common",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-common.ProgressiveLoadingQuality",
|
|
"text": "ProgressiveLoadingQuality"
|
|
}
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/progressive_loading.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"interfaces": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.AlertsLocatorParams",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "AlertsLocatorParams",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "common",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-common.AlertsLocatorParams",
|
|
"text": "AlertsLocatorParams"
|
|
},
|
|
" extends ",
|
|
{
|
|
"pluginId": "@kbn/utility-types",
|
|
"scope": "common",
|
|
"docId": "kibKbnUtilityTypesPluginApi",
|
|
"section": "def-common.SerializableRecord",
|
|
"text": "SerializableRecord"
|
|
}
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/locators/alerts.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.AlertsLocatorParams.baseUrl",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "baseUrl",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/locators/alerts.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.AlertsLocatorParams.spaceId",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "spaceId",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/locators/alerts.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.AlertsLocatorParams.rangeFrom",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "rangeFrom",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/locators/alerts.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.AlertsLocatorParams.rangeTo",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "rangeTo",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/locators/alerts.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.AlertsLocatorParams.kuery",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "kuery",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/locators/alerts.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.AlertsLocatorParams.status",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "status",
|
|
"description": [],
|
|
"signature": [
|
|
"AlertStatus",
|
|
" | undefined"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/locators/alerts.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"enums": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.ProcessorEvent",
|
|
"type": "Enum",
|
|
"tags": [],
|
|
"label": "ProcessorEvent",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/processor_event.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.ProgressiveLoadingQuality",
|
|
"type": "Enum",
|
|
"tags": [],
|
|
"label": "ProgressiveLoadingQuality",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/progressive_loading.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"misc": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.AlertsLocator",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "AlertsLocator",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "share",
|
|
"scope": "common",
|
|
"docId": "kibSharePluginApi",
|
|
"section": "def-common.LocatorPublic",
|
|
"text": "LocatorPublic"
|
|
},
|
|
"<",
|
|
{
|
|
"pluginId": "observability",
|
|
"scope": "common",
|
|
"docId": "kibObservabilityPluginApi",
|
|
"section": "def-common.AlertsLocatorParams",
|
|
"text": "AlertsLocatorParams"
|
|
},
|
|
">"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/locators/alerts.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.alertsLocatorID",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "alertsLocatorID",
|
|
"description": [],
|
|
"signature": [
|
|
"\"ALERTS_LOCATOR\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.apmAWSLambdaPriceFactor",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "apmAWSLambdaPriceFactor",
|
|
"description": [],
|
|
"signature": [
|
|
"\"observability:apmAWSLambdaPriceFactor\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/ui_settings_keys.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.apmAWSLambdaRequestCostPerMillion",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "apmAWSLambdaRequestCostPerMillion",
|
|
"description": [],
|
|
"signature": [
|
|
"\"observability:apmAWSLambdaRequestCostPerMillion\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/ui_settings_keys.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.apmEnableContinuousRollups",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "apmEnableContinuousRollups",
|
|
"description": [],
|
|
"signature": [
|
|
"\"observability:apmEnableContinuousRollups\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/ui_settings_keys.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.apmEnableProfilingIntegration",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "apmEnableProfilingIntegration",
|
|
"description": [],
|
|
"signature": [
|
|
"\"observability:apmEnableProfilingIntegration\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/ui_settings_keys.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.apmEnableServiceInventoryTableSearchBar",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "apmEnableServiceInventoryTableSearchBar",
|
|
"description": [],
|
|
"signature": [
|
|
"\"observability:apmEnableServiceInventoryTableSearchBar\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/ui_settings_keys.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.apmEnableServiceMapApiV2",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "apmEnableServiceMapApiV2",
|
|
"description": [],
|
|
"signature": [
|
|
"\"observability:apmEnableServiceMapApiV2\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/ui_settings_keys.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.apmEnableTableSearchBar",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "apmEnableTableSearchBar",
|
|
"description": [],
|
|
"signature": [
|
|
"\"observability:apmEnableTableSearchBar\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/ui_settings_keys.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.apmEnableTransactionProfiling",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "apmEnableTransactionProfiling",
|
|
"description": [],
|
|
"signature": [
|
|
"\"observability:apmEnableTransactionProfiling\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/ui_settings_keys.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.apmLabsButton",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "apmLabsButton",
|
|
"description": [],
|
|
"signature": [
|
|
"\"observability:apmLabsButton\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/ui_settings_keys.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.apmProgressiveLoading",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "apmProgressiveLoading",
|
|
"description": [],
|
|
"signature": [
|
|
"\"observability:apmProgressiveLoading\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/ui_settings_keys.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.apmServiceGroupMaxNumberOfServices",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "apmServiceGroupMaxNumberOfServices",
|
|
"description": [],
|
|
"signature": [
|
|
"\"observability:apmServiceGroupMaxNumberOfServices\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/ui_settings_keys.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.apmTraceExplorerTab",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "apmTraceExplorerTab",
|
|
"description": [],
|
|
"signature": [
|
|
"\"observability:apmTraceExplorerTab\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/ui_settings_keys.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.AsDuration",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "AsDuration",
|
|
"description": [],
|
|
"signature": [
|
|
"(value: ",
|
|
"Maybe",
|
|
"<number>, { defaultValue, extended }?: FormatterOptions) => string"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/formatters/duration.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"returnComment": [],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.AsDuration.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "value",
|
|
"description": [],
|
|
"signature": [
|
|
"number | null | undefined"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/formatters/duration.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.AsDuration.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "__1",
|
|
"description": [],
|
|
"signature": [
|
|
"FormatterOptions"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/formatters/duration.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.AsPercent",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "AsPercent",
|
|
"description": [],
|
|
"signature": [
|
|
"(numerator: ",
|
|
"Maybe",
|
|
"<number>, denominator: number | undefined, fallbackResult?: string) => string"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/formatters/formatters.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"returnComment": [],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.AsPercent.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "numerator",
|
|
"description": [],
|
|
"signature": [
|
|
"number | null | undefined"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/formatters/formatters.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.AsPercent.$2",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "denominator",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/formatters/formatters.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.AsPercent.$3",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "fallbackResult",
|
|
"description": [],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/formatters/formatters.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.casesFeatureId",
|
|
"type": "string",
|
|
"tags": [
|
|
"deprecated"
|
|
],
|
|
"label": "casesFeatureId",
|
|
"description": [],
|
|
"signature": [
|
|
"\"observabilityCases\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/index.ts",
|
|
"deprecated": true,
|
|
"trackAdoption": false,
|
|
"references": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.casesFeatureIdV2",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "casesFeatureIdV2",
|
|
"description": [],
|
|
"signature": [
|
|
"\"observabilityCasesV2\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.casesFeatureIdV3",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "casesFeatureIdV3",
|
|
"description": [],
|
|
"signature": [
|
|
"\"observabilityCasesV3\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.defaultApmServiceEnvironment",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "defaultApmServiceEnvironment",
|
|
"description": [],
|
|
"signature": [
|
|
"\"observability:apmDefaultServiceEnvironment\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/ui_settings_keys.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.enableAwsLambdaMetrics",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "enableAwsLambdaMetrics",
|
|
"description": [],
|
|
"signature": [
|
|
"\"observability:enableAwsLambdaMetrics\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/ui_settings_keys.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.enableComparisonByDefault",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "enableComparisonByDefault",
|
|
"description": [],
|
|
"signature": [
|
|
"\"observability:enableComparisonByDefault\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/ui_settings_keys.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.enableInfrastructureAssetCustomDashboards",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "enableInfrastructureAssetCustomDashboards",
|
|
"description": [],
|
|
"signature": [
|
|
"\"observability:enableInfrastructureAssetCustomDashboards\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/ui_settings_keys.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.enableInfrastructureProfilingIntegration",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "enableInfrastructureProfilingIntegration",
|
|
"description": [],
|
|
"signature": [
|
|
"\"observability:enableInfrastructureProfilingIntegration\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/ui_settings_keys.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.enableInspectEsQueries",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "enableInspectEsQueries",
|
|
"description": [],
|
|
"signature": [
|
|
"\"observability:enableInspectEsQueries\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/ui_settings_keys.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.entityCentricExperience",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "entityCentricExperience",
|
|
"description": [],
|
|
"signature": [
|
|
"\"observability:entityCentricExperience\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/ui_settings_keys.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.maxSuggestions",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "maxSuggestions",
|
|
"description": [],
|
|
"signature": [
|
|
"\"observability:maxSuggestions\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/ui_settings_keys.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.observabilityAlertFeatureIds",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "observabilityAlertFeatureIds",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/rule-data-utils",
|
|
"scope": "common",
|
|
"docId": "kibKbnRuleDataUtilsPluginApi",
|
|
"section": "def-common.AlertConsumers",
|
|
"text": "AlertConsumers"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/constants.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.observabilityAppId",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "observabilityAppId",
|
|
"description": [],
|
|
"signature": [
|
|
"\"observability-overview\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.observabilityFeatureId",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "observabilityFeatureId",
|
|
"description": [],
|
|
"signature": [
|
|
"\"observability\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.profilingAWSCostDiscountRate",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "profilingAWSCostDiscountRate",
|
|
"description": [],
|
|
"signature": [
|
|
"\"observability:profilingAWSCostDiscountRate\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/ui_settings_keys.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.profilingAzureCostDiscountRate",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "profilingAzureCostDiscountRate",
|
|
"description": [],
|
|
"signature": [
|
|
"\"observability:profilingAzureCostDiscountRate\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/ui_settings_keys.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.profilingCo2PerKWH",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "profilingCo2PerKWH",
|
|
"description": [],
|
|
"signature": [
|
|
"\"observability:profilingCo2PerKWH\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/ui_settings_keys.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.profilingCostPervCPUPerHour",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "profilingCostPervCPUPerHour",
|
|
"description": [],
|
|
"signature": [
|
|
"\"observability:profilingCostPervCPUPerHour\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/ui_settings_keys.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.profilingDatacenterPUE",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "profilingDatacenterPUE",
|
|
"description": [],
|
|
"signature": [
|
|
"\"observability:profilingDatacenterPUE\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/ui_settings_keys.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.profilingPervCPUWattArm64",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "profilingPervCPUWattArm64",
|
|
"description": [],
|
|
"signature": [
|
|
"\"observability:profilingPervCPUWattArm64\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/ui_settings_keys.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.profilingPervCPUWattX86",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "profilingPervCPUWattX86",
|
|
"description": [],
|
|
"signature": [
|
|
"\"observability:profilingPerVCPUWattX86\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/ui_settings_keys.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.profilingShowErrorFrames",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "profilingShowErrorFrames",
|
|
"description": [],
|
|
"signature": [
|
|
"\"observability:profilingShowErrorFrames\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/ui_settings_keys.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.ruleDetailsLocatorID",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "ruleDetailsLocatorID",
|
|
"description": [],
|
|
"signature": [
|
|
"\"RULE_DETAILS_LOCATOR\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.rulesLocatorID",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "rulesLocatorID",
|
|
"description": [],
|
|
"signature": [
|
|
"\"RULES_LOCATOR\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.sloDetailsLocatorID",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "sloDetailsLocatorID",
|
|
"description": [],
|
|
"signature": [
|
|
"\"SLO_DETAILS_LOCATOR\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.sloEditLocatorID",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "sloEditLocatorID",
|
|
"description": [],
|
|
"signature": [
|
|
"\"SLO_EDIT_LOCATOR\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.sloFeatureId",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "sloFeatureId",
|
|
"description": [],
|
|
"signature": [
|
|
"\"slo\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.sloListLocatorID",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "sloListLocatorID",
|
|
"description": [],
|
|
"signature": [
|
|
"\"SLO_LIST_LOCATOR\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.syntheticsAddMonitorLocatorID",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "syntheticsAddMonitorLocatorID",
|
|
"description": [],
|
|
"signature": [
|
|
"\"SYNTHETICS_ADD_MONITOR_LOCATOR\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.syntheticsEditMonitorLocatorID",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "syntheticsEditMonitorLocatorID",
|
|
"description": [],
|
|
"signature": [
|
|
"\"SYNTHETICS_EDIT_MONITOR_LOCATOR\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.syntheticsMonitorDetailLocatorID",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "syntheticsMonitorDetailLocatorID",
|
|
"description": [],
|
|
"signature": [
|
|
"\"SYNTHETICS_MONITOR_DETAIL_LOCATOR\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.syntheticsMonitorLocationQueryLocatorID",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "syntheticsMonitorLocationQueryLocatorID",
|
|
"description": [],
|
|
"signature": [
|
|
"\"SYNTHETICS_MONITOR_GROUP_BY_LOCATION_LOCATOR\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.syntheticsSettingsLocatorID",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "syntheticsSettingsLocatorID",
|
|
"description": [],
|
|
"signature": [
|
|
"\"SYNTHETICS_SETTINGS\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.syntheticsThrottlingEnabled",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "syntheticsThrottlingEnabled",
|
|
"description": [],
|
|
"signature": [
|
|
"\"observability:syntheticsThrottlingEnabled\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/ui_settings_keys.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.TimeFormatter",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "TimeFormatter",
|
|
"description": [],
|
|
"signature": [
|
|
"(value: ",
|
|
"Maybe",
|
|
"<number>, options?: FormatterOptions | undefined) => ConvertedDuration"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/formatters/duration.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"returnComment": [],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.TimeFormatter.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "value",
|
|
"description": [],
|
|
"signature": [
|
|
"number | null | undefined"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/formatters/duration.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.TimeFormatter.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "options",
|
|
"description": [],
|
|
"signature": [
|
|
"FormatterOptions | undefined"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/formatters/duration.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.TimeUnitChar",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "TimeUnitChar",
|
|
"description": [],
|
|
"signature": [
|
|
"\"m\" | \"s\" | \"d\" | \"h\""
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/utils/formatters/duration.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.uptimeOverviewLocatorID",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "uptimeOverviewLocatorID",
|
|
"description": [],
|
|
"signature": [
|
|
"\"UPTIME_OVERVIEW_LOCATOR\""
|
|
],
|
|
"path": "src/platform/packages/shared/deeplinks/observability/locators/uptime.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"objects": [
|
|
{
|
|
"parentPluginId": "observability",
|
|
"id": "def-common.observabilityPaths",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "observabilityPaths",
|
|
"description": [],
|
|
"signature": [
|
|
"{ alerts: string; annotations: string; alertDetails: (alertId: string) => string; rules: string; ruleDetails: (ruleId: string) => string; createRule: (ruleTypeId: string) => string; }"
|
|
],
|
|
"path": "x-pack/solutions/observability/plugins/observability/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
}
|
|
]
|
|
}
|
|
} |