kibana/api_docs/observability.json
2021-03-23 14:31:08 -04:00

2377 lines
100 KiB
JSON

{
"id": "observability",
"client": {
"classes": [],
"functions": [
{
"id": "def-public.ActionMenu",
"type": "Function",
"label": "ActionMenu",
"signature": [
"(props: Props) => JSX.Element"
],
"description": [],
"children": [
{
"type": "CompoundType",
"label": "props",
"isRequired": true,
"signature": [
"Props"
],
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/components/shared/action_menu/index.tsx",
"lineNumber": 74
}
}
],
"tags": [],
"returnComment": [],
"source": {
"path": "x-pack/plugins/observability/public/components/shared/action_menu/index.tsx",
"lineNumber": 74
},
"initialIsOpen": false
},
{
"id": "def-public.ActionMenuDivider",
"type": "Function",
"label": "ActionMenuDivider",
"signature": [
"() => JSX.Element"
],
"description": [],
"children": [],
"tags": [],
"returnComment": [],
"source": {
"path": "x-pack/plugins/observability/public/components/shared/action_menu/index.tsx",
"lineNumber": 70
},
"initialIsOpen": false
},
{
"id": "def-public.FieldValueSuggestions",
"type": "Function",
"label": "FieldValueSuggestions",
"signature": [
"(props: ",
"FieldValueSuggestionsProps",
") => JSX.Element"
],
"description": [],
"children": [
{
"type": "Object",
"label": "props",
"isRequired": true,
"signature": [
{
"pluginId": "observability",
"scope": "public",
"docId": "kibObservabilityPluginApi",
"section": "def-public.FieldValueSuggestionsProps",
"text": "FieldValueSuggestionsProps"
}
],
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/components/shared/index.tsx",
"lineNumber": 34
}
}
],
"tags": [],
"returnComment": [],
"source": {
"path": "x-pack/plugins/observability/public/components/shared/index.tsx",
"lineNumber": 34
},
"initialIsOpen": false
},
{
"id": "def-public.getApmTraceUrl",
"type": "Function",
"label": "getApmTraceUrl",
"signature": [
"({\n traceId,\n rangeFrom,\n rangeTo,\n}: { traceId: string; rangeFrom: string; rangeTo: string; }) => string"
],
"description": [],
"children": [
{
"id": "def-public.getApmTraceUrl.{\n- traceId,\n rangeFrom,\n rangeTo,\n}",
"type": "Object",
"label": "{\n traceId,\n rangeFrom,\n rangeTo,\n}",
"tags": [],
"description": [],
"children": [
{
"tags": [],
"id": "def-public.getApmTraceUrl.{\n- traceId,\n rangeFrom,\n rangeTo,\n}.traceId",
"type": "string",
"label": "traceId",
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/utils/get_apm_trace_url.ts",
"lineNumber": 13
}
},
{
"tags": [],
"id": "def-public.getApmTraceUrl.{\n- traceId,\n rangeFrom,\n rangeTo,\n}.rangeFrom",
"type": "string",
"label": "rangeFrom",
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/utils/get_apm_trace_url.ts",
"lineNumber": 14
}
},
{
"tags": [],
"id": "def-public.getApmTraceUrl.{\n- traceId,\n rangeFrom,\n rangeTo,\n}.rangeTo",
"type": "string",
"label": "rangeTo",
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/utils/get_apm_trace_url.ts",
"lineNumber": 15
}
}
],
"source": {
"path": "x-pack/plugins/observability/public/utils/get_apm_trace_url.ts",
"lineNumber": 12
}
}
],
"tags": [],
"returnComment": [],
"source": {
"path": "x-pack/plugins/observability/public/utils/get_apm_trace_url.ts",
"lineNumber": 8
},
"initialIsOpen": false
},
{
"id": "def-public.getCoreVitalsComponent",
"type": "Function",
"label": "getCoreVitalsComponent",
"signature": [
"(props: ",
"CoreVitalProps",
") => JSX.Element"
],
"description": [],
"children": [
{
"type": "Object",
"label": "props",
"isRequired": true,
"signature": [
{
"pluginId": "observability",
"scope": "public",
"docId": "kibObservabilityPluginApi",
"section": "def-public.CoreVitalProps",
"text": "CoreVitalProps"
}
],
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/components/shared/index.tsx",
"lineNumber": 14
}
}
],
"tags": [],
"returnComment": [],
"source": {
"path": "x-pack/plugins/observability/public/components/shared/index.tsx",
"lineNumber": 14
},
"initialIsOpen": false
},
{
"id": "def-public.HeaderMenuPortal",
"type": "Function",
"label": "HeaderMenuPortal",
"signature": [
"(props: ",
"HeaderMenuPortalProps",
") => JSX.Element"
],
"description": [],
"children": [
{
"type": "Object",
"label": "props",
"isRequired": true,
"signature": [
{
"pluginId": "observability",
"scope": "public",
"docId": "kibObservabilityPluginApi",
"section": "def-public.HeaderMenuPortalProps",
"text": "HeaderMenuPortalProps"
}
],
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/components/shared/index.tsx",
"lineNumber": 24
}
}
],
"tags": [],
"returnComment": [],
"source": {
"path": "x-pack/plugins/observability/public/components/shared/index.tsx",
"lineNumber": 24
},
"initialIsOpen": false
},
{
"tags": [],
"id": "def-public.Section",
"type": "Function",
"label": "Section",
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/components/shared/action_menu/index.tsx",
"lineNumber": 58
},
"signature": [
"StyledComponent",
"<\"div\", any, {}, never>"
],
"initialIsOpen": false
},
{
"id": "def-public.SectionLink",
"type": "Function",
"label": "SectionLink",
"signature": [
"(props: ",
"EuiListGroupItemProps",
") => JSX.Element"
],
"description": [],
"children": [
{
"type": "CompoundType",
"label": "props",
"isRequired": true,
"signature": [
"EuiListGroupItemProps"
],
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/components/shared/action_menu/index.tsx",
"lineNumber": 66
}
}
],
"tags": [],
"returnComment": [],
"source": {
"path": "x-pack/plugins/observability/public/components/shared/action_menu/index.tsx",
"lineNumber": 66
},
"initialIsOpen": false
},
{
"id": "def-public.SectionLinks",
"type": "Function",
"label": "SectionLinks",
"signature": [
"({ children, ...props }: { children?: React.ReactNode; } & ",
"CommonProps",
" & Pick<React.HTMLAttributes<HTMLUListElement>, \"children\" | \"onClick\" | \"onChange\" | \"onKeyDown\" | \"title\" | \"id\" | \"placeholder\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"css\"> & { bordered?: boolean | undefined; flush?: boolean | undefined; gutterSize?: \"m\" | \"s\" | \"none\" | undefined; listItems?: ",
"EuiListGroupItemProps",
"[] | undefined; color?: \"text\" | \"primary\" | \"inherit\" | \"ghost\" | \"subdued\" | undefined; size?: \"m\" | \"s\" | \"l\" | \"xs\" | undefined; maxWidth?: string | number | boolean | undefined; showToolTips?: boolean | undefined; wrapText?: boolean | undefined; ariaLabelledby?: string | undefined; }) => JSX.Element"
],
"description": [],
"children": [
{
"type": "CompoundType",
"label": "{ children, ...props }",
"isRequired": true,
"signature": [
"{ children?: React.ReactNode; } & ",
"CommonProps",
" & Pick<React.HTMLAttributes<HTMLUListElement>, \"children\" | \"onClick\" | \"onChange\" | \"onKeyDown\" | \"title\" | \"id\" | \"placeholder\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"css\"> & { bordered?: boolean | undefined; flush?: boolean | undefined; gutterSize?: \"m\" | \"s\" | \"none\" | undefined; listItems?: ",
"EuiListGroupItemProps",
"[] | undefined; color?: \"text\" | \"primary\" | \"inherit\" | \"ghost\" | \"subdued\" | undefined; size?: \"m\" | \"s\" | \"l\" | \"xs\" | undefined; maxWidth?: string | number | boolean | undefined; showToolTips?: boolean | undefined; wrapText?: boolean | undefined; ariaLabelledby?: string | undefined; }"
],
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/components/shared/action_menu/index.tsx",
"lineNumber": 46
}
}
],
"tags": [],
"returnComment": [],
"source": {
"path": "x-pack/plugins/observability/public/components/shared/action_menu/index.tsx",
"lineNumber": 46
},
"initialIsOpen": false
},
{
"id": "def-public.SectionSpacer",
"type": "Function",
"label": "SectionSpacer",
"signature": [
"() => JSX.Element"
],
"description": [],
"children": [],
"tags": [],
"returnComment": [],
"source": {
"path": "x-pack/plugins/observability/public/components/shared/action_menu/index.tsx",
"lineNumber": 54
},
"initialIsOpen": false
},
{
"id": "def-public.SectionSubtitle",
"type": "Function",
"label": "SectionSubtitle",
"signature": [
"({ children }: { children?: React.ReactNode; }) => JSX.Element"
],
"description": [],
"children": [
{
"id": "def-public.SectionSubtitle.{-children }",
"type": "Object",
"label": "{ children }",
"tags": [],
"description": [],
"children": [
{
"tags": [],
"id": "def-public.SectionSubtitle.{-children }.children",
"type": "CompoundType",
"label": "children",
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/components/shared/action_menu/index.tsx",
"lineNumber": 35
},
"signature": [
"React.ReactNode"
]
}
],
"source": {
"path": "x-pack/plugins/observability/public/components/shared/action_menu/index.tsx",
"lineNumber": 35
}
}
],
"tags": [],
"returnComment": [],
"source": {
"path": "x-pack/plugins/observability/public/components/shared/action_menu/index.tsx",
"lineNumber": 35
},
"initialIsOpen": false
},
{
"id": "def-public.SectionTitle",
"type": "Function",
"label": "SectionTitle",
"signature": [
"({ children }: { children?: React.ReactNode; }) => JSX.Element"
],
"description": [],
"children": [
{
"id": "def-public.SectionTitle.{-children }",
"type": "Object",
"label": "{ children }",
"tags": [],
"description": [],
"children": [
{
"tags": [],
"id": "def-public.SectionTitle.{-children }.children",
"type": "CompoundType",
"label": "children",
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/components/shared/action_menu/index.tsx",
"lineNumber": 24
},
"signature": [
"React.ReactNode"
]
}
],
"source": {
"path": "x-pack/plugins/observability/public/components/shared/action_menu/index.tsx",
"lineNumber": 24
}
}
],
"tags": [],
"returnComment": [],
"source": {
"path": "x-pack/plugins/observability/public/components/shared/action_menu/index.tsx",
"lineNumber": 24
},
"initialIsOpen": false
},
{
"id": "def-public.useChartTheme",
"type": "Function",
"label": "useChartTheme",
"signature": [
"() => { chartMargins: { left: number; right: number; top: number; bottom: number; }; background: { color: string; }; lineSeriesStyle: { point: { visible: boolean; }; line?: ",
"RecursivePartial",
"<",
"LineStyle",
"> | undefined; }; areaSeriesStyle: { point: { visible: boolean; }; area?: ",
"RecursivePartial",
"<",
"AreaStyle",
"> | undefined; line?: ",
"RecursivePartial"
],
"description": [],
"children": [],
"tags": [],
"returnComment": [],
"source": {
"path": "x-pack/plugins/observability/public/hooks/use_chart_theme.tsx",
"lineNumber": 11
},
"initialIsOpen": false
},
{
"id": "def-public.useFetcher",
"type": "Function",
"label": "useFetcher",
"signature": [
"(fn: () => TReturn, fnDeps: any[], options: { preservePreviousData?: boolean | undefined; }) => ",
"FetcherResult",
"<InferResponseType<TReturn>> & { refetch: () => void; }"
],
"description": [],
"children": [
{
"type": "Function",
"label": "fn",
"isRequired": true,
"signature": [
"() => TReturn"
],
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/hooks/use_fetcher.tsx",
"lineNumber": 30
}
},
{
"type": "Array",
"label": "fnDeps",
"isRequired": true,
"signature": [
"any[]"
],
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/hooks/use_fetcher.tsx",
"lineNumber": 31
}
},
{
"id": "def-public.useFetcher.options",
"type": "Object",
"label": "options",
"tags": [],
"description": [],
"children": [
{
"tags": [],
"id": "def-public.useFetcher.options.preservePreviousData",
"type": "CompoundType",
"label": "preservePreviousData",
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/hooks/use_fetcher.tsx",
"lineNumber": 33
},
"signature": [
"boolean | undefined"
]
}
],
"source": {
"path": "x-pack/plugins/observability/public/hooks/use_fetcher.tsx",
"lineNumber": 32
}
}
],
"tags": [],
"returnComment": [],
"source": {
"path": "x-pack/plugins/observability/public/hooks/use_fetcher.tsx",
"lineNumber": 29
},
"initialIsOpen": false
},
{
"id": "def-public.useTheme",
"type": "Function",
"label": "useTheme",
"signature": [
"() => ",
{
"pluginId": "kibanaReact",
"scope": "common",
"docId": "kibKibanaReactPluginApi",
"section": "def-common.EuiTheme",
"text": "EuiTheme"
}
],
"description": [],
"children": [],
"tags": [],
"returnComment": [],
"source": {
"path": "x-pack/plugins/observability/public/hooks/use_theme.tsx",
"lineNumber": 12
},
"initialIsOpen": false
},
{
"id": "def-public.useTrackMetric",
"type": "Function",
"label": "useTrackMetric",
"signature": [
"({ app, metric, metricType = METRIC_TYPE.COUNT, delay = 0 }: ",
{
"pluginId": "observability",
"scope": "public",
"docId": "kibObservabilityPluginApi",
"section": "def-public.TrackMetricOptions",
"text": "TrackMetricOptions"
},
", effectDependencies: EffectDeps) => void"
],
"description": [],
"children": [
{
"type": "CompoundType",
"label": "{ app, metric, metricType = METRIC_TYPE.COUNT, delay = 0 }",
"isRequired": true,
"signature": [
{
"pluginId": "observability",
"scope": "public",
"docId": "kibObservabilityPluginApi",
"section": "def-public.TrackMetricOptions",
"text": "TrackMetricOptions"
}
],
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/hooks/use_track_metric.tsx",
"lineNumber": 53
}
},
{
"type": "Array",
"label": "effectDependencies",
"isRequired": true,
"signature": [
"EffectDeps"
],
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/hooks/use_track_metric.tsx",
"lineNumber": 54
}
}
],
"tags": [],
"returnComment": [],
"source": {
"path": "x-pack/plugins/observability/public/hooks/use_track_metric.tsx",
"lineNumber": 52
},
"initialIsOpen": false
},
{
"id": "def-public.useTrackPageview",
"type": "Function",
"label": "useTrackPageview",
"signature": [
"({ path, ...rest }: TrackPageviewProps, effectDependencies: EffectDeps) => void"
],
"description": [],
"children": [
{
"type": "CompoundType",
"label": "{ path, ...rest }",
"isRequired": true,
"signature": [
"TrackPageviewProps"
],
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/hooks/use_track_metric.tsx",
"lineNumber": 88
}
},
{
"type": "Array",
"label": "effectDependencies",
"isRequired": true,
"signature": [
"EffectDeps"
],
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/hooks/use_track_metric.tsx",
"lineNumber": 89
}
}
],
"tags": [],
"returnComment": [],
"source": {
"path": "x-pack/plugins/observability/public/hooks/use_track_metric.tsx",
"lineNumber": 87
},
"initialIsOpen": false
},
{
"id": "def-public.useUiTracker",
"type": "Function",
"label": "useUiTracker",
"signature": [
"({\n app: defaultApp,\n}: { app?: \"apm\" | \"infra_metrics\" | \"infra_logs\" | \"uptime\" | \"observability-overview\" | \"stack_monitoring\" | \"ux\" | undefined; }) => ({ app, metric, metricType }: ",
{
"pluginId": "observability",
"scope": "public",
"docId": "kibObservabilityPluginApi",
"section": "def-public.TrackMetricOptions",
"text": "TrackMetricOptions"
},
") => void"
],
"description": [],
"children": [
{
"id": "def-public.useUiTracker.{\n- app: defaultApp,\n}",
"type": "Object",
"label": "{\n app: defaultApp,\n}",
"tags": [],
"description": [],
"children": [
{
"tags": [],
"id": "def-public.useUiTracker.{\n- app: defaultApp,\n}.app",
"type": "CompoundType",
"label": "app",
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/hooks/use_track_metric.tsx",
"lineNumber": 40
},
"signature": [
"\"apm\" | \"infra_metrics\" | \"infra_logs\" | \"uptime\" | \"observability-overview\" | \"stack_monitoring\" | \"ux\" | undefined"
]
}
],
"source": {
"path": "x-pack/plugins/observability/public/hooks/use_track_metric.tsx",
"lineNumber": 40
}
}
],
"tags": [],
"returnComment": [],
"source": {
"path": "x-pack/plugins/observability/public/hooks/use_track_metric.tsx",
"lineNumber": 38
},
"initialIsOpen": false
}
],
"interfaces": [
{
"id": "def-public.ApmFetchDataResponse",
"type": "Interface",
"label": "ApmFetchDataResponse",
"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"
}
],
"description": [],
"tags": [],
"children": [
{
"tags": [],
"id": "def-public.ApmFetchDataResponse.stats",
"type": "Object",
"label": "stats",
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/typings/fetch_overview_data/index.ts",
"lineNumber": 91
},
"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"
},
"; }"
]
},
{
"tags": [],
"id": "def-public.ApmFetchDataResponse.series",
"type": "Object",
"label": "series",
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/typings/fetch_overview_data/index.ts",
"lineNumber": 95
},
"signature": [
"{ transactions: ",
{
"pluginId": "observability",
"scope": "public",
"docId": "kibObservabilityPluginApi",
"section": "def-public.Series",
"text": "Series"
},
"; }"
]
}
],
"source": {
"path": "x-pack/plugins/observability/public/typings/fetch_overview_data/index.ts",
"lineNumber": 90
},
"initialIsOpen": false
},
{
"id": "def-public.Coordinates",
"type": "Interface",
"label": "Coordinates",
"description": [],
"tags": [],
"children": [
{
"tags": [],
"id": "def-public.Coordinates.x",
"type": "number",
"label": "x",
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/typings/fetch_overview_data/index.ts",
"lineNumber": 17
}
},
{
"tags": [],
"id": "def-public.Coordinates.y",
"type": "number",
"label": "y",
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/typings/fetch_overview_data/index.ts",
"lineNumber": 18
},
"signature": [
"number | undefined"
]
}
],
"source": {
"path": "x-pack/plugins/observability/public/typings/fetch_overview_data/index.ts",
"lineNumber": 16
},
"initialIsOpen": false
},
{
"id": "def-public.DataHandler",
"type": "Interface",
"label": "DataHandler",
"signature": [
{
"pluginId": "observability",
"scope": "public",
"docId": "kibObservabilityPluginApi",
"section": "def-public.DataHandler",
"text": "DataHandler"
},
"<T>"
],
"description": [],
"tags": [],
"children": [
{
"tags": [],
"id": "def-public.DataHandler.fetchData",
"type": "Function",
"label": "fetchData",
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/typings/fetch_overview_data/index.ts",
"lineNumber": 57
},
"signature": [
{
"pluginId": "observability",
"scope": "public",
"docId": "kibObservabilityPluginApi",
"section": "def-public.FetchData",
"text": "FetchData"
},
"<",
{
"pluginId": "observability",
"scope": "public",
"docId": "kibObservabilityPluginApi",
"section": "def-public.ObservabilityFetchDataResponse",
"text": "ObservabilityFetchDataResponse"
},
"[T]>"
]
},
{
"tags": [],
"id": "def-public.DataHandler.hasData",
"type": "Function",
"label": "hasData",
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/typings/fetch_overview_data/index.ts",
"lineNumber": 58
},
"signature": [
{
"pluginId": "observability",
"scope": "public",
"docId": "kibObservabilityPluginApi",
"section": "def-public.HasData",
"text": "HasData"
},
"<T>"
]
}
],
"source": {
"path": "x-pack/plugins/observability/public/typings/fetch_overview_data/index.ts",
"lineNumber": 54
},
"initialIsOpen": false
},
{
"id": "def-public.FetchDataParams",
"type": "Interface",
"label": "FetchDataParams",
"description": [],
"tags": [],
"children": [
{
"tags": [],
"id": "def-public.FetchDataParams.absoluteTime",
"type": "Object",
"label": "absoluteTime",
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/typings/fetch_overview_data/index.ts",
"lineNumber": 26
},
"signature": [
"{ start: number; end: number; }"
]
},
{
"tags": [],
"id": "def-public.FetchDataParams.relativeTime",
"type": "Object",
"label": "relativeTime",
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/typings/fetch_overview_data/index.ts",
"lineNumber": 27
},
"signature": [
"{ start: string; end: string; }"
]
},
{
"tags": [],
"id": "def-public.FetchDataParams.bucketSize",
"type": "string",
"label": "bucketSize",
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/typings/fetch_overview_data/index.ts",
"lineNumber": 28
}
},
{
"tags": [],
"id": "def-public.FetchDataParams.serviceName",
"type": "string",
"label": "serviceName",
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/typings/fetch_overview_data/index.ts",
"lineNumber": 29
},
"signature": [
"string | undefined"
]
}
],
"source": {
"path": "x-pack/plugins/observability/public/typings/fetch_overview_data/index.ts",
"lineNumber": 25
},
"initialIsOpen": false
},
{
"id": "def-public.FetchDataResponse",
"type": "Interface",
"label": "FetchDataResponse",
"description": [],
"tags": [],
"children": [
{
"tags": [],
"id": "def-public.FetchDataResponse.appLink",
"type": "string",
"label": "appLink",
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/typings/fetch_overview_data/index.ts",
"lineNumber": 62
}
}
],
"source": {
"path": "x-pack/plugins/observability/public/typings/fetch_overview_data/index.ts",
"lineNumber": 61
},
"initialIsOpen": false
},
{
"id": "def-public.HasDataParams",
"type": "Interface",
"label": "HasDataParams",
"description": [],
"tags": [],
"children": [
{
"tags": [],
"id": "def-public.HasDataParams.absoluteTime",
"type": "Object",
"label": "absoluteTime",
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/typings/fetch_overview_data/index.ts",
"lineNumber": 33
},
"signature": [
"{ start: number; end: number; }"
]
}
],
"source": {
"path": "x-pack/plugins/observability/public/typings/fetch_overview_data/index.ts",
"lineNumber": 32
},
"initialIsOpen": false
},
{
"id": "def-public.LogsFetchDataResponse",
"type": "Interface",
"label": "LogsFetchDataResponse",
"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"
}
],
"description": [],
"tags": [],
"children": [
{
"tags": [],
"id": "def-public.LogsFetchDataResponse.stats",
"type": "Object",
"label": "stats",
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/typings/fetch_overview_data/index.ts",
"lineNumber": 66
},
"signature": [
"Record<string, ",
{
"pluginId": "observability",
"scope": "public",
"docId": "kibObservabilityPluginApi",
"section": "def-public.Stat",
"text": "Stat"
},
" & { label: string; }>"
]
},
{
"tags": [],
"id": "def-public.LogsFetchDataResponse.series",
"type": "Object",
"label": "series",
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/typings/fetch_overview_data/index.ts",
"lineNumber": 67
},
"signature": [
"Record<string, ",
{
"pluginId": "observability",
"scope": "public",
"docId": "kibObservabilityPluginApi",
"section": "def-public.Series",
"text": "Series"
},
" & { label: string; }>"
]
}
],
"source": {
"path": "x-pack/plugins/observability/public/typings/fetch_overview_data/index.ts",
"lineNumber": 65
},
"initialIsOpen": false
},
{
"id": "def-public.MetricsFetchDataResponse",
"type": "Interface",
"label": "MetricsFetchDataResponse",
"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"
}
],
"description": [],
"tags": [],
"children": [
{
"tags": [],
"id": "def-public.MetricsFetchDataResponse.stats",
"type": "Object",
"label": "stats",
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/typings/fetch_overview_data/index.ts",
"lineNumber": 71
},
"signature": [
"{ hosts: ",
{
"pluginId": "observability",
"scope": "public",
"docId": "kibObservabilityPluginApi",
"section": "def-public.Stat",
"text": "Stat"
},
"; cpu: ",
{
"pluginId": "observability",
"scope": "public",
"docId": "kibObservabilityPluginApi",
"section": "def-public.Stat",
"text": "Stat"
},
"; memory: ",
{
"pluginId": "observability",
"scope": "public",
"docId": "kibObservabilityPluginApi",
"section": "def-public.Stat",
"text": "Stat"
},
"; }"
]
}
],
"source": {
"path": "x-pack/plugins/observability/public/typings/fetch_overview_data/index.ts",
"lineNumber": 70
},
"initialIsOpen": false
},
{
"id": "def-public.ObservabilityFetchDataResponse",
"type": "Interface",
"label": "ObservabilityFetchDataResponse",
"description": [],
"tags": [],
"children": [
{
"tags": [],
"id": "def-public.ObservabilityFetchDataResponse.apm",
"type": "Object",
"label": "apm",
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/typings/fetch_overview_data/index.ts",
"lineNumber": 105
},
"signature": [
{
"pluginId": "observability",
"scope": "public",
"docId": "kibObservabilityPluginApi",
"section": "def-public.ApmFetchDataResponse",
"text": "ApmFetchDataResponse"
}
]
},
{
"tags": [],
"id": "def-public.ObservabilityFetchDataResponse.infra_metrics",
"type": "Object",
"label": "infra_metrics",
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/typings/fetch_overview_data/index.ts",
"lineNumber": 106
},
"signature": [
{
"pluginId": "observability",
"scope": "public",
"docId": "kibObservabilityPluginApi",
"section": "def-public.MetricsFetchDataResponse",
"text": "MetricsFetchDataResponse"
}
]
},
{
"tags": [],
"id": "def-public.ObservabilityFetchDataResponse.infra_logs",
"type": "Object",
"label": "infra_logs",
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/typings/fetch_overview_data/index.ts",
"lineNumber": 107
},
"signature": [
{
"pluginId": "observability",
"scope": "public",
"docId": "kibObservabilityPluginApi",
"section": "def-public.LogsFetchDataResponse",
"text": "LogsFetchDataResponse"
}
]
},
{
"tags": [],
"id": "def-public.ObservabilityFetchDataResponse.uptime",
"type": "Object",
"label": "uptime",
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/typings/fetch_overview_data/index.ts",
"lineNumber": 108
},
"signature": [
{
"pluginId": "observability",
"scope": "public",
"docId": "kibObservabilityPluginApi",
"section": "def-public.UptimeFetchDataResponse",
"text": "UptimeFetchDataResponse"
}
]
},
{
"tags": [],
"id": "def-public.ObservabilityFetchDataResponse.ux",
"type": "Object",
"label": "ux",
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/typings/fetch_overview_data/index.ts",
"lineNumber": 109
},
"signature": [
{
"pluginId": "observability",
"scope": "public",
"docId": "kibObservabilityPluginApi",
"section": "def-public.UxFetchDataResponse",
"text": "UxFetchDataResponse"
}
]
}
],
"source": {
"path": "x-pack/plugins/observability/public/typings/fetch_overview_data/index.ts",
"lineNumber": 104
},
"initialIsOpen": false
},
{
"id": "def-public.ObservabilityHasDataResponse",
"type": "Interface",
"label": "ObservabilityHasDataResponse",
"description": [],
"tags": [],
"children": [
{
"tags": [],
"id": "def-public.ObservabilityHasDataResponse.apm",
"type": "boolean",
"label": "apm",
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/typings/fetch_overview_data/index.ts",
"lineNumber": 113
}
},
{
"tags": [],
"id": "def-public.ObservabilityHasDataResponse.infra_metrics",
"type": "boolean",
"label": "infra_metrics",
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/typings/fetch_overview_data/index.ts",
"lineNumber": 114
}
},
{
"tags": [],
"id": "def-public.ObservabilityHasDataResponse.infra_logs",
"type": "boolean",
"label": "infra_logs",
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/typings/fetch_overview_data/index.ts",
"lineNumber": 115
}
},
{
"tags": [],
"id": "def-public.ObservabilityHasDataResponse.uptime",
"type": "boolean",
"label": "uptime",
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/typings/fetch_overview_data/index.ts",
"lineNumber": 116
}
},
{
"tags": [],
"id": "def-public.ObservabilityHasDataResponse.ux",
"type": "Object",
"label": "ux",
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/typings/fetch_overview_data/index.ts",
"lineNumber": 117
},
"signature": [
{
"pluginId": "observability",
"scope": "public",
"docId": "kibObservabilityPluginApi",
"section": "def-public.UXHasDataResponse",
"text": "UXHasDataResponse"
}
]
}
],
"source": {
"path": "x-pack/plugins/observability/public/typings/fetch_overview_data/index.ts",
"lineNumber": 112
},
"initialIsOpen": false
},
{
"id": "def-public.Series",
"type": "Interface",
"label": "Series",
"description": [],
"tags": [],
"children": [
{
"tags": [],
"id": "def-public.Series.coordinates",
"type": "Array",
"label": "coordinates",
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/typings/fetch_overview_data/index.ts",
"lineNumber": 22
},
"signature": [
{
"pluginId": "observability",
"scope": "public",
"docId": "kibObservabilityPluginApi",
"section": "def-public.Coordinates",
"text": "Coordinates"
},
"[]"
]
}
],
"source": {
"path": "x-pack/plugins/observability/public/typings/fetch_overview_data/index.ts",
"lineNumber": 21
},
"initialIsOpen": false
},
{
"id": "def-public.Stat",
"type": "Interface",
"label": "Stat",
"description": [],
"tags": [],
"children": [
{
"tags": [],
"id": "def-public.Stat.type",
"type": "CompoundType",
"label": "type",
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/typings/fetch_overview_data/index.ts",
"lineNumber": 12
},
"signature": [
"\"number\" | \"percent\" | \"bytesPerSecond\""
]
},
{
"tags": [],
"id": "def-public.Stat.value",
"type": "number",
"label": "value",
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/typings/fetch_overview_data/index.ts",
"lineNumber": 13
}
}
],
"source": {
"path": "x-pack/plugins/observability/public/typings/fetch_overview_data/index.ts",
"lineNumber": 11
},
"initialIsOpen": false
},
{
"id": "def-public.UptimeFetchDataResponse",
"type": "Interface",
"label": "UptimeFetchDataResponse",
"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"
}
],
"description": [],
"tags": [],
"children": [
{
"tags": [],
"id": "def-public.UptimeFetchDataResponse.stats",
"type": "Object",
"label": "stats",
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/typings/fetch_overview_data/index.ts",
"lineNumber": 79
},
"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"
},
"; }"
]
},
{
"tags": [],
"id": "def-public.UptimeFetchDataResponse.series",
"type": "Object",
"label": "series",
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/typings/fetch_overview_data/index.ts",
"lineNumber": 84
},
"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"
},
"; }"
]
}
],
"source": {
"path": "x-pack/plugins/observability/public/typings/fetch_overview_data/index.ts",
"lineNumber": 78
},
"initialIsOpen": false
},
{
"id": "def-public.UxFetchDataResponse",
"type": "Interface",
"label": "UxFetchDataResponse",
"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"
}
],
"description": [],
"tags": [],
"children": [
{
"tags": [],
"id": "def-public.UxFetchDataResponse.coreWebVitals",
"type": "Object",
"label": "coreWebVitals",
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/typings/fetch_overview_data/index.ts",
"lineNumber": 101
},
"signature": [
{
"pluginId": "observability",
"scope": "public",
"docId": "kibObservabilityPluginApi",
"section": "def-public.UXMetrics",
"text": "UXMetrics"
}
]
}
],
"source": {
"path": "x-pack/plugins/observability/public/typings/fetch_overview_data/index.ts",
"lineNumber": 100
},
"initialIsOpen": false
},
{
"id": "def-public.UXHasDataResponse",
"type": "Interface",
"label": "UXHasDataResponse",
"description": [],
"tags": [],
"children": [
{
"tags": [],
"id": "def-public.UXHasDataResponse.hasData",
"type": "boolean",
"label": "hasData",
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/typings/fetch_overview_data/index.ts",
"lineNumber": 37
}
},
{
"tags": [],
"id": "def-public.UXHasDataResponse.serviceName",
"type": "CompoundType",
"label": "serviceName",
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/typings/fetch_overview_data/index.ts",
"lineNumber": 38
},
"signature": [
"string | number | undefined"
]
}
],
"source": {
"path": "x-pack/plugins/observability/public/typings/fetch_overview_data/index.ts",
"lineNumber": 36
},
"initialIsOpen": false
},
{
"id": "def-public.UXMetrics",
"type": "Interface",
"label": "UXMetrics",
"description": [],
"tags": [],
"children": [
{
"tags": [],
"id": "def-public.UXMetrics.cls",
"type": "CompoundType",
"label": "cls",
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/components/shared/core_web_vitals/index.tsx",
"lineNumber": 24
},
"signature": [
"number | null"
]
},
{
"tags": [],
"id": "def-public.UXMetrics.fid",
"type": "CompoundType",
"label": "fid",
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/components/shared/core_web_vitals/index.tsx",
"lineNumber": 25
},
"signature": [
"number | null | undefined"
]
},
{
"tags": [],
"id": "def-public.UXMetrics.lcp",
"type": "CompoundType",
"label": "lcp",
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/components/shared/core_web_vitals/index.tsx",
"lineNumber": 26
},
"signature": [
"number | null | undefined"
]
},
{
"tags": [],
"id": "def-public.UXMetrics.tbt",
"type": "number",
"label": "tbt",
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/components/shared/core_web_vitals/index.tsx",
"lineNumber": 27
}
},
{
"tags": [],
"id": "def-public.UXMetrics.fcp",
"type": "CompoundType",
"label": "fcp",
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/components/shared/core_web_vitals/index.tsx",
"lineNumber": 28
},
"signature": [
"number | null | undefined"
]
},
{
"tags": [],
"id": "def-public.UXMetrics.coreVitalPages",
"type": "number",
"label": "coreVitalPages",
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/components/shared/core_web_vitals/index.tsx",
"lineNumber": 29
}
},
{
"tags": [],
"id": "def-public.UXMetrics.lcpRanks",
"type": "Array",
"label": "lcpRanks",
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/components/shared/core_web_vitals/index.tsx",
"lineNumber": 30
},
"signature": [
"number[]"
]
},
{
"tags": [],
"id": "def-public.UXMetrics.fidRanks",
"type": "Array",
"label": "fidRanks",
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/components/shared/core_web_vitals/index.tsx",
"lineNumber": 31
},
"signature": [
"number[]"
]
},
{
"tags": [],
"id": "def-public.UXMetrics.clsRanks",
"type": "Array",
"label": "clsRanks",
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/components/shared/core_web_vitals/index.tsx",
"lineNumber": 32
},
"signature": [
"number[]"
]
}
],
"source": {
"path": "x-pack/plugins/observability/public/components/shared/core_web_vitals/index.tsx",
"lineNumber": 23
},
"initialIsOpen": false
}
],
"enums": [
{
"id": "def-public.FETCH_STATUS",
"type": "Enum",
"label": "FETCH_STATUS",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/hooks/use_fetcher.tsx",
"lineNumber": 10
},
"initialIsOpen": false
},
{
"id": "def-public.METRIC_TYPE",
"type": "Enum",
"label": "METRIC_TYPE",
"tags": [],
"description": [],
"source": {
"path": "node_modules/@kbn/analytics/target/types/metrics/index.d.ts",
"lineNumber": 10
},
"signature": [
"METRIC_TYPE"
],
"initialIsOpen": false
}
],
"misc": [
{
"id": "def-public.DragHandleProps",
"type": "Type",
"label": "DragHandleProps",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/typings/eui_draggable/index.ts",
"lineNumber": 15
},
"signature": [
"undefined | ",
"DraggableProvidedDragHandleProps"
],
"initialIsOpen": false
},
{
"id": "def-public.DropResult",
"type": "Type",
"label": "DropResult",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/typings/eui_draggable/index.ts",
"lineNumber": 18
},
"signature": [
"DropResult"
],
"initialIsOpen": false
},
{
"id": "def-public.FetchData",
"type": "Type",
"label": "FetchData",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/typings/fetch_overview_data/index.ts",
"lineNumber": 41
},
"signature": [
"(fetchDataParams: ",
{
"pluginId": "observability",
"scope": "public",
"docId": "kibObservabilityPluginApi",
"section": "def-public.FetchDataParams",
"text": "FetchDataParams"
},
") => Promise<T>"
],
"initialIsOpen": false
},
{
"id": "def-public.HasData",
"type": "Type",
"label": "HasData",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/typings/fetch_overview_data/index.ts",
"lineNumber": 45
},
"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]>"
],
"initialIsOpen": false
},
{
"id": "def-public.ObservabilityFetchDataPlugins",
"type": "Type",
"label": "ObservabilityFetchDataPlugins",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/typings/fetch_overview_data/index.ts",
"lineNumber": 49
},
"signature": [
"\"apm\" | \"infra_metrics\" | \"infra_logs\" | \"uptime\" | \"ux\""
],
"initialIsOpen": false
},
{
"id": "def-public.SectionLinkProps",
"type": "Type",
"label": "SectionLinkProps",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/components/shared/action_menu/index.tsx",
"lineNumber": 65
},
"signature": [
"CommonProps",
" & Pick<(",
"DisambiguateSet",
"<(",
"DisambiguateSet",
"<React.ButtonHTMLAttributes<HTMLButtonElement>, Pick<React.AnchorHTMLAttributes<HTMLAnchorElement>, \"children\" | \"type\" | \"onClick\" | \"onChange\" | \"color\" | \"onKeyDown\" | \"title\" | \"id\" | \"placeholder\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"css\" | \"media\" | \"target\" | \"download\" | \"ping\" | \"hrefLang\" | \"rel\" | \"referrerPolicy\">> & Pick<React.AnchorHTMLAttributes<HTMLAnchorElement>, \"children\" | \"type\" | \"onClick\" | \"onChange\" | \"color\" | \"onKeyDown\" | \"title\" | \"id\" | \"placeholder\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"css\" | \"media\" | \"target\" | \"download\" | \"ping\" | \"hrefLang\" | \"rel\" | \"referrerPolicy\">) | (",
"DisambiguateSet",
"<Pick<React.AnchorHTMLAttributes<HTMLAnchorElement>, \"children\" | \"type\" | \"onClick\" | \"onChange\" | \"color\" | \"onKeyDown\" | \"title\" | \"id\" | \"placeholder\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"css\" | \"media\" | \"target\" | \"download\" | \"ping\" | \"hrefLang\" | \"rel\" | \"referrerPolicy\">, React.ButtonHTMLAttributes<HTMLButtonElement>> & React.ButtonHTMLAttributes<HTMLButtonElement>), React.HTMLAttributes<HTMLSpanElement>> & React.HTMLAttributes<HTMLSpanElement>) | (",
"DisambiguateSet"
],
"initialIsOpen": false
},
{
"id": "def-public.TrackMetricOptions",
"type": "Type",
"label": "TrackMetricOptions",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/hooks/use_track_metric.tsx",
"lineNumber": 33
},
"signature": [
"TrackOptions & { metric: string; }"
],
"initialIsOpen": false
},
{
"id": "def-public.UiTracker",
"type": "Type",
"label": "UiTracker",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/hooks/use_track_metric.tsx",
"lineNumber": 34
},
"signature": [
"(__0: ",
{
"pluginId": "observability",
"scope": "public",
"docId": "kibObservabilityPluginApi",
"section": "def-public.TrackMetricOptions",
"text": "TrackMetricOptions"
},
") => void"
],
"initialIsOpen": false
}
],
"objects": [],
"setup": {
"id": "def-public.ObservabilityPluginSetup",
"type": "Interface",
"label": "ObservabilityPluginSetup",
"description": [],
"tags": [],
"children": [
{
"tags": [],
"id": "def-public.ObservabilityPluginSetup.dashboard",
"type": "Object",
"label": "dashboard",
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/plugin.ts",
"lineNumber": 25
},
"signature": [
"{ register: typeof ",
{
"pluginId": "observability",
"scope": "public",
"docId": "kibObservabilityPluginApi",
"section": "def-public.registerDataHandler",
"text": "registerDataHandler"
},
"; }"
]
}
],
"source": {
"path": "x-pack/plugins/observability/public/plugin.ts",
"lineNumber": 24
},
"lifecycle": "setup",
"initialIsOpen": true
},
"start": {
"id": "def-public.ObservabilityPluginStart",
"type": "Type",
"label": "ObservabilityPluginStart",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/observability/public/plugin.ts",
"lineNumber": 33
},
"signature": [
"void"
],
"lifecycle": "start",
"initialIsOpen": true
}
},
"server": {
"classes": [
{
"id": "def-server.WrappedElasticsearchClientError",
"type": "Class",
"tags": [],
"label": "WrappedElasticsearchClientError",
"description": [],
"signature": [
{
"pluginId": "observability",
"scope": "server",
"docId": "kibObservabilityPluginApi",
"section": "def-server.WrappedElasticsearchClientError",
"text": "WrappedElasticsearchClientError"
},
" extends Error"
],
"children": [
{
"tags": [],
"id": "def-server.WrappedElasticsearchClientError.originalError",
"type": "Object",
"label": "originalError",
"description": [],
"source": {
"path": "x-pack/plugins/observability/server/utils/unwrap_es_response.ts",
"lineNumber": 12
},
"signature": [
"ElasticsearchClientError"
]
},
{
"id": "def-server.WrappedElasticsearchClientError.Unnamed",
"type": "Function",
"label": "Constructor",
"signature": [
"any"
],
"description": [],
"children": [
{
"type": "Object",
"label": "originalError",
"isRequired": true,
"signature": [
"ElasticsearchClientError"
],
"description": [],
"source": {
"path": "x-pack/plugins/observability/server/utils/unwrap_es_response.ts",
"lineNumber": 13
}
}
],
"tags": [],
"returnComment": [],
"source": {
"path": "x-pack/plugins/observability/server/utils/unwrap_es_response.ts",
"lineNumber": 13
}
}
],
"source": {
"path": "x-pack/plugins/observability/server/utils/unwrap_es_response.ts",
"lineNumber": 11
},
"initialIsOpen": false
}
],
"functions": [
{
"id": "def-server.createOrUpdateIndex",
"type": "Function",
"label": "createOrUpdateIndex",
"signature": [
"({\n index,\n mappings,\n client,\n logger,\n}: { index: string; mappings: ",
{
"pluginId": "observability",
"scope": "server",
"docId": "kibObservabilityPluginApi",
"section": "def-server.MappingsDefinition",
"text": "MappingsDefinition"
},
"; client: ",
{
"pluginId": "core",
"scope": "server",
"docId": "kibCorePluginApi",
"section": "def-server.ElasticsearchClient",
"text": "ElasticsearchClient"
},
"; logger: ",
"Logger",
"; }) => Promise<void>"
],
"description": [],
"children": [
{
"id": "def-server.createOrUpdateIndex.{\n- index,\n mappings,\n client,\n logger,\n}",
"type": "Object",
"label": "{\n index,\n mappings,\n client,\n logger,\n}",
"tags": [],
"description": [],
"children": [
{
"tags": [],
"id": "def-server.createOrUpdateIndex.{\n- index,\n mappings,\n client,\n logger,\n}.index",
"type": "string",
"label": "index",
"description": [],
"source": {
"path": "x-pack/plugins/observability/server/utils/create_or_update_index.ts",
"lineNumber": 32
}
},
{
"tags": [],
"id": "def-server.createOrUpdateIndex.{\n- index,\n mappings,\n client,\n logger,\n}.mappings",
"type": "Object",
"label": "mappings",
"description": [],
"source": {
"path": "x-pack/plugins/observability/server/utils/create_or_update_index.ts",
"lineNumber": 33
},
"signature": [
{
"pluginId": "observability",
"scope": "server",
"docId": "kibObservabilityPluginApi",
"section": "def-server.MappingsDefinition",
"text": "MappingsDefinition"
}
]
},
{
"tags": [],
"id": "def-server.createOrUpdateIndex.{\n- index,\n mappings,\n client,\n logger,\n}.client",
"type": "CompoundType",
"label": "client",
"description": [],
"source": {
"path": "x-pack/plugins/observability/server/utils/create_or_update_index.ts",
"lineNumber": 34
},
"signature": [
{
"pluginId": "core",
"scope": "server",
"docId": "kibCorePluginApi",
"section": "def-server.ElasticsearchClient",
"text": "ElasticsearchClient"
}
]
},
{
"tags": [],
"id": "def-server.createOrUpdateIndex.{\n- index,\n mappings,\n client,\n logger,\n}.logger",
"type": "Object",
"label": "logger",
"description": [],
"source": {
"path": "x-pack/plugins/observability/server/utils/create_or_update_index.ts",
"lineNumber": 35
},
"signature": [
"Logger"
]
}
],
"source": {
"path": "x-pack/plugins/observability/server/utils/create_or_update_index.ts",
"lineNumber": 31
}
}
],
"tags": [],
"returnComment": [],
"source": {
"path": "x-pack/plugins/observability/server/utils/create_or_update_index.ts",
"lineNumber": 26
},
"initialIsOpen": false
},
{
"id": "def-server.unwrapEsResponse",
"type": "Function",
"label": "unwrapEsResponse",
"signature": [
"(responsePromise: T) => Promise<",
"PromiseType",
"<T>[\"body\"]>"
],
"description": [],
"children": [
{
"type": "Uncategorized",
"label": "responsePromise",
"isRequired": true,
"signature": [
"T"
],
"description": [],
"source": {
"path": "x-pack/plugins/observability/server/utils/unwrap_es_response.ts",
"lineNumber": 40
}
}
],
"tags": [],
"returnComment": [],
"source": {
"path": "x-pack/plugins/observability/server/utils/unwrap_es_response.ts",
"lineNumber": 39
},
"initialIsOpen": false
}
],
"interfaces": [
{
"id": "def-server.MappingsDefinition",
"type": "Interface",
"label": "MappingsDefinition",
"description": [],
"tags": [],
"children": [
{
"tags": [],
"id": "def-server.MappingsDefinition.dynamic",
"type": "CompoundType",
"label": "dynamic",
"description": [],
"source": {
"path": "x-pack/plugins/observability/server/utils/create_or_update_index.ts",
"lineNumber": 21
},
"signature": [
"boolean | \"strict\" | undefined"
]
},
{
"tags": [],
"id": "def-server.MappingsDefinition.properties",
"type": "Object",
"label": "properties",
"description": [],
"source": {
"path": "x-pack/plugins/observability/server/utils/create_or_update_index.ts",
"lineNumber": 22
},
"signature": [
"Record<string, ",
{
"pluginId": "observability",
"scope": "server",
"docId": "kibObservabilityPluginApi",
"section": "def-server.MappingsDefinition",
"text": "MappingsDefinition"
},
" | ",
{
"pluginId": "observability",
"scope": "server",
"docId": "kibObservabilityPluginApi",
"section": "def-server.MappingsObject",
"text": "MappingsObject"
},
">"
]
},
{
"tags": [],
"id": "def-server.MappingsDefinition.dynamic_templates",
"type": "Array",
"label": "dynamic_templates",
"description": [],
"source": {
"path": "x-pack/plugins/observability/server/utils/create_or_update_index.ts",
"lineNumber": 23
},
"signature": [
"any[] | undefined"
]
}
],
"source": {
"path": "x-pack/plugins/observability/server/utils/create_or_update_index.ts",
"lineNumber": 20
},
"initialIsOpen": false
}
],
"enums": [],
"misc": [
{
"id": "def-server.ObservabilityConfig",
"type": "Type",
"label": "ObservabilityConfig",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/observability/server/index.ts",
"lineNumber": 25
},
"signature": [
"{ readonly enabled: boolean; readonly annotations: Readonly<{} & { enabled: boolean; index: string; }>; }"
],
"initialIsOpen": false
},
{
"id": "def-server.ScopedAnnotationsClient",
"type": "Type",
"label": "ScopedAnnotationsClient",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/observability/server/lib/annotations/bootstrap_annotations.ts",
"lineNumber": 24
},
"signature": [
"{ readonly index: string; create: (createParams: { annotation: { type: string; }; '@timestamp': string; message: string; } & { tags?: string[] | undefined; service?: { name?: string | undefined; environment?: string | undefined; version?: string | undefined; } | undefined; }) => Promise<{ _id: string; _index: string; _source: ",
"Annotation",
"; }>; getById: (getByIdParams: { id: string; }) => Promise<",
"GetResponse",
">; delete: (deleteParams: { id: string; }) => Promise<Record<string, any>>; }"
],
"initialIsOpen": false
}
],
"objects": [],
"setup": {
"id": "def-server.ObservabilityPluginSetup",
"type": "Interface",
"label": "ObservabilityPluginSetup",
"description": [],
"tags": [],
"children": [
{
"tags": [],
"id": "def-server.ObservabilityPluginSetup.getScopedAnnotationsClient",
"type": "Function",
"label": "getScopedAnnotationsClient",
"description": [],
"source": {
"path": "x-pack/plugins/observability/server/plugin.ts",
"lineNumber": 22
},
"signature": [
"LazyScopedAnnotationsClientFactory"
]
}
],
"source": {
"path": "x-pack/plugins/observability/server/plugin.ts",
"lineNumber": 21
},
"lifecycle": "setup",
"initialIsOpen": true
}
},
"common": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
}
}