mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
API docs clean up (#93508)
* Fix links to github * Fix links to github * Update docs to latest * Sort, remove unneccessary path info, reduce tags * Go back to having DocDef create the link to avoid backport conflicts * update api docs
This commit is contained in:
parent
d0f356dde3
commit
cecdcc538e
101 changed files with 127477 additions and 142254 deletions
File diff suppressed because it is too large
Load diff
|
@ -17,8 +17,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
|
||||
"lineNumber": 28,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/advanced_settings/public/component_registry/component_registry.ts#L28"
|
||||
"lineNumber": 28
|
||||
},
|
||||
"signature": [
|
||||
"{ [key: string]: Id; }"
|
||||
|
@ -37,8 +36,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
|
||||
"lineNumber": 30,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/advanced_settings/public/component_registry/component_registry.ts#L30"
|
||||
"lineNumber": 30
|
||||
},
|
||||
"signature": [
|
||||
"() => JSX.Element"
|
||||
|
@ -52,8 +50,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
|
||||
"lineNumber": 31,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/advanced_settings/public/component_registry/component_registry.ts#L31"
|
||||
"lineNumber": 31
|
||||
},
|
||||
"signature": [
|
||||
"() => null"
|
||||
|
@ -67,8 +64,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
|
||||
"lineNumber": 32,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/advanced_settings/public/component_registry/component_registry.ts#L32"
|
||||
"lineNumber": 32
|
||||
},
|
||||
"signature": [
|
||||
"() => null"
|
||||
|
@ -79,8 +75,7 @@
|
|||
"label": "defaultRegistry",
|
||||
"source": {
|
||||
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
|
||||
"lineNumber": 29,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/advanced_settings/public/component_registry/component_registry.ts#L29"
|
||||
"lineNumber": 29
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -92,8 +87,7 @@
|
|||
"label": "registry",
|
||||
"source": {
|
||||
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
|
||||
"lineNumber": 35,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/advanced_settings/public/component_registry/component_registry.ts#L35"
|
||||
"lineNumber": 35
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -109,8 +103,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
|
||||
"lineNumber": 72,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/advanced_settings/public/component_registry/component_registry.ts#L72"
|
||||
"lineNumber": 72
|
||||
},
|
||||
"signature": [
|
||||
"{ [key: string]: Id; }"
|
||||
|
@ -124,8 +117,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
|
||||
"lineNumber": 73,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/advanced_settings/public/component_registry/component_registry.ts#L73"
|
||||
"lineNumber": 73
|
||||
},
|
||||
"signature": [
|
||||
"(id: Id, component: React.ComponentType<Record<string, any> | undefined>, allowOverride?: boolean) => void"
|
||||
|
@ -136,8 +128,7 @@
|
|||
"label": "setup",
|
||||
"source": {
|
||||
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
|
||||
"lineNumber": 71,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/advanced_settings/public/component_registry/component_registry.ts#L71"
|
||||
"lineNumber": 71
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -153,8 +144,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
|
||||
"lineNumber": 77,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/advanced_settings/public/component_registry/component_registry.ts#L77"
|
||||
"lineNumber": 77
|
||||
},
|
||||
"signature": [
|
||||
"{ [key: string]: Id; }"
|
||||
|
@ -168,8 +158,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
|
||||
"lineNumber": 78,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/advanced_settings/public/component_registry/component_registry.ts#L78"
|
||||
"lineNumber": 78
|
||||
},
|
||||
"signature": [
|
||||
"(id: Id) => React.ComponentType<Record<string, any> | undefined>"
|
||||
|
@ -180,15 +169,13 @@
|
|||
"label": "start",
|
||||
"source": {
|
||||
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
|
||||
"lineNumber": 76,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/advanced_settings/public/component_registry/component_registry.ts#L76"
|
||||
"lineNumber": 76
|
||||
}
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/advanced_settings/public/component_registry/component_registry.ts",
|
||||
"lineNumber": 27,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/advanced_settings/public/component_registry/component_registry.ts#L27"
|
||||
"lineNumber": 27
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -204,8 +191,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/advanced_settings/public/index.ts",
|
||||
"lineNumber": 20,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/advanced_settings/public/index.ts#L20"
|
||||
"lineNumber": 20
|
||||
},
|
||||
"signature": [
|
||||
"React.LazyExoticComponent<typeof ",
|
||||
|
@ -234,8 +220,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/advanced_settings/public/types.ts",
|
||||
"lineNumber": 16,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/advanced_settings/public/types.ts#L16"
|
||||
"lineNumber": 16
|
||||
},
|
||||
"signature": [
|
||||
"{ componentType: { [key: string]: Id; }; register: (id: Id, component: React.ComponentType<Record<string, any> | undefined>, allowOverride?: boolean) => void; }"
|
||||
|
@ -244,8 +229,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/advanced_settings/public/types.ts",
|
||||
"lineNumber": 15,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/advanced_settings/public/types.ts#L15"
|
||||
"lineNumber": 15
|
||||
},
|
||||
"lifecycle": "setup",
|
||||
"initialIsOpen": true
|
||||
|
@ -265,8 +249,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/advanced_settings/public/types.ts",
|
||||
"lineNumber": 19,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/advanced_settings/public/types.ts#L19"
|
||||
"lineNumber": 19
|
||||
},
|
||||
"signature": [
|
||||
"{ componentType: { [key: string]: Id; }; get: (id: Id) => React.ComponentType<Record<string, any> | undefined>; }"
|
||||
|
@ -275,8 +258,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/advanced_settings/public/types.ts",
|
||||
"lineNumber": 18,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/advanced_settings/public/types.ts#L18"
|
||||
"lineNumber": 18
|
||||
},
|
||||
"lifecycle": "start",
|
||||
"initialIsOpen": true
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -19,8 +19,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/public/index.ts",
|
||||
"lineNumber": 15,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/apm/public/index.ts#L15"
|
||||
"lineNumber": 15
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -31,8 +30,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/public/index.ts",
|
||||
"lineNumber": 16,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/apm/public/index.ts#L16"
|
||||
"lineNumber": 16
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -43,8 +41,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/public/index.ts",
|
||||
"lineNumber": 17,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/apm/public/index.ts#L17"
|
||||
"lineNumber": 17
|
||||
},
|
||||
"signature": [
|
||||
"{ enabled: boolean; }"
|
||||
|
@ -53,8 +50,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/public/index.ts",
|
||||
"lineNumber": 14,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/apm/public/index.ts#L14"
|
||||
"lineNumber": 14
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -70,8 +66,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/public/plugin.ts",
|
||||
"lineNumber": 45,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/apm/public/plugin.ts#L45"
|
||||
"lineNumber": 45
|
||||
},
|
||||
"signature": [
|
||||
"void"
|
||||
|
@ -141,8 +136,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/server/plugin.ts",
|
||||
"lineNumber": 61,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/apm/server/plugin.ts#L61"
|
||||
"lineNumber": 61
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -150,8 +144,7 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/server/plugin.ts",
|
||||
"lineNumber": 61,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/apm/server/plugin.ts#L61"
|
||||
"lineNumber": 61
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -219,8 +212,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/server/plugin.ts",
|
||||
"lineNumber": 66,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/apm/server/plugin.ts#L66"
|
||||
"lineNumber": 66
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -238,8 +230,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/server/plugin.ts",
|
||||
"lineNumber": 68,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/apm/server/plugin.ts#L68"
|
||||
"lineNumber": 68
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
|
@ -259,8 +250,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/server/plugin.ts",
|
||||
"lineNumber": 69,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/apm/server/plugin.ts#L69"
|
||||
"lineNumber": 69
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
|
@ -280,8 +270,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/server/plugin.ts",
|
||||
"lineNumber": 70,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/apm/server/plugin.ts#L70"
|
||||
"lineNumber": 70
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
|
@ -301,8 +290,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/server/plugin.ts",
|
||||
"lineNumber": 71,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/apm/server/plugin.ts#L71"
|
||||
"lineNumber": 71
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
|
@ -323,8 +311,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/server/plugin.ts",
|
||||
"lineNumber": 72,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/apm/server/plugin.ts#L72"
|
||||
"lineNumber": 72
|
||||
},
|
||||
"signature": [
|
||||
"Pick<",
|
||||
|
@ -346,8 +333,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/server/plugin.ts",
|
||||
"lineNumber": 73,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/apm/server/plugin.ts#L73"
|
||||
"lineNumber": 73
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
|
@ -368,8 +354,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/server/plugin.ts",
|
||||
"lineNumber": 74,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/apm/server/plugin.ts#L74"
|
||||
"lineNumber": 74
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
|
@ -390,8 +375,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/server/plugin.ts",
|
||||
"lineNumber": 75,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/apm/server/plugin.ts#L75"
|
||||
"lineNumber": 75
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
|
@ -412,8 +396,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/server/plugin.ts",
|
||||
"lineNumber": 76,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/apm/server/plugin.ts#L76"
|
||||
"lineNumber": 76
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
|
@ -434,8 +417,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/server/plugin.ts",
|
||||
"lineNumber": 77,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/apm/server/plugin.ts#L77"
|
||||
"lineNumber": 77
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
|
@ -455,8 +437,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/server/plugin.ts",
|
||||
"lineNumber": 78,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/apm/server/plugin.ts#L78"
|
||||
"lineNumber": 78
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
|
@ -477,8 +458,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/server/plugin.ts",
|
||||
"lineNumber": 79,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/apm/server/plugin.ts#L79"
|
||||
"lineNumber": 79
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
|
@ -494,8 +474,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/server/plugin.ts",
|
||||
"lineNumber": 67,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/apm/server/plugin.ts#L67"
|
||||
"lineNumber": 67
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -503,8 +482,7 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/server/plugin.ts",
|
||||
"lineNumber": 65,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/apm/server/plugin.ts#L65"
|
||||
"lineNumber": 65
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -540,8 +518,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/server/plugin.ts",
|
||||
"lineNumber": 196,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/apm/server/plugin.ts#L196"
|
||||
"lineNumber": 196
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -549,8 +526,7 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/server/plugin.ts",
|
||||
"lineNumber": 196,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/apm/server/plugin.ts#L196"
|
||||
"lineNumber": 196
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -566,15 +542,13 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/server/plugin.ts",
|
||||
"lineNumber": 215,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/apm/server/plugin.ts#L215"
|
||||
"lineNumber": 215
|
||||
}
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/server/plugin.ts",
|
||||
"lineNumber": 58,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/apm/server/plugin.ts#L58"
|
||||
"lineNumber": 58
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -603,8 +577,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/server/index.ts",
|
||||
"lineNumber": 60,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/apm/server/index.ts#L60"
|
||||
"lineNumber": 60
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -625,8 +598,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/server/index.ts",
|
||||
"lineNumber": 61,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/apm/server/index.ts#L61"
|
||||
"lineNumber": 61
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -634,8 +606,7 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/server/index.ts",
|
||||
"lineNumber": 59,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/apm/server/index.ts#L59"
|
||||
"lineNumber": 59
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -650,29 +621,12 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/common/processor_event.ts",
|
||||
"lineNumber": 8,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/apm/common/processor_event.ts#L8"
|
||||
"lineNumber": 8
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
],
|
||||
"misc": [
|
||||
{
|
||||
"id": "def-server.APMXPackConfig",
|
||||
"type": "Type",
|
||||
"label": "APMXPackConfig",
|
||||
"tags": [],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/server/index.ts",
|
||||
"lineNumber": 55,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/apm/server/index.ts#L55"
|
||||
},
|
||||
"signature": [
|
||||
"{ readonly enabled: boolean; readonly serviceMapEnabled: boolean; readonly serviceMapFingerprintBucketSize: number; readonly serviceMapTraceIdBucketSize: number; readonly serviceMapFingerprintGlobalBucketSize: number; readonly serviceMapTraceIdGlobalBucketSize: number; readonly serviceMapMaxTracesPerRequest: number; readonly autocreateApmIndexPattern: boolean; readonly ui: Readonly<{} & { enabled: boolean; transactionGroupBucketSize: number; maxTraceItems: number; }>; readonly searchAggregatedTransactions: SearchAggregatedTransactionSetting; readonly telemetryCollectionEnabled: boolean; readonly metricsInterval: number; readonly maxServiceEnvironments: number; readonly maxServiceSelection: number; readonly profilingEnabled: boolean; }"
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-server.APMConfig",
|
||||
"type": "Type",
|
||||
|
@ -681,13 +635,27 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/server/index.ts",
|
||||
"lineNumber": 56,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/apm/server/index.ts#L56"
|
||||
"lineNumber": 56
|
||||
},
|
||||
"signature": [
|
||||
"{ 'apm_oss.transactionIndices': string; 'apm_oss.spanIndices': string; 'apm_oss.errorIndices': string; 'apm_oss.metricsIndices': string; 'apm_oss.sourcemapIndices': string; 'apm_oss.onboardingIndices': string; 'apm_oss.indexPattern': string; 'xpack.apm.serviceMapEnabled': boolean; 'xpack.apm.serviceMapFingerprintBucketSize': number; 'xpack.apm.serviceMapTraceIdBucketSize': number; 'xpack.apm.serviceMapFingerprintGlobalBucketSize': number; 'xpack.apm.serviceMapTraceIdGlobalBucketSize': number; 'xpack.apm.serviceMapMaxTracesPerRequest': number; 'xpack.apm.ui.enabled': boolean; 'xpack.apm.maxServiceEnvironments': number; 'xpack.apm.maxServiceSelection': number; 'xpack.apm.ui.maxTraceItems': number; 'xpack.apm.ui.transactionGroupBucketSize': number; 'xpack.apm.autocreateApmIndexPattern': boolean; 'xpack.apm.telemetryCollectionEnabled': boolean; 'xpack.apm.searchAggregatedTransactions': SearchAggregatedTransactionSetting; 'xpack.apm.metricsInterval': number; }"
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-server.APMXPackConfig",
|
||||
"type": "Type",
|
||||
"label": "APMXPackConfig",
|
||||
"tags": [],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/server/index.ts",
|
||||
"lineNumber": 55
|
||||
},
|
||||
"signature": [
|
||||
"{ readonly enabled: boolean; readonly serviceMapEnabled: boolean; readonly serviceMapFingerprintBucketSize: number; readonly serviceMapTraceIdBucketSize: number; readonly serviceMapFingerprintGlobalBucketSize: number; readonly serviceMapTraceIdGlobalBucketSize: number; readonly serviceMapMaxTracesPerRequest: number; readonly autocreateApmIndexPattern: boolean; readonly ui: Readonly<{} & { enabled: boolean; transactionGroupBucketSize: number; maxTraceItems: number; }>; readonly searchAggregatedTransactions: SearchAggregatedTransactionSetting; readonly telemetryCollectionEnabled: boolean; readonly metricsInterval: number; readonly maxServiceEnvironments: number; readonly maxServiceSelection: number; readonly profilingEnabled: boolean; }"
|
||||
],
|
||||
"initialIsOpen": false
|
||||
}
|
||||
],
|
||||
"objects": [],
|
||||
|
@ -706,8 +674,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/server/plugin.ts",
|
||||
"lineNumber": 49,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/apm/server/plugin.ts#L49"
|
||||
"lineNumber": 49
|
||||
},
|
||||
"signature": [
|
||||
"Observable",
|
||||
|
@ -730,8 +697,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/server/plugin.ts",
|
||||
"lineNumber": 50,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/apm/server/plugin.ts#L50"
|
||||
"lineNumber": 50
|
||||
},
|
||||
"signature": [
|
||||
"() => Promise<",
|
||||
|
@ -753,8 +719,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/server/plugin.ts",
|
||||
"lineNumber": 51,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/apm/server/plugin.ts#L51"
|
||||
"lineNumber": 51
|
||||
},
|
||||
"signature": [
|
||||
"(params: { debug?: boolean | undefined; request: ",
|
||||
|
@ -790,8 +755,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/apm/server/plugin.ts",
|
||||
"lineNumber": 48,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/apm/server/plugin.ts#L48"
|
||||
"lineNumber": 48
|
||||
},
|
||||
"lifecycle": "setup",
|
||||
"initialIsOpen": true
|
||||
|
|
|
@ -14,8 +14,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/apm_oss/common/index_pattern_constants.ts",
|
||||
"lineNumber": 9,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/apm_oss/common/index_pattern_constants.ts#L9"
|
||||
"lineNumber": 9
|
||||
},
|
||||
"signature": [
|
||||
"\"apm_static_index_pattern_id\""
|
||||
|
@ -33,8 +32,7 @@
|
|||
"children": [],
|
||||
"source": {
|
||||
"path": "src/plugins/apm_oss/public/types.ts",
|
||||
"lineNumber": 10,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/apm_oss/public/types.ts#L10"
|
||||
"lineNumber": 10
|
||||
},
|
||||
"lifecycle": "setup",
|
||||
"initialIsOpen": true
|
||||
|
@ -48,8 +46,7 @@
|
|||
"children": [],
|
||||
"source": {
|
||||
"path": "src/plugins/apm_oss/public/types.ts",
|
||||
"lineNumber": 13,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/apm_oss/public/types.ts#L13"
|
||||
"lineNumber": 13
|
||||
},
|
||||
"lifecycle": "start",
|
||||
"initialIsOpen": true
|
||||
|
@ -58,53 +55,6 @@
|
|||
"server": {
|
||||
"classes": [],
|
||||
"functions": [
|
||||
{
|
||||
"id": "def-server.createNodeAgentInstructions",
|
||||
"type": "Function",
|
||||
"children": [
|
||||
{
|
||||
"type": "string",
|
||||
"label": "apmServerUrl",
|
||||
"isRequired": true,
|
||||
"signature": [
|
||||
"string"
|
||||
],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
|
||||
"lineNumber": 11,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts#L11"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"label": "secretToken",
|
||||
"isRequired": true,
|
||||
"signature": [
|
||||
"string"
|
||||
],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
|
||||
"lineNumber": 11,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts#L11"
|
||||
}
|
||||
}
|
||||
],
|
||||
"signature": [
|
||||
"(apmServerUrl?: string, secretToken?: string) => ({ title: string; textPre: string; commands: string[]; textPost?: undefined; } | { title: string; textPre: string; commands: string[]; textPost: string; })[]"
|
||||
],
|
||||
"description": [],
|
||||
"label": "createNodeAgentInstructions",
|
||||
"source": {
|
||||
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
|
||||
"lineNumber": 11,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts#L11"
|
||||
},
|
||||
"tags": [],
|
||||
"returnComment": [],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-server.createDjangoAgentInstructions",
|
||||
"type": "Function",
|
||||
|
@ -119,8 +69,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
|
||||
"lineNumber": 88,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts#L88"
|
||||
"lineNumber": 88
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -133,8 +82,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
|
||||
"lineNumber": 88,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts#L88"
|
||||
"lineNumber": 88
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -145,276 +93,7 @@
|
|||
"label": "createDjangoAgentInstructions",
|
||||
"source": {
|
||||
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
|
||||
"lineNumber": 88,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts#L88"
|
||||
},
|
||||
"tags": [],
|
||||
"returnComment": [],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-server.createFlaskAgentInstructions",
|
||||
"type": "Function",
|
||||
"children": [
|
||||
{
|
||||
"type": "string",
|
||||
"label": "apmServerUrl",
|
||||
"isRequired": true,
|
||||
"signature": [
|
||||
"string"
|
||||
],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
|
||||
"lineNumber": 173,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts#L173"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"label": "secretToken",
|
||||
"isRequired": true,
|
||||
"signature": [
|
||||
"string"
|
||||
],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
|
||||
"lineNumber": 173,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts#L173"
|
||||
}
|
||||
}
|
||||
],
|
||||
"signature": [
|
||||
"(apmServerUrl?: string, secretToken?: string) => ({ title: string; textPre: string; commands: string[]; textPost?: undefined; } | { title: string; textPre: string; commands: string[]; textPost: string; })[]"
|
||||
],
|
||||
"description": [],
|
||||
"label": "createFlaskAgentInstructions",
|
||||
"source": {
|
||||
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
|
||||
"lineNumber": 173,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts#L173"
|
||||
},
|
||||
"tags": [],
|
||||
"returnComment": [],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-server.createRailsAgentInstructions",
|
||||
"type": "Function",
|
||||
"children": [
|
||||
{
|
||||
"type": "string",
|
||||
"label": "apmServerUrl",
|
||||
"isRequired": true,
|
||||
"signature": [
|
||||
"string"
|
||||
],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
|
||||
"lineNumber": 255,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts#L255"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"label": "secretToken",
|
||||
"isRequired": true,
|
||||
"signature": [
|
||||
"string"
|
||||
],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
|
||||
"lineNumber": 255,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts#L255"
|
||||
}
|
||||
}
|
||||
],
|
||||
"signature": [
|
||||
"(apmServerUrl?: string, secretToken?: string) => ({ title: string; textPre: string; commands: string[]; textPost?: undefined; } | { title: string; textPre: string; commands: string[]; textPost: string; })[]"
|
||||
],
|
||||
"description": [],
|
||||
"label": "createRailsAgentInstructions",
|
||||
"source": {
|
||||
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
|
||||
"lineNumber": 255,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts#L255"
|
||||
},
|
||||
"tags": [],
|
||||
"returnComment": [],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-server.createRackAgentInstructions",
|
||||
"type": "Function",
|
||||
"children": [
|
||||
{
|
||||
"type": "string",
|
||||
"label": "apmServerUrl",
|
||||
"isRequired": true,
|
||||
"signature": [
|
||||
"string"
|
||||
],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
|
||||
"lineNumber": 298,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts#L298"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"label": "secretToken",
|
||||
"isRequired": true,
|
||||
"signature": [
|
||||
"string"
|
||||
],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
|
||||
"lineNumber": 298,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts#L298"
|
||||
}
|
||||
}
|
||||
],
|
||||
"signature": [
|
||||
"(apmServerUrl?: string, secretToken?: string) => ({ title: string; textPre: string; commands: string[]; textPost?: undefined; } | { title: string; textPre: string; commands: string[]; textPost: string; })[]"
|
||||
],
|
||||
"description": [],
|
||||
"label": "createRackAgentInstructions",
|
||||
"source": {
|
||||
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
|
||||
"lineNumber": 298,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts#L298"
|
||||
},
|
||||
"tags": [],
|
||||
"returnComment": [],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-server.createJsAgentInstructions",
|
||||
"type": "Function",
|
||||
"children": [
|
||||
{
|
||||
"type": "string",
|
||||
"label": "apmServerUrl",
|
||||
"isRequired": true,
|
||||
"signature": [
|
||||
"string"
|
||||
],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
|
||||
"lineNumber": 393,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts#L393"
|
||||
}
|
||||
}
|
||||
],
|
||||
"signature": [
|
||||
"(apmServerUrl?: string) => ({ title: string; textPre: string; commands?: undefined; textPost?: undefined; } | { title: string; textPre: string; commands: string[]; textPost: string; } | { title: string; textPre: string; commands: string[]; textPost?: undefined; })[]"
|
||||
],
|
||||
"description": [],
|
||||
"label": "createJsAgentInstructions",
|
||||
"source": {
|
||||
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
|
||||
"lineNumber": 393,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts#L393"
|
||||
},
|
||||
"tags": [],
|
||||
"returnComment": [],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-server.createGoAgentInstructions",
|
||||
"type": "Function",
|
||||
"children": [
|
||||
{
|
||||
"type": "string",
|
||||
"label": "apmServerUrl",
|
||||
"isRequired": true,
|
||||
"signature": [
|
||||
"string"
|
||||
],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
|
||||
"lineNumber": 492,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts#L492"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"label": "secretToken",
|
||||
"isRequired": true,
|
||||
"signature": [
|
||||
"string"
|
||||
],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
|
||||
"lineNumber": 492,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts#L492"
|
||||
}
|
||||
}
|
||||
],
|
||||
"signature": [
|
||||
"(apmServerUrl?: string, secretToken?: string) => ({ title: string; textPre: string; commands: string[]; textPost?: undefined; } | { title: string; textPre: string; commands: string[]; textPost: string; })[]"
|
||||
],
|
||||
"description": [],
|
||||
"label": "createGoAgentInstructions",
|
||||
"source": {
|
||||
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
|
||||
"lineNumber": 492,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts#L492"
|
||||
},
|
||||
"tags": [],
|
||||
"returnComment": [],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-server.createJavaAgentInstructions",
|
||||
"type": "Function",
|
||||
"children": [
|
||||
{
|
||||
"type": "string",
|
||||
"label": "apmServerUrl",
|
||||
"isRequired": true,
|
||||
"signature": [
|
||||
"string"
|
||||
],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
|
||||
"lineNumber": 585,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts#L585"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"label": "secretToken",
|
||||
"isRequired": true,
|
||||
"signature": [
|
||||
"string"
|
||||
],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
|
||||
"lineNumber": 585,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts#L585"
|
||||
}
|
||||
}
|
||||
],
|
||||
"signature": [
|
||||
"(apmServerUrl?: string, secretToken?: string) => ({ title: string; textPre: string; commands?: undefined; textPost?: undefined; } | { title: string; textPre: string; commands: string[]; textPost: string; })[]"
|
||||
],
|
||||
"description": [],
|
||||
"label": "createJavaAgentInstructions",
|
||||
"source": {
|
||||
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
|
||||
"lineNumber": 585,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts#L585"
|
||||
"lineNumber": 88
|
||||
},
|
||||
"tags": [],
|
||||
"returnComment": [],
|
||||
|
@ -434,8 +113,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
|
||||
"lineNumber": 631,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts#L631"
|
||||
"lineNumber": 631
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -448,8 +126,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
|
||||
"lineNumber": 631,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts#L631"
|
||||
"lineNumber": 631
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -460,8 +137,214 @@
|
|||
"label": "createDotNetAgentInstructions",
|
||||
"source": {
|
||||
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
|
||||
"lineNumber": 631,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts#L631"
|
||||
"lineNumber": 631
|
||||
},
|
||||
"tags": [],
|
||||
"returnComment": [],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-server.createFlaskAgentInstructions",
|
||||
"type": "Function",
|
||||
"children": [
|
||||
{
|
||||
"type": "string",
|
||||
"label": "apmServerUrl",
|
||||
"isRequired": true,
|
||||
"signature": [
|
||||
"string"
|
||||
],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
|
||||
"lineNumber": 173
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"label": "secretToken",
|
||||
"isRequired": true,
|
||||
"signature": [
|
||||
"string"
|
||||
],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
|
||||
"lineNumber": 173
|
||||
}
|
||||
}
|
||||
],
|
||||
"signature": [
|
||||
"(apmServerUrl?: string, secretToken?: string) => ({ title: string; textPre: string; commands: string[]; textPost?: undefined; } | { title: string; textPre: string; commands: string[]; textPost: string; })[]"
|
||||
],
|
||||
"description": [],
|
||||
"label": "createFlaskAgentInstructions",
|
||||
"source": {
|
||||
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
|
||||
"lineNumber": 173
|
||||
},
|
||||
"tags": [],
|
||||
"returnComment": [],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-server.createGoAgentInstructions",
|
||||
"type": "Function",
|
||||
"children": [
|
||||
{
|
||||
"type": "string",
|
||||
"label": "apmServerUrl",
|
||||
"isRequired": true,
|
||||
"signature": [
|
||||
"string"
|
||||
],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
|
||||
"lineNumber": 492
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"label": "secretToken",
|
||||
"isRequired": true,
|
||||
"signature": [
|
||||
"string"
|
||||
],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
|
||||
"lineNumber": 492
|
||||
}
|
||||
}
|
||||
],
|
||||
"signature": [
|
||||
"(apmServerUrl?: string, secretToken?: string) => ({ title: string; textPre: string; commands: string[]; textPost?: undefined; } | { title: string; textPre: string; commands: string[]; textPost: string; })[]"
|
||||
],
|
||||
"description": [],
|
||||
"label": "createGoAgentInstructions",
|
||||
"source": {
|
||||
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
|
||||
"lineNumber": 492
|
||||
},
|
||||
"tags": [],
|
||||
"returnComment": [],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-server.createJavaAgentInstructions",
|
||||
"type": "Function",
|
||||
"children": [
|
||||
{
|
||||
"type": "string",
|
||||
"label": "apmServerUrl",
|
||||
"isRequired": true,
|
||||
"signature": [
|
||||
"string"
|
||||
],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
|
||||
"lineNumber": 585
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"label": "secretToken",
|
||||
"isRequired": true,
|
||||
"signature": [
|
||||
"string"
|
||||
],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
|
||||
"lineNumber": 585
|
||||
}
|
||||
}
|
||||
],
|
||||
"signature": [
|
||||
"(apmServerUrl?: string, secretToken?: string) => ({ title: string; textPre: string; commands?: undefined; textPost?: undefined; } | { title: string; textPre: string; commands: string[]; textPost: string; })[]"
|
||||
],
|
||||
"description": [],
|
||||
"label": "createJavaAgentInstructions",
|
||||
"source": {
|
||||
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
|
||||
"lineNumber": 585
|
||||
},
|
||||
"tags": [],
|
||||
"returnComment": [],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-server.createJsAgentInstructions",
|
||||
"type": "Function",
|
||||
"children": [
|
||||
{
|
||||
"type": "string",
|
||||
"label": "apmServerUrl",
|
||||
"isRequired": true,
|
||||
"signature": [
|
||||
"string"
|
||||
],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
|
||||
"lineNumber": 393
|
||||
}
|
||||
}
|
||||
],
|
||||
"signature": [
|
||||
"(apmServerUrl?: string) => ({ title: string; textPre: string; commands?: undefined; textPost?: undefined; } | { title: string; textPre: string; commands: string[]; textPost: string; } | { title: string; textPre: string; commands: string[]; textPost?: undefined; })[]"
|
||||
],
|
||||
"description": [],
|
||||
"label": "createJsAgentInstructions",
|
||||
"source": {
|
||||
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
|
||||
"lineNumber": 393
|
||||
},
|
||||
"tags": [],
|
||||
"returnComment": [],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-server.createNodeAgentInstructions",
|
||||
"type": "Function",
|
||||
"children": [
|
||||
{
|
||||
"type": "string",
|
||||
"label": "apmServerUrl",
|
||||
"isRequired": true,
|
||||
"signature": [
|
||||
"string"
|
||||
],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
|
||||
"lineNumber": 11
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"label": "secretToken",
|
||||
"isRequired": true,
|
||||
"signature": [
|
||||
"string"
|
||||
],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
|
||||
"lineNumber": 11
|
||||
}
|
||||
}
|
||||
],
|
||||
"signature": [
|
||||
"(apmServerUrl?: string, secretToken?: string) => ({ title: string; textPre: string; commands: string[]; textPost?: undefined; } | { title: string; textPre: string; commands: string[]; textPost: string; })[]"
|
||||
],
|
||||
"description": [],
|
||||
"label": "createNodeAgentInstructions",
|
||||
"source": {
|
||||
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
|
||||
"lineNumber": 11
|
||||
},
|
||||
"tags": [],
|
||||
"returnComment": [],
|
||||
|
@ -481,8 +364,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
|
||||
"lineNumber": 705,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts#L705"
|
||||
"lineNumber": 705
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -495,8 +377,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
|
||||
"lineNumber": 705,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts#L705"
|
||||
"lineNumber": 705
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -507,8 +388,95 @@
|
|||
"label": "createPhpAgentInstructions",
|
||||
"source": {
|
||||
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
|
||||
"lineNumber": 705,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts#L705"
|
||||
"lineNumber": 705
|
||||
},
|
||||
"tags": [],
|
||||
"returnComment": [],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-server.createRackAgentInstructions",
|
||||
"type": "Function",
|
||||
"children": [
|
||||
{
|
||||
"type": "string",
|
||||
"label": "apmServerUrl",
|
||||
"isRequired": true,
|
||||
"signature": [
|
||||
"string"
|
||||
],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
|
||||
"lineNumber": 298
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"label": "secretToken",
|
||||
"isRequired": true,
|
||||
"signature": [
|
||||
"string"
|
||||
],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
|
||||
"lineNumber": 298
|
||||
}
|
||||
}
|
||||
],
|
||||
"signature": [
|
||||
"(apmServerUrl?: string, secretToken?: string) => ({ title: string; textPre: string; commands: string[]; textPost?: undefined; } | { title: string; textPre: string; commands: string[]; textPost: string; })[]"
|
||||
],
|
||||
"description": [],
|
||||
"label": "createRackAgentInstructions",
|
||||
"source": {
|
||||
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
|
||||
"lineNumber": 298
|
||||
},
|
||||
"tags": [],
|
||||
"returnComment": [],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-server.createRailsAgentInstructions",
|
||||
"type": "Function",
|
||||
"children": [
|
||||
{
|
||||
"type": "string",
|
||||
"label": "apmServerUrl",
|
||||
"isRequired": true,
|
||||
"signature": [
|
||||
"string"
|
||||
],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
|
||||
"lineNumber": 255
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"label": "secretToken",
|
||||
"isRequired": true,
|
||||
"signature": [
|
||||
"string"
|
||||
],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
|
||||
"lineNumber": 255
|
||||
}
|
||||
}
|
||||
],
|
||||
"signature": [
|
||||
"(apmServerUrl?: string, secretToken?: string) => ({ title: string; textPre: string; commands: string[]; textPost?: undefined; } | { title: string; textPre: string; commands: string[]; textPost: string; })[]"
|
||||
],
|
||||
"description": [],
|
||||
"label": "createRailsAgentInstructions",
|
||||
"source": {
|
||||
"path": "src/plugins/apm_oss/server/tutorial/instructions/apm_agent_instructions.ts",
|
||||
"lineNumber": 255
|
||||
},
|
||||
"tags": [],
|
||||
"returnComment": [],
|
||||
|
@ -518,22 +486,6 @@
|
|||
"interfaces": [],
|
||||
"enums": [],
|
||||
"misc": [
|
||||
{
|
||||
"id": "def-server.APMOSSConfig",
|
||||
"type": "Type",
|
||||
"label": "APMOSSConfig",
|
||||
"tags": [],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/apm_oss/server/index.ts",
|
||||
"lineNumber": 32,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/apm_oss/server/index.ts#L32"
|
||||
},
|
||||
"signature": [
|
||||
"{ readonly enabled: boolean; readonly transactionIndices: string; readonly spanIndices: string; readonly errorIndices: string; readonly metricsIndices: string; readonly sourcemapIndices: string; readonly onboardingIndices: string; readonly indexPattern: string; readonly fleetMode: boolean; }"
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-server.APM_STATIC_INDEX_PATTERN_ID",
|
||||
|
@ -542,13 +494,27 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/apm_oss/common/index_pattern_constants.ts",
|
||||
"lineNumber": 9,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/apm_oss/common/index_pattern_constants.ts#L9"
|
||||
"lineNumber": 9
|
||||
},
|
||||
"signature": [
|
||||
"\"apm_static_index_pattern_id\""
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-server.APMOSSConfig",
|
||||
"type": "Type",
|
||||
"label": "APMOSSConfig",
|
||||
"tags": [],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/apm_oss/server/index.ts",
|
||||
"lineNumber": 32
|
||||
},
|
||||
"signature": [
|
||||
"{ readonly enabled: boolean; readonly transactionIndices: string; readonly spanIndices: string; readonly errorIndices: string; readonly metricsIndices: string; readonly sourcemapIndices: string; readonly onboardingIndices: string; readonly indexPattern: string; readonly fleetMode: boolean; }"
|
||||
],
|
||||
"initialIsOpen": false
|
||||
}
|
||||
],
|
||||
"objects": [],
|
||||
|
@ -567,8 +533,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/apm_oss/server/plugin.ts",
|
||||
"lineNumber": 48,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/apm_oss/server/plugin.ts#L48"
|
||||
"lineNumber": 48
|
||||
},
|
||||
"signature": [
|
||||
"Readonly<{} & { enabled: boolean; transactionIndices: string; spanIndices: string; errorIndices: string; metricsIndices: string; sourcemapIndices: string; onboardingIndices: string; indexPattern: string; fleetMode: boolean; }>"
|
||||
|
@ -582,8 +547,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/apm_oss/server/plugin.ts",
|
||||
"lineNumber": 49,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/apm_oss/server/plugin.ts#L49"
|
||||
"lineNumber": 49
|
||||
},
|
||||
"signature": [
|
||||
"Observable",
|
||||
|
@ -610,15 +574,13 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "src/plugins/apm_oss/server/plugin.ts",
|
||||
"lineNumber": 50,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/apm_oss/server/plugin.ts#L50"
|
||||
"lineNumber": 50
|
||||
}
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/apm_oss/server/plugin.ts",
|
||||
"lineNumber": 47,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/apm_oss/server/plugin.ts#L47"
|
||||
"lineNumber": 47
|
||||
},
|
||||
"lifecycle": "setup",
|
||||
"initialIsOpen": true
|
||||
|
|
|
@ -20,54 +20,6 @@
|
|||
"classes": [],
|
||||
"functions": [],
|
||||
"interfaces": [
|
||||
{
|
||||
"id": "def-common.BannerInfoResponse",
|
||||
"type": "Interface",
|
||||
"label": "BannerInfoResponse",
|
||||
"description": [],
|
||||
"tags": [],
|
||||
"children": [
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.BannerInfoResponse.allowed",
|
||||
"type": "boolean",
|
||||
"label": "allowed",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/banners/common/types.ts",
|
||||
"lineNumber": 9,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/banners/common/types.ts#L9"
|
||||
}
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.BannerInfoResponse.banner",
|
||||
"type": "Object",
|
||||
"label": "banner",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/banners/common/types.ts",
|
||||
"lineNumber": 10,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/banners/common/types.ts#L10"
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "banners",
|
||||
"scope": "common",
|
||||
"docId": "kibBannersPluginApi",
|
||||
"section": "def-common.BannerConfiguration",
|
||||
"text": "BannerConfiguration"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/banners/common/types.ts",
|
||||
"lineNumber": 8,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/banners/common/types.ts#L8"
|
||||
},
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-common.BannerConfiguration",
|
||||
"type": "Interface",
|
||||
|
@ -83,8 +35,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/banners/common/types.ts",
|
||||
"lineNumber": 16,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/banners/common/types.ts#L16"
|
||||
"lineNumber": 16
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
|
@ -104,8 +55,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/banners/common/types.ts",
|
||||
"lineNumber": 17,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/banners/common/types.ts#L17"
|
||||
"lineNumber": 17
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -116,8 +66,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/banners/common/types.ts",
|
||||
"lineNumber": 18,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/banners/common/types.ts#L18"
|
||||
"lineNumber": 18
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -128,15 +77,58 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/banners/common/types.ts",
|
||||
"lineNumber": 19,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/banners/common/types.ts#L19"
|
||||
"lineNumber": 19
|
||||
}
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/banners/common/types.ts",
|
||||
"lineNumber": 15,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/banners/common/types.ts#L15"
|
||||
"lineNumber": 15
|
||||
},
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-common.BannerInfoResponse",
|
||||
"type": "Interface",
|
||||
"label": "BannerInfoResponse",
|
||||
"description": [],
|
||||
"tags": [],
|
||||
"children": [
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.BannerInfoResponse.allowed",
|
||||
"type": "boolean",
|
||||
"label": "allowed",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/banners/common/types.ts",
|
||||
"lineNumber": 9
|
||||
}
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.BannerInfoResponse.banner",
|
||||
"type": "Object",
|
||||
"label": "banner",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/banners/common/types.ts",
|
||||
"lineNumber": 10
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "banners",
|
||||
"scope": "common",
|
||||
"docId": "kibBannersPluginApi",
|
||||
"section": "def-common.BannerConfiguration",
|
||||
"text": "BannerConfiguration"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/banners/common/types.ts",
|
||||
"lineNumber": 8
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -151,8 +143,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/banners/common/types.ts",
|
||||
"lineNumber": 13,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/banners/common/types.ts#L13"
|
||||
"lineNumber": 13
|
||||
},
|
||||
"signature": [
|
||||
"\"disabled\" | \"header\""
|
||||
|
|
|
@ -30,8 +30,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/beats_management/common/index.ts",
|
||||
"lineNumber": 23,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/beats_management/common/index.ts#L23"
|
||||
"lineNumber": 23
|
||||
},
|
||||
"signature": [
|
||||
"{ readonly enabled: boolean; readonly defaultUserRoles: string[]; readonly encryptionKey: string; readonly enrollmentTokensTtlInSeconds: number; }"
|
||||
|
@ -48,8 +47,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/beats_management/common/index.ts",
|
||||
"lineNumber": 12,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/beats_management/common/index.ts#L12"
|
||||
"lineNumber": 12
|
||||
},
|
||||
"signature": [
|
||||
"ObjectType",
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -19,8 +19,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/canvas/public/index.ts",
|
||||
"lineNumber": 16,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/canvas/public/index.ts#L16"
|
||||
"lineNumber": 16
|
||||
},
|
||||
"signature": [
|
||||
"{ services: ",
|
||||
|
@ -53,8 +52,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/canvas/public/index.ts",
|
||||
"lineNumber": 15,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/canvas/public/index.ts#L15"
|
||||
"lineNumber": 15
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -74,8 +72,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/canvas/public/plugin.tsx",
|
||||
"lineNumber": 63,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/canvas/public/plugin.tsx#L63"
|
||||
"lineNumber": 63
|
||||
},
|
||||
"signature": [
|
||||
"CanvasApi"
|
||||
|
@ -91,8 +88,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/canvas/public/plugin.tsx",
|
||||
"lineNumber": 64,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/canvas/public/plugin.tsx#L64"
|
||||
"lineNumber": 64
|
||||
},
|
||||
"signature": [
|
||||
"void"
|
||||
|
|
|
@ -27,8 +27,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/case/server/types.ts",
|
||||
"lineNumber": 14,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/case/server/types.ts#L14"
|
||||
"lineNumber": 14
|
||||
},
|
||||
"signature": [
|
||||
"() => ",
|
||||
|
@ -44,8 +43,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/case/server/types.ts",
|
||||
"lineNumber": 13,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/case/server/types.ts#L13"
|
||||
"lineNumber": 13
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
|
2183
api_docs/charts.json
2183
api_docs/charts.json
File diff suppressed because it is too large
Load diff
|
@ -19,8 +19,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/cloud/public/plugin.ts",
|
||||
"lineNumber": 17,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/cloud/public/plugin.ts#L17"
|
||||
"lineNumber": 17
|
||||
},
|
||||
"signature": [
|
||||
"string | undefined"
|
||||
|
@ -34,8 +33,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/cloud/public/plugin.ts",
|
||||
"lineNumber": 18,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/cloud/public/plugin.ts#L18"
|
||||
"lineNumber": 18
|
||||
},
|
||||
"signature": [
|
||||
"string | undefined"
|
||||
|
@ -49,8 +47,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/cloud/public/plugin.ts",
|
||||
"lineNumber": 19,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/cloud/public/plugin.ts#L19"
|
||||
"lineNumber": 19
|
||||
},
|
||||
"signature": [
|
||||
"string | undefined"
|
||||
|
@ -64,8 +61,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/cloud/public/plugin.ts",
|
||||
"lineNumber": 20,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/cloud/public/plugin.ts#L20"
|
||||
"lineNumber": 20
|
||||
},
|
||||
"signature": [
|
||||
"string | undefined"
|
||||
|
@ -74,8 +70,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/cloud/public/plugin.ts",
|
||||
"lineNumber": 16,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/cloud/public/plugin.ts#L16"
|
||||
"lineNumber": 16
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -98,8 +93,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/cloud/public/plugin.ts",
|
||||
"lineNumber": 32,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/cloud/public/plugin.ts#L32"
|
||||
"lineNumber": 32
|
||||
},
|
||||
"signature": [
|
||||
"string | undefined"
|
||||
|
@ -113,8 +107,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/cloud/public/plugin.ts",
|
||||
"lineNumber": 33,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/cloud/public/plugin.ts#L33"
|
||||
"lineNumber": 33
|
||||
},
|
||||
"signature": [
|
||||
"string | undefined"
|
||||
|
@ -128,8 +121,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/cloud/public/plugin.ts",
|
||||
"lineNumber": 34,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/cloud/public/plugin.ts#L34"
|
||||
"lineNumber": 34
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -140,8 +132,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/cloud/public/plugin.ts",
|
||||
"lineNumber": 35,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/cloud/public/plugin.ts#L35"
|
||||
"lineNumber": 35
|
||||
},
|
||||
"signature": [
|
||||
"string | undefined"
|
||||
|
@ -155,8 +146,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/cloud/public/plugin.ts",
|
||||
"lineNumber": 36,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/cloud/public/plugin.ts#L36"
|
||||
"lineNumber": 36
|
||||
},
|
||||
"signature": [
|
||||
"string | undefined"
|
||||
|
@ -165,8 +155,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/cloud/public/plugin.ts",
|
||||
"lineNumber": 31,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/cloud/public/plugin.ts#L31"
|
||||
"lineNumber": 31
|
||||
},
|
||||
"lifecycle": "setup",
|
||||
"initialIsOpen": true
|
||||
|
@ -194,8 +183,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/cloud/server/plugin.ts",
|
||||
"lineNumber": 19,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/cloud/server/plugin.ts#L19"
|
||||
"lineNumber": 19
|
||||
},
|
||||
"signature": [
|
||||
"string | undefined"
|
||||
|
@ -209,8 +197,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/cloud/server/plugin.ts",
|
||||
"lineNumber": 20,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/cloud/server/plugin.ts#L20"
|
||||
"lineNumber": 20
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -221,8 +208,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/cloud/server/plugin.ts",
|
||||
"lineNumber": 21,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/cloud/server/plugin.ts#L21"
|
||||
"lineNumber": 21
|
||||
},
|
||||
"signature": [
|
||||
"{ url?: string | undefined; secretToken?: string | undefined; }"
|
||||
|
@ -231,8 +217,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/cloud/server/plugin.ts",
|
||||
"lineNumber": 18,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/cloud/server/plugin.ts#L18"
|
||||
"lineNumber": 18
|
||||
},
|
||||
"lifecycle": "setup",
|
||||
"initialIsOpen": true
|
||||
|
|
|
@ -25,8 +25,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/console/server/types.ts",
|
||||
"lineNumber": 13,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/console/server/types.ts#L13"
|
||||
"lineNumber": 13
|
||||
},
|
||||
"signature": [
|
||||
"{ addExtensionSpecFilePath: (path: string) => void; }"
|
||||
|
@ -44,8 +43,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/console/server/types.ts",
|
||||
"lineNumber": 18,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/console/server/types.ts#L18"
|
||||
"lineNumber": 18
|
||||
},
|
||||
"signature": [
|
||||
"{ addProcessorDefinition: (processor: any) => void; }"
|
||||
|
|
25900
api_docs/core.json
25900
api_docs/core.json
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -68,8 +68,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"lineNumber": 36,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx#L36"
|
||||
"lineNumber": 36
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -77,8 +76,7 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"lineNumber": 36,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx#L36"
|
||||
"lineNumber": 36
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -89,8 +87,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"lineNumber": 38,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx#L38"
|
||||
"lineNumber": 38
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -101,8 +98,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"lineNumber": 40,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx#L40"
|
||||
"lineNumber": 40
|
||||
},
|
||||
"signature": [
|
||||
"() => string[]"
|
||||
|
@ -149,8 +145,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"lineNumber": 42,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx#L42"
|
||||
"lineNumber": 42
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -163,8 +158,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"lineNumber": 42,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx#L42"
|
||||
"lineNumber": 42
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -172,8 +166,7 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"lineNumber": 42,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx#L42"
|
||||
"lineNumber": 42
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -184,8 +177,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"lineNumber": 44,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx#L44"
|
||||
"lineNumber": 44
|
||||
},
|
||||
"signature": [
|
||||
"100"
|
||||
|
@ -202,8 +194,7 @@
|
|||
"label": "getDisplayName",
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"lineNumber": 46,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx#L46"
|
||||
"lineNumber": 46
|
||||
},
|
||||
"tags": [],
|
||||
"returnComment": []
|
||||
|
@ -216,8 +207,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"lineNumber": 48,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx#L48"
|
||||
"lineNumber": 48
|
||||
},
|
||||
"signature": [
|
||||
"\"dashboardApp\""
|
||||
|
@ -231,8 +221,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"lineNumber": 54,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx#L54"
|
||||
"lineNumber": 54
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
|
@ -280,8 +269,7 @@
|
|||
"label": "createConfig",
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"lineNumber": 56,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx#L56"
|
||||
"lineNumber": 56
|
||||
},
|
||||
"tags": [],
|
||||
"returnComment": []
|
||||
|
@ -306,8 +294,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"lineNumber": 62,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx#L62"
|
||||
"lineNumber": 62
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -333,8 +320,7 @@
|
|||
"label": "isConfigValid",
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"lineNumber": 62,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx#L62"
|
||||
"lineNumber": 62
|
||||
},
|
||||
"tags": [],
|
||||
"returnComment": []
|
||||
|
@ -359,8 +345,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"lineNumber": 67,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx#L67"
|
||||
"lineNumber": 67
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -373,8 +358,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"lineNumber": 67,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx#L67"
|
||||
"lineNumber": 67
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -393,8 +377,7 @@
|
|||
"label": "getHref",
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"lineNumber": 67,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx#L67"
|
||||
"lineNumber": 67
|
||||
},
|
||||
"tags": [],
|
||||
"returnComment": []
|
||||
|
@ -419,8 +402,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"lineNumber": 72,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx#L72"
|
||||
"lineNumber": 72
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -433,8 +415,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"lineNumber": 72,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx#L72"
|
||||
"lineNumber": 72
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -453,8 +434,7 @@
|
|||
"label": "execute",
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"lineNumber": 72,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx#L72"
|
||||
"lineNumber": 72
|
||||
},
|
||||
"tags": [],
|
||||
"returnComment": []
|
||||
|
@ -467,8 +447,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"lineNumber": 77,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx#L77"
|
||||
"lineNumber": 77
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
|
@ -483,212 +462,13 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"lineNumber": 34,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx#L34"
|
||||
"lineNumber": 34
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
],
|
||||
"functions": [],
|
||||
"interfaces": [
|
||||
{
|
||||
"id": "def-public.SetupDependencies",
|
||||
"type": "Interface",
|
||||
"label": "SetupDependencies",
|
||||
"description": [],
|
||||
"tags": [],
|
||||
"children": [
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.SetupDependencies.uiActionsEnhanced",
|
||||
"type": "Object",
|
||||
"label": "uiActionsEnhanced",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts",
|
||||
"lineNumber": 17,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/dashboard_enhanced/public/plugin.ts#L17"
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "uiActionsEnhanced",
|
||||
"scope": "public",
|
||||
"docId": "kibUiActionsEnhancedPluginApi",
|
||||
"section": "def-public.SetupContract",
|
||||
"text": "SetupContract"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.SetupDependencies.embeddable",
|
||||
"type": "Object",
|
||||
"label": "embeddable",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts",
|
||||
"lineNumber": 18,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/dashboard_enhanced/public/plugin.ts#L18"
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "embeddable",
|
||||
"scope": "public",
|
||||
"docId": "kibEmbeddablePluginApi",
|
||||
"section": "def-public.EmbeddableSetup",
|
||||
"text": "EmbeddableSetup"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.SetupDependencies.share",
|
||||
"type": "CompoundType",
|
||||
"label": "share",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts",
|
||||
"lineNumber": 19,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/dashboard_enhanced/public/plugin.ts#L19"
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "share",
|
||||
"scope": "public",
|
||||
"docId": "kibSharePluginApi",
|
||||
"section": "def-public.SharePluginSetup",
|
||||
"text": "SharePluginSetup"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts",
|
||||
"lineNumber": 16,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/dashboard_enhanced/public/plugin.ts#L16"
|
||||
},
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-public.StartDependencies",
|
||||
"type": "Interface",
|
||||
"label": "StartDependencies",
|
||||
"description": [],
|
||||
"tags": [],
|
||||
"children": [
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.StartDependencies.uiActionsEnhanced",
|
||||
"type": "Object",
|
||||
"label": "uiActionsEnhanced",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts",
|
||||
"lineNumber": 23,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/dashboard_enhanced/public/plugin.ts#L23"
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "uiActionsEnhanced",
|
||||
"scope": "public",
|
||||
"docId": "kibUiActionsEnhancedPluginApi",
|
||||
"section": "def-public.StartContract",
|
||||
"text": "StartContract"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.StartDependencies.data",
|
||||
"type": "Object",
|
||||
"label": "data",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts",
|
||||
"lineNumber": 24,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/dashboard_enhanced/public/plugin.ts#L24"
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "data",
|
||||
"scope": "public",
|
||||
"docId": "kibDataPluginApi",
|
||||
"section": "def-public.DataPublicPluginStart",
|
||||
"text": "DataPublicPluginStart"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.StartDependencies.embeddable",
|
||||
"type": "Object",
|
||||
"label": "embeddable",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts",
|
||||
"lineNumber": 25,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/dashboard_enhanced/public/plugin.ts#L25"
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "embeddable",
|
||||
"scope": "public",
|
||||
"docId": "kibEmbeddablePluginApi",
|
||||
"section": "def-public.EmbeddableStart",
|
||||
"text": "EmbeddableStart"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.StartDependencies.share",
|
||||
"type": "CompoundType",
|
||||
"label": "share",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts",
|
||||
"lineNumber": 26,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/dashboard_enhanced/public/plugin.ts#L26"
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "share",
|
||||
"scope": "public",
|
||||
"docId": "kibSharePluginApi",
|
||||
"section": "def-public.SharePluginStart",
|
||||
"text": "SharePluginStart"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.StartDependencies.dashboard",
|
||||
"type": "Object",
|
||||
"label": "dashboard",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts",
|
||||
"lineNumber": 27,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/dashboard_enhanced/public/plugin.ts#L27"
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "dashboard",
|
||||
"scope": "public",
|
||||
"docId": "kibDashboardPluginApi",
|
||||
"section": "def-public.DashboardStart",
|
||||
"text": "DashboardStart"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts",
|
||||
"lineNumber": 22,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/dashboard_enhanced/public/plugin.ts#L22"
|
||||
},
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-public.Params",
|
||||
"type": "Interface",
|
||||
|
@ -704,8 +484,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"lineNumber": 27,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx#L27"
|
||||
"lineNumber": 27
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
|
@ -752,8 +531,195 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx",
|
||||
"lineNumber": 26,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/abstract_dashboard_drilldown.tsx#L26"
|
||||
"lineNumber": 26
|
||||
},
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-public.SetupDependencies",
|
||||
"type": "Interface",
|
||||
"label": "SetupDependencies",
|
||||
"description": [],
|
||||
"tags": [],
|
||||
"children": [
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.SetupDependencies.uiActionsEnhanced",
|
||||
"type": "Object",
|
||||
"label": "uiActionsEnhanced",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts",
|
||||
"lineNumber": 17
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "uiActionsEnhanced",
|
||||
"scope": "public",
|
||||
"docId": "kibUiActionsEnhancedPluginApi",
|
||||
"section": "def-public.SetupContract",
|
||||
"text": "SetupContract"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.SetupDependencies.embeddable",
|
||||
"type": "Object",
|
||||
"label": "embeddable",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts",
|
||||
"lineNumber": 18
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "embeddable",
|
||||
"scope": "public",
|
||||
"docId": "kibEmbeddablePluginApi",
|
||||
"section": "def-public.EmbeddableSetup",
|
||||
"text": "EmbeddableSetup"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.SetupDependencies.share",
|
||||
"type": "CompoundType",
|
||||
"label": "share",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts",
|
||||
"lineNumber": 19
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "share",
|
||||
"scope": "public",
|
||||
"docId": "kibSharePluginApi",
|
||||
"section": "def-public.SharePluginSetup",
|
||||
"text": "SharePluginSetup"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts",
|
||||
"lineNumber": 16
|
||||
},
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-public.StartDependencies",
|
||||
"type": "Interface",
|
||||
"label": "StartDependencies",
|
||||
"description": [],
|
||||
"tags": [],
|
||||
"children": [
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.StartDependencies.uiActionsEnhanced",
|
||||
"type": "Object",
|
||||
"label": "uiActionsEnhanced",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts",
|
||||
"lineNumber": 23
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "uiActionsEnhanced",
|
||||
"scope": "public",
|
||||
"docId": "kibUiActionsEnhancedPluginApi",
|
||||
"section": "def-public.StartContract",
|
||||
"text": "StartContract"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.StartDependencies.data",
|
||||
"type": "Object",
|
||||
"label": "data",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts",
|
||||
"lineNumber": 24
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "data",
|
||||
"scope": "public",
|
||||
"docId": "kibDataPluginApi",
|
||||
"section": "def-public.DataPublicPluginStart",
|
||||
"text": "DataPublicPluginStart"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.StartDependencies.embeddable",
|
||||
"type": "Object",
|
||||
"label": "embeddable",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts",
|
||||
"lineNumber": 25
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "embeddable",
|
||||
"scope": "public",
|
||||
"docId": "kibEmbeddablePluginApi",
|
||||
"section": "def-public.EmbeddableStart",
|
||||
"text": "EmbeddableStart"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.StartDependencies.share",
|
||||
"type": "CompoundType",
|
||||
"label": "share",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts",
|
||||
"lineNumber": 26
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "share",
|
||||
"scope": "public",
|
||||
"docId": "kibSharePluginApi",
|
||||
"section": "def-public.SharePluginStart",
|
||||
"text": "SharePluginStart"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.StartDependencies.dashboard",
|
||||
"type": "Object",
|
||||
"label": "dashboard",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts",
|
||||
"lineNumber": 27
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "dashboard",
|
||||
"scope": "public",
|
||||
"docId": "kibDashboardPluginApi",
|
||||
"section": "def-public.DashboardStart",
|
||||
"text": "DashboardStart"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts",
|
||||
"lineNumber": 22
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -768,8 +734,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/types.ts",
|
||||
"lineNumber": 11,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/dashboard_enhanced/public/services/drilldowns/abstract_dashboard_drilldown/types.ts#L11"
|
||||
"lineNumber": 11
|
||||
},
|
||||
"signature": [
|
||||
"{ dashboardId?: string | undefined; useCurrentFilters: boolean; useCurrentDateRange: boolean; }"
|
||||
|
@ -787,8 +752,7 @@
|
|||
"children": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts",
|
||||
"lineNumber": 31,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/dashboard_enhanced/public/plugin.ts#L31"
|
||||
"lineNumber": 31
|
||||
},
|
||||
"lifecycle": "setup",
|
||||
"initialIsOpen": true
|
||||
|
@ -802,8 +766,7 @@
|
|||
"children": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/public/plugin.ts",
|
||||
"lineNumber": 34,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/dashboard_enhanced/public/plugin.ts#L34"
|
||||
"lineNumber": 34
|
||||
},
|
||||
"lifecycle": "start",
|
||||
"initialIsOpen": true
|
||||
|
@ -828,8 +791,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/server/plugin.ts",
|
||||
"lineNumber": 13,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/dashboard_enhanced/server/plugin.ts#L13"
|
||||
"lineNumber": 13
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
|
@ -844,8 +806,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/server/plugin.ts",
|
||||
"lineNumber": 12,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/dashboard_enhanced/server/plugin.ts#L12"
|
||||
"lineNumber": 12
|
||||
},
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -864,8 +825,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/server/plugin.ts",
|
||||
"lineNumber": 17,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/dashboard_enhanced/server/plugin.ts#L17"
|
||||
"lineNumber": 17
|
||||
},
|
||||
"signature": [
|
||||
"void"
|
||||
|
@ -874,8 +834,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/server/plugin.ts",
|
||||
"lineNumber": 16,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/dashboard_enhanced/server/plugin.ts#L16"
|
||||
"lineNumber": 16
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -892,8 +851,7 @@
|
|||
"children": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/server/plugin.ts",
|
||||
"lineNumber": 21,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/dashboard_enhanced/server/plugin.ts#L21"
|
||||
"lineNumber": 21
|
||||
},
|
||||
"lifecycle": "setup",
|
||||
"initialIsOpen": true
|
||||
|
@ -907,8 +865,7 @@
|
|||
"children": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/server/plugin.ts",
|
||||
"lineNumber": 24,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/dashboard_enhanced/server/plugin.ts#L24"
|
||||
"lineNumber": 24
|
||||
},
|
||||
"lifecycle": "start",
|
||||
"initialIsOpen": true
|
||||
|
@ -936,15 +893,13 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/common/drilldowns/dashboard_drilldown/dashboard_drilldown_persistable_state.ts",
|
||||
"lineNumber": 49,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/dashboard_enhanced/common/drilldowns/dashboard_drilldown/dashboard_drilldown_persistable_state.ts#L49"
|
||||
"lineNumber": 49
|
||||
}
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/common/drilldowns/dashboard_drilldown/dashboard_drilldown_persistable_state.ts",
|
||||
"lineNumber": 48,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/dashboard_enhanced/common/drilldowns/dashboard_drilldown/dashboard_drilldown_persistable_state.ts#L48"
|
||||
"lineNumber": 48
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -973,8 +928,7 @@
|
|||
"label": "createExtract",
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/common/drilldowns/dashboard_drilldown/dashboard_drilldown_persistable_state.ts",
|
||||
"lineNumber": 46,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/dashboard_enhanced/common/drilldowns/dashboard_drilldown/dashboard_drilldown_persistable_state.ts#L46"
|
||||
"lineNumber": 46
|
||||
},
|
||||
"tags": [],
|
||||
"returnComment": [],
|
||||
|
@ -999,15 +953,13 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/common/drilldowns/dashboard_drilldown/dashboard_drilldown_persistable_state.ts",
|
||||
"lineNumber": 34,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/dashboard_enhanced/common/drilldowns/dashboard_drilldown/dashboard_drilldown_persistable_state.ts#L34"
|
||||
"lineNumber": 34
|
||||
}
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/common/drilldowns/dashboard_drilldown/dashboard_drilldown_persistable_state.ts",
|
||||
"lineNumber": 33,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/dashboard_enhanced/common/drilldowns/dashboard_drilldown/dashboard_drilldown_persistable_state.ts#L33"
|
||||
"lineNumber": 33
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -1035,8 +987,7 @@
|
|||
"label": "createInject",
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/common/drilldowns/dashboard_drilldown/dashboard_drilldown_persistable_state.ts",
|
||||
"lineNumber": 31,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/dashboard_enhanced/common/drilldowns/dashboard_drilldown/dashboard_drilldown_persistable_state.ts#L31"
|
||||
"lineNumber": 31
|
||||
},
|
||||
"tags": [],
|
||||
"returnComment": [],
|
||||
|
@ -1046,6 +997,21 @@
|
|||
"interfaces": [],
|
||||
"enums": [],
|
||||
"misc": [
|
||||
{
|
||||
"id": "def-common.DrilldownConfig",
|
||||
"type": "Type",
|
||||
"label": "DrilldownConfig",
|
||||
"tags": [],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/common/drilldowns/dashboard_drilldown/types.ts",
|
||||
"lineNumber": 9
|
||||
},
|
||||
"signature": [
|
||||
"{ dashboardId?: string | undefined; useCurrentFilters: boolean; useCurrentDateRange: boolean; }"
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.EMBEDDABLE_TO_DASHBOARD_DRILLDOWN",
|
||||
|
@ -1056,29 +1022,12 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/common/drilldowns/dashboard_drilldown/constants.ts",
|
||||
"lineNumber": 15,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/dashboard_enhanced/common/drilldowns/dashboard_drilldown/constants.ts#L15"
|
||||
"lineNumber": 15
|
||||
},
|
||||
"signature": [
|
||||
"\"DASHBOARD_TO_DASHBOARD_DRILLDOWN\""
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-common.DrilldownConfig",
|
||||
"type": "Type",
|
||||
"label": "DrilldownConfig",
|
||||
"tags": [],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_enhanced/common/drilldowns/dashboard_drilldown/types.ts",
|
||||
"lineNumber": 9,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/dashboard_enhanced/common/drilldowns/dashboard_drilldown/types.ts#L9"
|
||||
},
|
||||
"signature": [
|
||||
"{ dashboardId?: string | undefined; useCurrentFilters: boolean; useCurrentDateRange: boolean; }"
|
||||
],
|
||||
"initialIsOpen": false
|
||||
}
|
||||
],
|
||||
"objects": []
|
||||
|
|
|
@ -61,8 +61,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_mode/server/plugin.ts",
|
||||
"lineNumber": 30,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/dashboard_mode/server/plugin.ts#L30"
|
||||
"lineNumber": 30
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -70,8 +69,7 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_mode/server/plugin.ts",
|
||||
"lineNumber": 30,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/dashboard_mode/server/plugin.ts#L30"
|
||||
"lineNumber": 30
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -108,8 +106,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_mode/server/plugin.ts",
|
||||
"lineNumber": 34,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/dashboard_mode/server/plugin.ts#L34"
|
||||
"lineNumber": 34
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -122,8 +119,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_mode/server/plugin.ts",
|
||||
"lineNumber": 34,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/dashboard_mode/server/plugin.ts#L34"
|
||||
"lineNumber": 34
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -131,8 +127,7 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_mode/server/plugin.ts",
|
||||
"lineNumber": 34,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/dashboard_mode/server/plugin.ts#L34"
|
||||
"lineNumber": 34
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -168,8 +163,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_mode/server/plugin.ts",
|
||||
"lineNumber": 60,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/dashboard_mode/server/plugin.ts#L60"
|
||||
"lineNumber": 60
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -177,8 +171,7 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_mode/server/plugin.ts",
|
||||
"lineNumber": 60,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/dashboard_mode/server/plugin.ts#L60"
|
||||
"lineNumber": 60
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -194,15 +187,13 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_mode/server/plugin.ts",
|
||||
"lineNumber": 62,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/dashboard_mode/server/plugin.ts#L62"
|
||||
"lineNumber": 62
|
||||
}
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_mode/server/plugin.ts",
|
||||
"lineNumber": 26,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/dashboard_mode/server/plugin.ts#L26"
|
||||
"lineNumber": 26
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -233,8 +224,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_mode/common/constants.ts",
|
||||
"lineNumber": 9,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/dashboard_mode/common/constants.ts#L9"
|
||||
"lineNumber": 9
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -242,8 +232,7 @@
|
|||
"label": "UI_SETTINGS",
|
||||
"source": {
|
||||
"path": "x-pack/plugins/dashboard_mode/common/constants.ts",
|
||||
"lineNumber": 8,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/dashboard_mode/common/constants.ts#L8"
|
||||
"lineNumber": 8
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
|
40866
api_docs/data.json
40866
api_docs/data.json
File diff suppressed because it is too large
Load diff
|
@ -4,138 +4,6 @@
|
|||
"classes": [],
|
||||
"functions": [],
|
||||
"interfaces": [
|
||||
{
|
||||
"id": "def-public.QuerySuggestionGetFnArgs",
|
||||
"type": "Interface",
|
||||
"label": "QuerySuggestionGetFnArgs",
|
||||
"description": [],
|
||||
"tags": [
|
||||
"public"
|
||||
],
|
||||
"children": [
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.QuerySuggestionGetFnArgs.language",
|
||||
"type": "string",
|
||||
"label": "language",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"lineNumber": 25,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts#L25"
|
||||
}
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.QuerySuggestionGetFnArgs.indexPatterns",
|
||||
"type": "Array",
|
||||
"label": "indexPatterns",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"lineNumber": 26,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts#L26"
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "data",
|
||||
"scope": "common",
|
||||
"docId": "kibDataIndexPatternsPluginApi",
|
||||
"section": "def-common.IIndexPattern",
|
||||
"text": "IIndexPattern"
|
||||
},
|
||||
"[]"
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.QuerySuggestionGetFnArgs.query",
|
||||
"type": "string",
|
||||
"label": "query",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"lineNumber": 27,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts#L27"
|
||||
}
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.QuerySuggestionGetFnArgs.selectionStart",
|
||||
"type": "number",
|
||||
"label": "selectionStart",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"lineNumber": 28,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts#L28"
|
||||
}
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.QuerySuggestionGetFnArgs.selectionEnd",
|
||||
"type": "number",
|
||||
"label": "selectionEnd",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"lineNumber": 29,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts#L29"
|
||||
}
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.QuerySuggestionGetFnArgs.signal",
|
||||
"type": "Object",
|
||||
"label": "signal",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"lineNumber": 30,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts#L30"
|
||||
},
|
||||
"signature": [
|
||||
"AbortSignal | undefined"
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.QuerySuggestionGetFnArgs.useTimeRange",
|
||||
"type": "CompoundType",
|
||||
"label": "useTimeRange",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"lineNumber": 31,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts#L31"
|
||||
},
|
||||
"signature": [
|
||||
"boolean | undefined"
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.QuerySuggestionGetFnArgs.boolFilter",
|
||||
"type": "Any",
|
||||
"label": "boolFilter",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"lineNumber": 32,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts#L32"
|
||||
},
|
||||
"signature": [
|
||||
"any"
|
||||
]
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"lineNumber": 24,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts#L24"
|
||||
},
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-public.QuerySuggestionBasic",
|
||||
"type": "Interface",
|
||||
|
@ -153,8 +21,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"lineNumber": 37,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts#L37"
|
||||
"lineNumber": 37
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
|
@ -174,8 +41,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"lineNumber": 38,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts#L38"
|
||||
"lineNumber": 38
|
||||
},
|
||||
"signature": [
|
||||
"string | JSX.Element | undefined"
|
||||
|
@ -189,8 +55,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"lineNumber": 39,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts#L39"
|
||||
"lineNumber": 39
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -201,8 +66,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"lineNumber": 40,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts#L40"
|
||||
"lineNumber": 40
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -213,8 +77,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"lineNumber": 41,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts#L41"
|
||||
"lineNumber": 41
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -225,8 +88,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"lineNumber": 42,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts#L42"
|
||||
"lineNumber": 42
|
||||
},
|
||||
"signature": [
|
||||
"number | undefined"
|
||||
|
@ -235,8 +97,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"lineNumber": 36,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts#L36"
|
||||
"lineNumber": 36
|
||||
},
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -274,8 +135,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"lineNumber": 47,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts#L47"
|
||||
"lineNumber": 47
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
|
@ -296,8 +156,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"lineNumber": 48,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts#L48"
|
||||
"lineNumber": 48
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
|
@ -312,8 +171,130 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"lineNumber": 46,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts#L46"
|
||||
"lineNumber": 46
|
||||
},
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-public.QuerySuggestionGetFnArgs",
|
||||
"type": "Interface",
|
||||
"label": "QuerySuggestionGetFnArgs",
|
||||
"description": [],
|
||||
"tags": [
|
||||
"public"
|
||||
],
|
||||
"children": [
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.QuerySuggestionGetFnArgs.language",
|
||||
"type": "string",
|
||||
"label": "language",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"lineNumber": 25
|
||||
}
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.QuerySuggestionGetFnArgs.indexPatterns",
|
||||
"type": "Array",
|
||||
"label": "indexPatterns",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"lineNumber": 26
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "data",
|
||||
"scope": "common",
|
||||
"docId": "kibDataIndexPatternsPluginApi",
|
||||
"section": "def-common.IIndexPattern",
|
||||
"text": "IIndexPattern"
|
||||
},
|
||||
"[]"
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.QuerySuggestionGetFnArgs.query",
|
||||
"type": "string",
|
||||
"label": "query",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"lineNumber": 27
|
||||
}
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.QuerySuggestionGetFnArgs.selectionStart",
|
||||
"type": "number",
|
||||
"label": "selectionStart",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"lineNumber": 28
|
||||
}
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.QuerySuggestionGetFnArgs.selectionEnd",
|
||||
"type": "number",
|
||||
"label": "selectionEnd",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"lineNumber": 29
|
||||
}
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.QuerySuggestionGetFnArgs.signal",
|
||||
"type": "Object",
|
||||
"label": "signal",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"lineNumber": 30
|
||||
},
|
||||
"signature": [
|
||||
"AbortSignal | undefined"
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.QuerySuggestionGetFnArgs.useTimeRange",
|
||||
"type": "CompoundType",
|
||||
"label": "useTimeRange",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"lineNumber": 31
|
||||
},
|
||||
"signature": [
|
||||
"boolean | undefined"
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.QuerySuggestionGetFnArgs.boolFilter",
|
||||
"type": "Any",
|
||||
"label": "boolFilter",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"lineNumber": 32
|
||||
},
|
||||
"signature": [
|
||||
"any"
|
||||
]
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"lineNumber": 24
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -327,13 +308,29 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"lineNumber": 11,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts#L11"
|
||||
"lineNumber": 11
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
],
|
||||
"misc": [
|
||||
{
|
||||
"id": "def-public.AutocompleteStart",
|
||||
"type": "Type",
|
||||
"label": "AutocompleteStart",
|
||||
"tags": [
|
||||
"public"
|
||||
],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/data/public/autocomplete/autocomplete_service.ts",
|
||||
"lineNumber": 93
|
||||
},
|
||||
"signature": [
|
||||
"{ getQuerySuggestions: QuerySuggestionGetFn; hasQuerySuggestions: (language: string) => boolean; getValueSuggestions: ValueSuggestionsGetFn; }"
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-public.QuerySuggestion",
|
||||
"type": "Type",
|
||||
|
@ -344,8 +341,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"lineNumber": 52,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts#L52"
|
||||
"lineNumber": 52
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
|
@ -374,8 +370,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts",
|
||||
"lineNumber": 19,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts#L19"
|
||||
"lineNumber": 19
|
||||
},
|
||||
"signature": [
|
||||
"(args: ",
|
||||
|
@ -397,24 +392,6 @@
|
|||
"[]> | undefined"
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-public.AutocompleteStart",
|
||||
"type": "Type",
|
||||
"label": "AutocompleteStart",
|
||||
"tags": [
|
||||
"public"
|
||||
],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/data/public/autocomplete/autocomplete_service.ts",
|
||||
"lineNumber": 93,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/public/autocomplete/autocomplete_service.ts#L93"
|
||||
},
|
||||
"signature": [
|
||||
"{ getQuerySuggestions: QuerySuggestionGetFn; hasQuerySuggestions: (language: string) => boolean; getValueSuggestions: ValueSuggestionsGetFn; }"
|
||||
],
|
||||
"initialIsOpen": false
|
||||
}
|
||||
],
|
||||
"objects": []
|
||||
|
|
|
@ -14,8 +14,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/data_enhanced/common/search/types.ts",
|
||||
"lineNumber": 17,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/data_enhanced/common/search/types.ts#L17"
|
||||
"lineNumber": 17
|
||||
},
|
||||
"signature": [
|
||||
"\"ese\""
|
||||
|
@ -30,8 +29,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/data_enhanced/common/search/types.ts",
|
||||
"lineNumber": 19,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/data_enhanced/common/search/types.ts#L19"
|
||||
"lineNumber": 19
|
||||
},
|
||||
"signature": [
|
||||
"\"eql\""
|
||||
|
@ -48,8 +46,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/data_enhanced/public/plugin.ts",
|
||||
"lineNumber": 40,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/data_enhanced/public/plugin.ts#L40"
|
||||
"lineNumber": 40
|
||||
},
|
||||
"signature": [
|
||||
"void"
|
||||
|
@ -113,8 +110,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/data_enhanced/server/plugin.ts",
|
||||
"lineNumber": 48,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/data_enhanced/server/plugin.ts#L48"
|
||||
"lineNumber": 48
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -122,8 +118,7 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/data_enhanced/server/plugin.ts",
|
||||
"lineNumber": 48,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/data_enhanced/server/plugin.ts#L48"
|
||||
"lineNumber": 48
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -176,8 +171,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/data_enhanced/server/plugin.ts",
|
||||
"lineNumber": 53,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/data_enhanced/server/plugin.ts#L53"
|
||||
"lineNumber": 53
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -190,8 +184,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/data_enhanced/server/plugin.ts",
|
||||
"lineNumber": 53,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/data_enhanced/server/plugin.ts#L53"
|
||||
"lineNumber": 53
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -199,8 +192,7 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/data_enhanced/server/plugin.ts",
|
||||
"lineNumber": 53,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/data_enhanced/server/plugin.ts#L53"
|
||||
"lineNumber": 53
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -244,8 +236,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/data_enhanced/server/plugin.ts",
|
||||
"lineNumber": 95,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/data_enhanced/server/plugin.ts#L95"
|
||||
"lineNumber": 95
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -264,8 +255,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/data_enhanced/server/plugin.ts",
|
||||
"lineNumber": 95,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/data_enhanced/server/plugin.ts#L95"
|
||||
"lineNumber": 95
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -273,8 +263,7 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/data_enhanced/server/plugin.ts",
|
||||
"lineNumber": 95,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/data_enhanced/server/plugin.ts#L95"
|
||||
"lineNumber": 95
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -290,15 +279,13 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/data_enhanced/server/plugin.ts",
|
||||
"lineNumber": 101,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/data_enhanced/server/plugin.ts#L101"
|
||||
"lineNumber": 101
|
||||
}
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/data_enhanced/server/plugin.ts",
|
||||
"lineNumber": 42,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/data_enhanced/server/plugin.ts#L42"
|
||||
"lineNumber": 42
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -315,8 +302,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/data_enhanced/common/search/types.ts",
|
||||
"lineNumber": 17,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/data_enhanced/common/search/types.ts#L17"
|
||||
"lineNumber": 17
|
||||
},
|
||||
"signature": [
|
||||
"\"ese\""
|
||||
|
@ -331,8 +317,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/data_enhanced/common/search/types.ts",
|
||||
"lineNumber": 19,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/data_enhanced/common/search/types.ts#L19"
|
||||
"lineNumber": 19
|
||||
},
|
||||
"signature": [
|
||||
"\"eql\""
|
||||
|
@ -359,8 +344,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/data_enhanced/common/search/poll_search.ts",
|
||||
"lineNumber": 16,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/data_enhanced/common/search/poll_search.ts#L16"
|
||||
"lineNumber": 16
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -373,8 +357,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/data_enhanced/common/search/poll_search.ts",
|
||||
"lineNumber": 17,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/data_enhanced/common/search/poll_search.ts#L17"
|
||||
"lineNumber": 17
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -393,8 +376,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/data_enhanced/common/search/poll_search.ts",
|
||||
"lineNumber": 18,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/data_enhanced/common/search/poll_search.ts#L18"
|
||||
"lineNumber": 18
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -423,8 +405,7 @@
|
|||
"label": "pollSearch",
|
||||
"source": {
|
||||
"path": "x-pack/plugins/data_enhanced/common/search/poll_search.ts",
|
||||
"lineNumber": 15,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/data_enhanced/common/search/poll_search.ts#L15"
|
||||
"lineNumber": 15
|
||||
},
|
||||
"tags": [],
|
||||
"returnComment": [],
|
||||
|
@ -473,8 +454,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/data_enhanced/common/search/types.ts",
|
||||
"lineNumber": 24,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/data_enhanced/common/search/types.ts#L24"
|
||||
"lineNumber": 24
|
||||
},
|
||||
"signature": [
|
||||
"TransportRequestOptions",
|
||||
|
@ -484,8 +464,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/data_enhanced/common/search/types.ts",
|
||||
"lineNumber": 23,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/data_enhanced/common/search/types.ts#L23"
|
||||
"lineNumber": 23
|
||||
},
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -523,8 +502,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/data_enhanced/common/search/types.ts",
|
||||
"lineNumber": 33,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/data_enhanced/common/search/types.ts#L33"
|
||||
"lineNumber": 33
|
||||
},
|
||||
"signature": [
|
||||
"number | undefined"
|
||||
|
@ -533,8 +511,76 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/data_enhanced/common/search/types.ts",
|
||||
"lineNumber": 29,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/data_enhanced/common/search/types.ts#L29"
|
||||
"lineNumber": 29
|
||||
},
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-common.SearchSessionRequestInfo",
|
||||
"type": "Interface",
|
||||
"label": "SearchSessionRequestInfo",
|
||||
"description": [],
|
||||
"tags": [],
|
||||
"children": [
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.SearchSessionRequestInfo.id",
|
||||
"type": "string",
|
||||
"label": "id",
|
||||
"description": [
|
||||
"\nID of the async search request"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/data_enhanced/common/search/session/types.ts",
|
||||
"lineNumber": 72
|
||||
}
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.SearchSessionRequestInfo.strategy",
|
||||
"type": "string",
|
||||
"label": "strategy",
|
||||
"description": [
|
||||
"\nSearch strategy used to submit the search request"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/data_enhanced/common/search/session/types.ts",
|
||||
"lineNumber": 76
|
||||
}
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.SearchSessionRequestInfo.status",
|
||||
"type": "string",
|
||||
"label": "status",
|
||||
"description": [
|
||||
"\nstatus"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/data_enhanced/common/search/session/types.ts",
|
||||
"lineNumber": 80
|
||||
}
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.SearchSessionRequestInfo.error",
|
||||
"type": "string",
|
||||
"label": "error",
|
||||
"description": [
|
||||
"\nAn optional error. Set if status is set to error."
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/data_enhanced/common/search/session/types.ts",
|
||||
"lineNumber": 84
|
||||
},
|
||||
"signature": [
|
||||
"string | undefined"
|
||||
]
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/data_enhanced/common/search/session/types.ts",
|
||||
"lineNumber": 68
|
||||
},
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -553,8 +599,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/data_enhanced/common/search/session/types.ts",
|
||||
"lineNumber": 12,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/data_enhanced/common/search/session/types.ts#L12"
|
||||
"lineNumber": 12
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -567,8 +612,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/data_enhanced/common/search/session/types.ts",
|
||||
"lineNumber": 16,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/data_enhanced/common/search/session/types.ts#L16"
|
||||
"lineNumber": 16
|
||||
},
|
||||
"signature": [
|
||||
"string | undefined"
|
||||
|
@ -584,8 +628,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/data_enhanced/common/search/session/types.ts",
|
||||
"lineNumber": 20,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/data_enhanced/common/search/session/types.ts#L20"
|
||||
"lineNumber": 20
|
||||
},
|
||||
"signature": [
|
||||
"string | undefined"
|
||||
|
@ -601,8 +644,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/data_enhanced/common/search/session/types.ts",
|
||||
"lineNumber": 24,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/data_enhanced/common/search/session/types.ts#L24"
|
||||
"lineNumber": 24
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -615,8 +657,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/data_enhanced/common/search/session/types.ts",
|
||||
"lineNumber": 28,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/data_enhanced/common/search/session/types.ts#L28"
|
||||
"lineNumber": 28
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -629,8 +670,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/data_enhanced/common/search/session/types.ts",
|
||||
"lineNumber": 32,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/data_enhanced/common/search/session/types.ts#L32"
|
||||
"lineNumber": 32
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -643,8 +683,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/data_enhanced/common/search/session/types.ts",
|
||||
"lineNumber": 36,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/data_enhanced/common/search/session/types.ts#L36"
|
||||
"lineNumber": 36
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
|
@ -666,8 +705,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/data_enhanced/common/search/session/types.ts",
|
||||
"lineNumber": 40,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/data_enhanced/common/search/session/types.ts#L40"
|
||||
"lineNumber": 40
|
||||
},
|
||||
"signature": [
|
||||
"string | undefined"
|
||||
|
@ -683,8 +721,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/data_enhanced/common/search/session/types.ts",
|
||||
"lineNumber": 45,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/data_enhanced/common/search/session/types.ts#L45"
|
||||
"lineNumber": 45
|
||||
},
|
||||
"signature": [
|
||||
"Record<string, unknown> | undefined"
|
||||
|
@ -700,8 +737,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/data_enhanced/common/search/session/types.ts",
|
||||
"lineNumber": 50,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/data_enhanced/common/search/session/types.ts#L50"
|
||||
"lineNumber": 50
|
||||
},
|
||||
"signature": [
|
||||
"Record<string, unknown> | undefined"
|
||||
|
@ -717,8 +753,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/data_enhanced/common/search/session/types.ts",
|
||||
"lineNumber": 54,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/data_enhanced/common/search/session/types.ts#L54"
|
||||
"lineNumber": 54
|
||||
},
|
||||
"signature": [
|
||||
"Record<string, ",
|
||||
|
@ -742,8 +777,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/data_enhanced/common/search/session/types.ts",
|
||||
"lineNumber": 59,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/data_enhanced/common/search/session/types.ts#L59"
|
||||
"lineNumber": 59
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -756,8 +790,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/data_enhanced/common/search/session/types.ts",
|
||||
"lineNumber": 63,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/data_enhanced/common/search/session/types.ts#L63"
|
||||
"lineNumber": 63
|
||||
},
|
||||
"signature": [
|
||||
"string | undefined"
|
||||
|
@ -771,8 +804,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/data_enhanced/common/search/session/types.ts",
|
||||
"lineNumber": 64,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/data_enhanced/common/search/session/types.ts#L64"
|
||||
"lineNumber": 64
|
||||
},
|
||||
"signature": [
|
||||
"string | undefined"
|
||||
|
@ -786,8 +818,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/data_enhanced/common/search/session/types.ts",
|
||||
"lineNumber": 65,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/data_enhanced/common/search/session/types.ts#L65"
|
||||
"lineNumber": 65
|
||||
},
|
||||
"signature": [
|
||||
"string | undefined"
|
||||
|
@ -796,82 +827,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/data_enhanced/common/search/session/types.ts",
|
||||
"lineNumber": 11,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/data_enhanced/common/search/session/types.ts#L11"
|
||||
},
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-common.SearchSessionRequestInfo",
|
||||
"type": "Interface",
|
||||
"label": "SearchSessionRequestInfo",
|
||||
"description": [],
|
||||
"tags": [],
|
||||
"children": [
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.SearchSessionRequestInfo.id",
|
||||
"type": "string",
|
||||
"label": "id",
|
||||
"description": [
|
||||
"\nID of the async search request"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/data_enhanced/common/search/session/types.ts",
|
||||
"lineNumber": 72,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/data_enhanced/common/search/session/types.ts#L72"
|
||||
}
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.SearchSessionRequestInfo.strategy",
|
||||
"type": "string",
|
||||
"label": "strategy",
|
||||
"description": [
|
||||
"\nSearch strategy used to submit the search request"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/data_enhanced/common/search/session/types.ts",
|
||||
"lineNumber": 76,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/data_enhanced/common/search/session/types.ts#L76"
|
||||
}
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.SearchSessionRequestInfo.status",
|
||||
"type": "string",
|
||||
"label": "status",
|
||||
"description": [
|
||||
"\nstatus"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/data_enhanced/common/search/session/types.ts",
|
||||
"lineNumber": 80,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/data_enhanced/common/search/session/types.ts#L80"
|
||||
}
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.SearchSessionRequestInfo.error",
|
||||
"type": "string",
|
||||
"label": "error",
|
||||
"description": [
|
||||
"\nAn optional error. Set if status is set to error."
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/data_enhanced/common/search/session/types.ts",
|
||||
"lineNumber": 84,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/data_enhanced/common/search/session/types.ts#L84"
|
||||
},
|
||||
"signature": [
|
||||
"string | undefined"
|
||||
]
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/data_enhanced/common/search/session/types.ts",
|
||||
"lineNumber": 68,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/data_enhanced/common/search/session/types.ts#L68"
|
||||
"lineNumber": 11
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -885,29 +841,12 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/data_enhanced/common/search/session/status.ts",
|
||||
"lineNumber": 8,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/data_enhanced/common/search/session/status.ts#L8"
|
||||
"lineNumber": 8
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
],
|
||||
"misc": [
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.SEARCH_SESSION_TYPE",
|
||||
"type": "string",
|
||||
"label": "SEARCH_SESSION_TYPE",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/data_enhanced/common/search/session/types.ts",
|
||||
"lineNumber": 10,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/data_enhanced/common/search/session/types.ts#L10"
|
||||
},
|
||||
"signature": [
|
||||
"\"search-session\""
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.ENHANCED_ES_SEARCH_STRATEGY",
|
||||
|
@ -916,8 +855,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/data_enhanced/common/search/types.ts",
|
||||
"lineNumber": 17,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/data_enhanced/common/search/types.ts#L17"
|
||||
"lineNumber": 17
|
||||
},
|
||||
"signature": [
|
||||
"\"ese\""
|
||||
|
@ -932,8 +870,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/data_enhanced/common/search/types.ts",
|
||||
"lineNumber": 19,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/data_enhanced/common/search/types.ts#L19"
|
||||
"lineNumber": 19
|
||||
},
|
||||
"signature": [
|
||||
"\"eql\""
|
||||
|
@ -948,8 +885,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/data_enhanced/common/search/types.ts",
|
||||
"lineNumber": 21,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/data_enhanced/common/search/types.ts#L21"
|
||||
"lineNumber": 21
|
||||
},
|
||||
"signature": [
|
||||
"EqlSearch<Record<string, unknown>>"
|
||||
|
@ -964,8 +900,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/data_enhanced/common/search/types.ts",
|
||||
"lineNumber": 27,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/data_enhanced/common/search/types.ts#L27"
|
||||
"lineNumber": 27
|
||||
},
|
||||
"signature": [
|
||||
"IKibanaSearchResponse<ApiResponse<T, ",
|
||||
|
@ -973,6 +908,21 @@
|
|||
">>"
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.SEARCH_SESSION_TYPE",
|
||||
"type": "string",
|
||||
"label": "SEARCH_SESSION_TYPE",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/data_enhanced/common/search/session/types.ts",
|
||||
"lineNumber": 10
|
||||
},
|
||||
"signature": [
|
||||
"\"search-session\""
|
||||
],
|
||||
"initialIsOpen": false
|
||||
}
|
||||
],
|
||||
"objects": []
|
||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because one or more lines are too long
|
@ -85,8 +85,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/dev_tools/public/plugin.ts",
|
||||
"lineNumber": 43,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/dev_tools/public/plugin.ts#L43"
|
||||
"lineNumber": 43
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -104,8 +103,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/dev_tools/public/plugin.ts",
|
||||
"lineNumber": 43,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/dev_tools/public/plugin.ts#L43"
|
||||
"lineNumber": 43
|
||||
},
|
||||
"signature": [
|
||||
"{ forwardApp: (legacyAppId: string, newAppId: string, rewritePath?: ((legacyPath: string) => string) | undefined) => void; }"
|
||||
|
@ -114,8 +112,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/dev_tools/public/plugin.ts",
|
||||
"lineNumber": 43,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/dev_tools/public/plugin.ts#L43"
|
||||
"lineNumber": 43
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -123,8 +120,7 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "src/plugins/dev_tools/public/plugin.ts",
|
||||
"lineNumber": 43,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/dev_tools/public/plugin.ts#L43"
|
||||
"lineNumber": 43
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -140,8 +136,7 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "src/plugins/dev_tools/public/plugin.ts",
|
||||
"lineNumber": 84,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/dev_tools/public/plugin.ts#L84"
|
||||
"lineNumber": 84
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -157,15 +152,13 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "src/plugins/dev_tools/public/plugin.ts",
|
||||
"lineNumber": 90,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/dev_tools/public/plugin.ts#L90"
|
||||
"lineNumber": 90
|
||||
}
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/dev_tools/public/plugin.ts",
|
||||
"lineNumber": 35,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/dev_tools/public/plugin.ts#L35"
|
||||
"lineNumber": 35
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -192,8 +185,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/dev_tools/public/plugin.ts",
|
||||
"lineNumber": 32,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/dev_tools/public/plugin.ts#L32"
|
||||
"lineNumber": 32
|
||||
},
|
||||
"signature": [
|
||||
"(devTool: ",
|
||||
|
@ -217,8 +209,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/dev_tools/public/plugin.ts",
|
||||
"lineNumber": 21,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/dev_tools/public/plugin.ts#L21"
|
||||
"lineNumber": 21
|
||||
},
|
||||
"lifecycle": "setup",
|
||||
"initialIsOpen": true
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -2,313 +2,6 @@
|
|||
"id": "discoverEnhanced",
|
||||
"client": {
|
||||
"classes": [
|
||||
{
|
||||
"id": "def-public.ExploreDataContextMenuAction",
|
||||
"type": "Class",
|
||||
"tags": [],
|
||||
"label": "ExploreDataContextMenuAction",
|
||||
"description": [
|
||||
"\nThis is \"Explore underlying data\" action which appears in the context\nmenu of a dashboard panel."
|
||||
],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "discoverEnhanced",
|
||||
"scope": "public",
|
||||
"docId": "kibDiscoverEnhancedPluginApi",
|
||||
"section": "def-public.ExploreDataContextMenuAction",
|
||||
"text": "ExploreDataContextMenuAction"
|
||||
},
|
||||
" extends ",
|
||||
"AbstractExploreDataAction",
|
||||
"<EmbeddableQueryContext> implements ",
|
||||
{
|
||||
"pluginId": "uiActions",
|
||||
"scope": "public",
|
||||
"docId": "kibUiActionsPluginApi",
|
||||
"section": "def-public.Action",
|
||||
"text": "Action"
|
||||
},
|
||||
"<EmbeddableQueryContext>"
|
||||
],
|
||||
"children": [
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.ExploreDataContextMenuAction.id",
|
||||
"type": "string",
|
||||
"label": "id",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_context_menu_action.ts",
|
||||
"lineNumber": 37,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_context_menu_action.ts#L37"
|
||||
},
|
||||
"signature": [
|
||||
"\"ACTION_EXPLORE_DATA\""
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.ExploreDataContextMenuAction.type",
|
||||
"type": "string",
|
||||
"label": "type",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_context_menu_action.ts",
|
||||
"lineNumber": 39,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_context_menu_action.ts#L39"
|
||||
},
|
||||
"signature": [
|
||||
"\"ACTION_EXPLORE_DATA\""
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.ExploreDataContextMenuAction.order",
|
||||
"type": "number",
|
||||
"label": "order",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_context_menu_action.ts",
|
||||
"lineNumber": 41,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_context_menu_action.ts#L41"
|
||||
},
|
||||
"signature": [
|
||||
"200"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "def-public.ExploreDataContextMenuAction.getUrl",
|
||||
"type": "Function",
|
||||
"children": [
|
||||
{
|
||||
"type": "Object",
|
||||
"label": "context",
|
||||
"isRequired": true,
|
||||
"signature": [
|
||||
"EmbeddableQueryContext"
|
||||
],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_context_menu_action.ts",
|
||||
"lineNumber": 43,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_context_menu_action.ts#L43"
|
||||
}
|
||||
}
|
||||
],
|
||||
"signature": [
|
||||
"(context: EmbeddableQueryContext) => Promise<",
|
||||
{
|
||||
"pluginId": "share",
|
||||
"scope": "public",
|
||||
"docId": "kibSharePluginApi",
|
||||
"section": "def-public.KibanaURL",
|
||||
"text": "KibanaURL"
|
||||
},
|
||||
">"
|
||||
],
|
||||
"description": [],
|
||||
"label": "getUrl",
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_context_menu_action.ts",
|
||||
"lineNumber": 43,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_context_menu_action.ts#L43"
|
||||
},
|
||||
"tags": [],
|
||||
"returnComment": []
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_context_menu_action.ts",
|
||||
"lineNumber": 34,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_context_menu_action.ts#L34"
|
||||
},
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-public.ExploreDataChartAction",
|
||||
"type": "Class",
|
||||
"tags": [],
|
||||
"label": "ExploreDataChartAction",
|
||||
"description": [
|
||||
"\nThis is \"Explore underlying data\" action which appears in popup context\nmenu when user clicks a value in visualization or brushes a time range."
|
||||
],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "discoverEnhanced",
|
||||
"scope": "public",
|
||||
"docId": "kibDiscoverEnhancedPluginApi",
|
||||
"section": "def-public.ExploreDataChartAction",
|
||||
"text": "ExploreDataChartAction"
|
||||
},
|
||||
" extends ",
|
||||
"AbstractExploreDataAction",
|
||||
"<",
|
||||
"ExploreDataChartActionContext",
|
||||
"> implements ",
|
||||
{
|
||||
"pluginId": "uiActions",
|
||||
"scope": "public",
|
||||
"docId": "kibUiActionsPluginApi",
|
||||
"section": "def-public.Action",
|
||||
"text": "Action"
|
||||
},
|
||||
"<",
|
||||
"ExploreDataChartActionContext"
|
||||
],
|
||||
"children": [
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.ExploreDataChartAction.id",
|
||||
"type": "string",
|
||||
"label": "id",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts",
|
||||
"lineNumber": 35,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts#L35"
|
||||
},
|
||||
"signature": [
|
||||
"\"ACTION_EXPLORE_DATA_CHART\""
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.ExploreDataChartAction.type",
|
||||
"type": "string",
|
||||
"label": "type",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts",
|
||||
"lineNumber": 37,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts#L37"
|
||||
},
|
||||
"signature": [
|
||||
"\"ACTION_EXPLORE_DATA_CHART\""
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.ExploreDataChartAction.order",
|
||||
"type": "number",
|
||||
"label": "order",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts",
|
||||
"lineNumber": 39,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts#L39"
|
||||
},
|
||||
"signature": [
|
||||
"200"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "def-public.ExploreDataChartAction.isCompatible",
|
||||
"type": "Function",
|
||||
"label": "isCompatible",
|
||||
"signature": [
|
||||
"(context: ",
|
||||
{
|
||||
"pluginId": "discoverEnhanced",
|
||||
"scope": "public",
|
||||
"docId": "kibDiscoverEnhancedPluginApi",
|
||||
"section": "def-public.ExploreDataChartActionContext",
|
||||
"text": "ExploreDataChartActionContext"
|
||||
},
|
||||
") => Promise<boolean>"
|
||||
],
|
||||
"description": [],
|
||||
"children": [
|
||||
{
|
||||
"type": "Object",
|
||||
"label": "context",
|
||||
"isRequired": true,
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "discoverEnhanced",
|
||||
"scope": "public",
|
||||
"docId": "kibDiscoverEnhancedPluginApi",
|
||||
"section": "def-public.ExploreDataChartActionContext",
|
||||
"text": "ExploreDataChartActionContext"
|
||||
}
|
||||
],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts",
|
||||
"lineNumber": 41,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts#L41"
|
||||
}
|
||||
}
|
||||
],
|
||||
"tags": [],
|
||||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts",
|
||||
"lineNumber": 41,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts#L41"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "def-public.ExploreDataChartAction.getUrl",
|
||||
"type": "Function",
|
||||
"children": [
|
||||
{
|
||||
"type": "Object",
|
||||
"label": "context",
|
||||
"isRequired": true,
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "discoverEnhanced",
|
||||
"scope": "public",
|
||||
"docId": "kibDiscoverEnhancedPluginApi",
|
||||
"section": "def-public.ExploreDataChartActionContext",
|
||||
"text": "ExploreDataChartActionContext"
|
||||
}
|
||||
],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts",
|
||||
"lineNumber": 47,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts#L47"
|
||||
}
|
||||
}
|
||||
],
|
||||
"signature": [
|
||||
"(context: ",
|
||||
{
|
||||
"pluginId": "discoverEnhanced",
|
||||
"scope": "public",
|
||||
"docId": "kibDiscoverEnhancedPluginApi",
|
||||
"section": "def-public.ExploreDataChartActionContext",
|
||||
"text": "ExploreDataChartActionContext"
|
||||
},
|
||||
") => Promise<",
|
||||
{
|
||||
"pluginId": "share",
|
||||
"scope": "public",
|
||||
"docId": "kibSharePluginApi",
|
||||
"section": "def-public.KibanaURL",
|
||||
"text": "KibanaURL"
|
||||
},
|
||||
">"
|
||||
],
|
||||
"description": [],
|
||||
"label": "getUrl",
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts",
|
||||
"lineNumber": 46,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts#L46"
|
||||
},
|
||||
"tags": [],
|
||||
"returnComment": []
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts",
|
||||
"lineNumber": 32,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts#L32"
|
||||
},
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-public.DiscoverEnhancedPlugin",
|
||||
"type": "Class",
|
||||
|
@ -358,8 +51,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
|
||||
"lineNumber": 43,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/discover_enhanced/public/plugin.ts#L43"
|
||||
"lineNumber": 43
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
|
@ -397,8 +89,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
|
||||
"lineNumber": 45,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/discover_enhanced/public/plugin.ts#L45"
|
||||
"lineNumber": 45
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -406,8 +97,7 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
|
||||
"lineNumber": 45,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/discover_enhanced/public/plugin.ts#L45"
|
||||
"lineNumber": 45
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -468,8 +158,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
|
||||
"lineNumber": 50,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/discover_enhanced/public/plugin.ts#L50"
|
||||
"lineNumber": 50
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -488,8 +177,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
|
||||
"lineNumber": 51,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/discover_enhanced/public/plugin.ts#L51"
|
||||
"lineNumber": 51
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -497,8 +185,7 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
|
||||
"lineNumber": 49,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/discover_enhanced/public/plugin.ts#L49"
|
||||
"lineNumber": 49
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -542,8 +229,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
|
||||
"lineNumber": 69,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/discover_enhanced/public/plugin.ts#L69"
|
||||
"lineNumber": 69
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -562,8 +248,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
|
||||
"lineNumber": 69,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/discover_enhanced/public/plugin.ts#L69"
|
||||
"lineNumber": 69
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -571,8 +256,7 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
|
||||
"lineNumber": 69,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/discover_enhanced/public/plugin.ts#L69"
|
||||
"lineNumber": 69
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -588,15 +272,306 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
|
||||
"lineNumber": 71,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/discover_enhanced/public/plugin.ts#L71"
|
||||
"lineNumber": 71
|
||||
}
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
|
||||
"lineNumber": 40,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/discover_enhanced/public/plugin.ts#L40"
|
||||
"lineNumber": 40
|
||||
},
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-public.ExploreDataChartAction",
|
||||
"type": "Class",
|
||||
"tags": [],
|
||||
"label": "ExploreDataChartAction",
|
||||
"description": [
|
||||
"\nThis is \"Explore underlying data\" action which appears in popup context\nmenu when user clicks a value in visualization or brushes a time range."
|
||||
],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "discoverEnhanced",
|
||||
"scope": "public",
|
||||
"docId": "kibDiscoverEnhancedPluginApi",
|
||||
"section": "def-public.ExploreDataChartAction",
|
||||
"text": "ExploreDataChartAction"
|
||||
},
|
||||
" extends ",
|
||||
"AbstractExploreDataAction",
|
||||
"<",
|
||||
"ExploreDataChartActionContext",
|
||||
"> implements ",
|
||||
{
|
||||
"pluginId": "uiActions",
|
||||
"scope": "public",
|
||||
"docId": "kibUiActionsPluginApi",
|
||||
"section": "def-public.Action",
|
||||
"text": "Action"
|
||||
},
|
||||
"<",
|
||||
"ExploreDataChartActionContext"
|
||||
],
|
||||
"children": [
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.ExploreDataChartAction.id",
|
||||
"type": "string",
|
||||
"label": "id",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts",
|
||||
"lineNumber": 35
|
||||
},
|
||||
"signature": [
|
||||
"\"ACTION_EXPLORE_DATA_CHART\""
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.ExploreDataChartAction.type",
|
||||
"type": "string",
|
||||
"label": "type",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts",
|
||||
"lineNumber": 37
|
||||
},
|
||||
"signature": [
|
||||
"\"ACTION_EXPLORE_DATA_CHART\""
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.ExploreDataChartAction.order",
|
||||
"type": "number",
|
||||
"label": "order",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts",
|
||||
"lineNumber": 39
|
||||
},
|
||||
"signature": [
|
||||
"200"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "def-public.ExploreDataChartAction.isCompatible",
|
||||
"type": "Function",
|
||||
"label": "isCompatible",
|
||||
"signature": [
|
||||
"(context: ",
|
||||
{
|
||||
"pluginId": "discoverEnhanced",
|
||||
"scope": "public",
|
||||
"docId": "kibDiscoverEnhancedPluginApi",
|
||||
"section": "def-public.ExploreDataChartActionContext",
|
||||
"text": "ExploreDataChartActionContext"
|
||||
},
|
||||
") => Promise<boolean>"
|
||||
],
|
||||
"description": [],
|
||||
"children": [
|
||||
{
|
||||
"type": "Object",
|
||||
"label": "context",
|
||||
"isRequired": true,
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "discoverEnhanced",
|
||||
"scope": "public",
|
||||
"docId": "kibDiscoverEnhancedPluginApi",
|
||||
"section": "def-public.ExploreDataChartActionContext",
|
||||
"text": "ExploreDataChartActionContext"
|
||||
}
|
||||
],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts",
|
||||
"lineNumber": 41
|
||||
}
|
||||
}
|
||||
],
|
||||
"tags": [],
|
||||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts",
|
||||
"lineNumber": 41
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "def-public.ExploreDataChartAction.getUrl",
|
||||
"type": "Function",
|
||||
"children": [
|
||||
{
|
||||
"type": "Object",
|
||||
"label": "context",
|
||||
"isRequired": true,
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "discoverEnhanced",
|
||||
"scope": "public",
|
||||
"docId": "kibDiscoverEnhancedPluginApi",
|
||||
"section": "def-public.ExploreDataChartActionContext",
|
||||
"text": "ExploreDataChartActionContext"
|
||||
}
|
||||
],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts",
|
||||
"lineNumber": 47
|
||||
}
|
||||
}
|
||||
],
|
||||
"signature": [
|
||||
"(context: ",
|
||||
{
|
||||
"pluginId": "discoverEnhanced",
|
||||
"scope": "public",
|
||||
"docId": "kibDiscoverEnhancedPluginApi",
|
||||
"section": "def-public.ExploreDataChartActionContext",
|
||||
"text": "ExploreDataChartActionContext"
|
||||
},
|
||||
") => Promise<",
|
||||
{
|
||||
"pluginId": "share",
|
||||
"scope": "public",
|
||||
"docId": "kibSharePluginApi",
|
||||
"section": "def-public.KibanaURL",
|
||||
"text": "KibanaURL"
|
||||
},
|
||||
">"
|
||||
],
|
||||
"description": [],
|
||||
"label": "getUrl",
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts",
|
||||
"lineNumber": 46
|
||||
},
|
||||
"tags": [],
|
||||
"returnComment": []
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts",
|
||||
"lineNumber": 32
|
||||
},
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-public.ExploreDataContextMenuAction",
|
||||
"type": "Class",
|
||||
"tags": [],
|
||||
"label": "ExploreDataContextMenuAction",
|
||||
"description": [
|
||||
"\nThis is \"Explore underlying data\" action which appears in the context\nmenu of a dashboard panel."
|
||||
],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "discoverEnhanced",
|
||||
"scope": "public",
|
||||
"docId": "kibDiscoverEnhancedPluginApi",
|
||||
"section": "def-public.ExploreDataContextMenuAction",
|
||||
"text": "ExploreDataContextMenuAction"
|
||||
},
|
||||
" extends ",
|
||||
"AbstractExploreDataAction",
|
||||
"<EmbeddableQueryContext> implements ",
|
||||
{
|
||||
"pluginId": "uiActions",
|
||||
"scope": "public",
|
||||
"docId": "kibUiActionsPluginApi",
|
||||
"section": "def-public.Action",
|
||||
"text": "Action"
|
||||
},
|
||||
"<EmbeddableQueryContext>"
|
||||
],
|
||||
"children": [
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.ExploreDataContextMenuAction.id",
|
||||
"type": "string",
|
||||
"label": "id",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_context_menu_action.ts",
|
||||
"lineNumber": 37
|
||||
},
|
||||
"signature": [
|
||||
"\"ACTION_EXPLORE_DATA\""
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.ExploreDataContextMenuAction.type",
|
||||
"type": "string",
|
||||
"label": "type",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_context_menu_action.ts",
|
||||
"lineNumber": 39
|
||||
},
|
||||
"signature": [
|
||||
"\"ACTION_EXPLORE_DATA\""
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.ExploreDataContextMenuAction.order",
|
||||
"type": "number",
|
||||
"label": "order",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_context_menu_action.ts",
|
||||
"lineNumber": 41
|
||||
},
|
||||
"signature": [
|
||||
"200"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "def-public.ExploreDataContextMenuAction.getUrl",
|
||||
"type": "Function",
|
||||
"children": [
|
||||
{
|
||||
"type": "Object",
|
||||
"label": "context",
|
||||
"isRequired": true,
|
||||
"signature": [
|
||||
"EmbeddableQueryContext"
|
||||
],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_context_menu_action.ts",
|
||||
"lineNumber": 43
|
||||
}
|
||||
}
|
||||
],
|
||||
"signature": [
|
||||
"(context: EmbeddableQueryContext) => Promise<",
|
||||
{
|
||||
"pluginId": "share",
|
||||
"scope": "public",
|
||||
"docId": "kibSharePluginApi",
|
||||
"section": "def-public.KibanaURL",
|
||||
"text": "KibanaURL"
|
||||
},
|
||||
">"
|
||||
],
|
||||
"description": [],
|
||||
"label": "getUrl",
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_context_menu_action.ts",
|
||||
"lineNumber": 43
|
||||
},
|
||||
"tags": [],
|
||||
"returnComment": []
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_context_menu_action.ts",
|
||||
"lineNumber": 34
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -618,8 +593,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
|
||||
"lineNumber": 25,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/discover_enhanced/public/plugin.ts#L25"
|
||||
"lineNumber": 25
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
|
@ -639,8 +613,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
|
||||
"lineNumber": 26,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/discover_enhanced/public/plugin.ts#L26"
|
||||
"lineNumber": 26
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
|
@ -660,8 +633,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
|
||||
"lineNumber": 27,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/discover_enhanced/public/plugin.ts#L27"
|
||||
"lineNumber": 27
|
||||
},
|
||||
"signature": [
|
||||
"{} | undefined"
|
||||
|
@ -675,8 +647,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
|
||||
"lineNumber": 28,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/discover_enhanced/public/plugin.ts#L28"
|
||||
"lineNumber": 28
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
|
@ -697,8 +668,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
|
||||
"lineNumber": 29,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/discover_enhanced/public/plugin.ts#L29"
|
||||
"lineNumber": 29
|
||||
},
|
||||
"signature": [
|
||||
"Pick<",
|
||||
|
@ -715,8 +685,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
|
||||
"lineNumber": 24,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/discover_enhanced/public/plugin.ts#L24"
|
||||
"lineNumber": 24
|
||||
},
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -735,8 +704,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
|
||||
"lineNumber": 33,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/discover_enhanced/public/plugin.ts#L33"
|
||||
"lineNumber": 33
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
|
@ -756,8 +724,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
|
||||
"lineNumber": 34,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/discover_enhanced/public/plugin.ts#L34"
|
||||
"lineNumber": 34
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
|
@ -777,8 +744,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
|
||||
"lineNumber": 35,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/discover_enhanced/public/plugin.ts#L35"
|
||||
"lineNumber": 35
|
||||
},
|
||||
"signature": [
|
||||
"{ dashboardConfig: ",
|
||||
|
@ -800,8 +766,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
|
||||
"lineNumber": 36,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/discover_enhanced/public/plugin.ts#L36"
|
||||
"lineNumber": 36
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
|
@ -822,8 +787,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
|
||||
"lineNumber": 37,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/discover_enhanced/public/plugin.ts#L37"
|
||||
"lineNumber": 37
|
||||
},
|
||||
"signature": [
|
||||
"Pick<",
|
||||
|
@ -850,8 +814,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/public/plugin.ts",
|
||||
"lineNumber": 32,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/discover_enhanced/public/plugin.ts#L32"
|
||||
"lineNumber": 32
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -887,8 +850,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/common/config.ts",
|
||||
"lineNumber": 9,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/discover_enhanced/common/config.ts#L9"
|
||||
"lineNumber": 9
|
||||
},
|
||||
"signature": [
|
||||
"{ exploreDataInChart: { enabled: boolean; }; }"
|
||||
|
@ -897,8 +859,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/discover_enhanced/common/config.ts",
|
||||
"lineNumber": 8,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/discover_enhanced/common/config.ts#L8"
|
||||
"lineNumber": 8
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -17,8 +17,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/embeddable_enhanced/public/embeddables/is_enhanced_embeddable.ts",
|
||||
"lineNumber": 12,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/embeddable_enhanced/public/embeddables/is_enhanced_embeddable.ts#L12"
|
||||
"lineNumber": 12
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -61,8 +60,7 @@
|
|||
"label": "isEnhancedEmbeddable",
|
||||
"source": {
|
||||
"path": "x-pack/plugins/embeddable_enhanced/public/embeddables/is_enhanced_embeddable.ts",
|
||||
"lineNumber": 11,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/embeddable_enhanced/public/embeddables/is_enhanced_embeddable.ts#L11"
|
||||
"lineNumber": 11
|
||||
},
|
||||
"tags": [],
|
||||
"returnComment": [],
|
||||
|
@ -70,120 +68,6 @@
|
|||
}
|
||||
],
|
||||
"interfaces": [
|
||||
{
|
||||
"id": "def-public.SetupDependencies",
|
||||
"type": "Interface",
|
||||
"label": "SetupDependencies",
|
||||
"description": [],
|
||||
"tags": [],
|
||||
"children": [
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.SetupDependencies.embeddable",
|
||||
"type": "Object",
|
||||
"label": "embeddable",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/embeddable_enhanced/public/plugin.ts",
|
||||
"lineNumber": 36,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/embeddable_enhanced/public/plugin.ts#L36"
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "embeddable",
|
||||
"scope": "public",
|
||||
"docId": "kibEmbeddablePluginApi",
|
||||
"section": "def-public.EmbeddableSetup",
|
||||
"text": "EmbeddableSetup"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.SetupDependencies.uiActionsEnhanced",
|
||||
"type": "Object",
|
||||
"label": "uiActionsEnhanced",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/embeddable_enhanced/public/plugin.ts",
|
||||
"lineNumber": 37,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/embeddable_enhanced/public/plugin.ts#L37"
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "uiActionsEnhanced",
|
||||
"scope": "public",
|
||||
"docId": "kibUiActionsEnhancedPluginApi",
|
||||
"section": "def-public.SetupContract",
|
||||
"text": "SetupContract"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/embeddable_enhanced/public/plugin.ts",
|
||||
"lineNumber": 35,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/embeddable_enhanced/public/plugin.ts#L35"
|
||||
},
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-public.StartDependencies",
|
||||
"type": "Interface",
|
||||
"label": "StartDependencies",
|
||||
"description": [],
|
||||
"tags": [],
|
||||
"children": [
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.StartDependencies.embeddable",
|
||||
"type": "Object",
|
||||
"label": "embeddable",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/embeddable_enhanced/public/plugin.ts",
|
||||
"lineNumber": 41,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/embeddable_enhanced/public/plugin.ts#L41"
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "embeddable",
|
||||
"scope": "public",
|
||||
"docId": "kibEmbeddablePluginApi",
|
||||
"section": "def-public.EmbeddableStart",
|
||||
"text": "EmbeddableStart"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.StartDependencies.uiActionsEnhanced",
|
||||
"type": "Object",
|
||||
"label": "uiActionsEnhanced",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/embeddable_enhanced/public/plugin.ts",
|
||||
"lineNumber": 42,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/embeddable_enhanced/public/plugin.ts#L42"
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "uiActionsEnhanced",
|
||||
"scope": "public",
|
||||
"docId": "kibUiActionsEnhancedPluginApi",
|
||||
"section": "def-public.StartContract",
|
||||
"text": "StartContract"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/embeddable_enhanced/public/plugin.ts",
|
||||
"lineNumber": 40,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/embeddable_enhanced/public/plugin.ts#L40"
|
||||
},
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-public.EnhancedEmbeddableContext",
|
||||
"type": "Interface",
|
||||
|
@ -199,8 +83,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/embeddable_enhanced/public/types.ts",
|
||||
"lineNumber": 21,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/embeddable_enhanced/public/types.ts#L21"
|
||||
"lineNumber": 21
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
|
@ -240,30 +123,121 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/embeddable_enhanced/public/types.ts",
|
||||
"lineNumber": 20,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/embeddable_enhanced/public/types.ts#L20"
|
||||
"lineNumber": 20
|
||||
},
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-public.SetupDependencies",
|
||||
"type": "Interface",
|
||||
"label": "SetupDependencies",
|
||||
"description": [],
|
||||
"tags": [],
|
||||
"children": [
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.SetupDependencies.embeddable",
|
||||
"type": "Object",
|
||||
"label": "embeddable",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/embeddable_enhanced/public/plugin.ts",
|
||||
"lineNumber": 36
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "embeddable",
|
||||
"scope": "public",
|
||||
"docId": "kibEmbeddablePluginApi",
|
||||
"section": "def-public.EmbeddableSetup",
|
||||
"text": "EmbeddableSetup"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.SetupDependencies.uiActionsEnhanced",
|
||||
"type": "Object",
|
||||
"label": "uiActionsEnhanced",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/embeddable_enhanced/public/plugin.ts",
|
||||
"lineNumber": 37
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "uiActionsEnhanced",
|
||||
"scope": "public",
|
||||
"docId": "kibUiActionsEnhancedPluginApi",
|
||||
"section": "def-public.SetupContract",
|
||||
"text": "SetupContract"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/embeddable_enhanced/public/plugin.ts",
|
||||
"lineNumber": 35
|
||||
},
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-public.StartDependencies",
|
||||
"type": "Interface",
|
||||
"label": "StartDependencies",
|
||||
"description": [],
|
||||
"tags": [],
|
||||
"children": [
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.StartDependencies.embeddable",
|
||||
"type": "Object",
|
||||
"label": "embeddable",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/embeddable_enhanced/public/plugin.ts",
|
||||
"lineNumber": 41
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "embeddable",
|
||||
"scope": "public",
|
||||
"docId": "kibEmbeddablePluginApi",
|
||||
"section": "def-public.EmbeddableStart",
|
||||
"text": "EmbeddableStart"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.StartDependencies.uiActionsEnhanced",
|
||||
"type": "Object",
|
||||
"label": "uiActionsEnhanced",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/embeddable_enhanced/public/plugin.ts",
|
||||
"lineNumber": 42
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "uiActionsEnhanced",
|
||||
"scope": "public",
|
||||
"docId": "kibUiActionsEnhancedPluginApi",
|
||||
"section": "def-public.StartContract",
|
||||
"text": "StartContract"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/embeddable_enhanced/public/plugin.ts",
|
||||
"lineNumber": 40
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
],
|
||||
"enums": [],
|
||||
"misc": [
|
||||
{
|
||||
"id": "def-public.EnhancedEmbeddable",
|
||||
"type": "Type",
|
||||
"label": "EnhancedEmbeddable",
|
||||
"tags": [],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/embeddable_enhanced/public/types.ts",
|
||||
"lineNumber": 11,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/embeddable_enhanced/public/types.ts#L11"
|
||||
},
|
||||
"signature": [
|
||||
"E & { enhancements: { dynamicActions: DynamicActionManager;}; }"
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.drilldownGrouping",
|
||||
|
@ -272,8 +246,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/embeddable_enhanced/public/actions/drilldown_grouping.ts",
|
||||
"lineNumber": 12,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/embeddable_enhanced/public/actions/drilldown_grouping.ts#L12"
|
||||
"lineNumber": 12
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
|
@ -310,6 +283,21 @@
|
|||
"> | undefined; }>"
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-public.EnhancedEmbeddable",
|
||||
"type": "Type",
|
||||
"label": "EnhancedEmbeddable",
|
||||
"tags": [],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/embeddable_enhanced/public/types.ts",
|
||||
"lineNumber": 11
|
||||
},
|
||||
"signature": [
|
||||
"E & { enhancements: { dynamicActions: DynamicActionManager;}; }"
|
||||
],
|
||||
"initialIsOpen": false
|
||||
}
|
||||
],
|
||||
"objects": [],
|
||||
|
@ -322,8 +310,7 @@
|
|||
"children": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/embeddable_enhanced/public/plugin.ts",
|
||||
"lineNumber": 46,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/embeddable_enhanced/public/plugin.ts#L46"
|
||||
"lineNumber": 46
|
||||
},
|
||||
"lifecycle": "setup",
|
||||
"initialIsOpen": true
|
||||
|
@ -337,8 +324,7 @@
|
|||
"children": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/embeddable_enhanced/public/plugin.ts",
|
||||
"lineNumber": 49,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/embeddable_enhanced/public/plugin.ts#L49"
|
||||
"lineNumber": 49
|
||||
},
|
||||
"lifecycle": "start",
|
||||
"initialIsOpen": true
|
||||
|
|
|
@ -46,8 +46,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/crypto/encryption_error.ts",
|
||||
"lineNumber": 18,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/encrypted_saved_objects/server/crypto/encryption_error.ts#L18"
|
||||
"lineNumber": 18
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -60,8 +59,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/crypto/encryption_error.ts",
|
||||
"lineNumber": 19,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/encrypted_saved_objects/server/crypto/encryption_error.ts#L19"
|
||||
"lineNumber": 19
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -80,8 +78,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/crypto/encryption_error.ts",
|
||||
"lineNumber": 20,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/encrypted_saved_objects/server/crypto/encryption_error.ts#L20"
|
||||
"lineNumber": 20
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -94,8 +91,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/crypto/encryption_error.ts",
|
||||
"lineNumber": 21,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/encrypted_saved_objects/server/crypto/encryption_error.ts#L21"
|
||||
"lineNumber": 21
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -103,8 +99,7 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/crypto/encryption_error.ts",
|
||||
"lineNumber": 17,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/encrypted_saved_objects/server/crypto/encryption_error.ts#L17"
|
||||
"lineNumber": 17
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -120,88 +115,19 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/crypto/encryption_error.ts",
|
||||
"lineNumber": 30,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/encrypted_saved_objects/server/crypto/encryption_error.ts#L30"
|
||||
"lineNumber": 30
|
||||
}
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/crypto/encryption_error.ts",
|
||||
"lineNumber": 16,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/encrypted_saved_objects/server/crypto/encryption_error.ts#L16"
|
||||
"lineNumber": 16
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
],
|
||||
"functions": [],
|
||||
"interfaces": [
|
||||
{
|
||||
"id": "def-server.EncryptedSavedObjectTypeRegistration",
|
||||
"type": "Interface",
|
||||
"label": "EncryptedSavedObjectTypeRegistration",
|
||||
"description": [
|
||||
"\nDescribes the registration entry for the saved object type that contain attributes that need to\nbe encrypted."
|
||||
],
|
||||
"tags": [],
|
||||
"children": [
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-server.EncryptedSavedObjectTypeRegistration.type",
|
||||
"type": "string",
|
||||
"label": "type",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/crypto/encrypted_saved_objects_service.ts",
|
||||
"lineNumber": 34,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/encrypted_saved_objects/server/crypto/encrypted_saved_objects_service.ts#L34"
|
||||
}
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-server.EncryptedSavedObjectTypeRegistration.attributesToEncrypt",
|
||||
"type": "Object",
|
||||
"label": "attributesToEncrypt",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/crypto/encrypted_saved_objects_service.ts",
|
||||
"lineNumber": 35,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/encrypted_saved_objects/server/crypto/encrypted_saved_objects_service.ts#L35"
|
||||
},
|
||||
"signature": [
|
||||
"ReadonlySet<string | ",
|
||||
{
|
||||
"pluginId": "encryptedSavedObjects",
|
||||
"scope": "server",
|
||||
"docId": "kibEncryptedSavedObjectsPluginApi",
|
||||
"section": "def-server.AttributeToEncrypt",
|
||||
"text": "AttributeToEncrypt"
|
||||
},
|
||||
">"
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-server.EncryptedSavedObjectTypeRegistration.attributesToExcludeFromAAD",
|
||||
"type": "Object",
|
||||
"label": "attributesToExcludeFromAAD",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/crypto/encrypted_saved_objects_service.ts",
|
||||
"lineNumber": 36,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/encrypted_saved_objects/server/crypto/encrypted_saved_objects_service.ts#L36"
|
||||
},
|
||||
"signature": [
|
||||
"ReadonlySet<string> | undefined"
|
||||
]
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/crypto/encrypted_saved_objects_service.ts",
|
||||
"lineNumber": 33,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/encrypted_saved_objects/server/crypto/encrypted_saved_objects_service.ts#L33"
|
||||
},
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-server.EncryptedSavedObjectsClient",
|
||||
"type": "Interface",
|
||||
|
@ -217,8 +143,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/saved_objects/index.ts",
|
||||
"lineNumber": 41,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/encrypted_saved_objects/server/saved_objects/index.ts#L41"
|
||||
"lineNumber": 41
|
||||
},
|
||||
"signature": [
|
||||
"<T = unknown>(type: string, id: string, options?: ",
|
||||
|
@ -243,8 +168,70 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/saved_objects/index.ts",
|
||||
"lineNumber": 40,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/encrypted_saved_objects/server/saved_objects/index.ts#L40"
|
||||
"lineNumber": 40
|
||||
},
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-server.EncryptedSavedObjectTypeRegistration",
|
||||
"type": "Interface",
|
||||
"label": "EncryptedSavedObjectTypeRegistration",
|
||||
"description": [
|
||||
"\nDescribes the registration entry for the saved object type that contain attributes that need to\nbe encrypted."
|
||||
],
|
||||
"tags": [],
|
||||
"children": [
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-server.EncryptedSavedObjectTypeRegistration.type",
|
||||
"type": "string",
|
||||
"label": "type",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/crypto/encrypted_saved_objects_service.ts",
|
||||
"lineNumber": 34
|
||||
}
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-server.EncryptedSavedObjectTypeRegistration.attributesToEncrypt",
|
||||
"type": "Object",
|
||||
"label": "attributesToEncrypt",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/crypto/encrypted_saved_objects_service.ts",
|
||||
"lineNumber": 35
|
||||
},
|
||||
"signature": [
|
||||
"ReadonlySet<string | ",
|
||||
{
|
||||
"pluginId": "encryptedSavedObjects",
|
||||
"scope": "server",
|
||||
"docId": "kibEncryptedSavedObjectsPluginApi",
|
||||
"section": "def-server.AttributeToEncrypt",
|
||||
"text": "AttributeToEncrypt"
|
||||
},
|
||||
">"
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-server.EncryptedSavedObjectTypeRegistration.attributesToExcludeFromAAD",
|
||||
"type": "Object",
|
||||
"label": "attributesToExcludeFromAAD",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/crypto/encrypted_saved_objects_service.ts",
|
||||
"lineNumber": 36
|
||||
},
|
||||
"signature": [
|
||||
"ReadonlySet<string> | undefined"
|
||||
]
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/crypto/encrypted_saved_objects_service.ts",
|
||||
"lineNumber": 33
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -269,8 +256,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/plugin.ts",
|
||||
"lineNumber": 35,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/encrypted_saved_objects/server/plugin.ts#L35"
|
||||
"lineNumber": 35
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -281,8 +267,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/plugin.ts",
|
||||
"lineNumber": 36,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/encrypted_saved_objects/server/plugin.ts#L36"
|
||||
"lineNumber": 36
|
||||
},
|
||||
"signature": [
|
||||
"(typeRegistration: ",
|
||||
|
@ -304,8 +289,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/plugin.ts",
|
||||
"lineNumber": 37,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/encrypted_saved_objects/server/plugin.ts#L37"
|
||||
"lineNumber": 37
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
|
@ -320,8 +304,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/plugin.ts",
|
||||
"lineNumber": 31,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/encrypted_saved_objects/server/plugin.ts#L31"
|
||||
"lineNumber": 31
|
||||
},
|
||||
"lifecycle": "setup",
|
||||
"initialIsOpen": true
|
||||
|
@ -341,8 +324,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/plugin.ts",
|
||||
"lineNumber": 41,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/encrypted_saved_objects/server/plugin.ts#L41"
|
||||
"lineNumber": 41
|
||||
},
|
||||
"signature": [
|
||||
"(error: Error) => boolean"
|
||||
|
@ -356,8 +338,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/plugin.ts",
|
||||
"lineNumber": 42,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/encrypted_saved_objects/server/plugin.ts#L42"
|
||||
"lineNumber": 42
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
|
@ -372,8 +353,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/encrypted_saved_objects/server/plugin.ts",
|
||||
"lineNumber": 40,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/encrypted_saved_objects/server/plugin.ts#L40"
|
||||
"lineNumber": 40
|
||||
},
|
||||
"lifecycle": "start",
|
||||
"initialIsOpen": true
|
||||
|
|
|
@ -22,8 +22,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/enterprise_search/server/index.ts",
|
||||
"lineNumber": 24,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/enterprise_search/server/index.ts#L24"
|
||||
"lineNumber": 24
|
||||
},
|
||||
"signature": [
|
||||
"{ readonly host?: string | undefined; readonly enabled: boolean; readonly accessCheckTimeout: number; readonly accessCheckTimeoutWarning: number; }"
|
||||
|
@ -40,8 +39,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/enterprise_search/server/index.ts",
|
||||
"lineNumber": 17,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/enterprise_search/server/index.ts#L17"
|
||||
"lineNumber": 17
|
||||
},
|
||||
"signature": [
|
||||
"ObjectType",
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -12,117 +12,6 @@
|
|||
"classes": [],
|
||||
"functions": [],
|
||||
"interfaces": [
|
||||
{
|
||||
"id": "def-server.IEventLogger",
|
||||
"type": "Interface",
|
||||
"label": "IEventLogger",
|
||||
"description": [],
|
||||
"tags": [],
|
||||
"children": [
|
||||
{
|
||||
"id": "def-server.IEventLogger.logEvent",
|
||||
"type": "Function",
|
||||
"label": "logEvent",
|
||||
"signature": [
|
||||
"(properties: DeepPartial<DeepWriteable<Readonly<{ '@timestamp'?: string | undefined; kibana?: Readonly<{ server_uuid?: string | undefined; alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; } & {}>[] | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ message?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; event?: Readonly<{ start?: string | undefined; end?: string | undefined; action?: string | undefined; provider?: string | undefined; duration?: number | undefined; outcome?: string | undefined; reason?: string | undefined; } & {}> | undefined; } & {}>>> | undefined) => void"
|
||||
],
|
||||
"description": [],
|
||||
"children": [
|
||||
{
|
||||
"type": "Object",
|
||||
"label": "properties",
|
||||
"isRequired": false,
|
||||
"signature": [
|
||||
"DeepPartial<DeepWriteable<Readonly<{ '@timestamp'?: string | undefined; kibana?: Readonly<{ server_uuid?: string | undefined; alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; } & {}>[] | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ message?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; event?: Readonly<{ start?: string | undefined; end?: string | undefined; action?: string | undefined; provider?: string | undefined; duration?: number | undefined; outcome?: string | undefined; reason?: string | undefined; } & {}> | undefined; } & {}>>> | undefined"
|
||||
],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"lineNumber": 53,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/event_log/server/types.ts#L53"
|
||||
}
|
||||
}
|
||||
],
|
||||
"tags": [],
|
||||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"lineNumber": 53,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/event_log/server/types.ts#L53"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "def-server.IEventLogger.startTiming",
|
||||
"type": "Function",
|
||||
"label": "startTiming",
|
||||
"signature": [
|
||||
"(event: DeepPartial<DeepWriteable<Readonly<{ '@timestamp'?: string | undefined; kibana?: Readonly<{ server_uuid?: string | undefined; alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; } & {}>[] | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ message?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; event?: Readonly<{ start?: string | undefined; end?: string | undefined; action?: string | undefined; provider?: string | undefined; duration?: number | undefined; outcome?: string | undefined; reason?: string | undefined; } & {}> | undefined; } & {}>>> | undefined) => void"
|
||||
],
|
||||
"description": [],
|
||||
"children": [
|
||||
{
|
||||
"type": "Object",
|
||||
"label": "event",
|
||||
"isRequired": false,
|
||||
"signature": [
|
||||
"DeepPartial<DeepWriteable<Readonly<{ '@timestamp'?: string | undefined; kibana?: Readonly<{ server_uuid?: string | undefined; alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; } & {}>[] | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ message?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; event?: Readonly<{ start?: string | undefined; end?: string | undefined; action?: string | undefined; provider?: string | undefined; duration?: number | undefined; outcome?: string | undefined; reason?: string | undefined; } & {}> | undefined; } & {}>>> | undefined"
|
||||
],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"lineNumber": 54,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/event_log/server/types.ts#L54"
|
||||
}
|
||||
}
|
||||
],
|
||||
"tags": [],
|
||||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"lineNumber": 54,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/event_log/server/types.ts#L54"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "def-server.IEventLogger.stopTiming",
|
||||
"type": "Function",
|
||||
"label": "stopTiming",
|
||||
"signature": [
|
||||
"(event: DeepPartial<DeepWriteable<Readonly<{ '@timestamp'?: string | undefined; kibana?: Readonly<{ server_uuid?: string | undefined; alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; } & {}>[] | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ message?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; event?: Readonly<{ start?: string | undefined; end?: string | undefined; action?: string | undefined; provider?: string | undefined; duration?: number | undefined; outcome?: string | undefined; reason?: string | undefined; } & {}> | undefined; } & {}>>> | undefined) => void"
|
||||
],
|
||||
"description": [],
|
||||
"children": [
|
||||
{
|
||||
"type": "Object",
|
||||
"label": "event",
|
||||
"isRequired": false,
|
||||
"signature": [
|
||||
"DeepPartial<DeepWriteable<Readonly<{ '@timestamp'?: string | undefined; kibana?: Readonly<{ server_uuid?: string | undefined; alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; } & {}>[] | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ message?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; event?: Readonly<{ start?: string | undefined; end?: string | undefined; action?: string | undefined; provider?: string | undefined; duration?: number | undefined; outcome?: string | undefined; reason?: string | undefined; } & {}> | undefined; } & {}>>> | undefined"
|
||||
],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"lineNumber": 55,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/event_log/server/types.ts#L55"
|
||||
}
|
||||
}
|
||||
],
|
||||
"tags": [],
|
||||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"lineNumber": 55,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/event_log/server/types.ts#L55"
|
||||
}
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"lineNumber": 52,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/event_log/server/types.ts#L52"
|
||||
},
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-server.IEventLogClient",
|
||||
"type": "Interface",
|
||||
|
@ -165,8 +54,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"lineNumber": 46,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/event_log/server/types.ts#L46"
|
||||
"lineNumber": 46
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -179,8 +67,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"lineNumber": 47,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/event_log/server/types.ts#L47"
|
||||
"lineNumber": 47
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -201,8 +88,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"lineNumber": 48,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/event_log/server/types.ts#L48"
|
||||
"lineNumber": 48
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -210,15 +96,117 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"lineNumber": 45,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/event_log/server/types.ts#L45"
|
||||
"lineNumber": 45
|
||||
}
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"lineNumber": 44,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/event_log/server/types.ts#L44"
|
||||
"lineNumber": 44
|
||||
},
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-server.IEventLogger",
|
||||
"type": "Interface",
|
||||
"label": "IEventLogger",
|
||||
"description": [],
|
||||
"tags": [],
|
||||
"children": [
|
||||
{
|
||||
"id": "def-server.IEventLogger.logEvent",
|
||||
"type": "Function",
|
||||
"label": "logEvent",
|
||||
"signature": [
|
||||
"(properties: DeepPartial<DeepWriteable<Readonly<{ '@timestamp'?: string | undefined; kibana?: Readonly<{ server_uuid?: string | undefined; alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; } & {}>[] | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ message?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; event?: Readonly<{ start?: string | undefined; end?: string | undefined; action?: string | undefined; provider?: string | undefined; duration?: number | undefined; outcome?: string | undefined; reason?: string | undefined; } & {}> | undefined; } & {}>>> | undefined) => void"
|
||||
],
|
||||
"description": [],
|
||||
"children": [
|
||||
{
|
||||
"type": "Object",
|
||||
"label": "properties",
|
||||
"isRequired": false,
|
||||
"signature": [
|
||||
"DeepPartial<DeepWriteable<Readonly<{ '@timestamp'?: string | undefined; kibana?: Readonly<{ server_uuid?: string | undefined; alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; } & {}>[] | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ message?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; event?: Readonly<{ start?: string | undefined; end?: string | undefined; action?: string | undefined; provider?: string | undefined; duration?: number | undefined; outcome?: string | undefined; reason?: string | undefined; } & {}> | undefined; } & {}>>> | undefined"
|
||||
],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"lineNumber": 53
|
||||
}
|
||||
}
|
||||
],
|
||||
"tags": [],
|
||||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"lineNumber": 53
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "def-server.IEventLogger.startTiming",
|
||||
"type": "Function",
|
||||
"label": "startTiming",
|
||||
"signature": [
|
||||
"(event: DeepPartial<DeepWriteable<Readonly<{ '@timestamp'?: string | undefined; kibana?: Readonly<{ server_uuid?: string | undefined; alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; } & {}>[] | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ message?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; event?: Readonly<{ start?: string | undefined; end?: string | undefined; action?: string | undefined; provider?: string | undefined; duration?: number | undefined; outcome?: string | undefined; reason?: string | undefined; } & {}> | undefined; } & {}>>> | undefined) => void"
|
||||
],
|
||||
"description": [],
|
||||
"children": [
|
||||
{
|
||||
"type": "Object",
|
||||
"label": "event",
|
||||
"isRequired": false,
|
||||
"signature": [
|
||||
"DeepPartial<DeepWriteable<Readonly<{ '@timestamp'?: string | undefined; kibana?: Readonly<{ server_uuid?: string | undefined; alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; } & {}>[] | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ message?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; event?: Readonly<{ start?: string | undefined; end?: string | undefined; action?: string | undefined; provider?: string | undefined; duration?: number | undefined; outcome?: string | undefined; reason?: string | undefined; } & {}> | undefined; } & {}>>> | undefined"
|
||||
],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"lineNumber": 54
|
||||
}
|
||||
}
|
||||
],
|
||||
"tags": [],
|
||||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"lineNumber": 54
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "def-server.IEventLogger.stopTiming",
|
||||
"type": "Function",
|
||||
"label": "stopTiming",
|
||||
"signature": [
|
||||
"(event: DeepPartial<DeepWriteable<Readonly<{ '@timestamp'?: string | undefined; kibana?: Readonly<{ server_uuid?: string | undefined; alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; } & {}>[] | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ message?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; event?: Readonly<{ start?: string | undefined; end?: string | undefined; action?: string | undefined; provider?: string | undefined; duration?: number | undefined; outcome?: string | undefined; reason?: string | undefined; } & {}> | undefined; } & {}>>> | undefined) => void"
|
||||
],
|
||||
"description": [],
|
||||
"children": [
|
||||
{
|
||||
"type": "Object",
|
||||
"label": "event",
|
||||
"isRequired": false,
|
||||
"signature": [
|
||||
"DeepPartial<DeepWriteable<Readonly<{ '@timestamp'?: string | undefined; kibana?: Readonly<{ server_uuid?: string | undefined; alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; } & {}>[] | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ message?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; event?: Readonly<{ start?: string | undefined; end?: string | undefined; action?: string | undefined; provider?: string | undefined; duration?: number | undefined; outcome?: string | undefined; reason?: string | undefined; } & {}> | undefined; } & {}>>> | undefined"
|
||||
],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"lineNumber": 55
|
||||
}
|
||||
}
|
||||
],
|
||||
"tags": [],
|
||||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"lineNumber": 55
|
||||
}
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"lineNumber": 52
|
||||
},
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -237,8 +225,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"lineNumber": 35,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/event_log/server/es/cluster_client_adapter.ts#L35"
|
||||
"lineNumber": 35
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -249,8 +236,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"lineNumber": 36,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/event_log/server/es/cluster_client_adapter.ts#L36"
|
||||
"lineNumber": 36
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -261,8 +247,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"lineNumber": 37,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/event_log/server/es/cluster_client_adapter.ts#L37"
|
||||
"lineNumber": 37
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -273,8 +258,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"lineNumber": 38,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/event_log/server/es/cluster_client_adapter.ts#L38"
|
||||
"lineNumber": 38
|
||||
},
|
||||
"signature": [
|
||||
"(Readonly<{ '@timestamp'?: string | undefined; kibana?: Readonly<{ server_uuid?: string | undefined; alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; } & {}>[] | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ message?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; event?: Readonly<{ start?: string | undefined; end?: string | undefined; action?: string | undefined; provider?: string | undefined; duration?: number | undefined; outcome?: string | undefined; reason?: string | undefined; } & {}> | undefined; } & {}> | undefined)[]"
|
||||
|
@ -283,8 +267,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/es/cluster_client_adapter.ts",
|
||||
"lineNumber": 34,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/event_log/server/es/cluster_client_adapter.ts#L34"
|
||||
"lineNumber": 34
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -299,8 +282,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/generated/schemas.ts",
|
||||
"lineNumber": 26,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/event_log/generated/schemas.ts#L26"
|
||||
"lineNumber": 26
|
||||
},
|
||||
"signature": [
|
||||
"undefined | DeepPartial<DeepWriteable<Readonly<{ '@timestamp'?: string | undefined; kibana?: Readonly<{ server_uuid?: string | undefined; alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; } & {}>[] | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ message?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; event?: Readonly<{ start?: string | undefined; end?: string | undefined; action?: string | undefined; provider?: string | undefined; duration?: number | undefined; outcome?: string | undefined; reason?: string | undefined; } & {}> | undefined; } & {}>>>"
|
||||
|
@ -315,8 +297,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/generated/schemas.ts",
|
||||
"lineNumber": 25,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/event_log/generated/schemas.ts#L25"
|
||||
"lineNumber": 25
|
||||
},
|
||||
"signature": [
|
||||
"undefined | Readonly<{ '@timestamp'?: string | undefined; kibana?: Readonly<{ server_uuid?: string | undefined; alerting?: Readonly<{ status?: string | undefined; instance_id?: string | undefined; action_group_id?: string | undefined; action_subgroup?: string | undefined; } & {}> | undefined; saved_objects?: Readonly<{ type?: string | undefined; id?: string | undefined; rel?: string | undefined; namespace?: string | undefined; } & {}>[] | undefined; } & {}> | undefined; user?: Readonly<{ name?: string | undefined; } & {}> | undefined; error?: Readonly<{ message?: string | undefined; } & {}> | undefined; message?: string | undefined; tags?: string[] | undefined; ecs?: Readonly<{ version?: string | undefined; } & {}> | undefined; event?: Readonly<{ start?: string | undefined; end?: string | undefined; action?: string | undefined; provider?: string | undefined; duration?: number | undefined; outcome?: string | undefined; reason?: string | undefined; } & {}> | undefined; } & {}>"
|
||||
|
@ -331,8 +312,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"lineNumber": 18,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/event_log/server/types.ts#L18"
|
||||
"lineNumber": 18
|
||||
},
|
||||
"signature": [
|
||||
"\"primary\""
|
||||
|
@ -361,8 +341,7 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"lineNumber": 30,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/event_log/server/types.ts#L30"
|
||||
"lineNumber": 30
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -378,8 +357,7 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"lineNumber": 31,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/event_log/server/types.ts#L31"
|
||||
"lineNumber": 31
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -395,8 +373,7 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"lineNumber": 32,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/event_log/server/types.ts#L32"
|
||||
"lineNumber": 32
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -418,8 +395,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"lineNumber": 33,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/event_log/server/types.ts#L33"
|
||||
"lineNumber": 33
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -432,8 +408,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"lineNumber": 33,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/event_log/server/types.ts#L33"
|
||||
"lineNumber": 33
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -441,8 +416,7 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"lineNumber": 33,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/event_log/server/types.ts#L33"
|
||||
"lineNumber": 33
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -464,8 +438,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"lineNumber": 34,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/event_log/server/types.ts#L34"
|
||||
"lineNumber": 34
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -478,8 +451,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"lineNumber": 34,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/event_log/server/types.ts#L34"
|
||||
"lineNumber": 34
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -487,8 +459,7 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"lineNumber": 34,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/event_log/server/types.ts#L34"
|
||||
"lineNumber": 34
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -504,8 +475,7 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"lineNumber": 35,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/event_log/server/types.ts#L35"
|
||||
"lineNumber": 35
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -535,8 +505,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"lineNumber": 36,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/event_log/server/types.ts#L36"
|
||||
"lineNumber": 36
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -555,8 +524,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"lineNumber": 36,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/event_log/server/types.ts#L36"
|
||||
"lineNumber": 36
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -564,8 +532,7 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"lineNumber": 36,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/event_log/server/types.ts#L36"
|
||||
"lineNumber": 36
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -594,8 +561,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"lineNumber": 37,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/event_log/server/types.ts#L37"
|
||||
"lineNumber": 37
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -603,15 +569,13 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"lineNumber": 37,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/event_log/server/types.ts#L37"
|
||||
"lineNumber": 37
|
||||
}
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"lineNumber": 29,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/event_log/server/types.ts#L29"
|
||||
"lineNumber": 29
|
||||
},
|
||||
"lifecycle": "setup",
|
||||
"initialIsOpen": true
|
||||
|
@ -664,8 +628,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"lineNumber": 41,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/event_log/server/types.ts#L41"
|
||||
"lineNumber": 41
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -673,15 +636,13 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"lineNumber": 41,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/event_log/server/types.ts#L41"
|
||||
"lineNumber": 41
|
||||
}
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/server/types.ts",
|
||||
"lineNumber": 40,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/event_log/server/types.ts#L40"
|
||||
"lineNumber": 40
|
||||
},
|
||||
"lifecycle": "start",
|
||||
"initialIsOpen": true
|
||||
|
@ -701,8 +662,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/event_log/common/index.ts",
|
||||
"lineNumber": 8,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/event_log/common/index.ts#L8"
|
||||
"lineNumber": 8
|
||||
},
|
||||
"signature": [
|
||||
"\"/api/event_log\""
|
||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
22728
api_docs/fleet.json
22728
api_docs/fleet.json
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -19,8 +19,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/index_lifecycle_management/public/url_generator.ts",
|
||||
"lineNumber": 22,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/index_lifecycle_management/public/url_generator.ts#L22"
|
||||
"lineNumber": 22
|
||||
},
|
||||
"signature": [
|
||||
"\"policies_list\" | \"policy_edit\" | \"policy_create\""
|
||||
|
@ -34,8 +33,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/index_lifecycle_management/public/url_generator.ts",
|
||||
"lineNumber": 23,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/index_lifecycle_management/public/url_generator.ts#L23"
|
||||
"lineNumber": 23
|
||||
},
|
||||
"signature": [
|
||||
"string | undefined"
|
||||
|
@ -49,8 +47,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/index_lifecycle_management/public/url_generator.ts",
|
||||
"lineNumber": 24,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/index_lifecycle_management/public/url_generator.ts#L24"
|
||||
"lineNumber": 24
|
||||
},
|
||||
"signature": [
|
||||
"boolean | undefined"
|
||||
|
@ -59,8 +56,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/index_lifecycle_management/public/url_generator.ts",
|
||||
"lineNumber": 21,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/index_lifecycle_management/public/url_generator.ts#L21"
|
||||
"lineNumber": 21
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -75,8 +71,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/index_lifecycle_management/public/url_generator.ts",
|
||||
"lineNumber": 19,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/index_lifecycle_management/public/url_generator.ts#L19"
|
||||
"lineNumber": 19
|
||||
},
|
||||
"signature": [
|
||||
"\"ILM_URL_GENERATOR_ID\""
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -31,8 +31,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/default/default.tsx",
|
||||
"lineNumber": 75,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/default/default.tsx#L75"
|
||||
"lineNumber": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -43,8 +42,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/default/default.tsx",
|
||||
"lineNumber": 76,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/default/default.tsx#L76"
|
||||
"lineNumber": 76
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
|
@ -91,8 +89,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/default/default.tsx",
|
||||
"lineNumber": 78,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/default/default.tsx#L78"
|
||||
"lineNumber": 78
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -111,8 +108,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/default/default.tsx",
|
||||
"lineNumber": 78,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/default/default.tsx#L78"
|
||||
"lineNumber": 78
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -120,8 +116,7 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/default/default.tsx",
|
||||
"lineNumber": 78,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/default/default.tsx#L78"
|
||||
"lineNumber": 78
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -138,8 +133,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/default/default.tsx",
|
||||
"lineNumber": 90,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/default/default.tsx#L90"
|
||||
"lineNumber": 90
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -150,8 +144,7 @@
|
|||
"label": "onChange",
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/default/default.tsx",
|
||||
"lineNumber": 90,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/default/default.tsx#L90"
|
||||
"lineNumber": 90
|
||||
},
|
||||
"tags": [],
|
||||
"returnComment": []
|
||||
|
@ -169,97 +162,19 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/default/default.tsx",
|
||||
"lineNumber": 99,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/default/default.tsx#L99"
|
||||
"lineNumber": 99
|
||||
}
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/default/default.tsx",
|
||||
"lineNumber": 71,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/default/default.tsx#L71"
|
||||
"lineNumber": 71
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
],
|
||||
"functions": [],
|
||||
"interfaces": [
|
||||
{
|
||||
"id": "def-public.OpenFieldEditorOptions",
|
||||
"type": "Interface",
|
||||
"label": "OpenFieldEditorOptions",
|
||||
"description": [],
|
||||
"tags": [],
|
||||
"children": [
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.OpenFieldEditorOptions.ctx",
|
||||
"type": "Object",
|
||||
"label": "ctx",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_field_editor/public/open_editor.tsx",
|
||||
"lineNumber": 28,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/index_pattern_field_editor/public/open_editor.tsx#L28"
|
||||
},
|
||||
"signature": [
|
||||
"{ indexPattern: ",
|
||||
{
|
||||
"pluginId": "data",
|
||||
"scope": "common",
|
||||
"docId": "kibDataIndexPatternsPluginApi",
|
||||
"section": "def-common.IndexPattern",
|
||||
"text": "IndexPattern"
|
||||
},
|
||||
"; }"
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.OpenFieldEditorOptions.onSave",
|
||||
"type": "Function",
|
||||
"label": "onSave",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_field_editor/public/open_editor.tsx",
|
||||
"lineNumber": 31,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/index_pattern_field_editor/public/open_editor.tsx#L31"
|
||||
},
|
||||
"signature": [
|
||||
"((field: ",
|
||||
{
|
||||
"pluginId": "data",
|
||||
"scope": "common",
|
||||
"docId": "kibDataIndexPatternsPluginApi",
|
||||
"section": "def-common.IndexPatternField",
|
||||
"text": "IndexPatternField"
|
||||
},
|
||||
") => void) | undefined"
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.OpenFieldEditorOptions.fieldName",
|
||||
"type": "string",
|
||||
"label": "fieldName",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_field_editor/public/open_editor.tsx",
|
||||
"lineNumber": 32,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/index_pattern_field_editor/public/open_editor.tsx#L32"
|
||||
},
|
||||
"signature": [
|
||||
"string | undefined"
|
||||
]
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_field_editor/public/open_editor.tsx",
|
||||
"lineNumber": 27,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/index_pattern_field_editor/public/open_editor.tsx#L27"
|
||||
},
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-public.FieldEditorContext",
|
||||
"type": "Interface",
|
||||
|
@ -275,8 +190,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_field_editor/public/components/field_editor_flyout_content_container.tsx",
|
||||
"lineNumber": 28,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/index_pattern_field_editor/public/components/field_editor_flyout_content_container.tsx#L28"
|
||||
"lineNumber": 28
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
|
@ -298,8 +212,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_field_editor/public/components/field_editor_flyout_content_container.tsx",
|
||||
"lineNumber": 33,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/index_pattern_field_editor/public/components/field_editor_flyout_content_container.tsx#L33"
|
||||
"lineNumber": 33
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
|
@ -321,8 +234,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_field_editor/public/components/field_editor_flyout_content_container.tsx",
|
||||
"lineNumber": 35,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/index_pattern_field_editor/public/components/field_editor_flyout_content_container.tsx#L35"
|
||||
"lineNumber": 35
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
|
@ -337,8 +249,79 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_field_editor/public/components/field_editor_flyout_content_container.tsx",
|
||||
"lineNumber": 27,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/index_pattern_field_editor/public/components/field_editor_flyout_content_container.tsx#L27"
|
||||
"lineNumber": 27
|
||||
},
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-public.OpenFieldEditorOptions",
|
||||
"type": "Interface",
|
||||
"label": "OpenFieldEditorOptions",
|
||||
"description": [],
|
||||
"tags": [],
|
||||
"children": [
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.OpenFieldEditorOptions.ctx",
|
||||
"type": "Object",
|
||||
"label": "ctx",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_field_editor/public/open_editor.tsx",
|
||||
"lineNumber": 28
|
||||
},
|
||||
"signature": [
|
||||
"{ indexPattern: ",
|
||||
{
|
||||
"pluginId": "data",
|
||||
"scope": "common",
|
||||
"docId": "kibDataIndexPatternsPluginApi",
|
||||
"section": "def-common.IndexPattern",
|
||||
"text": "IndexPattern"
|
||||
},
|
||||
"; }"
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.OpenFieldEditorOptions.onSave",
|
||||
"type": "Function",
|
||||
"label": "onSave",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_field_editor/public/open_editor.tsx",
|
||||
"lineNumber": 31
|
||||
},
|
||||
"signature": [
|
||||
"((field: ",
|
||||
{
|
||||
"pluginId": "data",
|
||||
"scope": "common",
|
||||
"docId": "kibDataIndexPatternsPluginApi",
|
||||
"section": "def-common.IndexPatternField",
|
||||
"text": "IndexPatternField"
|
||||
},
|
||||
") => void) | undefined"
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.OpenFieldEditorOptions.fieldName",
|
||||
"type": "string",
|
||||
"label": "fieldName",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_field_editor/public/open_editor.tsx",
|
||||
"lineNumber": 32
|
||||
},
|
||||
"signature": [
|
||||
"string | undefined"
|
||||
]
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_field_editor/public/open_editor.tsx",
|
||||
"lineNumber": 27
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -386,8 +369,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_field_editor/public/types.ts",
|
||||
"lineNumber": 26,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/index_pattern_field_editor/public/types.ts#L26"
|
||||
"lineNumber": 26
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -395,8 +377,7 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_field_editor/public/types.ts",
|
||||
"lineNumber": 26,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/index_pattern_field_editor/public/types.ts#L26"
|
||||
"lineNumber": 26
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -407,8 +388,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_field_editor/public/types.ts",
|
||||
"lineNumber": 27,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/index_pattern_field_editor/public/types.ts#L27"
|
||||
"lineNumber": 27
|
||||
},
|
||||
"signature": [
|
||||
"{ getAll: () => typeof ",
|
||||
|
@ -438,8 +418,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_field_editor/public/types.ts",
|
||||
"lineNumber": 28,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/index_pattern_field_editor/public/types.ts#L28"
|
||||
"lineNumber": 28
|
||||
},
|
||||
"signature": [
|
||||
"{ editIndexPattern: () => boolean; }"
|
||||
|
@ -453,8 +432,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_field_editor/public/types.ts",
|
||||
"lineNumber": 31,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/index_pattern_field_editor/public/types.ts#L31"
|
||||
"lineNumber": 31
|
||||
},
|
||||
"signature": [
|
||||
"React.FunctionComponent<",
|
||||
|
@ -471,8 +449,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_field_editor/public/types.ts",
|
||||
"lineNumber": 25,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/index_pattern_field_editor/public/types.ts#L25"
|
||||
"lineNumber": 25
|
||||
},
|
||||
"lifecycle": "start",
|
||||
"initialIsOpen": true
|
||||
|
|
|
@ -17,8 +17,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_management/public/service/creation/config.ts",
|
||||
"lineNumber": 38,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/index_pattern_management/public/service/creation/config.ts#L38"
|
||||
"lineNumber": 38
|
||||
},
|
||||
"signature": [
|
||||
"\"default\""
|
||||
|
@ -32,8 +31,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_management/public/service/creation/config.ts",
|
||||
"lineNumber": 40,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/index_pattern_management/public/service/creation/config.ts#L40"
|
||||
"lineNumber": 40
|
||||
},
|
||||
"signature": [
|
||||
"string | undefined"
|
||||
|
@ -47,8 +45,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_management/public/service/creation/config.ts",
|
||||
"lineNumber": 41,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/index_pattern_management/public/service/creation/config.ts#L41"
|
||||
"lineNumber": 41
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -59,8 +56,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_management/public/service/creation/config.ts",
|
||||
"lineNumber": 42,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/index_pattern_management/public/service/creation/config.ts#L42"
|
||||
"lineNumber": 42
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -71,8 +67,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_management/public/service/creation/config.ts",
|
||||
"lineNumber": 43,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/index_pattern_management/public/service/creation/config.ts#L43"
|
||||
"lineNumber": 43
|
||||
},
|
||||
"signature": [
|
||||
"object | null"
|
||||
|
@ -86,8 +81,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_management/public/service/creation/config.ts",
|
||||
"lineNumber": 44,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/index_pattern_management/public/service/creation/config.ts#L44"
|
||||
"lineNumber": 44
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -114,8 +108,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_management/public/service/creation/config.ts",
|
||||
"lineNumber": 53,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/index_pattern_management/public/service/creation/config.ts#L53"
|
||||
"lineNumber": 53
|
||||
},
|
||||
"signature": [
|
||||
"string | undefined"
|
||||
|
@ -129,8 +122,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_management/public/service/creation/config.ts",
|
||||
"lineNumber": 54,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/index_pattern_management/public/service/creation/config.ts#L54"
|
||||
"lineNumber": 54
|
||||
},
|
||||
"signature": [
|
||||
"string | undefined"
|
||||
|
@ -144,8 +136,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_management/public/service/creation/config.ts",
|
||||
"lineNumber": 55,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/index_pattern_management/public/service/creation/config.ts#L55"
|
||||
"lineNumber": 55
|
||||
},
|
||||
"signature": [
|
||||
"boolean | undefined"
|
||||
|
@ -159,8 +150,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_management/public/service/creation/config.ts",
|
||||
"lineNumber": 56,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/index_pattern_management/public/service/creation/config.ts#L56"
|
||||
"lineNumber": 56
|
||||
},
|
||||
"signature": [
|
||||
"object | null | undefined"
|
||||
|
@ -174,8 +164,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_management/public/service/creation/config.ts",
|
||||
"lineNumber": 57,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/index_pattern_management/public/service/creation/config.ts#L57"
|
||||
"lineNumber": 57
|
||||
},
|
||||
"signature": [
|
||||
"boolean | undefined"
|
||||
|
@ -184,8 +173,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_management/public/service/creation/config.ts",
|
||||
"lineNumber": 52,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/index_pattern_management/public/service/creation/config.ts#L52"
|
||||
"lineNumber": 52
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -193,8 +181,7 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_management/public/service/creation/config.ts",
|
||||
"lineNumber": 46,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/index_pattern_management/public/service/creation/config.ts#L46"
|
||||
"lineNumber": 46
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -237,8 +224,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_management/public/service/creation/config.ts",
|
||||
"lineNumber": 66,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/index_pattern_management/public/service/creation/config.ts#L66"
|
||||
"lineNumber": 66
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -246,8 +232,7 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_management/public/service/creation/config.ts",
|
||||
"lineNumber": 66,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/index_pattern_management/public/service/creation/config.ts#L66"
|
||||
"lineNumber": 66
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -263,8 +248,7 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_management/public/service/creation/config.ts",
|
||||
"lineNumber": 77,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/index_pattern_management/public/service/creation/config.ts#L77"
|
||||
"lineNumber": 77
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -280,8 +264,7 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_management/public/service/creation/config.ts",
|
||||
"lineNumber": 81,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/index_pattern_management/public/service/creation/config.ts#L81"
|
||||
"lineNumber": 81
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -297,8 +280,7 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_management/public/service/creation/config.ts",
|
||||
"lineNumber": 85,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/index_pattern_management/public/service/creation/config.ts#L85"
|
||||
"lineNumber": 85
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -314,8 +296,7 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_management/public/service/creation/config.ts",
|
||||
"lineNumber": 89,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/index_pattern_management/public/service/creation/config.ts#L89"
|
||||
"lineNumber": 89
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -337,8 +318,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_management/public/service/creation/config.ts",
|
||||
"lineNumber": 93,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/index_pattern_management/public/service/creation/config.ts#L93"
|
||||
"lineNumber": 93
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -346,8 +326,7 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_management/public/service/creation/config.ts",
|
||||
"lineNumber": 93,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/index_pattern_management/public/service/creation/config.ts#L93"
|
||||
"lineNumber": 93
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -384,8 +363,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_management/public/service/creation/config.ts",
|
||||
"lineNumber": 97,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/index_pattern_management/public/service/creation/config.ts#L97"
|
||||
"lineNumber": 97
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -393,8 +371,7 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_management/public/service/creation/config.ts",
|
||||
"lineNumber": 97,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/index_pattern_management/public/service/creation/config.ts#L97"
|
||||
"lineNumber": 97
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -410,8 +387,7 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_management/public/service/creation/config.ts",
|
||||
"lineNumber": 101,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/index_pattern_management/public/service/creation/config.ts#L101"
|
||||
"lineNumber": 101
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -427,8 +403,7 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_management/public/service/creation/config.ts",
|
||||
"lineNumber": 105,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/index_pattern_management/public/service/creation/config.ts#L105"
|
||||
"lineNumber": 105
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -444,15 +419,13 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_management/public/service/creation/config.ts",
|
||||
"lineNumber": 109,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/index_pattern_management/public/service/creation/config.ts#L109"
|
||||
"lineNumber": 109
|
||||
}
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_management/public/service/creation/config.ts",
|
||||
"lineNumber": 37,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/index_pattern_management/public/service/creation/config.ts#L37"
|
||||
"lineNumber": 37
|
||||
},
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -471,8 +444,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_management/public/service/list/config.ts",
|
||||
"lineNumber": 26,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/index_pattern_management/public/service/list/config.ts#L26"
|
||||
"lineNumber": 26
|
||||
},
|
||||
"signature": [
|
||||
"\"default\""
|
||||
|
@ -552,8 +524,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_management/public/service/list/config.ts",
|
||||
"lineNumber": 29,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/index_pattern_management/public/service/list/config.ts#L29"
|
||||
"lineNumber": 29
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -566,8 +537,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_management/public/service/list/config.ts",
|
||||
"lineNumber": 30,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/index_pattern_management/public/service/list/config.ts#L30"
|
||||
"lineNumber": 30
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -575,8 +545,7 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_management/public/service/list/config.ts",
|
||||
"lineNumber": 28,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/index_pattern_management/public/service/list/config.ts#L28"
|
||||
"lineNumber": 28
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -620,8 +589,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_management/public/service/list/config.ts",
|
||||
"lineNumber": 42,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/index_pattern_management/public/service/list/config.ts#L42"
|
||||
"lineNumber": 42
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -640,8 +608,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_management/public/service/list/config.ts",
|
||||
"lineNumber": 42,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/index_pattern_management/public/service/list/config.ts#L42"
|
||||
"lineNumber": 42
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -649,8 +616,7 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_management/public/service/list/config.ts",
|
||||
"lineNumber": 42,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/index_pattern_management/public/service/list/config.ts#L42"
|
||||
"lineNumber": 42
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -686,8 +652,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_management/public/service/list/config.ts",
|
||||
"lineNumber": 46,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/index_pattern_management/public/service/list/config.ts#L46"
|
||||
"lineNumber": 46
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -695,15 +660,13 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_management/public/service/list/config.ts",
|
||||
"lineNumber": 46,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/index_pattern_management/public/service/list/config.ts#L46"
|
||||
"lineNumber": 46
|
||||
}
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_management/public/service/list/config.ts",
|
||||
"lineNumber": 25,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/index_pattern_management/public/service/list/config.ts#L25"
|
||||
"lineNumber": 25
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -725,8 +688,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_management/public/service/creation/config.ts",
|
||||
"lineNumber": 30,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/index_pattern_management/public/service/creation/config.ts#L30"
|
||||
"lineNumber": 30
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -737,8 +699,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_management/public/service/creation/config.ts",
|
||||
"lineNumber": 31,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/index_pattern_management/public/service/creation/config.ts#L31"
|
||||
"lineNumber": 31
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -749,8 +710,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_management/public/service/creation/config.ts",
|
||||
"lineNumber": 32,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/index_pattern_management/public/service/creation/config.ts#L32"
|
||||
"lineNumber": 32
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -761,8 +721,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_management/public/service/creation/config.ts",
|
||||
"lineNumber": 33,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/index_pattern_management/public/service/creation/config.ts#L33"
|
||||
"lineNumber": 33
|
||||
},
|
||||
"signature": [
|
||||
"() => void"
|
||||
|
@ -776,8 +735,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_management/public/service/creation/config.ts",
|
||||
"lineNumber": 34,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/index_pattern_management/public/service/creation/config.ts#L34"
|
||||
"lineNumber": 34
|
||||
},
|
||||
"signature": [
|
||||
"boolean | undefined"
|
||||
|
@ -786,8 +744,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_management/public/service/creation/config.ts",
|
||||
"lineNumber": 29,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/index_pattern_management/public/service/creation/config.ts#L29"
|
||||
"lineNumber": 29
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -801,8 +758,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_management/public/types.ts",
|
||||
"lineNumber": 42,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/index_pattern_management/public/types.ts#L42"
|
||||
"lineNumber": 42
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -817,8 +773,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_management/public/plugin.ts",
|
||||
"lineNumber": 32,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/index_pattern_management/public/plugin.ts#L32"
|
||||
"lineNumber": 32
|
||||
},
|
||||
"signature": [
|
||||
"{ creation: { addCreationConfig: (Config: typeof ",
|
||||
|
@ -852,8 +807,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/index_pattern_management/public/plugin.ts",
|
||||
"lineNumber": 34,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/index_pattern_management/public/plugin.ts#L34"
|
||||
"lineNumber": 34
|
||||
},
|
||||
"signature": [
|
||||
"{ creation: { getType: (key: string | undefined) => ",
|
||||
|
|
|
@ -25,8 +25,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/infra/public/components/log_stream/lazy_log_stream_wrapper.tsx",
|
||||
"lineNumber": 13,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/infra/public/components/log_stream/lazy_log_stream_wrapper.tsx#L13"
|
||||
"lineNumber": 13
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -39,8 +38,7 @@
|
|||
"label": "LazyLogStreamWrapper",
|
||||
"source": {
|
||||
"path": "x-pack/plugins/infra/public/components/log_stream/lazy_log_stream_wrapper.tsx",
|
||||
"lineNumber": 13,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/infra/public/components/log_stream/lazy_log_stream_wrapper.tsx#L13"
|
||||
"lineNumber": 13
|
||||
},
|
||||
"tags": [],
|
||||
"returnComment": [],
|
||||
|
@ -57,8 +55,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/infra/public/lib/lib.ts",
|
||||
"lineNumber": 147,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/infra/public/lib/lib.ts#L147"
|
||||
"lineNumber": 147
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -72,8 +69,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/infra/public/index.ts",
|
||||
"lineNumber": 29,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/infra/public/index.ts#L29"
|
||||
"lineNumber": 29
|
||||
},
|
||||
"signature": [
|
||||
"\"metrics\" | \"logs\""
|
||||
|
@ -95,8 +91,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/infra/common/formatters/index.ts",
|
||||
"lineNumber": 16,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/infra/common/formatters/index.ts#L16"
|
||||
"lineNumber": 16
|
||||
},
|
||||
"signature": [
|
||||
"(val: number) => string"
|
||||
|
@ -112,8 +107,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/infra/common/formatters/index.ts",
|
||||
"lineNumber": 19,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/infra/common/formatters/index.ts#L19"
|
||||
"lineNumber": 19
|
||||
},
|
||||
"signature": [
|
||||
"(bytes: number) => string"
|
||||
|
@ -129,8 +123,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/infra/common/formatters/index.ts",
|
||||
"lineNumber": 21,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/infra/common/formatters/index.ts#L21"
|
||||
"lineNumber": 21
|
||||
},
|
||||
"signature": [
|
||||
"(bytes: number) => string"
|
||||
|
@ -146,8 +139,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/infra/common/formatters/index.ts",
|
||||
"lineNumber": 23,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/infra/common/formatters/index.ts#L23"
|
||||
"lineNumber": 23
|
||||
},
|
||||
"signature": [
|
||||
"(bytes: number) => string"
|
||||
|
@ -161,8 +153,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/infra/common/formatters/index.ts",
|
||||
"lineNumber": 24,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/infra/common/formatters/index.ts#L24"
|
||||
"lineNumber": 24
|
||||
},
|
||||
"signature": [
|
||||
"(val: number) => string"
|
||||
|
@ -176,8 +167,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/infra/common/formatters/index.ts",
|
||||
"lineNumber": 25,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/infra/common/formatters/index.ts#L25"
|
||||
"lineNumber": 25
|
||||
},
|
||||
"signature": [
|
||||
"(val: number) => string"
|
||||
|
@ -188,8 +178,7 @@
|
|||
"label": "FORMATTERS",
|
||||
"source": {
|
||||
"path": "x-pack/plugins/infra/common/formatters/index.ts",
|
||||
"lineNumber": 15,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/infra/common/formatters/index.ts#L15"
|
||||
"lineNumber": 15
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -209,8 +198,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/infra/server/plugin.ts",
|
||||
"lineNumber": 64,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/infra/server/plugin.ts#L64"
|
||||
"lineNumber": 64
|
||||
},
|
||||
"signature": [
|
||||
"{ readonly sources?: Readonly<{ default?: Readonly<{ fields?: Readonly<{ host?: string | undefined; message?: string[] | undefined; timestamp?: string | undefined; tiebreaker?: string | undefined; container?: string | undefined; pod?: string | undefined; } & {}> | undefined; logAlias?: string | undefined; metricAlias?: string | undefined; } & {}> | undefined; } & {}> | undefined; readonly enabled: boolean; readonly query: Readonly<{} & { partitionSize: number; partitionFactor: number; }>; }"
|
||||
|
@ -234,8 +222,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/infra/server/plugin.ts",
|
||||
"lineNumber": 75,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/infra/server/plugin.ts#L75"
|
||||
"lineNumber": 75
|
||||
},
|
||||
"signature": [
|
||||
"(sourceId: string, sourceProperties: ",
|
||||
|
@ -252,8 +239,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/infra/server/plugin.ts",
|
||||
"lineNumber": 74,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/infra/server/plugin.ts#L74"
|
||||
"lineNumber": 74
|
||||
},
|
||||
"lifecycle": "setup",
|
||||
"initialIsOpen": true
|
||||
|
|
|
@ -46,8 +46,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ingest_pipelines/public/url_generator.ts",
|
||||
"lineNumber": 57,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/ingest_pipelines/public/url_generator.ts#L57"
|
||||
"lineNumber": 57
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -55,8 +54,7 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ingest_pipelines/public/url_generator.ts",
|
||||
"lineNumber": 57,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/ingest_pipelines/public/url_generator.ts#L57"
|
||||
"lineNumber": 57
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -67,8 +65,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ingest_pipelines/public/url_generator.ts",
|
||||
"lineNumber": 59,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/ingest_pipelines/public/url_generator.ts#L59"
|
||||
"lineNumber": 59
|
||||
},
|
||||
"signature": [
|
||||
"\"INGEST_PIPELINES_APP_URL_GENERATOR\""
|
||||
|
@ -94,8 +91,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ingest_pipelines/public/url_generator.ts",
|
||||
"lineNumber": 61,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/ingest_pipelines/public/url_generator.ts#L61"
|
||||
"lineNumber": 61
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -114,8 +110,7 @@
|
|||
"label": "createUrl",
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ingest_pipelines/public/url_generator.ts",
|
||||
"lineNumber": 61,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/ingest_pipelines/public/url_generator.ts#L61"
|
||||
"lineNumber": 61
|
||||
},
|
||||
"tags": [],
|
||||
"returnComment": []
|
||||
|
@ -123,8 +118,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ingest_pipelines/public/url_generator.ts",
|
||||
"lineNumber": 55,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/ingest_pipelines/public/url_generator.ts#L55"
|
||||
"lineNumber": 55
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -140,8 +134,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ingest_pipelines/public/url_generator.ts",
|
||||
"lineNumber": 22,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/ingest_pipelines/public/url_generator.ts#L22"
|
||||
"lineNumber": 22
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -155,8 +148,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ingest_pipelines/public/url_generator.ts",
|
||||
"lineNumber": 20,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/ingest_pipelines/public/url_generator.ts#L20"
|
||||
"lineNumber": 20
|
||||
},
|
||||
"signature": [
|
||||
"\"INGEST_PIPELINES_APP_URL_GENERATOR\""
|
||||
|
@ -171,8 +163,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/ingest_pipelines/public/url_generator.ts",
|
||||
"lineNumber": 49,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/ingest_pipelines/public/url_generator.ts#L49"
|
||||
"lineNumber": 49
|
||||
},
|
||||
"signature": [
|
||||
"PipelinesListUrlGeneratorState",
|
||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load diff
3156
api_docs/lens.json
3156
api_docs/lens.json
File diff suppressed because it is too large
Load diff
|
@ -22,15 +22,13 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/license_management/public/plugin.ts",
|
||||
"lineNumber": 29,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/license_management/public/plugin.ts#L29"
|
||||
"lineNumber": 29
|
||||
}
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/license_management/public/plugin.ts",
|
||||
"lineNumber": 28,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/license_management/public/plugin.ts#L28"
|
||||
"lineNumber": 28
|
||||
},
|
||||
"lifecycle": "setup",
|
||||
"initialIsOpen": true
|
||||
|
@ -43,8 +41,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/license_management/public/plugin.ts",
|
||||
"lineNumber": 31,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/license_management/public/plugin.ts#L31"
|
||||
"lineNumber": 31
|
||||
},
|
||||
"signature": [
|
||||
"void"
|
||||
|
|
File diff suppressed because it is too large
Load diff
4886
api_docs/lists.json
4886
api_docs/lists.json
File diff suppressed because it is too large
Load diff
|
@ -2,6 +2,118 @@
|
|||
"id": "management",
|
||||
"client": {
|
||||
"classes": [
|
||||
{
|
||||
"id": "def-public.ManagementApp",
|
||||
"type": "Class",
|
||||
"tags": [],
|
||||
"label": "ManagementApp",
|
||||
"description": [],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "management",
|
||||
"scope": "public",
|
||||
"docId": "kibManagementPluginApi",
|
||||
"section": "def-public.ManagementApp",
|
||||
"text": "ManagementApp"
|
||||
},
|
||||
" extends ",
|
||||
"ManagementItem"
|
||||
],
|
||||
"children": [
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.ManagementApp.mount",
|
||||
"type": "Function",
|
||||
"label": "mount",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/utils/management_app.ts",
|
||||
"lineNumber": 20
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "management",
|
||||
"scope": "public",
|
||||
"docId": "kibManagementPluginApi",
|
||||
"section": "def-public.Mount",
|
||||
"text": "Mount"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.ManagementApp.basePath",
|
||||
"type": "string",
|
||||
"label": "basePath",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/utils/management_app.ts",
|
||||
"lineNumber": 21
|
||||
}
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.ManagementApp.meta",
|
||||
"type": "Object",
|
||||
"label": "meta",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/utils/management_app.ts",
|
||||
"lineNumber": 22
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "public",
|
||||
"docId": "kibCoreApplicationPluginApi",
|
||||
"section": "def-public.AppMeta",
|
||||
"text": "AppMeta"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "def-public.ManagementApp.Unnamed",
|
||||
"type": "Function",
|
||||
"label": "Constructor",
|
||||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"description": [],
|
||||
"children": [
|
||||
{
|
||||
"type": "Object",
|
||||
"label": "args",
|
||||
"isRequired": true,
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "management",
|
||||
"scope": "public",
|
||||
"docId": "kibManagementPluginApi",
|
||||
"section": "def-public.RegisterManagementAppArgs",
|
||||
"text": "RegisterManagementAppArgs"
|
||||
}
|
||||
],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/utils/management_app.ts",
|
||||
"lineNumber": 24
|
||||
}
|
||||
}
|
||||
],
|
||||
"tags": [],
|
||||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/utils/management_app.ts",
|
||||
"lineNumber": 24
|
||||
}
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/utils/management_app.ts",
|
||||
"lineNumber": 19
|
||||
},
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-public.ManagementSection",
|
||||
"type": "Class",
|
||||
|
@ -28,8 +140,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/utils/management_section.ts",
|
||||
"lineNumber": 20,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/management/public/utils/management_section.ts#L20"
|
||||
"lineNumber": 20
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
|
@ -69,8 +180,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/utils/management_section.ts",
|
||||
"lineNumber": 22,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/management/public/utils/management_section.ts#L22"
|
||||
"lineNumber": 22
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -78,8 +188,7 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/utils/management_section.ts",
|
||||
"lineNumber": 22,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/management/public/utils/management_section.ts#L22"
|
||||
"lineNumber": 22
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -124,8 +233,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/utils/management_section.ts",
|
||||
"lineNumber": 26,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/management/public/utils/management_section.ts#L26"
|
||||
"lineNumber": 26
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -133,8 +241,7 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/utils/management_section.ts",
|
||||
"lineNumber": 26,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/management/public/utils/management_section.ts#L26"
|
||||
"lineNumber": 26
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -164,8 +271,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/utils/management_section.ts",
|
||||
"lineNumber": 41,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/management/public/utils/management_section.ts#L41"
|
||||
"lineNumber": 41
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -173,8 +279,7 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/utils/management_section.ts",
|
||||
"lineNumber": 41,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/management/public/utils/management_section.ts#L41"
|
||||
"lineNumber": 41
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -198,139 +303,229 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/utils/management_section.ts",
|
||||
"lineNumber": 45,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/management/public/utils/management_section.ts#L45"
|
||||
"lineNumber": 45
|
||||
}
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/utils/management_section.ts",
|
||||
"lineNumber": 19,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/management/public/utils/management_section.ts#L19"
|
||||
},
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-public.ManagementApp",
|
||||
"type": "Class",
|
||||
"tags": [],
|
||||
"label": "ManagementApp",
|
||||
"description": [],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "management",
|
||||
"scope": "public",
|
||||
"docId": "kibManagementPluginApi",
|
||||
"section": "def-public.ManagementApp",
|
||||
"text": "ManagementApp"
|
||||
},
|
||||
" extends ",
|
||||
"ManagementItem"
|
||||
],
|
||||
"children": [
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.ManagementApp.mount",
|
||||
"type": "Function",
|
||||
"label": "mount",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/utils/management_app.ts",
|
||||
"lineNumber": 20,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/management/public/utils/management_app.ts#L20"
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "management",
|
||||
"scope": "public",
|
||||
"docId": "kibManagementPluginApi",
|
||||
"section": "def-public.Mount",
|
||||
"text": "Mount"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.ManagementApp.basePath",
|
||||
"type": "string",
|
||||
"label": "basePath",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/utils/management_app.ts",
|
||||
"lineNumber": 21,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/management/public/utils/management_app.ts#L21"
|
||||
}
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.ManagementApp.meta",
|
||||
"type": "Object",
|
||||
"label": "meta",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/utils/management_app.ts",
|
||||
"lineNumber": 22,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/management/public/utils/management_app.ts#L22"
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "public",
|
||||
"docId": "kibCoreApplicationPluginApi",
|
||||
"section": "def-public.AppMeta",
|
||||
"text": "AppMeta"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "def-public.ManagementApp.Unnamed",
|
||||
"type": "Function",
|
||||
"label": "Constructor",
|
||||
"signature": [
|
||||
"any"
|
||||
],
|
||||
"description": [],
|
||||
"children": [
|
||||
{
|
||||
"type": "Object",
|
||||
"label": "args",
|
||||
"isRequired": true,
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "management",
|
||||
"scope": "public",
|
||||
"docId": "kibManagementPluginApi",
|
||||
"section": "def-public.RegisterManagementAppArgs",
|
||||
"text": "RegisterManagementAppArgs"
|
||||
}
|
||||
],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/utils/management_app.ts",
|
||||
"lineNumber": 24,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/management/public/utils/management_app.ts#L24"
|
||||
}
|
||||
}
|
||||
],
|
||||
"tags": [],
|
||||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/utils/management_app.ts",
|
||||
"lineNumber": 24,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/management/public/utils/management_app.ts#L24"
|
||||
}
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/utils/management_app.ts",
|
||||
"lineNumber": 19,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/management/public/utils/management_app.ts#L19"
|
||||
"lineNumber": 19
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
],
|
||||
"functions": [],
|
||||
"interfaces": [
|
||||
{
|
||||
"id": "def-public.DefinedSections",
|
||||
"type": "Interface",
|
||||
"label": "DefinedSections",
|
||||
"description": [],
|
||||
"tags": [],
|
||||
"children": [
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.DefinedSections.ingest",
|
||||
"type": "Object",
|
||||
"label": "ingest",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/types.ts",
|
||||
"lineNumber": 18
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "management",
|
||||
"scope": "public",
|
||||
"docId": "kibManagementPluginApi",
|
||||
"section": "def-public.ManagementSection",
|
||||
"text": "ManagementSection"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.DefinedSections.data",
|
||||
"type": "Object",
|
||||
"label": "data",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/types.ts",
|
||||
"lineNumber": 19
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "management",
|
||||
"scope": "public",
|
||||
"docId": "kibManagementPluginApi",
|
||||
"section": "def-public.ManagementSection",
|
||||
"text": "ManagementSection"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.DefinedSections.insightsAndAlerting",
|
||||
"type": "Object",
|
||||
"label": "insightsAndAlerting",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/types.ts",
|
||||
"lineNumber": 20
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "management",
|
||||
"scope": "public",
|
||||
"docId": "kibManagementPluginApi",
|
||||
"section": "def-public.ManagementSection",
|
||||
"text": "ManagementSection"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.DefinedSections.security",
|
||||
"type": "Object",
|
||||
"label": "security",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/types.ts",
|
||||
"lineNumber": 21
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "management",
|
||||
"scope": "public",
|
||||
"docId": "kibManagementPluginApi",
|
||||
"section": "def-public.ManagementSection",
|
||||
"text": "ManagementSection"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.DefinedSections.kibana",
|
||||
"type": "Object",
|
||||
"label": "kibana",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/types.ts",
|
||||
"lineNumber": 22
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "management",
|
||||
"scope": "public",
|
||||
"docId": "kibManagementPluginApi",
|
||||
"section": "def-public.ManagementSection",
|
||||
"text": "ManagementSection"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.DefinedSections.stack",
|
||||
"type": "Object",
|
||||
"label": "stack",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/types.ts",
|
||||
"lineNumber": 23
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "management",
|
||||
"scope": "public",
|
||||
"docId": "kibManagementPluginApi",
|
||||
"section": "def-public.ManagementSection",
|
||||
"text": "ManagementSection"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/types.ts",
|
||||
"lineNumber": 17
|
||||
},
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-public.ManagementAppMountParams",
|
||||
"type": "Interface",
|
||||
"label": "ManagementAppMountParams",
|
||||
"description": [],
|
||||
"tags": [],
|
||||
"children": [
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.ManagementAppMountParams.basePath",
|
||||
"type": "string",
|
||||
"label": "basePath",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/types.ts",
|
||||
"lineNumber": 59
|
||||
}
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.ManagementAppMountParams.element",
|
||||
"type": "Object",
|
||||
"label": "element",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/types.ts",
|
||||
"lineNumber": 60
|
||||
},
|
||||
"signature": [
|
||||
"HTMLElement"
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.ManagementAppMountParams.setBreadcrumbs",
|
||||
"type": "Function",
|
||||
"label": "setBreadcrumbs",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/types.ts",
|
||||
"lineNumber": 61
|
||||
},
|
||||
"signature": [
|
||||
"(crumbs: ",
|
||||
"EuiBreadcrumb",
|
||||
"[]) => void"
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.ManagementAppMountParams.history",
|
||||
"type": "Object",
|
||||
"label": "history",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/types.ts",
|
||||
"lineNumber": 62
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "public",
|
||||
"docId": "kibCoreApplicationPluginApi",
|
||||
"section": "def-public.ScopedHistory",
|
||||
"text": "ScopedHistory"
|
||||
},
|
||||
"<unknown>"
|
||||
]
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/types.ts",
|
||||
"lineNumber": 58
|
||||
},
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-public.RegisterManagementAppArgs",
|
||||
"type": "Interface",
|
||||
|
@ -357,8 +552,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/utils/management_app.ts",
|
||||
"lineNumber": 14,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/management/public/utils/management_app.ts#L14"
|
||||
"lineNumber": 14
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
|
@ -378,8 +572,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/utils/management_app.ts",
|
||||
"lineNumber": 15,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/management/public/utils/management_app.ts#L15"
|
||||
"lineNumber": 15
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -390,8 +583,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/utils/management_app.ts",
|
||||
"lineNumber": 16,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/management/public/utils/management_app.ts#L16"
|
||||
"lineNumber": 16
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
|
@ -407,230 +599,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/utils/management_app.ts",
|
||||
"lineNumber": 13,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/management/public/utils/management_app.ts#L13"
|
||||
},
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-public.ManagementAppMountParams",
|
||||
"type": "Interface",
|
||||
"label": "ManagementAppMountParams",
|
||||
"description": [],
|
||||
"tags": [],
|
||||
"children": [
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.ManagementAppMountParams.basePath",
|
||||
"type": "string",
|
||||
"label": "basePath",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/types.ts",
|
||||
"lineNumber": 59,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/management/public/types.ts#L59"
|
||||
}
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.ManagementAppMountParams.element",
|
||||
"type": "Object",
|
||||
"label": "element",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/types.ts",
|
||||
"lineNumber": 60,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/management/public/types.ts#L60"
|
||||
},
|
||||
"signature": [
|
||||
"HTMLElement"
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.ManagementAppMountParams.setBreadcrumbs",
|
||||
"type": "Function",
|
||||
"label": "setBreadcrumbs",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/types.ts",
|
||||
"lineNumber": 61,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/management/public/types.ts#L61"
|
||||
},
|
||||
"signature": [
|
||||
"(crumbs: ",
|
||||
"EuiBreadcrumb",
|
||||
"[]) => void"
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.ManagementAppMountParams.history",
|
||||
"type": "Object",
|
||||
"label": "history",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/types.ts",
|
||||
"lineNumber": 62,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/management/public/types.ts#L62"
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "public",
|
||||
"docId": "kibCoreApplicationPluginApi",
|
||||
"section": "def-public.ScopedHistory",
|
||||
"text": "ScopedHistory"
|
||||
},
|
||||
"<unknown>"
|
||||
]
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/types.ts",
|
||||
"lineNumber": 58,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/management/public/types.ts#L58"
|
||||
},
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-public.DefinedSections",
|
||||
"type": "Interface",
|
||||
"label": "DefinedSections",
|
||||
"description": [],
|
||||
"tags": [],
|
||||
"children": [
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.DefinedSections.ingest",
|
||||
"type": "Object",
|
||||
"label": "ingest",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/types.ts",
|
||||
"lineNumber": 18,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/management/public/types.ts#L18"
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "management",
|
||||
"scope": "public",
|
||||
"docId": "kibManagementPluginApi",
|
||||
"section": "def-public.ManagementSection",
|
||||
"text": "ManagementSection"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.DefinedSections.data",
|
||||
"type": "Object",
|
||||
"label": "data",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/types.ts",
|
||||
"lineNumber": 19,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/management/public/types.ts#L19"
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "management",
|
||||
"scope": "public",
|
||||
"docId": "kibManagementPluginApi",
|
||||
"section": "def-public.ManagementSection",
|
||||
"text": "ManagementSection"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.DefinedSections.insightsAndAlerting",
|
||||
"type": "Object",
|
||||
"label": "insightsAndAlerting",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/types.ts",
|
||||
"lineNumber": 20,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/management/public/types.ts#L20"
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "management",
|
||||
"scope": "public",
|
||||
"docId": "kibManagementPluginApi",
|
||||
"section": "def-public.ManagementSection",
|
||||
"text": "ManagementSection"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.DefinedSections.security",
|
||||
"type": "Object",
|
||||
"label": "security",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/types.ts",
|
||||
"lineNumber": 21,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/management/public/types.ts#L21"
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "management",
|
||||
"scope": "public",
|
||||
"docId": "kibManagementPluginApi",
|
||||
"section": "def-public.ManagementSection",
|
||||
"text": "ManagementSection"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.DefinedSections.kibana",
|
||||
"type": "Object",
|
||||
"label": "kibana",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/types.ts",
|
||||
"lineNumber": 22,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/management/public/types.ts#L22"
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "management",
|
||||
"scope": "public",
|
||||
"docId": "kibManagementPluginApi",
|
||||
"section": "def-public.ManagementSection",
|
||||
"text": "ManagementSection"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.DefinedSections.stack",
|
||||
"type": "Object",
|
||||
"label": "stack",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/types.ts",
|
||||
"lineNumber": 23,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/management/public/types.ts#L23"
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "management",
|
||||
"scope": "public",
|
||||
"docId": "kibManagementPluginApi",
|
||||
"section": "def-public.ManagementSection",
|
||||
"text": "ManagementSection"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/types.ts",
|
||||
"lineNumber": 17,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/management/public/types.ts#L17"
|
||||
"lineNumber": 13
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -645,8 +614,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/management/common/contants.ts",
|
||||
"lineNumber": 9,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/management/common/contants.ts#L9"
|
||||
"lineNumber": 9
|
||||
},
|
||||
"signature": [
|
||||
"\"management\""
|
||||
|
@ -670,8 +638,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/types.ts",
|
||||
"lineNumber": 14,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/management/public/types.ts#L14"
|
||||
"lineNumber": 14
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
|
@ -686,8 +653,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/types.ts",
|
||||
"lineNumber": 13,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/management/public/types.ts#L13"
|
||||
"lineNumber": 13
|
||||
},
|
||||
"lifecycle": "setup",
|
||||
"initialIsOpen": true
|
||||
|
@ -701,8 +667,7 @@
|
|||
"children": [],
|
||||
"source": {
|
||||
"path": "src/plugins/management/public/types.ts",
|
||||
"lineNumber": 27,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/management/public/types.ts#L27"
|
||||
"lineNumber": 27
|
||||
},
|
||||
"lifecycle": "start",
|
||||
"initialIsOpen": true
|
||||
|
|
|
@ -30,8 +30,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts",
|
||||
"lineNumber": 32,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts#L32"
|
||||
"lineNumber": 32
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -39,8 +38,7 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts",
|
||||
"lineNumber": 32,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts#L32"
|
||||
"lineNumber": 32
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -56,8 +54,7 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts",
|
||||
"lineNumber": 33,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts#L33"
|
||||
"lineNumber": 33
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -68,8 +65,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts",
|
||||
"lineNumber": 34,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts#L34"
|
||||
"lineNumber": 34
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
|
@ -90,8 +86,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts",
|
||||
"lineNumber": 35,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts#L35"
|
||||
"lineNumber": 35
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -113,8 +108,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts",
|
||||
"lineNumber": 36,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts#L36"
|
||||
"lineNumber": 36
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -122,8 +116,7 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts",
|
||||
"lineNumber": 36,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts#L36"
|
||||
"lineNumber": 36
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -167,8 +160,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts",
|
||||
"lineNumber": 37,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts#L37"
|
||||
"lineNumber": 37
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -176,8 +168,7 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts",
|
||||
"lineNumber": 37,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts#L37"
|
||||
"lineNumber": 37
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -220,8 +211,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts",
|
||||
"lineNumber": 38,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts#L38"
|
||||
"lineNumber": 38
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -229,15 +219,13 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts",
|
||||
"lineNumber": 38,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts#L38"
|
||||
"lineNumber": 38
|
||||
}
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts",
|
||||
"lineNumber": 31,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts#L31"
|
||||
"lineNumber": 31
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -252,8 +240,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/maps/common/constants.ts",
|
||||
"lineNumber": 29,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/maps/common/constants.ts#L29"
|
||||
"lineNumber": 29
|
||||
},
|
||||
"signature": [
|
||||
"\"map\""
|
||||
|
@ -277,8 +264,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/maps/public/api/start_api.ts",
|
||||
"lineNumber": 14,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/maps/public/api/start_api.ts#L14"
|
||||
"lineNumber": 14
|
||||
},
|
||||
"signature": [
|
||||
"{ createSecurityLayerDescriptors: (indexPatternId: string, indexPatternTitle: string) => Promise<",
|
||||
|
@ -349,8 +335,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/maps/public/api/start_api.ts",
|
||||
"lineNumber": 24,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/maps/public/api/start_api.ts#L24"
|
||||
"lineNumber": 24
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -358,8 +343,7 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/maps/public/api/start_api.ts",
|
||||
"lineNumber": 24,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/maps/public/api/start_api.ts#L24"
|
||||
"lineNumber": 24
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -395,8 +379,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/maps/public/api/start_api.ts",
|
||||
"lineNumber": 25,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/maps/public/api/start_api.ts#L25"
|
||||
"lineNumber": 25
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -404,15 +387,13 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/maps/public/api/start_api.ts",
|
||||
"lineNumber": 25,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/maps/public/api/start_api.ts#L25"
|
||||
"lineNumber": 25
|
||||
}
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/maps/public/api/start_api.ts",
|
||||
"lineNumber": 13,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/maps/public/api/start_api.ts#L13"
|
||||
"lineNumber": 13
|
||||
},
|
||||
"lifecycle": "start",
|
||||
"initialIsOpen": true
|
||||
|
|
|
@ -51,8 +51,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_legacy/server/index.ts",
|
||||
"lineNumber": 36,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/maps_legacy/server/index.ts#L36"
|
||||
"lineNumber": 36
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
|
@ -91,8 +90,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_legacy/server/index.ts",
|
||||
"lineNumber": 38,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/maps_legacy/server/index.ts#L38"
|
||||
"lineNumber": 38
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -100,8 +98,7 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_legacy/server/index.ts",
|
||||
"lineNumber": 38,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/maps_legacy/server/index.ts#L38"
|
||||
"lineNumber": 38
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -138,8 +135,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_legacy/server/index.ts",
|
||||
"lineNumber": 42,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/maps_legacy/server/index.ts#L42"
|
||||
"lineNumber": 42
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -147,8 +143,7 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_legacy/server/index.ts",
|
||||
"lineNumber": 42,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/maps_legacy/server/index.ts#L42"
|
||||
"lineNumber": 42
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -164,15 +159,13 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_legacy/server/index.ts",
|
||||
"lineNumber": 51,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/maps_legacy/server/index.ts#L51"
|
||||
"lineNumber": 51
|
||||
}
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_legacy/server/index.ts",
|
||||
"lineNumber": 35,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/maps_legacy/server/index.ts#L35"
|
||||
"lineNumber": 35
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -194,8 +187,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_legacy/server/index.ts",
|
||||
"lineNumber": 32,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/maps_legacy/server/index.ts#L32"
|
||||
"lineNumber": 32
|
||||
},
|
||||
"signature": [
|
||||
"Readonly<{} & { includeElasticMapsService: boolean; proxyElasticMapsServiceInMaps: boolean; tilemap: Readonly<{ url?: string | undefined; } & { options: Readonly<{ default?: boolean | undefined; tileSize?: number | undefined; subdomains?: string[] | undefined; errorTileUrl?: string | undefined; tms?: boolean | undefined; reuseTiles?: boolean | undefined; bounds?: number[] | undefined; } & { attribution: string; minZoom: number; maxZoom: number; }>; }>; regionmap: Readonly<{} & { includeElasticMapsService: boolean; layers: Readonly<{} & { name: string; format: Readonly<{} & { type: string; }>; fields: Readonly<{} & { description: string; name: string; }>[]; meta: Readonly<{} & { feature_collection_path: string; }>; url: string; attribution: string; }>[]; }>; manifestServiceUrl: string; emsUrl: string; emsFileApiUrl: string; emsTileApiUrl: string; emsLandingPageUrl: string; emsFontLibraryUrl: string; emsTileLayerId: Readonly<{} & { bright: string; desaturated: string; dark: string; }>; }>"
|
||||
|
@ -204,8 +196,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_legacy/server/index.ts",
|
||||
"lineNumber": 31,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/maps_legacy/server/index.ts#L31"
|
||||
"lineNumber": 31
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -228,46 +219,13 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_legacy/common/ems_defaults.ts",
|
||||
"lineNumber": 10,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/maps_legacy/common/ems_defaults.ts#L10"
|
||||
"lineNumber": 10
|
||||
},
|
||||
"signature": [
|
||||
"\"https://vector.maps.elastic.co\""
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.DEFAULT_EMS_TILE_API_URL",
|
||||
"type": "string",
|
||||
"label": "DEFAULT_EMS_TILE_API_URL",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_legacy/common/ems_defaults.ts",
|
||||
"lineNumber": 11,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/maps_legacy/common/ems_defaults.ts#L11"
|
||||
},
|
||||
"signature": [
|
||||
"\"https://tiles.maps.elastic.co\""
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.DEFAULT_EMS_LANDING_PAGE_URL",
|
||||
"type": "string",
|
||||
"label": "DEFAULT_EMS_LANDING_PAGE_URL",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_legacy/common/ems_defaults.ts",
|
||||
"lineNumber": 12,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/maps_legacy/common/ems_defaults.ts#L12"
|
||||
},
|
||||
"signature": [
|
||||
"\"https://maps.elastic.co/v7.12\""
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.DEFAULT_EMS_FONT_LIBRARY_URL",
|
||||
|
@ -276,13 +234,42 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_legacy/common/ems_defaults.ts",
|
||||
"lineNumber": 13,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/maps_legacy/common/ems_defaults.ts#L13"
|
||||
"lineNumber": 13
|
||||
},
|
||||
"signature": [
|
||||
"\"https://tiles.maps.elastic.co/fonts/{fontstack}/{range}.pbf\""
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.DEFAULT_EMS_LANDING_PAGE_URL",
|
||||
"type": "string",
|
||||
"label": "DEFAULT_EMS_LANDING_PAGE_URL",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_legacy/common/ems_defaults.ts",
|
||||
"lineNumber": 12
|
||||
},
|
||||
"signature": [
|
||||
"\"https://maps.elastic.co/v7.12\""
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.DEFAULT_EMS_TILE_API_URL",
|
||||
"type": "string",
|
||||
"label": "DEFAULT_EMS_TILE_API_URL",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/maps_legacy/common/ems_defaults.ts",
|
||||
"lineNumber": 11
|
||||
},
|
||||
"signature": [
|
||||
"\"https://tiles.maps.elastic.co\""
|
||||
],
|
||||
"initialIsOpen": false
|
||||
}
|
||||
],
|
||||
"objects": []
|
||||
|
|
6484
api_docs/ml.json
6484
api_docs/ml.json
File diff suppressed because it is too large
Load diff
|
@ -27,8 +27,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/monitoring/server/types.ts",
|
||||
"lineNumber": 93,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/monitoring/server/types.ts#L93"
|
||||
"lineNumber": 93
|
||||
},
|
||||
"signature": [
|
||||
"() => any"
|
||||
|
@ -42,8 +41,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/monitoring/server/types.ts",
|
||||
"lineNumber": 94,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/monitoring/server/types.ts#L94"
|
||||
"lineNumber": 94
|
||||
},
|
||||
"signature": [
|
||||
"() => void"
|
||||
|
@ -52,8 +50,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/monitoring/server/types.ts",
|
||||
"lineNumber": 92,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/monitoring/server/types.ts#L92"
|
||||
"lineNumber": 92
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -68,8 +65,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/monitoring/server/kibana_monitoring/collectors/get_settings_collector.ts",
|
||||
"lineNumber": 53,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/monitoring/server/kibana_monitoring/collectors/get_settings_collector.ts#L53"
|
||||
"lineNumber": 53
|
||||
},
|
||||
"signature": [
|
||||
"Collector<EmailSettingData | undefined, {}> & KibanaSettingsCollectorExtraOptions"
|
||||
|
@ -84,8 +80,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/monitoring/server/config.ts",
|
||||
"lineNumber": 92,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/monitoring/server/config.ts#L92"
|
||||
"lineNumber": 92
|
||||
},
|
||||
"signature": [
|
||||
"{ ui: { elasticsearch: MonitoringElasticsearchConfig; enabled: boolean; logs: Readonly<{} & { index: string; }>; container: Readonly<{} & { logstash: Readonly<{} & { enabled: boolean; }>; elasticsearch: Readonly<{} & { enabled: boolean; }>; apm: Readonly<{} & { enabled: boolean; }>; }>; ccs: Readonly<{} & { enabled: boolean; }>; metricbeat: Readonly<{} & { index: string; }>; max_bucket_size: number; min_interval_seconds: number; show_license_expiration: boolean; }; enabled: boolean; kibana: Readonly<{} & { collection: Readonly<{} & { enabled: boolean; interval: number; }>; }>; cluster_alerts: Readonly<{} & { enabled: boolean; email_notifications: Readonly<{} & { enabled: boolean; email_address: string; }>; }>; licensing: Readonly<{} & { api_polling_frequency: ",
|
||||
|
@ -111,8 +106,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/monitoring/server/types.ts",
|
||||
"lineNumber": 98,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/monitoring/server/types.ts#L98"
|
||||
"lineNumber": 98
|
||||
},
|
||||
"signature": [
|
||||
"() => any"
|
||||
|
@ -121,8 +115,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/monitoring/server/types.ts",
|
||||
"lineNumber": 97,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/monitoring/server/types.ts#L97"
|
||||
"lineNumber": 97
|
||||
},
|
||||
"lifecycle": "setup",
|
||||
"initialIsOpen": true
|
||||
|
|
|
@ -69,8 +69,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/navigation/public/plugin.ts",
|
||||
"lineNumber": 21,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/navigation/public/plugin.ts#L21"
|
||||
"lineNumber": 21
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -78,8 +77,7 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "src/plugins/navigation/public/plugin.ts",
|
||||
"lineNumber": 21,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/navigation/public/plugin.ts#L21"
|
||||
"lineNumber": 21
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -123,8 +121,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/navigation/public/plugin.ts",
|
||||
"lineNumber": 23,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/navigation/public/plugin.ts#L23"
|
||||
"lineNumber": 23
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -132,8 +129,7 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "src/plugins/navigation/public/plugin.ts",
|
||||
"lineNumber": 23,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/navigation/public/plugin.ts#L23"
|
||||
"lineNumber": 23
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -184,8 +180,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/navigation/public/plugin.ts",
|
||||
"lineNumber": 32,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/navigation/public/plugin.ts#L32"
|
||||
"lineNumber": 32
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -204,8 +199,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/navigation/public/plugin.ts",
|
||||
"lineNumber": 33,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/navigation/public/plugin.ts#L33"
|
||||
"lineNumber": 33
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -213,8 +207,7 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "src/plugins/navigation/public/plugin.ts",
|
||||
"lineNumber": 31,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/navigation/public/plugin.ts#L31"
|
||||
"lineNumber": 31
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -230,15 +223,13 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "src/plugins/navigation/public/plugin.ts",
|
||||
"lineNumber": 44,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/navigation/public/plugin.ts#L44"
|
||||
"lineNumber": 44
|
||||
}
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/navigation/public/plugin.ts",
|
||||
"lineNumber": 17,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/navigation/public/plugin.ts#L17"
|
||||
"lineNumber": 17
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -277,8 +268,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu.tsx",
|
||||
"lineNumber": 64,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/navigation/public/top_nav_menu/top_nav_menu.tsx#L64"
|
||||
"lineNumber": 64
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -286,8 +276,7 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu.tsx",
|
||||
"lineNumber": 64,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/navigation/public/top_nav_menu/top_nav_menu.tsx#L64"
|
||||
"lineNumber": 64
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -308,8 +297,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx",
|
||||
"lineNumber": 14,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx#L14"
|
||||
"lineNumber": 14
|
||||
},
|
||||
"signature": [
|
||||
"string | undefined"
|
||||
|
@ -323,8 +311,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx",
|
||||
"lineNumber": 15,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx#L15"
|
||||
"lineNumber": 15
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -335,8 +322,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx",
|
||||
"lineNumber": 16,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx#L16"
|
||||
"lineNumber": 16
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
|
@ -356,8 +342,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx",
|
||||
"lineNumber": 17,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx#L17"
|
||||
"lineNumber": 17
|
||||
},
|
||||
"signature": [
|
||||
"string | undefined"
|
||||
|
@ -371,8 +356,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx",
|
||||
"lineNumber": 18,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx#L18"
|
||||
"lineNumber": 18
|
||||
},
|
||||
"signature": [
|
||||
"string | undefined"
|
||||
|
@ -386,8 +370,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx",
|
||||
"lineNumber": 19,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx#L19"
|
||||
"lineNumber": 19
|
||||
},
|
||||
"signature": [
|
||||
"string | undefined"
|
||||
|
@ -401,8 +384,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx",
|
||||
"lineNumber": 20,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx#L20"
|
||||
"lineNumber": 20
|
||||
},
|
||||
"signature": [
|
||||
"boolean | (() => boolean) | undefined"
|
||||
|
@ -416,8 +398,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx",
|
||||
"lineNumber": 21,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx#L21"
|
||||
"lineNumber": 21
|
||||
},
|
||||
"signature": [
|
||||
"string | (() => string | undefined) | undefined"
|
||||
|
@ -431,8 +412,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx",
|
||||
"lineNumber": 22,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx#L22"
|
||||
"lineNumber": 22
|
||||
},
|
||||
"signature": [
|
||||
"boolean | undefined"
|
||||
|
@ -446,8 +426,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx",
|
||||
"lineNumber": 23,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx#L23"
|
||||
"lineNumber": 23
|
||||
},
|
||||
"signature": [
|
||||
"boolean | undefined"
|
||||
|
@ -461,8 +440,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx",
|
||||
"lineNumber": 24,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx#L24"
|
||||
"lineNumber": 24
|
||||
},
|
||||
"signature": [
|
||||
"string | undefined"
|
||||
|
@ -476,8 +454,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx",
|
||||
"lineNumber": 25,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx#L25"
|
||||
"lineNumber": 25
|
||||
},
|
||||
"signature": [
|
||||
"\"left\" | \"right\" | undefined"
|
||||
|
@ -486,8 +463,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx",
|
||||
"lineNumber": 13,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/navigation/public/top_nav_menu/top_nav_menu_data.tsx#L13"
|
||||
"lineNumber": 13
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -502,8 +478,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu.tsx",
|
||||
"lineNumber": 23,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/navigation/public/top_nav_menu/top_nav_menu.tsx#L23"
|
||||
"lineNumber": 23
|
||||
},
|
||||
"signature": [
|
||||
"SearchBarOwnProps",
|
||||
|
@ -535,8 +510,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/navigation/public/types.ts",
|
||||
"lineNumber": 13,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/navigation/public/types.ts#L13"
|
||||
"lineNumber": 13
|
||||
},
|
||||
"signature": [
|
||||
"(menuItem: ",
|
||||
|
@ -553,8 +527,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/navigation/public/types.ts",
|
||||
"lineNumber": 12,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/navigation/public/types.ts#L12"
|
||||
"lineNumber": 12
|
||||
},
|
||||
"lifecycle": "setup",
|
||||
"initialIsOpen": true
|
||||
|
@ -574,8 +547,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/navigation/public/types.ts",
|
||||
"lineNumber": 17,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/navigation/public/types.ts#L17"
|
||||
"lineNumber": 17
|
||||
},
|
||||
"signature": [
|
||||
"{ TopNavMenu: React.ComponentType<",
|
||||
|
@ -592,8 +564,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/navigation/public/types.ts",
|
||||
"lineNumber": 16,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/navigation/public/types.ts#L16"
|
||||
"lineNumber": 16
|
||||
},
|
||||
"lifecycle": "start",
|
||||
"initialIsOpen": true
|
||||
|
|
|
@ -19,8 +19,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/newsfeed/public/types.ts",
|
||||
"lineNumber": 46,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/newsfeed/public/types.ts#L46"
|
||||
"lineNumber": 46
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -31,8 +30,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/newsfeed/public/types.ts",
|
||||
"lineNumber": 47,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/newsfeed/public/types.ts#L47"
|
||||
"lineNumber": 47
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -43,8 +41,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/newsfeed/public/types.ts",
|
||||
"lineNumber": 48,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/newsfeed/public/types.ts#L48"
|
||||
"lineNumber": 48
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
|
@ -65,8 +62,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/newsfeed/public/types.ts",
|
||||
"lineNumber": 49,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/newsfeed/public/types.ts#L49"
|
||||
"lineNumber": 49
|
||||
},
|
||||
"signature": [
|
||||
"Error | null"
|
||||
|
@ -75,8 +71,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/newsfeed/public/types.ts",
|
||||
"lineNumber": 45,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/newsfeed/public/types.ts#L45"
|
||||
"lineNumber": 45
|
||||
},
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -95,8 +90,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/newsfeed/public/types.ts",
|
||||
"lineNumber": 35,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/newsfeed/public/types.ts#L35"
|
||||
"lineNumber": 35
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -107,8 +101,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/newsfeed/public/types.ts",
|
||||
"lineNumber": 36,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/newsfeed/public/types.ts#L36"
|
||||
"lineNumber": 36
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -119,8 +112,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/newsfeed/public/types.ts",
|
||||
"lineNumber": 37,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/newsfeed/public/types.ts#L37"
|
||||
"lineNumber": 37
|
||||
},
|
||||
"signature": [
|
||||
"string | null"
|
||||
|
@ -134,8 +126,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/newsfeed/public/types.ts",
|
||||
"lineNumber": 38,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/newsfeed/public/types.ts#L38"
|
||||
"lineNumber": 38
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -146,8 +137,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/newsfeed/public/types.ts",
|
||||
"lineNumber": 39,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/newsfeed/public/types.ts#L39"
|
||||
"lineNumber": 39
|
||||
},
|
||||
"signature": [
|
||||
"string | null"
|
||||
|
@ -161,8 +151,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/newsfeed/public/types.ts",
|
||||
"lineNumber": 40,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/newsfeed/public/types.ts#L40"
|
||||
"lineNumber": 40
|
||||
},
|
||||
"signature": [
|
||||
"moment.Moment"
|
||||
|
@ -176,8 +165,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/newsfeed/public/types.ts",
|
||||
"lineNumber": 41,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/newsfeed/public/types.ts#L41"
|
||||
"lineNumber": 41
|
||||
},
|
||||
"signature": [
|
||||
"moment.Moment"
|
||||
|
@ -191,15 +179,13 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/newsfeed/public/types.ts",
|
||||
"lineNumber": 42,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/newsfeed/public/types.ts#L42"
|
||||
"lineNumber": 42
|
||||
}
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/newsfeed/public/types.ts",
|
||||
"lineNumber": 34,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/newsfeed/public/types.ts#L34"
|
||||
"lineNumber": 34
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -213,8 +199,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/newsfeed/public/lib/api.ts",
|
||||
"lineNumber": 25,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/newsfeed/public/lib/api.ts#L25"
|
||||
"lineNumber": 25
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -229,8 +214,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/newsfeed/public/plugin.tsx",
|
||||
"lineNumber": 20,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/newsfeed/public/plugin.tsx#L20"
|
||||
"lineNumber": 20
|
||||
},
|
||||
"signature": [
|
||||
"{}"
|
||||
|
@ -246,8 +230,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/newsfeed/public/plugin.tsx",
|
||||
"lineNumber": 21,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/newsfeed/public/plugin.tsx#L21"
|
||||
"lineNumber": 21
|
||||
},
|
||||
"signature": [
|
||||
"{ createNewsFeed$: (endpoint: NewsfeedApiEndpoint) => Rx.Observable<void | FetchResult | null>; }"
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -16,8 +16,7 @@
|
|||
"children": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/osquery/public/types.ts",
|
||||
"lineNumber": 14,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/osquery/public/types.ts#L14"
|
||||
"lineNumber": 14
|
||||
},
|
||||
"lifecycle": "setup",
|
||||
"initialIsOpen": true
|
||||
|
@ -31,8 +30,7 @@
|
|||
"children": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/osquery/public/types.ts",
|
||||
"lineNumber": 16,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/osquery/public/types.ts#L16"
|
||||
"lineNumber": 16
|
||||
},
|
||||
"lifecycle": "start",
|
||||
"initialIsOpen": true
|
||||
|
@ -54,8 +52,7 @@
|
|||
"children": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/osquery/server/types.ts",
|
||||
"lineNumber": 15,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/osquery/server/types.ts#L15"
|
||||
"lineNumber": 15
|
||||
},
|
||||
"lifecycle": "setup",
|
||||
"initialIsOpen": true
|
||||
|
@ -69,8 +66,7 @@
|
|||
"children": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/osquery/server/types.ts",
|
||||
"lineNumber": 17,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/osquery/server/types.ts#L17"
|
||||
"lineNumber": 17
|
||||
},
|
||||
"lifecycle": "start",
|
||||
"initialIsOpen": true
|
||||
|
@ -82,6 +78,36 @@
|
|||
"interfaces": [],
|
||||
"enums": [],
|
||||
"misc": [
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.DEFAULT_DARK_MODE",
|
||||
"type": "string",
|
||||
"label": "DEFAULT_DARK_MODE",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/osquery/common/constants.ts",
|
||||
"lineNumber": 9
|
||||
},
|
||||
"signature": [
|
||||
"\"theme:darkMode\""
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.DEFAULT_MAX_TABLE_QUERY_SIZE",
|
||||
"type": "number",
|
||||
"label": "DEFAULT_MAX_TABLE_QUERY_SIZE",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/osquery/common/constants.ts",
|
||||
"lineNumber": 8
|
||||
},
|
||||
"signature": [
|
||||
"10000"
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.PLUGIN_ID",
|
||||
|
@ -90,8 +116,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/osquery/common/index.ts",
|
||||
"lineNumber": 10,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/osquery/common/index.ts#L10"
|
||||
"lineNumber": 10
|
||||
},
|
||||
"signature": [
|
||||
"\"osquery\""
|
||||
|
@ -106,45 +131,12 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/osquery/common/index.ts",
|
||||
"lineNumber": 11,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/osquery/common/index.ts#L11"
|
||||
"lineNumber": 11
|
||||
},
|
||||
"signature": [
|
||||
"\"osquery\""
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.DEFAULT_MAX_TABLE_QUERY_SIZE",
|
||||
"type": "number",
|
||||
"label": "DEFAULT_MAX_TABLE_QUERY_SIZE",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/osquery/common/constants.ts",
|
||||
"lineNumber": 8,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/osquery/common/constants.ts#L8"
|
||||
},
|
||||
"signature": [
|
||||
"10000"
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.DEFAULT_DARK_MODE",
|
||||
"type": "string",
|
||||
"label": "DEFAULT_DARK_MODE",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/osquery/common/constants.ts",
|
||||
"lineNumber": 9,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/osquery/common/constants.ts#L9"
|
||||
},
|
||||
"signature": [
|
||||
"\"theme:darkMode\""
|
||||
],
|
||||
"initialIsOpen": false
|
||||
}
|
||||
],
|
||||
"objects": []
|
||||
|
|
|
@ -3,6 +3,45 @@
|
|||
"client": {
|
||||
"classes": [],
|
||||
"functions": [
|
||||
{
|
||||
"id": "def-public.DashboardPicker",
|
||||
"type": "Function",
|
||||
"label": "DashboardPicker",
|
||||
"signature": [
|
||||
"(props: ",
|
||||
"DashboardPickerProps",
|
||||
") => JSX.Element"
|
||||
],
|
||||
"description": [],
|
||||
"children": [
|
||||
{
|
||||
"type": "Object",
|
||||
"label": "props",
|
||||
"isRequired": true,
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "presentationUtil",
|
||||
"scope": "public",
|
||||
"docId": "kibPresentationUtilPluginApi",
|
||||
"section": "def-public.DashboardPickerProps",
|
||||
"text": "DashboardPickerProps"
|
||||
}
|
||||
],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/presentation_util/public/components/dashboard_picker.tsx",
|
||||
"lineNumber": 27
|
||||
}
|
||||
}
|
||||
],
|
||||
"tags": [],
|
||||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "src/plugins/presentation_util/public/components/dashboard_picker.tsx",
|
||||
"lineNumber": 27
|
||||
},
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-public.SavedObjectSaveModalDashboard",
|
||||
"type": "Function",
|
||||
|
@ -36,8 +75,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/presentation_util/public/components/saved_object_save_modal_dashboard.tsx",
|
||||
"lineNumber": 37,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/presentation_util/public/components/saved_object_save_modal_dashboard.tsx#L37"
|
||||
"lineNumber": 37
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -45,49 +83,7 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "src/plugins/presentation_util/public/components/saved_object_save_modal_dashboard.tsx",
|
||||
"lineNumber": 37,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/presentation_util/public/components/saved_object_save_modal_dashboard.tsx#L37"
|
||||
},
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-public.DashboardPicker",
|
||||
"type": "Function",
|
||||
"label": "DashboardPicker",
|
||||
"signature": [
|
||||
"(props: ",
|
||||
"DashboardPickerProps",
|
||||
") => JSX.Element"
|
||||
],
|
||||
"description": [],
|
||||
"children": [
|
||||
{
|
||||
"type": "Object",
|
||||
"label": "props",
|
||||
"isRequired": true,
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "presentationUtil",
|
||||
"scope": "public",
|
||||
"docId": "kibPresentationUtilPluginApi",
|
||||
"section": "def-public.DashboardPickerProps",
|
||||
"text": "DashboardPickerProps"
|
||||
}
|
||||
],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/presentation_util/public/components/dashboard_picker.tsx",
|
||||
"lineNumber": 27,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/presentation_util/public/components/dashboard_picker.tsx#L27"
|
||||
}
|
||||
}
|
||||
],
|
||||
"tags": [],
|
||||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "src/plugins/presentation_util/public/components/dashboard_picker.tsx",
|
||||
"lineNumber": 27,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/presentation_util/public/components/dashboard_picker.tsx#L27"
|
||||
"lineNumber": 37
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -108,8 +104,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/presentation_util/public/components/saved_object_save_modal_dashboard.tsx",
|
||||
"lineNumber": 30,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/presentation_util/public/components/saved_object_save_modal_dashboard.tsx#L30"
|
||||
"lineNumber": 30
|
||||
},
|
||||
"signature": [
|
||||
"SaveModalDocumentInfo"
|
||||
|
@ -123,8 +118,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/presentation_util/public/components/saved_object_save_modal_dashboard.tsx",
|
||||
"lineNumber": 31,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/presentation_util/public/components/saved_object_save_modal_dashboard.tsx#L31"
|
||||
"lineNumber": 31
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -135,8 +129,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/presentation_util/public/components/saved_object_save_modal_dashboard.tsx",
|
||||
"lineNumber": 32,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/presentation_util/public/components/saved_object_save_modal_dashboard.tsx#L32"
|
||||
"lineNumber": 32
|
||||
},
|
||||
"signature": [
|
||||
"() => void"
|
||||
|
@ -150,8 +143,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/presentation_util/public/components/saved_object_save_modal_dashboard.tsx",
|
||||
"lineNumber": 33,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/presentation_util/public/components/saved_object_save_modal_dashboard.tsx#L33"
|
||||
"lineNumber": 33
|
||||
},
|
||||
"signature": [
|
||||
"(props: ",
|
||||
|
@ -173,8 +165,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/presentation_util/public/components/saved_object_save_modal_dashboard.tsx",
|
||||
"lineNumber": 34,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/presentation_util/public/components/saved_object_save_modal_dashboard.tsx#L34"
|
||||
"lineNumber": 34
|
||||
},
|
||||
"signature": [
|
||||
"string | number | boolean | {} | React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)> | React.ReactNodeArray | React.ReactPortal | ((state: ",
|
||||
|
@ -191,8 +182,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/presentation_util/public/components/saved_object_save_modal_dashboard.tsx",
|
||||
"lineNumber": 29,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/presentation_util/public/components/saved_object_save_modal_dashboard.tsx#L29"
|
||||
"lineNumber": 29
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -209,8 +199,7 @@
|
|||
"children": [],
|
||||
"source": {
|
||||
"path": "src/plugins/presentation_util/public/types.ts",
|
||||
"lineNumber": 10,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/presentation_util/public/types.ts#L10"
|
||||
"lineNumber": 10
|
||||
},
|
||||
"lifecycle": "setup",
|
||||
"initialIsOpen": true
|
||||
|
@ -230,8 +219,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/presentation_util/public/types.ts",
|
||||
"lineNumber": 13,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/presentation_util/public/types.ts#L13"
|
||||
"lineNumber": 13
|
||||
},
|
||||
"signature": [
|
||||
"React.FC<{}>"
|
||||
|
@ -240,8 +228,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/presentation_util/public/types.ts",
|
||||
"lineNumber": 12,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/presentation_util/public/types.ts#L12"
|
||||
"lineNumber": 12
|
||||
},
|
||||
"lifecycle": "start",
|
||||
"initialIsOpen": true
|
||||
|
|
|
@ -22,15 +22,13 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/remote_clusters/public/plugin.ts",
|
||||
"lineNumber": 21,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/remote_clusters/public/plugin.ts#L21"
|
||||
"lineNumber": 21
|
||||
}
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/remote_clusters/public/plugin.ts",
|
||||
"lineNumber": 20,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/remote_clusters/public/plugin.ts#L20"
|
||||
"lineNumber": 20
|
||||
},
|
||||
"lifecycle": "setup",
|
||||
"initialIsOpen": true
|
||||
|
@ -58,15 +56,13 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/remote_clusters/server/plugin.ts",
|
||||
"lineNumber": 23,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/remote_clusters/server/plugin.ts#L23"
|
||||
"lineNumber": 23
|
||||
}
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/remote_clusters/server/plugin.ts",
|
||||
"lineNumber": 22,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/remote_clusters/server/plugin.ts#L22"
|
||||
"lineNumber": 22
|
||||
},
|
||||
"lifecycle": "setup",
|
||||
"initialIsOpen": true
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -22,22 +22,6 @@
|
|||
"interfaces": [],
|
||||
"enums": [],
|
||||
"misc": [
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.CONFIG_ROLLUPS",
|
||||
"type": "string",
|
||||
"label": "CONFIG_ROLLUPS",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rollup/common/index.ts",
|
||||
"lineNumber": 17,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/rollup/common/index.ts#L17"
|
||||
},
|
||||
"signature": [
|
||||
"\"rollups:enableIndexPatterns\""
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.API_BASE_PATH",
|
||||
|
@ -46,8 +30,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rollup/common/index.ts",
|
||||
"lineNumber": 19,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/rollup/common/index.ts#L19"
|
||||
"lineNumber": 19
|
||||
},
|
||||
"signature": [
|
||||
"\"/api/rollup\""
|
||||
|
@ -56,17 +39,16 @@
|
|||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.UIM_APP_NAME",
|
||||
"id": "def-common.CONFIG_ROLLUPS",
|
||||
"type": "string",
|
||||
"label": "UIM_APP_NAME",
|
||||
"label": "CONFIG_ROLLUPS",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rollup/common/ui_metric.ts",
|
||||
"lineNumber": 8,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/rollup/common/ui_metric.ts#L8"
|
||||
"path": "x-pack/plugins/rollup/common/index.ts",
|
||||
"lineNumber": 17
|
||||
},
|
||||
"signature": [
|
||||
"\"rollup_jobs\""
|
||||
"\"rollups:enableIndexPatterns\""
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -78,8 +60,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rollup/common/ui_metric.ts",
|
||||
"lineNumber": 10,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/rollup/common/ui_metric.ts#L10"
|
||||
"lineNumber": 10
|
||||
},
|
||||
"signature": [
|
||||
"\"app_load\""
|
||||
|
@ -88,129 +69,61 @@
|
|||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.UIM_JOB_CREATE",
|
||||
"id": "def-common.UIM_APP_NAME",
|
||||
"type": "string",
|
||||
"label": "UIM_JOB_CREATE",
|
||||
"label": "UIM_APP_NAME",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rollup/common/ui_metric.ts",
|
||||
"lineNumber": 11,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/rollup/common/ui_metric.ts#L11"
|
||||
"lineNumber": 8
|
||||
},
|
||||
"signature": [
|
||||
"\"job_create\""
|
||||
"\"rollup_jobs\""
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.UIM_JOB_DELETE",
|
||||
"id": "def-common.UIM_DETAIL_PANEL_HISTOGRAM_TAB_CLICK",
|
||||
"type": "string",
|
||||
"label": "UIM_JOB_DELETE",
|
||||
"label": "UIM_DETAIL_PANEL_HISTOGRAM_TAB_CLICK",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rollup/common/ui_metric.ts",
|
||||
"lineNumber": 12,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/rollup/common/ui_metric.ts#L12"
|
||||
"lineNumber": 21
|
||||
},
|
||||
"signature": [
|
||||
"\"job_delete\""
|
||||
"\"detail_panel_histogram_tab_click\""
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.UIM_JOB_DELETE_MANY",
|
||||
"id": "def-common.UIM_DETAIL_PANEL_JSON_TAB_CLICK",
|
||||
"type": "string",
|
||||
"label": "UIM_JOB_DELETE_MANY",
|
||||
"label": "UIM_DETAIL_PANEL_JSON_TAB_CLICK",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rollup/common/ui_metric.ts",
|
||||
"lineNumber": 13,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/rollup/common/ui_metric.ts#L13"
|
||||
"lineNumber": 23
|
||||
},
|
||||
"signature": [
|
||||
"\"job_delete_many\""
|
||||
"\"detail_panel_json_tab_click\""
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.UIM_JOB_START",
|
||||
"id": "def-common.UIM_DETAIL_PANEL_METRICS_TAB_CLICK",
|
||||
"type": "string",
|
||||
"label": "UIM_JOB_START",
|
||||
"label": "UIM_DETAIL_PANEL_METRICS_TAB_CLICK",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rollup/common/ui_metric.ts",
|
||||
"lineNumber": 14,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/rollup/common/ui_metric.ts#L14"
|
||||
"lineNumber": 22
|
||||
},
|
||||
"signature": [
|
||||
"\"job_start\""
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.UIM_JOB_START_MANY",
|
||||
"type": "string",
|
||||
"label": "UIM_JOB_START_MANY",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rollup/common/ui_metric.ts",
|
||||
"lineNumber": 15,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/rollup/common/ui_metric.ts#L15"
|
||||
},
|
||||
"signature": [
|
||||
"\"job_start_many\""
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.UIM_JOB_STOP",
|
||||
"type": "string",
|
||||
"label": "UIM_JOB_STOP",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rollup/common/ui_metric.ts",
|
||||
"lineNumber": 16,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/rollup/common/ui_metric.ts#L16"
|
||||
},
|
||||
"signature": [
|
||||
"\"job_stop\""
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.UIM_JOB_STOP_MANY",
|
||||
"type": "string",
|
||||
"label": "UIM_JOB_STOP_MANY",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rollup/common/ui_metric.ts",
|
||||
"lineNumber": 17,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/rollup/common/ui_metric.ts#L17"
|
||||
},
|
||||
"signature": [
|
||||
"\"job_stop_many\""
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.UIM_SHOW_DETAILS_CLICK",
|
||||
"type": "string",
|
||||
"label": "UIM_SHOW_DETAILS_CLICK",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rollup/common/ui_metric.ts",
|
||||
"lineNumber": 18,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/rollup/common/ui_metric.ts#L18"
|
||||
},
|
||||
"signature": [
|
||||
"\"show_details_click\""
|
||||
"\"detail_panel_metrics_tab_click\""
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -222,8 +135,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rollup/common/ui_metric.ts",
|
||||
"lineNumber": 19,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/rollup/common/ui_metric.ts#L19"
|
||||
"lineNumber": 19
|
||||
},
|
||||
"signature": [
|
||||
"\"detail_panel_summary_tab_click\""
|
||||
|
@ -238,8 +150,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rollup/common/ui_metric.ts",
|
||||
"lineNumber": 20,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/rollup/common/ui_metric.ts#L20"
|
||||
"lineNumber": 20
|
||||
},
|
||||
"signature": [
|
||||
"\"detail_panel_terms_tab_click\""
|
||||
|
@ -248,49 +159,121 @@
|
|||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.UIM_DETAIL_PANEL_HISTOGRAM_TAB_CLICK",
|
||||
"id": "def-common.UIM_JOB_CREATE",
|
||||
"type": "string",
|
||||
"label": "UIM_DETAIL_PANEL_HISTOGRAM_TAB_CLICK",
|
||||
"label": "UIM_JOB_CREATE",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rollup/common/ui_metric.ts",
|
||||
"lineNumber": 21,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/rollup/common/ui_metric.ts#L21"
|
||||
"lineNumber": 11
|
||||
},
|
||||
"signature": [
|
||||
"\"detail_panel_histogram_tab_click\""
|
||||
"\"job_create\""
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.UIM_DETAIL_PANEL_METRICS_TAB_CLICK",
|
||||
"id": "def-common.UIM_JOB_DELETE",
|
||||
"type": "string",
|
||||
"label": "UIM_DETAIL_PANEL_METRICS_TAB_CLICK",
|
||||
"label": "UIM_JOB_DELETE",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rollup/common/ui_metric.ts",
|
||||
"lineNumber": 22,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/rollup/common/ui_metric.ts#L22"
|
||||
"lineNumber": 12
|
||||
},
|
||||
"signature": [
|
||||
"\"detail_panel_metrics_tab_click\""
|
||||
"\"job_delete\""
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.UIM_DETAIL_PANEL_JSON_TAB_CLICK",
|
||||
"id": "def-common.UIM_JOB_DELETE_MANY",
|
||||
"type": "string",
|
||||
"label": "UIM_DETAIL_PANEL_JSON_TAB_CLICK",
|
||||
"label": "UIM_JOB_DELETE_MANY",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rollup/common/ui_metric.ts",
|
||||
"lineNumber": 23,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/rollup/common/ui_metric.ts#L23"
|
||||
"lineNumber": 13
|
||||
},
|
||||
"signature": [
|
||||
"\"detail_panel_json_tab_click\""
|
||||
"\"job_delete_many\""
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.UIM_JOB_START",
|
||||
"type": "string",
|
||||
"label": "UIM_JOB_START",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rollup/common/ui_metric.ts",
|
||||
"lineNumber": 14
|
||||
},
|
||||
"signature": [
|
||||
"\"job_start\""
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.UIM_JOB_START_MANY",
|
||||
"type": "string",
|
||||
"label": "UIM_JOB_START_MANY",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rollup/common/ui_metric.ts",
|
||||
"lineNumber": 15
|
||||
},
|
||||
"signature": [
|
||||
"\"job_start_many\""
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.UIM_JOB_STOP",
|
||||
"type": "string",
|
||||
"label": "UIM_JOB_STOP",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rollup/common/ui_metric.ts",
|
||||
"lineNumber": 16
|
||||
},
|
||||
"signature": [
|
||||
"\"job_stop\""
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.UIM_JOB_STOP_MANY",
|
||||
"type": "string",
|
||||
"label": "UIM_JOB_STOP_MANY",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rollup/common/ui_metric.ts",
|
||||
"lineNumber": 17
|
||||
},
|
||||
"signature": [
|
||||
"\"job_stop_many\""
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.UIM_SHOW_DETAILS_CLICK",
|
||||
"type": "string",
|
||||
"label": "UIM_SHOW_DETAILS_CLICK",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rollup/common/ui_metric.ts",
|
||||
"lineNumber": 18
|
||||
},
|
||||
"signature": [
|
||||
"\"show_details_click\""
|
||||
],
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -309,8 +292,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rollup/common/index.ts",
|
||||
"lineNumber": 13,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/rollup/common/index.ts#L13"
|
||||
"lineNumber": 13
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -321,8 +303,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rollup/common/index.ts",
|
||||
"lineNumber": 14,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/rollup/common/index.ts#L14"
|
||||
"lineNumber": 14
|
||||
},
|
||||
"signature": [
|
||||
"\"basic\""
|
||||
|
@ -333,8 +314,7 @@
|
|||
"label": "PLUGIN",
|
||||
"source": {
|
||||
"path": "x-pack/plugins/rollup/common/index.ts",
|
||||
"lineNumber": 12,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/rollup/common/index.ts#L12"
|
||||
"lineNumber": 12
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
|
|
@ -3,53 +3,6 @@
|
|||
"client": {
|
||||
"classes": [],
|
||||
"functions": [
|
||||
{
|
||||
"id": "def-public.RuntimeFieldEditorFlyoutContent",
|
||||
"type": "Function",
|
||||
"children": [
|
||||
{
|
||||
"type": "Object",
|
||||
"label": "{\n onSave,\n onCancel,\n docLinks,\n defaultValue: field,\n ctx,\n}",
|
||||
"isRequired": true,
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "runtimeFields",
|
||||
"scope": "public",
|
||||
"docId": "kibRuntimeFieldsPluginApi",
|
||||
"section": "def-public.Props",
|
||||
"text": "Props"
|
||||
}
|
||||
],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/runtime_fields/public/components/runtime_field_editor_flyout_content/runtime_field_editor_flyout_content.tsx",
|
||||
"lineNumber": 78,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/runtime_fields/public/components/runtime_field_editor_flyout_content/runtime_field_editor_flyout_content.tsx#L78"
|
||||
}
|
||||
}
|
||||
],
|
||||
"signature": [
|
||||
"({ onSave, onCancel, docLinks, defaultValue: field, ctx, }: ",
|
||||
{
|
||||
"pluginId": "runtimeFields",
|
||||
"scope": "public",
|
||||
"docId": "kibRuntimeFieldsPluginApi",
|
||||
"section": "def-public.Props",
|
||||
"text": "Props"
|
||||
},
|
||||
") => JSX.Element"
|
||||
],
|
||||
"description": [],
|
||||
"label": "RuntimeFieldEditorFlyoutContent",
|
||||
"source": {
|
||||
"path": "x-pack/plugins/runtime_fields/public/components/runtime_field_editor_flyout_content/runtime_field_editor_flyout_content.tsx",
|
||||
"lineNumber": 78,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/runtime_fields/public/components/runtime_field_editor_flyout_content/runtime_field_editor_flyout_content.tsx#L78"
|
||||
},
|
||||
"tags": [],
|
||||
"returnComment": [],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-public.RuntimeFieldEditor",
|
||||
"type": "Function",
|
||||
|
@ -70,8 +23,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/runtime_fields/public/components/runtime_field_editor/runtime_field_editor.tsx",
|
||||
"lineNumber": 22,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/runtime_fields/public/components/runtime_field_editor/runtime_field_editor.tsx#L22"
|
||||
"lineNumber": 22
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -90,8 +42,52 @@
|
|||
"label": "RuntimeFieldEditor",
|
||||
"source": {
|
||||
"path": "x-pack/plugins/runtime_fields/public/components/runtime_field_editor/runtime_field_editor.tsx",
|
||||
"lineNumber": 22,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/runtime_fields/public/components/runtime_field_editor/runtime_field_editor.tsx#L22"
|
||||
"lineNumber": 22
|
||||
},
|
||||
"tags": [],
|
||||
"returnComment": [],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-public.RuntimeFieldEditorFlyoutContent",
|
||||
"type": "Function",
|
||||
"children": [
|
||||
{
|
||||
"type": "Object",
|
||||
"label": "{\n onSave,\n onCancel,\n docLinks,\n defaultValue: field,\n ctx,\n}",
|
||||
"isRequired": true,
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "runtimeFields",
|
||||
"scope": "public",
|
||||
"docId": "kibRuntimeFieldsPluginApi",
|
||||
"section": "def-public.Props",
|
||||
"text": "Props"
|
||||
}
|
||||
],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/runtime_fields/public/components/runtime_field_editor_flyout_content/runtime_field_editor_flyout_content.tsx",
|
||||
"lineNumber": 78
|
||||
}
|
||||
}
|
||||
],
|
||||
"signature": [
|
||||
"({ onSave, onCancel, docLinks, defaultValue: field, ctx, }: ",
|
||||
{
|
||||
"pluginId": "runtimeFields",
|
||||
"scope": "public",
|
||||
"docId": "kibRuntimeFieldsPluginApi",
|
||||
"section": "def-public.Props",
|
||||
"text": "Props"
|
||||
},
|
||||
") => JSX.Element"
|
||||
],
|
||||
"description": [],
|
||||
"label": "RuntimeFieldEditorFlyoutContent",
|
||||
"source": {
|
||||
"path": "x-pack/plugins/runtime_fields/public/components/runtime_field_editor_flyout_content/runtime_field_editor_flyout_content.tsx",
|
||||
"lineNumber": 78
|
||||
},
|
||||
"tags": [],
|
||||
"returnComment": [],
|
||||
|
@ -99,6 +95,67 @@
|
|||
}
|
||||
],
|
||||
"interfaces": [
|
||||
{
|
||||
"id": "def-public.FormState",
|
||||
"type": "Interface",
|
||||
"label": "FormState",
|
||||
"description": [],
|
||||
"tags": [],
|
||||
"children": [
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.FormState.isValid",
|
||||
"type": "CompoundType",
|
||||
"label": "isValid",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/runtime_fields/public/components/runtime_field_form/runtime_field_form.tsx",
|
||||
"lineNumber": 40
|
||||
},
|
||||
"signature": [
|
||||
"boolean | undefined"
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.FormState.isSubmitted",
|
||||
"type": "boolean",
|
||||
"label": "isSubmitted",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/runtime_fields/public/components/runtime_field_form/runtime_field_form.tsx",
|
||||
"lineNumber": 41
|
||||
}
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.FormState.submit",
|
||||
"type": "Function",
|
||||
"label": "submit",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/runtime_fields/public/components/runtime_field_form/runtime_field_form.tsx",
|
||||
"lineNumber": 42
|
||||
},
|
||||
"signature": [
|
||||
"(e?: React.FormEvent<HTMLFormElement> | React.MouseEvent<Element, MouseEvent> | undefined) => Promise<{ data: ",
|
||||
{
|
||||
"pluginId": "runtimeFields",
|
||||
"scope": "public",
|
||||
"docId": "kibRuntimeFieldsPluginApi",
|
||||
"section": "def-public.RuntimeField",
|
||||
"text": "RuntimeField"
|
||||
},
|
||||
"; isValid: boolean; }>"
|
||||
]
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/runtime_fields/public/components/runtime_field_form/runtime_field_form.tsx",
|
||||
"lineNumber": 39
|
||||
},
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-public.Props",
|
||||
"type": "Interface",
|
||||
|
@ -116,8 +173,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/runtime_fields/public/components/runtime_field_editor_flyout_content/runtime_field_editor_flyout_content.tsx",
|
||||
"lineNumber": 59,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/runtime_fields/public/components/runtime_field_editor_flyout_content/runtime_field_editor_flyout_content.tsx#L59"
|
||||
"lineNumber": 59
|
||||
},
|
||||
"signature": [
|
||||
"(field: ",
|
||||
|
@ -141,8 +197,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/runtime_fields/public/components/runtime_field_editor_flyout_content/runtime_field_editor_flyout_content.tsx",
|
||||
"lineNumber": 63,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/runtime_fields/public/components/runtime_field_editor_flyout_content/runtime_field_editor_flyout_content.tsx#L63"
|
||||
"lineNumber": 63
|
||||
},
|
||||
"signature": [
|
||||
"() => void"
|
||||
|
@ -158,8 +213,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/runtime_fields/public/components/runtime_field_editor_flyout_content/runtime_field_editor_flyout_content.tsx",
|
||||
"lineNumber": 67,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/runtime_fields/public/components/runtime_field_editor_flyout_content/runtime_field_editor_flyout_content.tsx#L67"
|
||||
"lineNumber": 67
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
|
@ -181,8 +235,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/runtime_fields/public/components/runtime_field_editor_flyout_content/runtime_field_editor_flyout_content.tsx",
|
||||
"lineNumber": 71,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/runtime_fields/public/components/runtime_field_editor_flyout_content/runtime_field_editor_flyout_content.tsx#L71"
|
||||
"lineNumber": 71
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
|
@ -205,8 +258,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/runtime_fields/public/components/runtime_field_editor_flyout_content/runtime_field_editor_flyout_content.tsx",
|
||||
"lineNumber": 75,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/runtime_fields/public/components/runtime_field_editor_flyout_content/runtime_field_editor_flyout_content.tsx#L75"
|
||||
"lineNumber": 75
|
||||
},
|
||||
"signature": [
|
||||
"{ namesNotAllowed?: string[] | undefined; existingConcreteFields?: Field[] | undefined; } | undefined"
|
||||
|
@ -215,73 +267,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/runtime_fields/public/components/runtime_field_editor_flyout_content/runtime_field_editor_flyout_content.tsx",
|
||||
"lineNumber": 55,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/runtime_fields/public/components/runtime_field_editor_flyout_content/runtime_field_editor_flyout_content.tsx#L55"
|
||||
},
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-public.FormState",
|
||||
"type": "Interface",
|
||||
"label": "FormState",
|
||||
"description": [],
|
||||
"tags": [],
|
||||
"children": [
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.FormState.isValid",
|
||||
"type": "CompoundType",
|
||||
"label": "isValid",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/runtime_fields/public/components/runtime_field_form/runtime_field_form.tsx",
|
||||
"lineNumber": 40,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/runtime_fields/public/components/runtime_field_form/runtime_field_form.tsx#L40"
|
||||
},
|
||||
"signature": [
|
||||
"boolean | undefined"
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.FormState.isSubmitted",
|
||||
"type": "boolean",
|
||||
"label": "isSubmitted",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/runtime_fields/public/components/runtime_field_form/runtime_field_form.tsx",
|
||||
"lineNumber": 41,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/runtime_fields/public/components/runtime_field_form/runtime_field_form.tsx#L41"
|
||||
}
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-public.FormState.submit",
|
||||
"type": "Function",
|
||||
"label": "submit",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/runtime_fields/public/components/runtime_field_form/runtime_field_form.tsx",
|
||||
"lineNumber": 42,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/runtime_fields/public/components/runtime_field_form/runtime_field_form.tsx#L42"
|
||||
},
|
||||
"signature": [
|
||||
"(e?: React.FormEvent<HTMLFormElement> | React.MouseEvent<Element, MouseEvent> | undefined) => Promise<{ data: ",
|
||||
{
|
||||
"pluginId": "runtimeFields",
|
||||
"scope": "public",
|
||||
"docId": "kibRuntimeFieldsPluginApi",
|
||||
"section": "def-public.RuntimeField",
|
||||
"text": "RuntimeField"
|
||||
},
|
||||
"; isValid: boolean; }>"
|
||||
]
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/runtime_fields/public/components/runtime_field_form/runtime_field_form.tsx",
|
||||
"lineNumber": 39,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/runtime_fields/public/components/runtime_field_form/runtime_field_form.tsx#L39"
|
||||
"lineNumber": 55
|
||||
},
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -300,8 +286,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/runtime_fields/public/types.ts",
|
||||
"lineNumber": 34,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/runtime_fields/public/types.ts#L34"
|
||||
"lineNumber": 34
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -312,8 +297,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/runtime_fields/public/types.ts",
|
||||
"lineNumber": 35,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/runtime_fields/public/types.ts#L35"
|
||||
"lineNumber": 35
|
||||
},
|
||||
"signature": [
|
||||
"\"boolean\" | \"date\" | \"keyword\" | \"ip\" | \"long\" | \"double\""
|
||||
|
@ -327,8 +311,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/runtime_fields/public/types.ts",
|
||||
"lineNumber": 36,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/runtime_fields/public/types.ts#L36"
|
||||
"lineNumber": 36
|
||||
},
|
||||
"signature": [
|
||||
"{ source: string; }"
|
||||
|
@ -337,8 +320,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/runtime_fields/public/types.ts",
|
||||
"lineNumber": 33,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/runtime_fields/public/types.ts#L33"
|
||||
"lineNumber": 33
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -353,8 +335,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/runtime_fields/public/constants.ts",
|
||||
"lineNumber": 14,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/runtime_fields/public/constants.ts#L14"
|
||||
"lineNumber": 14
|
||||
},
|
||||
"signature": [
|
||||
"ComboBoxOption",
|
||||
|
@ -370,8 +351,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/runtime_fields/public/types.ts",
|
||||
"lineNumber": 31,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/runtime_fields/public/types.ts#L31"
|
||||
"lineNumber": 31
|
||||
},
|
||||
"signature": [
|
||||
"\"boolean\" | \"date\" | \"keyword\" | \"ip\" | \"long\" | \"double\""
|
||||
|
@ -408,15 +388,13 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/runtime_fields/public/types.ts",
|
||||
"lineNumber": 18,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/runtime_fields/public/types.ts#L18"
|
||||
"lineNumber": 18
|
||||
}
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/runtime_fields/public/types.ts",
|
||||
"lineNumber": 17,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/runtime_fields/public/types.ts#L17"
|
||||
"lineNumber": 17
|
||||
},
|
||||
"lifecycle": "setup",
|
||||
"initialIsOpen": true
|
||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because one or more lines are too long
|
@ -19,8 +19,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 10,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/saved_objects_tagging_oss/common/types.ts#L10"
|
||||
"lineNumber": 10
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -31,8 +30,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 11,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/saved_objects_tagging_oss/common/types.ts#L11"
|
||||
"lineNumber": 11
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -43,8 +41,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 12,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/saved_objects_tagging_oss/common/types.ts#L12"
|
||||
"lineNumber": 12
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -55,15 +52,13 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 13,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/saved_objects_tagging_oss/common/types.ts#L13"
|
||||
"lineNumber": 13
|
||||
}
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 9,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/saved_objects_tagging_oss/common/types.ts#L9"
|
||||
"lineNumber": 9
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -79,8 +74,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/public/types.ts",
|
||||
"lineNumber": 10,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/saved_objects_tagging/public/types.ts#L10"
|
||||
"lineNumber": 10
|
||||
},
|
||||
"signature": [
|
||||
"SavedObjectsTaggingApi"
|
||||
|
@ -120,8 +114,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/capabilities.ts",
|
||||
"lineNumber": 23,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/saved_objects_tagging/common/capabilities.ts#L23"
|
||||
"lineNumber": 23
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -141,8 +134,7 @@
|
|||
"label": "getTagsCapabilities",
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/capabilities.ts",
|
||||
"lineNumber": 23,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/saved_objects_tagging/common/capabilities.ts#L23"
|
||||
"lineNumber": 23
|
||||
},
|
||||
"tags": [],
|
||||
"returnComment": [],
|
||||
|
@ -162,8 +154,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/validation.ts",
|
||||
"lineNumber": 27,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/saved_objects_tagging/common/validation.ts#L27"
|
||||
"lineNumber": 27
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -174,41 +165,7 @@
|
|||
"label": "validateTagColor",
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/validation.ts",
|
||||
"lineNumber": 27,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/saved_objects_tagging/common/validation.ts#L27"
|
||||
},
|
||||
"tags": [],
|
||||
"returnComment": [],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-common.validateTagName",
|
||||
"type": "Function",
|
||||
"children": [
|
||||
{
|
||||
"type": "string",
|
||||
"label": "name",
|
||||
"isRequired": true,
|
||||
"signature": [
|
||||
"string"
|
||||
],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/validation.ts",
|
||||
"lineNumber": 35,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/saved_objects_tagging/common/validation.ts#L35"
|
||||
}
|
||||
}
|
||||
],
|
||||
"signature": [
|
||||
"(name: string) => string | undefined"
|
||||
],
|
||||
"description": [],
|
||||
"label": "validateTagName",
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/validation.ts",
|
||||
"lineNumber": 35,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/saved_objects_tagging/common/validation.ts#L35"
|
||||
"lineNumber": 27
|
||||
},
|
||||
"tags": [],
|
||||
"returnComment": [],
|
||||
|
@ -228,8 +185,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/validation.ts",
|
||||
"lineNumber": 54,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/saved_objects_tagging/common/validation.ts#L54"
|
||||
"lineNumber": 54
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -240,8 +196,38 @@
|
|||
"label": "validateTagDescription",
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/validation.ts",
|
||||
"lineNumber": 54,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/saved_objects_tagging/common/validation.ts#L54"
|
||||
"lineNumber": 54
|
||||
},
|
||||
"tags": [],
|
||||
"returnComment": [],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-common.validateTagName",
|
||||
"type": "Function",
|
||||
"children": [
|
||||
{
|
||||
"type": "string",
|
||||
"label": "name",
|
||||
"isRequired": true,
|
||||
"signature": [
|
||||
"string"
|
||||
],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/validation.ts",
|
||||
"lineNumber": 35
|
||||
}
|
||||
}
|
||||
],
|
||||
"signature": [
|
||||
"(name: string) => string | undefined"
|
||||
],
|
||||
"description": [],
|
||||
"label": "validateTagName",
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/validation.ts",
|
||||
"lineNumber": 35
|
||||
},
|
||||
"tags": [],
|
||||
"returnComment": [],
|
||||
|
@ -249,209 +235,6 @@
|
|||
}
|
||||
],
|
||||
"interfaces": [
|
||||
{
|
||||
"id": "def-common.TagsCapabilities",
|
||||
"type": "Interface",
|
||||
"label": "TagsCapabilities",
|
||||
"description": [
|
||||
"\nRepresent the UI capabilities for the `savedObjectsTagging` section of `Capabilities`"
|
||||
],
|
||||
"tags": [],
|
||||
"children": [
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.TagsCapabilities.view",
|
||||
"type": "boolean",
|
||||
"label": "view",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/capabilities.ts",
|
||||
"lineNumber": 15,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/saved_objects_tagging/common/capabilities.ts#L15"
|
||||
}
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.TagsCapabilities.create",
|
||||
"type": "boolean",
|
||||
"label": "create",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/capabilities.ts",
|
||||
"lineNumber": 16,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/saved_objects_tagging/common/capabilities.ts#L16"
|
||||
}
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.TagsCapabilities.edit",
|
||||
"type": "boolean",
|
||||
"label": "edit",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/capabilities.ts",
|
||||
"lineNumber": 17,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/saved_objects_tagging/common/capabilities.ts#L17"
|
||||
}
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.TagsCapabilities.delete",
|
||||
"type": "boolean",
|
||||
"label": "delete",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/capabilities.ts",
|
||||
"lineNumber": 18,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/saved_objects_tagging/common/capabilities.ts#L18"
|
||||
}
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.TagsCapabilities.assign",
|
||||
"type": "boolean",
|
||||
"label": "assign",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/capabilities.ts",
|
||||
"lineNumber": 19,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/saved_objects_tagging/common/capabilities.ts#L19"
|
||||
}
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.TagsCapabilities.viewConnections",
|
||||
"type": "boolean",
|
||||
"label": "viewConnections",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/capabilities.ts",
|
||||
"lineNumber": 20,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/saved_objects_tagging/common/capabilities.ts#L20"
|
||||
}
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/capabilities.ts",
|
||||
"lineNumber": 14,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/saved_objects_tagging/common/capabilities.ts#L14"
|
||||
},
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-common.TagAttributes",
|
||||
"type": "Interface",
|
||||
"label": "TagAttributes",
|
||||
"description": [],
|
||||
"tags": [],
|
||||
"children": [
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.TagAttributes.name",
|
||||
"type": "string",
|
||||
"label": "name",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 17,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/saved_objects_tagging_oss/common/types.ts#L17"
|
||||
}
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.TagAttributes.description",
|
||||
"type": "string",
|
||||
"label": "description",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 18,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/saved_objects_tagging_oss/common/types.ts#L18"
|
||||
}
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.TagAttributes.color",
|
||||
"type": "string",
|
||||
"label": "color",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 19,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/saved_objects_tagging_oss/common/types.ts#L19"
|
||||
}
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 16,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/saved_objects_tagging_oss/common/types.ts#L16"
|
||||
},
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-common.Tag",
|
||||
"type": "Interface",
|
||||
"label": "Tag",
|
||||
"description": [],
|
||||
"tags": [],
|
||||
"children": [
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.Tag.id",
|
||||
"type": "string",
|
||||
"label": "id",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 10,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/saved_objects_tagging_oss/common/types.ts#L10"
|
||||
}
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.Tag.name",
|
||||
"type": "string",
|
||||
"label": "name",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 11,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/saved_objects_tagging_oss/common/types.ts#L11"
|
||||
}
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.Tag.description",
|
||||
"type": "string",
|
||||
"label": "description",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 12,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/saved_objects_tagging_oss/common/types.ts#L12"
|
||||
}
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.Tag.color",
|
||||
"type": "string",
|
||||
"label": "color",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 13,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/saved_objects_tagging_oss/common/types.ts#L13"
|
||||
}
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 9,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/saved_objects_tagging_oss/common/types.ts#L9"
|
||||
},
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-common.ITagsClient",
|
||||
"type": "Interface",
|
||||
|
@ -500,8 +283,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 27,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/saved_objects_tagging_oss/common/types.ts#L27"
|
||||
"lineNumber": 27
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -509,8 +291,7 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 27,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/saved_objects_tagging_oss/common/types.ts#L27"
|
||||
"lineNumber": 27
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -540,8 +321,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 28,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/saved_objects_tagging_oss/common/types.ts#L28"
|
||||
"lineNumber": 28
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -549,8 +329,7 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 28,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/saved_objects_tagging_oss/common/types.ts#L28"
|
||||
"lineNumber": 28
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -595,8 +374,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 29,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/saved_objects_tagging_oss/common/types.ts#L29"
|
||||
"lineNumber": 29
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -604,8 +382,7 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 29,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/saved_objects_tagging_oss/common/types.ts#L29"
|
||||
"lineNumber": 29
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -627,8 +404,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 30,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/saved_objects_tagging_oss/common/types.ts#L30"
|
||||
"lineNumber": 30
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -636,8 +412,7 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 30,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/saved_objects_tagging_oss/common/types.ts#L30"
|
||||
"lineNumber": 30
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -675,8 +450,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 31,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/saved_objects_tagging_oss/common/types.ts#L31"
|
||||
"lineNumber": 31
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -695,8 +469,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 31,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/saved_objects_tagging_oss/common/types.ts#L31"
|
||||
"lineNumber": 31
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -704,15 +477,200 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 31,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/saved_objects_tagging_oss/common/types.ts#L31"
|
||||
"lineNumber": 31
|
||||
}
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 26,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/saved_objects_tagging_oss/common/types.ts#L26"
|
||||
"lineNumber": 26
|
||||
},
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-common.Tag",
|
||||
"type": "Interface",
|
||||
"label": "Tag",
|
||||
"description": [],
|
||||
"tags": [],
|
||||
"children": [
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.Tag.id",
|
||||
"type": "string",
|
||||
"label": "id",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 10
|
||||
}
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.Tag.name",
|
||||
"type": "string",
|
||||
"label": "name",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 11
|
||||
}
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.Tag.description",
|
||||
"type": "string",
|
||||
"label": "description",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 12
|
||||
}
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.Tag.color",
|
||||
"type": "string",
|
||||
"label": "color",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 13
|
||||
}
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 9
|
||||
},
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-common.TagAttributes",
|
||||
"type": "Interface",
|
||||
"label": "TagAttributes",
|
||||
"description": [],
|
||||
"tags": [],
|
||||
"children": [
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.TagAttributes.name",
|
||||
"type": "string",
|
||||
"label": "name",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 17
|
||||
}
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.TagAttributes.description",
|
||||
"type": "string",
|
||||
"label": "description",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 18
|
||||
}
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.TagAttributes.color",
|
||||
"type": "string",
|
||||
"label": "color",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 19
|
||||
}
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/saved_objects_tagging_oss/common/types.ts",
|
||||
"lineNumber": 16
|
||||
},
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-common.TagsCapabilities",
|
||||
"type": "Interface",
|
||||
"label": "TagsCapabilities",
|
||||
"description": [
|
||||
"\nRepresent the UI capabilities for the `savedObjectsTagging` section of `Capabilities`"
|
||||
],
|
||||
"tags": [],
|
||||
"children": [
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.TagsCapabilities.view",
|
||||
"type": "boolean",
|
||||
"label": "view",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/capabilities.ts",
|
||||
"lineNumber": 15
|
||||
}
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.TagsCapabilities.create",
|
||||
"type": "boolean",
|
||||
"label": "create",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/capabilities.ts",
|
||||
"lineNumber": 16
|
||||
}
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.TagsCapabilities.edit",
|
||||
"type": "boolean",
|
||||
"label": "edit",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/capabilities.ts",
|
||||
"lineNumber": 17
|
||||
}
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.TagsCapabilities.delete",
|
||||
"type": "boolean",
|
||||
"label": "delete",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/capabilities.ts",
|
||||
"lineNumber": 18
|
||||
}
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.TagsCapabilities.assign",
|
||||
"type": "boolean",
|
||||
"label": "assign",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/capabilities.ts",
|
||||
"lineNumber": 19
|
||||
}
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.TagsCapabilities.viewConnections",
|
||||
"type": "boolean",
|
||||
"label": "viewConnections",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/capabilities.ts",
|
||||
"lineNumber": 20
|
||||
}
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/capabilities.ts",
|
||||
"lineNumber": 14
|
||||
},
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -731,8 +689,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/validation.ts",
|
||||
"lineNumber": 18,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/saved_objects_tagging/common/validation.ts#L18"
|
||||
"lineNumber": 18
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -743,8 +700,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/validation.ts",
|
||||
"lineNumber": 19,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/saved_objects_tagging/common/validation.ts#L19"
|
||||
"lineNumber": 19
|
||||
},
|
||||
"signature": [
|
||||
"string[]"
|
||||
|
@ -758,8 +714,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/validation.ts",
|
||||
"lineNumber": 20,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/saved_objects_tagging/common/validation.ts#L20"
|
||||
"lineNumber": 20
|
||||
},
|
||||
"signature": [
|
||||
"Partial<Record<\"color\" | \"id\" | \"description\" | \"name\", string | undefined>>"
|
||||
|
@ -768,14 +723,28 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/validation.ts",
|
||||
"lineNumber": 17,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/saved_objects_tagging/common/validation.ts#L17"
|
||||
"lineNumber": 17
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
],
|
||||
"enums": [],
|
||||
"misc": [
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.tagDescriptionMaxLength",
|
||||
"type": "number",
|
||||
"label": "tagDescriptionMaxLength",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/validation.ts",
|
||||
"lineNumber": 13
|
||||
},
|
||||
"signature": [
|
||||
"100"
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.tagFeatureId",
|
||||
|
@ -786,32 +755,13 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/constants.ts",
|
||||
"lineNumber": 11,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/saved_objects_tagging/common/constants.ts#L11"
|
||||
"lineNumber": 11
|
||||
},
|
||||
"signature": [
|
||||
"\"savedObjectsTagging\""
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.tagSavedObjectTypeName",
|
||||
"type": "string",
|
||||
"label": "tagSavedObjectTypeName",
|
||||
"description": [
|
||||
"\nThe saved object type for `tag` objects"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/constants.ts",
|
||||
"lineNumber": 15,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/saved_objects_tagging/common/constants.ts#L15"
|
||||
},
|
||||
"signature": [
|
||||
"\"tag\""
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.tagManagementSectionId",
|
||||
|
@ -822,62 +772,13 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/constants.ts",
|
||||
"lineNumber": 19,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/saved_objects_tagging/common/constants.ts#L19"
|
||||
"lineNumber": 19
|
||||
},
|
||||
"signature": [
|
||||
"\"tags\""
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-common.TagWithRelations",
|
||||
"type": "Type",
|
||||
"label": "TagWithRelations",
|
||||
"tags": [],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/types.ts",
|
||||
"lineNumber": 13,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/saved_objects_tagging/common/types.ts#L13"
|
||||
},
|
||||
"signature": [
|
||||
"Tag & { relationCount: number; }"
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-common.TagSavedObject",
|
||||
"type": "Type",
|
||||
"label": "TagSavedObject",
|
||||
"tags": [],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/types.ts",
|
||||
"lineNumber": 11,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/saved_objects_tagging/common/types.ts#L11"
|
||||
},
|
||||
"signature": [
|
||||
"SavedObject<TagAttributes>"
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.tagNameMinLength",
|
||||
"type": "number",
|
||||
"label": "tagNameMinLength",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/validation.ts",
|
||||
"lineNumber": 11,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/saved_objects_tagging/common/validation.ts#L11"
|
||||
},
|
||||
"signature": [
|
||||
"2"
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.tagNameMaxLength",
|
||||
|
@ -886,8 +787,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/validation.ts",
|
||||
"lineNumber": 12,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/saved_objects_tagging/common/validation.ts#L12"
|
||||
"lineNumber": 12
|
||||
},
|
||||
"signature": [
|
||||
"50"
|
||||
|
@ -896,17 +796,63 @@
|
|||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.tagDescriptionMaxLength",
|
||||
"id": "def-common.tagNameMinLength",
|
||||
"type": "number",
|
||||
"label": "tagDescriptionMaxLength",
|
||||
"label": "tagNameMinLength",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/validation.ts",
|
||||
"lineNumber": 13,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/saved_objects_tagging/common/validation.ts#L13"
|
||||
"lineNumber": 11
|
||||
},
|
||||
"signature": [
|
||||
"100"
|
||||
"2"
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-common.TagSavedObject",
|
||||
"type": "Type",
|
||||
"label": "TagSavedObject",
|
||||
"tags": [],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/types.ts",
|
||||
"lineNumber": 11
|
||||
},
|
||||
"signature": [
|
||||
"SavedObject<TagAttributes>"
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.tagSavedObjectTypeName",
|
||||
"type": "string",
|
||||
"label": "tagSavedObjectTypeName",
|
||||
"description": [
|
||||
"\nThe saved object type for `tag` objects"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/constants.ts",
|
||||
"lineNumber": 15
|
||||
},
|
||||
"signature": [
|
||||
"\"tag\""
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-common.TagWithRelations",
|
||||
"type": "Type",
|
||||
"label": "TagWithRelations",
|
||||
"tags": [],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/saved_objects_tagging/common/types.ts",
|
||||
"lineNumber": 13
|
||||
},
|
||||
"signature": [
|
||||
"Tag & { relationCount: number; }"
|
||||
],
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -22,8 +22,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/security_oss/public/plugin.ts",
|
||||
"lineNumber": 26,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/security_oss/public/plugin.ts#L26"
|
||||
"lineNumber": 26
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
|
@ -38,8 +37,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/security_oss/public/plugin.ts",
|
||||
"lineNumber": 25,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/security_oss/public/plugin.ts#L25"
|
||||
"lineNumber": 25
|
||||
},
|
||||
"lifecycle": "setup",
|
||||
"initialIsOpen": true
|
||||
|
@ -59,8 +57,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/security_oss/public/plugin.ts",
|
||||
"lineNumber": 30,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/security_oss/public/plugin.ts#L30"
|
||||
"lineNumber": 30
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
|
@ -80,8 +77,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/security_oss/public/plugin.ts",
|
||||
"lineNumber": 31,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/security_oss/public/plugin.ts#L31"
|
||||
"lineNumber": 31
|
||||
},
|
||||
"signature": [
|
||||
"{ getAccessURLParameters: () => Promise<Record<string, string> | null>; getCapabilities: () => Promise<",
|
||||
|
@ -98,8 +94,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/security_oss/public/plugin.ts",
|
||||
"lineNumber": 29,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/security_oss/public/plugin.ts#L29"
|
||||
"lineNumber": 29
|
||||
},
|
||||
"lifecycle": "start",
|
||||
"initialIsOpen": true
|
||||
|
@ -129,8 +124,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/security_oss/server/plugin.ts",
|
||||
"lineNumber": 29,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/security_oss/server/plugin.ts#L29"
|
||||
"lineNumber": 29
|
||||
},
|
||||
"signature": [
|
||||
"BehaviorSubject",
|
||||
|
@ -147,8 +141,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/security_oss/server/plugin.ts",
|
||||
"lineNumber": 35,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/security_oss/server/plugin.ts#L35"
|
||||
"lineNumber": 35
|
||||
},
|
||||
"signature": [
|
||||
"(provider: () => ",
|
||||
|
@ -165,8 +158,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/security_oss/server/plugin.ts",
|
||||
"lineNumber": 25,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/security_oss/server/plugin.ts#L25"
|
||||
"lineNumber": 25
|
||||
},
|
||||
"lifecycle": "setup",
|
||||
"initialIsOpen": true
|
||||
|
@ -193,8 +185,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/security_oss/common/app_state.ts",
|
||||
"lineNumber": 13,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/security_oss/common/app_state.ts#L13"
|
||||
"lineNumber": 13
|
||||
},
|
||||
"signature": [
|
||||
"{ displayAlert: boolean; }"
|
||||
|
@ -208,8 +199,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/security_oss/common/app_state.ts",
|
||||
"lineNumber": 14,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/security_oss/common/app_state.ts#L14"
|
||||
"lineNumber": 14
|
||||
},
|
||||
"signature": [
|
||||
"{ isEnabled: boolean; accessURLParameters: Record<string, string> | null; }"
|
||||
|
@ -218,8 +208,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/security_oss/common/app_state.ts",
|
||||
"lineNumber": 12,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/security_oss/common/app_state.ts#L12"
|
||||
"lineNumber": 12
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
|
File diff suppressed because it is too large
Load diff
1078
api_docs/share.json
1078
api_docs/share.json
File diff suppressed because it is too large
Load diff
|
@ -29,8 +29,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/snapshot_restore/common/constants.ts",
|
||||
"lineNumber": 25,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/snapshot_restore/common/constants.ts#L25"
|
||||
"lineNumber": 25
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -44,14 +43,58 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/snapshot_restore/common/constants.ts",
|
||||
"lineNumber": 23,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/snapshot_restore/common/constants.ts#L23"
|
||||
"lineNumber": 23
|
||||
},
|
||||
"signature": [
|
||||
"\"/api/snapshot_restore/\""
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.APP_REQUIRED_CLUSTER_PRIVILEGES",
|
||||
"type": "Array",
|
||||
"label": "APP_REQUIRED_CLUSTER_PRIVILEGES",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/snapshot_restore/common/constants.ts",
|
||||
"lineNumber": 55
|
||||
},
|
||||
"signature": [
|
||||
"string[]"
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.APP_RESTORE_INDEX_PRIVILEGES",
|
||||
"type": "Array",
|
||||
"label": "APP_RESTORE_INDEX_PRIVILEGES",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/snapshot_restore/common/constants.ts",
|
||||
"lineNumber": 59
|
||||
},
|
||||
"signature": [
|
||||
"string[]"
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.APP_SLM_CLUSTER_PRIVILEGES",
|
||||
"type": "Array",
|
||||
"label": "APP_SLM_CLUSTER_PRIVILEGES",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/snapshot_restore/common/constants.ts",
|
||||
"lineNumber": 60
|
||||
},
|
||||
"signature": [
|
||||
"string[]"
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.DEFAULT_REPOSITORY_TYPES",
|
||||
|
@ -60,8 +103,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/snapshot_restore/common/constants.ts",
|
||||
"lineNumber": 36,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/snapshot_restore/common/constants.ts#L36"
|
||||
"lineNumber": 36
|
||||
},
|
||||
"signature": [
|
||||
"RepositoryType",
|
||||
|
@ -77,62 +119,13 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/snapshot_restore/common/constants.ts",
|
||||
"lineNumber": 41,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/snapshot_restore/common/constants.ts#L41"
|
||||
"lineNumber": 41
|
||||
},
|
||||
"signature": [
|
||||
"RepositoryType",
|
||||
"[]"
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.APP_REQUIRED_CLUSTER_PRIVILEGES",
|
||||
"type": "Array",
|
||||
"label": "APP_REQUIRED_CLUSTER_PRIVILEGES",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/snapshot_restore/common/constants.ts",
|
||||
"lineNumber": 55,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/snapshot_restore/common/constants.ts#L55"
|
||||
},
|
||||
"signature": [
|
||||
"string[]"
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.APP_RESTORE_INDEX_PRIVILEGES",
|
||||
"type": "Array",
|
||||
"label": "APP_RESTORE_INDEX_PRIVILEGES",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/snapshot_restore/common/constants.ts",
|
||||
"lineNumber": 59,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/snapshot_restore/common/constants.ts#L59"
|
||||
},
|
||||
"signature": [
|
||||
"string[]"
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.APP_SLM_CLUSTER_PRIVILEGES",
|
||||
"type": "Array",
|
||||
"label": "APP_SLM_CLUSTER_PRIVILEGES",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/snapshot_restore/common/constants.ts",
|
||||
"lineNumber": 60,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/snapshot_restore/common/constants.ts#L60"
|
||||
},
|
||||
"signature": [
|
||||
"string[]"
|
||||
],
|
||||
"initialIsOpen": false
|
||||
}
|
||||
],
|
||||
"objects": [
|
||||
|
@ -149,8 +142,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/snapshot_restore/common/constants.ts",
|
||||
"lineNumber": 14,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/snapshot_restore/common/constants.ts#L14"
|
||||
"lineNumber": 14
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -161,8 +153,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/snapshot_restore/common/constants.ts",
|
||||
"lineNumber": 15,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/snapshot_restore/common/constants.ts#L15"
|
||||
"lineNumber": 15
|
||||
},
|
||||
"signature": [
|
||||
"\"basic\""
|
||||
|
@ -182,8 +173,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/snapshot_restore/common/constants.ts",
|
||||
"lineNumber": 16,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/snapshot_restore/common/constants.ts#L16"
|
||||
"lineNumber": 16
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -194,8 +184,7 @@
|
|||
"label": "getI18nName",
|
||||
"source": {
|
||||
"path": "x-pack/plugins/snapshot_restore/common/constants.ts",
|
||||
"lineNumber": 16,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/snapshot_restore/common/constants.ts#L16"
|
||||
"lineNumber": 16
|
||||
},
|
||||
"tags": [],
|
||||
"returnComment": []
|
||||
|
@ -205,8 +194,7 @@
|
|||
"label": "PLUGIN",
|
||||
"source": {
|
||||
"path": "x-pack/plugins/snapshot_restore/common/constants.ts",
|
||||
"lineNumber": 13,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/snapshot_restore/common/constants.ts#L13"
|
||||
"lineNumber": 13
|
||||
},
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -223,8 +211,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/snapshot_restore/common/constants.ts",
|
||||
"lineNumber": 49,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/snapshot_restore/common/constants.ts#L49"
|
||||
"lineNumber": 49
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
|
@ -245,8 +232,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/snapshot_restore/common/constants.ts",
|
||||
"lineNumber": 50,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/snapshot_restore/common/constants.ts#L50"
|
||||
"lineNumber": 50
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
|
@ -267,8 +253,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/snapshot_restore/common/constants.ts",
|
||||
"lineNumber": 51,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/snapshot_restore/common/constants.ts#L51"
|
||||
"lineNumber": 51
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
|
@ -289,8 +274,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/snapshot_restore/common/constants.ts",
|
||||
"lineNumber": 52,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/snapshot_restore/common/constants.ts#L52"
|
||||
"lineNumber": 52
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
|
@ -308,8 +292,7 @@
|
|||
"label": "REPOSITORY_PLUGINS_MAP",
|
||||
"source": {
|
||||
"path": "x-pack/plugins/snapshot_restore/common/constants.ts",
|
||||
"lineNumber": 48,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/snapshot_restore/common/constants.ts#L48"
|
||||
"lineNumber": 48
|
||||
},
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -326,8 +309,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/snapshot_restore/common/constants.ts",
|
||||
"lineNumber": 63,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/snapshot_restore/common/constants.ts#L63"
|
||||
"lineNumber": 63
|
||||
},
|
||||
"signature": [
|
||||
"\"d\""
|
||||
|
@ -341,8 +323,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/snapshot_restore/common/constants.ts",
|
||||
"lineNumber": 64,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/snapshot_restore/common/constants.ts#L64"
|
||||
"lineNumber": 64
|
||||
},
|
||||
"signature": [
|
||||
"\"h\""
|
||||
|
@ -356,8 +337,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/snapshot_restore/common/constants.ts",
|
||||
"lineNumber": 65,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/snapshot_restore/common/constants.ts#L65"
|
||||
"lineNumber": 65
|
||||
},
|
||||
"signature": [
|
||||
"\"m\""
|
||||
|
@ -371,8 +351,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/snapshot_restore/common/constants.ts",
|
||||
"lineNumber": 66,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/snapshot_restore/common/constants.ts#L66"
|
||||
"lineNumber": 66
|
||||
},
|
||||
"signature": [
|
||||
"\"s\""
|
||||
|
@ -383,8 +362,7 @@
|
|||
"label": "TIME_UNITS",
|
||||
"source": {
|
||||
"path": "x-pack/plugins/snapshot_restore/common/constants.ts",
|
||||
"lineNumber": 62,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/snapshot_restore/common/constants.ts#L62"
|
||||
"lineNumber": 62
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -22,8 +22,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/stack_alerts/server/alert_types/index_threshold/alert_type.ts",
|
||||
"lineNumber": 20,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/stack_alerts/server/alert_types/index_threshold/alert_type.ts#L20"
|
||||
"lineNumber": 20
|
||||
},
|
||||
"signature": [
|
||||
"\".index-threshold\""
|
||||
|
@ -39,22 +38,6 @@
|
|||
"interfaces": [],
|
||||
"enums": [],
|
||||
"misc": [
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.STACK_ALERTS_FEATURE_ID",
|
||||
"type": "string",
|
||||
"label": "STACK_ALERTS_FEATURE_ID",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/stack_alerts/common/index.ts",
|
||||
"lineNumber": 9,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/stack_alerts/common/index.ts#L9"
|
||||
},
|
||||
"signature": [
|
||||
"\"stackAlerts\""
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-common.Config",
|
||||
"type": "Type",
|
||||
|
@ -63,13 +46,27 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/stack_alerts/common/config.ts",
|
||||
"lineNumber": 14,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/stack_alerts/common/config.ts#L14"
|
||||
"lineNumber": 14
|
||||
},
|
||||
"signature": [
|
||||
"{ readonly enabled: boolean; }"
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-common.STACK_ALERTS_FEATURE_ID",
|
||||
"type": "string",
|
||||
"label": "STACK_ALERTS_FEATURE_ID",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/stack_alerts/common/index.ts",
|
||||
"lineNumber": 9
|
||||
},
|
||||
"signature": [
|
||||
"\"stackAlerts\""
|
||||
],
|
||||
"initialIsOpen": false
|
||||
}
|
||||
],
|
||||
"objects": [
|
||||
|
@ -81,8 +78,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/stack_alerts/common/config.ts",
|
||||
"lineNumber": 10,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/stack_alerts/common/config.ts#L10"
|
||||
"lineNumber": 10
|
||||
},
|
||||
"signature": [
|
||||
"ObjectType",
|
||||
|
|
|
@ -77,8 +77,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/task_manager/server/plugin.ts",
|
||||
"lineNumber": 55,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/task_manager/server/plugin.ts#L55"
|
||||
"lineNumber": 55
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -86,8 +85,7 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/task_manager/server/plugin.ts",
|
||||
"lineNumber": 55,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/task_manager/server/plugin.ts#L55"
|
||||
"lineNumber": 55
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -131,8 +129,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/task_manager/server/plugin.ts",
|
||||
"lineNumber": 62,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/task_manager/server/plugin.ts#L62"
|
||||
"lineNumber": 62
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -140,8 +137,7 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/task_manager/server/plugin.ts",
|
||||
"lineNumber": 62,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/task_manager/server/plugin.ts#L62"
|
||||
"lineNumber": 62
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -184,8 +180,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/task_manager/server/plugin.ts",
|
||||
"lineNumber": 109,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/task_manager/server/plugin.ts#L109"
|
||||
"lineNumber": 109
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -193,15 +188,13 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/task_manager/server/plugin.ts",
|
||||
"lineNumber": 109,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/task_manager/server/plugin.ts#L109"
|
||||
"lineNumber": 109
|
||||
}
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/task_manager/server/plugin.ts",
|
||||
"lineNumber": 44,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/task_manager/server/plugin.ts#L44"
|
||||
"lineNumber": 44
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -235,8 +228,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/task_manager/server/task_running/errors.ts",
|
||||
"lineNumber": 21,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/task_manager/server/task_running/errors.ts#L21"
|
||||
"lineNumber": 21
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -244,8 +236,7 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/task_manager/server/task_running/errors.ts",
|
||||
"lineNumber": 21,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/task_manager/server/task_running/errors.ts#L21"
|
||||
"lineNumber": 21
|
||||
},
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -268,8 +259,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/task_manager/server/task_running/errors.ts",
|
||||
"lineNumber": 25,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/task_manager/server/task_running/errors.ts#L25"
|
||||
"lineNumber": 25
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -277,236 +267,12 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/task_manager/server/task_running/errors.ts",
|
||||
"lineNumber": 25,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/task_manager/server/task_running/errors.ts#L25"
|
||||
"lineNumber": 25
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
],
|
||||
"interfaces": [
|
||||
{
|
||||
"id": "def-server.TaskInstance",
|
||||
"type": "Interface",
|
||||
"label": "TaskInstance",
|
||||
"description": [],
|
||||
"tags": [],
|
||||
"children": [
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-server.TaskInstance.id",
|
||||
"type": "string",
|
||||
"label": "id",
|
||||
"description": [
|
||||
"\nOptional ID that can be passed by the caller. When ID is undefined, ES\nwill auto-generate a unique id. Otherwise, ID will be used to either\ncreate a new document, or update existing document"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/task_manager/server/task.ts",
|
||||
"lineNumber": 201,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/task_manager/server/task.ts#L201"
|
||||
},
|
||||
"signature": [
|
||||
"string | undefined"
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-server.TaskInstance.taskType",
|
||||
"type": "string",
|
||||
"label": "taskType",
|
||||
"description": [
|
||||
"\nThe task definition type whose run function will execute this instance."
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/task_manager/server/task.ts",
|
||||
"lineNumber": 206,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/task_manager/server/task.ts#L206"
|
||||
}
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-server.TaskInstance.scheduledAt",
|
||||
"type": "Object",
|
||||
"label": "scheduledAt",
|
||||
"description": [
|
||||
"\nThe date and time that this task was originally scheduled. This is used\nfor convenience to task run functions, and for troubleshooting."
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/task_manager/server/task.ts",
|
||||
"lineNumber": 212,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/task_manager/server/task.ts#L212"
|
||||
},
|
||||
"signature": [
|
||||
"Date | undefined"
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-server.TaskInstance.startedAt",
|
||||
"type": "CompoundType",
|
||||
"label": "startedAt",
|
||||
"description": [
|
||||
"\nThe date and time that this task started execution. This is used to determine\nthe \"real\" runAt that ended up running the task. This value is only set\nwhen status is set to \"running\"."
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/task_manager/server/task.ts",
|
||||
"lineNumber": 219,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/task_manager/server/task.ts#L219"
|
||||
},
|
||||
"signature": [
|
||||
"Date | null | undefined"
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-server.TaskInstance.retryAt",
|
||||
"type": "CompoundType",
|
||||
"label": "retryAt",
|
||||
"description": [
|
||||
"\nThe date and time that this task should re-execute if stuck in \"running\" / timeout\nstatus. This value is only set when status is set to \"running\"."
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/task_manager/server/task.ts",
|
||||
"lineNumber": 225,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/task_manager/server/task.ts#L225"
|
||||
},
|
||||
"signature": [
|
||||
"Date | null | undefined"
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-server.TaskInstance.runAt",
|
||||
"type": "Object",
|
||||
"label": "runAt",
|
||||
"description": [
|
||||
"\nThe date and time that this task is scheduled to be run. It is not\nguaranteed to run at this time, but it is guaranteed not to run earlier\nthan this. Defaults to immediately."
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/task_manager/server/task.ts",
|
||||
"lineNumber": 232,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/task_manager/server/task.ts#L232"
|
||||
},
|
||||
"signature": [
|
||||
"Date | undefined"
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-server.TaskInstance.schedule",
|
||||
"type": "Object",
|
||||
"label": "schedule",
|
||||
"description": [
|
||||
"\nA TaskSchedule string, which specifies this as a recurring task.\n\nCurrently, this supports a single format: an interval in minutes or seconds (e.g. '5m', '30s')."
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/task_manager/server/task.ts",
|
||||
"lineNumber": 239,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/task_manager/server/task.ts#L239"
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "taskManager",
|
||||
"scope": "server",
|
||||
"docId": "kibTaskManagerPluginApi",
|
||||
"section": "def-server.IntervalSchedule",
|
||||
"text": "IntervalSchedule"
|
||||
},
|
||||
" | undefined"
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-server.TaskInstance.params",
|
||||
"type": "Object",
|
||||
"label": "params",
|
||||
"description": [
|
||||
"\nA task-specific set of parameters, used by the task's run function to tailor\nits work. This is generally user-input, such as { sms: '333-444-2222' }."
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/task_manager/server/task.ts",
|
||||
"lineNumber": 248,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/task_manager/server/task.ts#L248"
|
||||
},
|
||||
"signature": [
|
||||
"Record<string, any>"
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-server.TaskInstance.state",
|
||||
"type": "Object",
|
||||
"label": "state",
|
||||
"description": [
|
||||
"\nThe state passed into the task's run function, and returned by the previous\nrun. If there was no previous run, or if the previous run did not return\nany state, this will be the empy object: {}"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/task_manager/server/task.ts",
|
||||
"lineNumber": 258,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/task_manager/server/task.ts#L258"
|
||||
},
|
||||
"signature": [
|
||||
"Record<string, any>"
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-server.TaskInstance.user",
|
||||
"type": "string",
|
||||
"label": "user",
|
||||
"description": [
|
||||
"\nThe id of the user who scheduled this task."
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/task_manager/server/task.ts",
|
||||
"lineNumber": 263,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/task_manager/server/task.ts#L263"
|
||||
},
|
||||
"signature": [
|
||||
"string | undefined"
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-server.TaskInstance.scope",
|
||||
"type": "Array",
|
||||
"label": "scope",
|
||||
"description": [
|
||||
"\nUsed to group tasks for querying. So, reporting might schedule tasks with a scope of 'reporting',\nand then query such tasks to provide a glimpse at only reporting tasks, rather than at all tasks."
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/task_manager/server/task.ts",
|
||||
"lineNumber": 269,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/task_manager/server/task.ts#L269"
|
||||
},
|
||||
"signature": [
|
||||
"string[] | undefined"
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-server.TaskInstance.ownerId",
|
||||
"type": "CompoundType",
|
||||
"label": "ownerId",
|
||||
"description": [
|
||||
"\nThe random uuid of the Kibana instance which claimed ownership of the task last"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/task_manager/server/task.ts",
|
||||
"lineNumber": 274,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/task_manager/server/task.ts#L274"
|
||||
},
|
||||
"signature": [
|
||||
"string | null | undefined"
|
||||
]
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/task_manager/server/task.ts",
|
||||
"lineNumber": 195,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/task_manager/server/task.ts#L195"
|
||||
},
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-server.ConcreteTaskInstance",
|
||||
"type": "Interface",
|
||||
|
@ -543,8 +309,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/task_manager/server/task.ts",
|
||||
"lineNumber": 302,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/task_manager/server/task.ts#L302"
|
||||
"lineNumber": 302
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -557,8 +322,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/task_manager/server/task.ts",
|
||||
"lineNumber": 307,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/task_manager/server/task.ts#L307"
|
||||
"lineNumber": 307
|
||||
},
|
||||
"signature": [
|
||||
"string | undefined"
|
||||
|
@ -574,8 +338,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/task_manager/server/task.ts",
|
||||
"lineNumber": 313,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/task_manager/server/task.ts#L313"
|
||||
"lineNumber": 313
|
||||
},
|
||||
"signature": [
|
||||
"Date"
|
||||
|
@ -591,8 +354,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/task_manager/server/task.ts",
|
||||
"lineNumber": 319,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/task_manager/server/task.ts#L319"
|
||||
"lineNumber": 319
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -605,8 +367,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/task_manager/server/task.ts",
|
||||
"lineNumber": 324,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/task_manager/server/task.ts#L324"
|
||||
"lineNumber": 324
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
|
@ -628,8 +389,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/task_manager/server/task.ts",
|
||||
"lineNumber": 330,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/task_manager/server/task.ts#L330"
|
||||
"lineNumber": 330
|
||||
},
|
||||
"signature": [
|
||||
"Date"
|
||||
|
@ -645,8 +405,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/task_manager/server/task.ts",
|
||||
"lineNumber": 337,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/task_manager/server/task.ts#L337"
|
||||
"lineNumber": 337
|
||||
},
|
||||
"signature": [
|
||||
"Date | null"
|
||||
|
@ -662,8 +421,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/task_manager/server/task.ts",
|
||||
"lineNumber": 343,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/task_manager/server/task.ts#L343"
|
||||
"lineNumber": 343
|
||||
},
|
||||
"signature": [
|
||||
"Date | null"
|
||||
|
@ -679,8 +437,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/task_manager/server/task.ts",
|
||||
"lineNumber": 353,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/task_manager/server/task.ts#L353"
|
||||
"lineNumber": 353
|
||||
},
|
||||
"signature": [
|
||||
"Record<string, any>"
|
||||
|
@ -696,8 +453,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/task_manager/server/task.ts",
|
||||
"lineNumber": 358,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/task_manager/server/task.ts#L358"
|
||||
"lineNumber": 358
|
||||
},
|
||||
"signature": [
|
||||
"string | null"
|
||||
|
@ -706,8 +462,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/task_manager/server/task.ts",
|
||||
"lineNumber": 297,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/task_manager/server/task.ts#L297"
|
||||
"lineNumber": 297
|
||||
},
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -730,8 +485,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/task_manager/server/task.ts",
|
||||
"lineNumber": 37,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/task_manager/server/task.ts#L37"
|
||||
"lineNumber": 37
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
|
@ -746,8 +500,217 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/task_manager/server/task.ts",
|
||||
"lineNumber": 33,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/task_manager/server/task.ts#L33"
|
||||
"lineNumber": 33
|
||||
},
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-server.TaskInstance",
|
||||
"type": "Interface",
|
||||
"label": "TaskInstance",
|
||||
"description": [],
|
||||
"tags": [],
|
||||
"children": [
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-server.TaskInstance.id",
|
||||
"type": "string",
|
||||
"label": "id",
|
||||
"description": [
|
||||
"\nOptional ID that can be passed by the caller. When ID is undefined, ES\nwill auto-generate a unique id. Otherwise, ID will be used to either\ncreate a new document, or update existing document"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/task_manager/server/task.ts",
|
||||
"lineNumber": 201
|
||||
},
|
||||
"signature": [
|
||||
"string | undefined"
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-server.TaskInstance.taskType",
|
||||
"type": "string",
|
||||
"label": "taskType",
|
||||
"description": [
|
||||
"\nThe task definition type whose run function will execute this instance."
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/task_manager/server/task.ts",
|
||||
"lineNumber": 206
|
||||
}
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-server.TaskInstance.scheduledAt",
|
||||
"type": "Object",
|
||||
"label": "scheduledAt",
|
||||
"description": [
|
||||
"\nThe date and time that this task was originally scheduled. This is used\nfor convenience to task run functions, and for troubleshooting."
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/task_manager/server/task.ts",
|
||||
"lineNumber": 212
|
||||
},
|
||||
"signature": [
|
||||
"Date | undefined"
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-server.TaskInstance.startedAt",
|
||||
"type": "CompoundType",
|
||||
"label": "startedAt",
|
||||
"description": [
|
||||
"\nThe date and time that this task started execution. This is used to determine\nthe \"real\" runAt that ended up running the task. This value is only set\nwhen status is set to \"running\"."
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/task_manager/server/task.ts",
|
||||
"lineNumber": 219
|
||||
},
|
||||
"signature": [
|
||||
"Date | null | undefined"
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-server.TaskInstance.retryAt",
|
||||
"type": "CompoundType",
|
||||
"label": "retryAt",
|
||||
"description": [
|
||||
"\nThe date and time that this task should re-execute if stuck in \"running\" / timeout\nstatus. This value is only set when status is set to \"running\"."
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/task_manager/server/task.ts",
|
||||
"lineNumber": 225
|
||||
},
|
||||
"signature": [
|
||||
"Date | null | undefined"
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-server.TaskInstance.runAt",
|
||||
"type": "Object",
|
||||
"label": "runAt",
|
||||
"description": [
|
||||
"\nThe date and time that this task is scheduled to be run. It is not\nguaranteed to run at this time, but it is guaranteed not to run earlier\nthan this. Defaults to immediately."
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/task_manager/server/task.ts",
|
||||
"lineNumber": 232
|
||||
},
|
||||
"signature": [
|
||||
"Date | undefined"
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-server.TaskInstance.schedule",
|
||||
"type": "Object",
|
||||
"label": "schedule",
|
||||
"description": [
|
||||
"\nA TaskSchedule string, which specifies this as a recurring task.\n\nCurrently, this supports a single format: an interval in minutes or seconds (e.g. '5m', '30s')."
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/task_manager/server/task.ts",
|
||||
"lineNumber": 239
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "taskManager",
|
||||
"scope": "server",
|
||||
"docId": "kibTaskManagerPluginApi",
|
||||
"section": "def-server.IntervalSchedule",
|
||||
"text": "IntervalSchedule"
|
||||
},
|
||||
" | undefined"
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-server.TaskInstance.params",
|
||||
"type": "Object",
|
||||
"label": "params",
|
||||
"description": [
|
||||
"\nA task-specific set of parameters, used by the task's run function to tailor\nits work. This is generally user-input, such as { sms: '333-444-2222' }."
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/task_manager/server/task.ts",
|
||||
"lineNumber": 248
|
||||
},
|
||||
"signature": [
|
||||
"Record<string, any>"
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-server.TaskInstance.state",
|
||||
"type": "Object",
|
||||
"label": "state",
|
||||
"description": [
|
||||
"\nThe state passed into the task's run function, and returned by the previous\nrun. If there was no previous run, or if the previous run did not return\nany state, this will be the empy object: {}"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/task_manager/server/task.ts",
|
||||
"lineNumber": 258
|
||||
},
|
||||
"signature": [
|
||||
"Record<string, any>"
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-server.TaskInstance.user",
|
||||
"type": "string",
|
||||
"label": "user",
|
||||
"description": [
|
||||
"\nThe id of the user who scheduled this task."
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/task_manager/server/task.ts",
|
||||
"lineNumber": 263
|
||||
},
|
||||
"signature": [
|
||||
"string | undefined"
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-server.TaskInstance.scope",
|
||||
"type": "Array",
|
||||
"label": "scope",
|
||||
"description": [
|
||||
"\nUsed to group tasks for querying. So, reporting might schedule tasks with a scope of 'reporting',\nand then query such tasks to provide a glimpse at only reporting tasks, rather than at all tasks."
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/task_manager/server/task.ts",
|
||||
"lineNumber": 269
|
||||
},
|
||||
"signature": [
|
||||
"string[] | undefined"
|
||||
]
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-server.TaskInstance.ownerId",
|
||||
"type": "CompoundType",
|
||||
"label": "ownerId",
|
||||
"description": [
|
||||
"\nThe random uuid of the Kibana instance which claimed ownership of the task last"
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/task_manager/server/task.ts",
|
||||
"lineNumber": 274
|
||||
},
|
||||
"signature": [
|
||||
"string | null | undefined"
|
||||
]
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/task_manager/server/task.ts",
|
||||
"lineNumber": 195
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -761,8 +724,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/task_manager/server/task.ts",
|
||||
"lineNumber": 171,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/task_manager/server/task.ts#L171"
|
||||
"lineNumber": 171
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -776,8 +738,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/task_manager/server/task.ts",
|
||||
"lineNumber": 96,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/task_manager/server/task.ts#L96"
|
||||
"lineNumber": 96
|
||||
},
|
||||
"signature": [
|
||||
"(context: ",
|
||||
|
@ -803,8 +764,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/task_manager/server/plugin.ts",
|
||||
"lineNumber": 31,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/task_manager/server/plugin.ts#L31"
|
||||
"lineNumber": 31
|
||||
},
|
||||
"signature": [
|
||||
"{ addMiddleware: (middleware: Middleware) => void; } & Pick<TaskTypeDictionary, \"registerTaskDefinitions\">"
|
||||
|
@ -820,8 +780,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/task_manager/server/plugin.ts",
|
||||
"lineNumber": 36,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/task_manager/server/plugin.ts#L36"
|
||||
"lineNumber": 36
|
||||
},
|
||||
"signature": [
|
||||
"Pick<TaskScheduling, \"schedule\" | \"runNow\" | \"ensureScheduled\"> & Pick<TaskStore, \"remove\" | \"get\" | \"fetch\"> & { removeIfExists: TaskStore['remove']; }"
|
||||
|
|
|
@ -22,8 +22,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry/public/plugin.ts",
|
||||
"lineNumber": 38,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry/public/plugin.ts#L38"
|
||||
"lineNumber": 38
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
|
@ -43,8 +42,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry/public/plugin.ts",
|
||||
"lineNumber": 39,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry/public/plugin.ts#L39"
|
||||
"lineNumber": 39
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
|
@ -64,8 +62,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry/public/plugin.ts",
|
||||
"lineNumber": 40,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry/public/plugin.ts#L40"
|
||||
"lineNumber": 40
|
||||
},
|
||||
"signature": [
|
||||
"{ getPrivacyStatementUrl: () => string; }"
|
||||
|
@ -74,8 +71,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry/public/plugin.ts",
|
||||
"lineNumber": 37,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry/public/plugin.ts#L37"
|
||||
"lineNumber": 37
|
||||
},
|
||||
"lifecycle": "start",
|
||||
"initialIsOpen": true
|
||||
|
@ -95,8 +91,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry/public/plugin.ts",
|
||||
"lineNumber": 34,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry/public/plugin.ts#L34"
|
||||
"lineNumber": 34
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
|
@ -111,8 +106,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry/public/plugin.ts",
|
||||
"lineNumber": 33,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry/public/plugin.ts#L33"
|
||||
"lineNumber": 33
|
||||
},
|
||||
"lifecycle": "setup",
|
||||
"initialIsOpen": true
|
||||
|
@ -153,8 +147,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry/server/fetcher.ts",
|
||||
"lineNumber": 58,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry/server/fetcher.ts#L58"
|
||||
"lineNumber": 58
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -162,8 +155,7 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry/server/fetcher.ts",
|
||||
"lineNumber": 58,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry/server/fetcher.ts#L58"
|
||||
"lineNumber": 58
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -207,8 +199,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry/server/fetcher.ts",
|
||||
"lineNumber": 65,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry/server/fetcher.ts#L65"
|
||||
"lineNumber": 65
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -227,8 +218,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry/server/fetcher.ts",
|
||||
"lineNumber": 66,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry/server/fetcher.ts#L66"
|
||||
"lineNumber": 66
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -236,8 +226,7 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry/server/fetcher.ts",
|
||||
"lineNumber": 64,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry/server/fetcher.ts#L64"
|
||||
"lineNumber": 64
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -253,20 +242,204 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry/server/fetcher.ts",
|
||||
"lineNumber": 77,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry/server/fetcher.ts#L77"
|
||||
"lineNumber": 77
|
||||
}
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry/server/fetcher.ts",
|
||||
"lineNumber": 45,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry/server/fetcher.ts#L45"
|
||||
"lineNumber": 45
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
],
|
||||
"functions": [
|
||||
{
|
||||
"id": "def-server.buildDataTelemetryPayload",
|
||||
"type": "Function",
|
||||
"label": "buildDataTelemetryPayload",
|
||||
"signature": [
|
||||
"(indices: ",
|
||||
{
|
||||
"pluginId": "telemetry",
|
||||
"scope": "server",
|
||||
"docId": "kibTelemetryPluginApi",
|
||||
"section": "def-server.DataTelemetryIndex",
|
||||
"text": "DataTelemetryIndex"
|
||||
},
|
||||
"[]) => ",
|
||||
{
|
||||
"pluginId": "telemetry",
|
||||
"scope": "server",
|
||||
"docId": "kibTelemetryPluginApi",
|
||||
"section": "def-server.DataTelemetryPayload",
|
||||
"text": "DataTelemetryPayload"
|
||||
}
|
||||
],
|
||||
"description": [],
|
||||
"children": [
|
||||
{
|
||||
"type": "Array",
|
||||
"label": "indices",
|
||||
"isRequired": true,
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "telemetry",
|
||||
"scope": "server",
|
||||
"docId": "kibTelemetryPluginApi",
|
||||
"section": "def-server.DataTelemetryIndex",
|
||||
"text": "DataTelemetryIndex"
|
||||
},
|
||||
"[]"
|
||||
],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry/server/telemetry_collection/get_data_telemetry/get_data_telemetry.ts",
|
||||
"lineNumber": 122
|
||||
}
|
||||
}
|
||||
],
|
||||
"tags": [],
|
||||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry/server/telemetry_collection/get_data_telemetry/get_data_telemetry.ts",
|
||||
"lineNumber": 122
|
||||
},
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-server.getClusterUuids",
|
||||
"type": "Function",
|
||||
"children": [
|
||||
{
|
||||
"type": "Object",
|
||||
"label": "{ esClient }",
|
||||
"isRequired": true,
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "telemetry",
|
||||
"scope": "common",
|
||||
"docId": "kibTelemetryPluginApi",
|
||||
"section": "def-common.StatsCollectionConfig",
|
||||
"text": "StatsCollectionConfig"
|
||||
}
|
||||
],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry/server/telemetry_collection/get_cluster_stats.ts",
|
||||
"lineNumber": 25
|
||||
}
|
||||
}
|
||||
],
|
||||
"signature": [
|
||||
"({ esClient }: ",
|
||||
"StatsCollectionConfig",
|
||||
") => Promise<{ clusterUuid: any; }[]>"
|
||||
],
|
||||
"description": [
|
||||
"\nGet the cluster uuids from the connected cluster."
|
||||
],
|
||||
"label": "getClusterUuids",
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry/server/telemetry_collection/get_cluster_stats.ts",
|
||||
"lineNumber": 25
|
||||
},
|
||||
"tags": [],
|
||||
"returnComment": [],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-server.getLocalStats",
|
||||
"type": "Function",
|
||||
"children": [
|
||||
{
|
||||
"type": "Array",
|
||||
"label": "clustersDetails",
|
||||
"isRequired": true,
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "telemetry",
|
||||
"scope": "common",
|
||||
"docId": "kibTelemetryPluginApi",
|
||||
"section": "def-common.ClusterDetails",
|
||||
"text": "ClusterDetails"
|
||||
},
|
||||
"[]"
|
||||
],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry/server/telemetry_collection/get_local_stats.ts",
|
||||
"lineNumber": 59
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Object",
|
||||
"label": "config",
|
||||
"isRequired": true,
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "telemetry",
|
||||
"scope": "common",
|
||||
"docId": "kibTelemetryPluginApi",
|
||||
"section": "def-common.StatsCollectionConfig",
|
||||
"text": "StatsCollectionConfig"
|
||||
}
|
||||
],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry/server/telemetry_collection/get_local_stats.ts",
|
||||
"lineNumber": 60
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Object",
|
||||
"label": "context",
|
||||
"isRequired": true,
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "telemetry",
|
||||
"scope": "common",
|
||||
"docId": "kibTelemetryPluginApi",
|
||||
"section": "def-common.StatsCollectionContext",
|
||||
"text": "StatsCollectionContext"
|
||||
}
|
||||
],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry/server/telemetry_collection/get_local_stats.ts",
|
||||
"lineNumber": 61
|
||||
}
|
||||
}
|
||||
],
|
||||
"signature": [
|
||||
"(clustersDetails: ",
|
||||
"ClusterDetails",
|
||||
"[], config: ",
|
||||
"StatsCollectionConfig",
|
||||
", context: ",
|
||||
"StatsCollectionContext",
|
||||
") => Promise<{ timestamp: string; cluster_uuid: string; cluster_name: string; version: string; cluster_stats: any; collection: string; stack_stats: { data: ",
|
||||
{
|
||||
"pluginId": "telemetry",
|
||||
"scope": "server",
|
||||
"docId": "kibTelemetryPluginApi",
|
||||
"section": "def-server.DataTelemetryPayload",
|
||||
"text": "DataTelemetryPayload"
|
||||
},
|
||||
" | undefined; kibana: { count: number; indices: number; os: {}; versions: { version: string; count: number; }[]; plugins: { [plugin: string]: any; }; } | undefined; }; }[]>"
|
||||
],
|
||||
"description": [
|
||||
"\nGet statistics for all products joined by Elasticsearch cluster."
|
||||
],
|
||||
"label": "getLocalStats",
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry/server/telemetry_collection/get_local_stats.ts",
|
||||
"lineNumber": 58
|
||||
},
|
||||
"tags": [],
|
||||
"returnComment": [],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-server.handleOldSettings",
|
||||
"type": "Function",
|
||||
|
@ -310,8 +483,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry/server/handle_old_settings/handle_old_settings.ts",
|
||||
"lineNumber": 25,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry/server/handle_old_settings/handle_old_settings.ts#L25"
|
||||
"lineNumber": 25
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -330,8 +502,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry/server/handle_old_settings/handle_old_settings.ts",
|
||||
"lineNumber": 26,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry/server/handle_old_settings/handle_old_settings.ts#L26"
|
||||
"lineNumber": 26
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -339,202 +510,7 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry/server/handle_old_settings/handle_old_settings.ts",
|
||||
"lineNumber": 24,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry/server/handle_old_settings/handle_old_settings.ts#L24"
|
||||
},
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-server.getClusterUuids",
|
||||
"type": "Function",
|
||||
"children": [
|
||||
{
|
||||
"type": "Object",
|
||||
"label": "{ esClient }",
|
||||
"isRequired": true,
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "telemetry",
|
||||
"scope": "common",
|
||||
"docId": "kibTelemetryPluginApi",
|
||||
"section": "def-common.StatsCollectionConfig",
|
||||
"text": "StatsCollectionConfig"
|
||||
}
|
||||
],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry/server/telemetry_collection/get_cluster_stats.ts",
|
||||
"lineNumber": 25,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry/server/telemetry_collection/get_cluster_stats.ts#L25"
|
||||
}
|
||||
}
|
||||
],
|
||||
"signature": [
|
||||
"({ esClient }: ",
|
||||
"StatsCollectionConfig",
|
||||
") => Promise<{ clusterUuid: any; }[]>"
|
||||
],
|
||||
"description": [
|
||||
"\nGet the cluster uuids from the connected cluster."
|
||||
],
|
||||
"label": "getClusterUuids",
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry/server/telemetry_collection/get_cluster_stats.ts",
|
||||
"lineNumber": 25,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry/server/telemetry_collection/get_cluster_stats.ts#L25"
|
||||
},
|
||||
"tags": [],
|
||||
"returnComment": [],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-server.getLocalStats",
|
||||
"type": "Function",
|
||||
"children": [
|
||||
{
|
||||
"type": "Array",
|
||||
"label": "clustersDetails",
|
||||
"isRequired": true,
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "telemetry",
|
||||
"scope": "common",
|
||||
"docId": "kibTelemetryPluginApi",
|
||||
"section": "def-common.ClusterDetails",
|
||||
"text": "ClusterDetails"
|
||||
},
|
||||
"[]"
|
||||
],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry/server/telemetry_collection/get_local_stats.ts",
|
||||
"lineNumber": 59,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry/server/telemetry_collection/get_local_stats.ts#L59"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Object",
|
||||
"label": "config",
|
||||
"isRequired": true,
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "telemetry",
|
||||
"scope": "common",
|
||||
"docId": "kibTelemetryPluginApi",
|
||||
"section": "def-common.StatsCollectionConfig",
|
||||
"text": "StatsCollectionConfig"
|
||||
}
|
||||
],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry/server/telemetry_collection/get_local_stats.ts",
|
||||
"lineNumber": 60,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry/server/telemetry_collection/get_local_stats.ts#L60"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Object",
|
||||
"label": "context",
|
||||
"isRequired": true,
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "telemetry",
|
||||
"scope": "common",
|
||||
"docId": "kibTelemetryPluginApi",
|
||||
"section": "def-common.StatsCollectionContext",
|
||||
"text": "StatsCollectionContext"
|
||||
}
|
||||
],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry/server/telemetry_collection/get_local_stats.ts",
|
||||
"lineNumber": 61,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry/server/telemetry_collection/get_local_stats.ts#L61"
|
||||
}
|
||||
}
|
||||
],
|
||||
"signature": [
|
||||
"(clustersDetails: ",
|
||||
"ClusterDetails",
|
||||
"[], config: ",
|
||||
"StatsCollectionConfig",
|
||||
", context: ",
|
||||
"StatsCollectionContext",
|
||||
") => Promise<{ timestamp: string; cluster_uuid: string; cluster_name: string; version: string; cluster_stats: any; collection: string; stack_stats: { data: ",
|
||||
{
|
||||
"pluginId": "telemetry",
|
||||
"scope": "server",
|
||||
"docId": "kibTelemetryPluginApi",
|
||||
"section": "def-server.DataTelemetryPayload",
|
||||
"text": "DataTelemetryPayload"
|
||||
},
|
||||
" | undefined; kibana: { count: number; indices: number; os: {}; versions: { version: string; count: number; }[]; plugins: { [plugin: string]: any; }; } | undefined; }; }[]>"
|
||||
],
|
||||
"description": [
|
||||
"\nGet statistics for all products joined by Elasticsearch cluster."
|
||||
],
|
||||
"label": "getLocalStats",
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry/server/telemetry_collection/get_local_stats.ts",
|
||||
"lineNumber": 58,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry/server/telemetry_collection/get_local_stats.ts#L58"
|
||||
},
|
||||
"tags": [],
|
||||
"returnComment": [],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-server.buildDataTelemetryPayload",
|
||||
"type": "Function",
|
||||
"label": "buildDataTelemetryPayload",
|
||||
"signature": [
|
||||
"(indices: ",
|
||||
{
|
||||
"pluginId": "telemetry",
|
||||
"scope": "server",
|
||||
"docId": "kibTelemetryPluginApi",
|
||||
"section": "def-server.DataTelemetryIndex",
|
||||
"text": "DataTelemetryIndex"
|
||||
},
|
||||
"[]) => ",
|
||||
{
|
||||
"pluginId": "telemetry",
|
||||
"scope": "server",
|
||||
"docId": "kibTelemetryPluginApi",
|
||||
"section": "def-server.DataTelemetryPayload",
|
||||
"text": "DataTelemetryPayload"
|
||||
}
|
||||
],
|
||||
"description": [],
|
||||
"children": [
|
||||
{
|
||||
"type": "Array",
|
||||
"label": "indices",
|
||||
"isRequired": true,
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "telemetry",
|
||||
"scope": "server",
|
||||
"docId": "kibTelemetryPluginApi",
|
||||
"section": "def-server.DataTelemetryIndex",
|
||||
"text": "DataTelemetryIndex"
|
||||
},
|
||||
"[]"
|
||||
],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry/server/telemetry_collection/get_data_telemetry/get_data_telemetry.ts",
|
||||
"lineNumber": 122,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry/server/telemetry_collection/get_data_telemetry/get_data_telemetry.ts#L122"
|
||||
}
|
||||
}
|
||||
],
|
||||
"tags": [],
|
||||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry/server/telemetry_collection/get_data_telemetry/get_data_telemetry.ts",
|
||||
"lineNumber": 122,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry/server/telemetry_collection/get_data_telemetry/get_data_telemetry.ts#L122"
|
||||
"lineNumber": 24
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -555,8 +531,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry/server/telemetry_collection/get_data_telemetry/get_data_telemetry.ts",
|
||||
"lineNumber": 39,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry/server/telemetry_collection/get_data_telemetry/get_data_telemetry.ts#L39"
|
||||
"lineNumber": 39
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -567,8 +542,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry/server/telemetry_collection/get_data_telemetry/get_data_telemetry.ts",
|
||||
"lineNumber": 40,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry/server/telemetry_collection/get_data_telemetry/get_data_telemetry.ts#L40"
|
||||
"lineNumber": 40
|
||||
},
|
||||
"signature": [
|
||||
"string | undefined"
|
||||
|
@ -582,8 +556,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry/server/telemetry_collection/get_data_telemetry/get_data_telemetry.ts",
|
||||
"lineNumber": 41,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry/server/telemetry_collection/get_data_telemetry/get_data_telemetry.ts#L41"
|
||||
"lineNumber": 41
|
||||
},
|
||||
"signature": [
|
||||
"string | undefined"
|
||||
|
@ -597,8 +570,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry/server/telemetry_collection/get_data_telemetry/get_data_telemetry.ts",
|
||||
"lineNumber": 42,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry/server/telemetry_collection/get_data_telemetry/get_data_telemetry.ts#L42"
|
||||
"lineNumber": 42
|
||||
},
|
||||
"signature": [
|
||||
"string | undefined"
|
||||
|
@ -612,8 +584,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry/server/telemetry_collection/get_data_telemetry/get_data_telemetry.ts",
|
||||
"lineNumber": 43,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry/server/telemetry_collection/get_data_telemetry/get_data_telemetry.ts#L43"
|
||||
"lineNumber": 43
|
||||
},
|
||||
"signature": [
|
||||
"string | undefined"
|
||||
|
@ -627,8 +598,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry/server/telemetry_collection/get_data_telemetry/get_data_telemetry.ts",
|
||||
"lineNumber": 44,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry/server/telemetry_collection/get_data_telemetry/get_data_telemetry.ts#L44"
|
||||
"lineNumber": 44
|
||||
},
|
||||
"signature": [
|
||||
"string | undefined"
|
||||
|
@ -642,8 +612,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry/server/telemetry_collection/get_data_telemetry/get_data_telemetry.ts",
|
||||
"lineNumber": 45,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry/server/telemetry_collection/get_data_telemetry/get_data_telemetry.ts#L45"
|
||||
"lineNumber": 45
|
||||
},
|
||||
"signature": [
|
||||
"boolean | undefined"
|
||||
|
@ -657,8 +626,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry/server/telemetry_collection/get_data_telemetry/get_data_telemetry.ts",
|
||||
"lineNumber": 49,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry/server/telemetry_collection/get_data_telemetry/get_data_telemetry.ts#L49"
|
||||
"lineNumber": 49
|
||||
},
|
||||
"signature": [
|
||||
"number | undefined"
|
||||
|
@ -672,8 +640,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry/server/telemetry_collection/get_data_telemetry/get_data_telemetry.ts",
|
||||
"lineNumber": 50,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry/server/telemetry_collection/get_data_telemetry/get_data_telemetry.ts#L50"
|
||||
"lineNumber": 50
|
||||
},
|
||||
"signature": [
|
||||
"number | undefined"
|
||||
|
@ -682,30 +649,13 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry/server/telemetry_collection/get_data_telemetry/get_data_telemetry.ts",
|
||||
"lineNumber": 38,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry/server/telemetry_collection/get_data_telemetry/get_data_telemetry.ts#L38"
|
||||
"lineNumber": 38
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
],
|
||||
"enums": [],
|
||||
"misc": [
|
||||
{
|
||||
"id": "def-server.TelemetryLocalStats",
|
||||
"type": "Type",
|
||||
"label": "TelemetryLocalStats",
|
||||
"tags": [],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry/server/telemetry_collection/get_local_stats.ts",
|
||||
"lineNumber": 50,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry/server/telemetry_collection/get_local_stats.ts#L50"
|
||||
},
|
||||
"signature": [
|
||||
"{ timestamp: string; cluster_uuid: string; cluster_name: string; version: string; cluster_stats: any; collection: string; stack_stats: { data: DataTelemetryPayload | undefined; kibana: { count: number; indices: number; os: {}; versions: { version: string; count: number; }[]; plugins: { [plugin: string]: any; }; } | undefined; }; }"
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-server.DATA_TELEMETRY_ID",
|
||||
|
@ -714,8 +664,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry/server/telemetry_collection/get_data_telemetry/constants.ts",
|
||||
"lineNumber": 9,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry/server/telemetry_collection/get_data_telemetry/constants.ts#L9"
|
||||
"lineNumber": 9
|
||||
},
|
||||
"signature": [
|
||||
"\"data\""
|
||||
|
@ -730,13 +679,27 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry/server/telemetry_collection/get_data_telemetry/get_data_telemetry.ts",
|
||||
"lineNumber": 36,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry/server/telemetry_collection/get_data_telemetry/get_data_telemetry.ts#L36"
|
||||
"lineNumber": 36
|
||||
},
|
||||
"signature": [
|
||||
"DataTelemetryDocument[]"
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-server.TelemetryLocalStats",
|
||||
"type": "Type",
|
||||
"label": "TelemetryLocalStats",
|
||||
"tags": [],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry/server/telemetry_collection/get_local_stats.ts",
|
||||
"lineNumber": 50
|
||||
},
|
||||
"signature": [
|
||||
"{ timestamp: string; cluster_uuid: string; cluster_name: string; version: string; cluster_stats: any; collection: string; stack_stats: { data: DataTelemetryPayload | undefined; kibana: { count: number; indices: number; os: {}; versions: { version: string; count: number; }[]; plugins: { [plugin: string]: any; }; } | undefined; }; }"
|
||||
],
|
||||
"initialIsOpen": false
|
||||
}
|
||||
],
|
||||
"objects": [],
|
||||
|
@ -757,8 +720,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry/server/plugin.ts",
|
||||
"lineNumber": 53,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry/server/plugin.ts#L53"
|
||||
"lineNumber": 53
|
||||
},
|
||||
"signature": [
|
||||
"() => Promise<",
|
||||
|
@ -769,8 +731,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry/server/plugin.ts",
|
||||
"lineNumber": 48,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry/server/plugin.ts#L48"
|
||||
"lineNumber": 48
|
||||
},
|
||||
"lifecycle": "setup",
|
||||
"initialIsOpen": true
|
||||
|
@ -792,8 +753,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry/server/plugin.ts",
|
||||
"lineNumber": 62,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry/server/plugin.ts#L62"
|
||||
"lineNumber": 62
|
||||
},
|
||||
"signature": [
|
||||
"() => Promise<boolean>"
|
||||
|
@ -802,8 +762,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry/server/plugin.ts",
|
||||
"lineNumber": 56,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry/server/plugin.ts#L56"
|
||||
"lineNumber": 56
|
||||
},
|
||||
"lifecycle": "start",
|
||||
"initialIsOpen": true
|
||||
|
|
|
@ -12,6 +12,31 @@
|
|||
"classes": [],
|
||||
"functions": [],
|
||||
"interfaces": [
|
||||
{
|
||||
"id": "def-server.ClusterDetails",
|
||||
"type": "Interface",
|
||||
"label": "ClusterDetails",
|
||||
"description": [],
|
||||
"tags": [],
|
||||
"children": [
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-server.ClusterDetails.clusterUuid",
|
||||
"type": "string",
|
||||
"label": "clusterUuid",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry_collection_manager/server/types.ts",
|
||||
"lineNumber": 53
|
||||
}
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry_collection_manager/server/types.ts",
|
||||
"lineNumber": 52
|
||||
},
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-server.StatsCollectionConfig",
|
||||
"type": "Interface",
|
||||
|
@ -27,8 +52,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry_collection_manager/server/types.ts",
|
||||
"lineNumber": 57,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry_collection_manager/server/types.ts#L57"
|
||||
"lineNumber": 57
|
||||
},
|
||||
"signature": [
|
||||
"Pick<",
|
||||
|
@ -50,8 +74,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry_collection_manager/server/types.ts",
|
||||
"lineNumber": 58,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry_collection_manager/server/types.ts#L58"
|
||||
"lineNumber": 58
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
|
@ -71,8 +94,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry_collection_manager/server/types.ts",
|
||||
"lineNumber": 59,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry_collection_manager/server/types.ts#L59"
|
||||
"lineNumber": 59
|
||||
},
|
||||
"signature": [
|
||||
"Pick<",
|
||||
|
@ -94,8 +116,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry_collection_manager/server/types.ts",
|
||||
"lineNumber": 60,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry_collection_manager/server/types.ts#L60"
|
||||
"lineNumber": 60
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
|
@ -111,8 +132,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry_collection_manager/server/types.ts",
|
||||
"lineNumber": 56,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry_collection_manager/server/types.ts#L56"
|
||||
"lineNumber": 56
|
||||
},
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -131,8 +151,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry_collection_manager/server/types.ts",
|
||||
"lineNumber": 78,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry_collection_manager/server/types.ts#L78"
|
||||
"lineNumber": 78
|
||||
},
|
||||
"signature": [
|
||||
"Logger",
|
||||
|
@ -147,42 +166,13 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry_collection_manager/server/types.ts",
|
||||
"lineNumber": 79,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry_collection_manager/server/types.ts#L79"
|
||||
"lineNumber": 79
|
||||
}
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry_collection_manager/server/types.ts",
|
||||
"lineNumber": 77,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry_collection_manager/server/types.ts#L77"
|
||||
},
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-server.ClusterDetails",
|
||||
"type": "Interface",
|
||||
"label": "ClusterDetails",
|
||||
"description": [],
|
||||
"tags": [],
|
||||
"children": [
|
||||
{
|
||||
"tags": [],
|
||||
"id": "def-server.ClusterDetails.clusterUuid",
|
||||
"type": "string",
|
||||
"label": "clusterUuid",
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry_collection_manager/server/types.ts",
|
||||
"lineNumber": 53,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry_collection_manager/server/types.ts#L53"
|
||||
}
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry_collection_manager/server/types.ts",
|
||||
"lineNumber": 52,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry_collection_manager/server/types.ts#L52"
|
||||
"lineNumber": 77
|
||||
},
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -206,21 +196,40 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry_collection_manager/server/types.ts",
|
||||
"lineNumber": 74,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry_collection_manager/server/types.ts#L74"
|
||||
"lineNumber": 74
|
||||
}
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry_collection_manager/server/types.ts",
|
||||
"lineNumber": 73,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry_collection_manager/server/types.ts#L73"
|
||||
"lineNumber": 73
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
],
|
||||
"enums": [],
|
||||
"misc": [
|
||||
{
|
||||
"id": "def-server.ClusterDetailsGetter",
|
||||
"type": "Type",
|
||||
"label": "ClusterDetailsGetter",
|
||||
"tags": [],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry_collection_manager/server/types.ts",
|
||||
"lineNumber": 83
|
||||
},
|
||||
"signature": [
|
||||
"(config: ",
|
||||
"StatsCollectionConfig",
|
||||
", context: ",
|
||||
"StatsCollectionContext",
|
||||
") => Promise<",
|
||||
"ClusterDetails",
|
||||
"[]>"
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-server.StatsGetter",
|
||||
"type": "Type",
|
||||
|
@ -229,8 +238,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry_collection_manager/server/types.ts",
|
||||
"lineNumber": 87,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry_collection_manager/server/types.ts#L87"
|
||||
"lineNumber": 87
|
||||
},
|
||||
"signature": [
|
||||
"(clustersDetails: ",
|
||||
|
@ -251,8 +259,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry_collection_manager/server/types.ts",
|
||||
"lineNumber": 82,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry_collection_manager/server/types.ts#L82"
|
||||
"lineNumber": 82
|
||||
},
|
||||
"signature": [
|
||||
"UnencryptedStatsGetterConfig",
|
||||
|
@ -260,28 +267,6 @@
|
|||
"EncryptedStatsGetterConfig"
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-server.ClusterDetailsGetter",
|
||||
"type": "Type",
|
||||
"label": "ClusterDetailsGetter",
|
||||
"tags": [],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry_collection_manager/server/types.ts",
|
||||
"lineNumber": 83,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry_collection_manager/server/types.ts#L83"
|
||||
},
|
||||
"signature": [
|
||||
"(config: ",
|
||||
"StatsCollectionConfig",
|
||||
", context: ",
|
||||
"StatsCollectionContext",
|
||||
") => Promise<",
|
||||
"ClusterDetails",
|
||||
"[]>"
|
||||
],
|
||||
"initialIsOpen": false
|
||||
}
|
||||
],
|
||||
"objects": [],
|
||||
|
@ -300,8 +285,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry_collection_manager/server/types.ts",
|
||||
"lineNumber": 19,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry_collection_manager/server/types.ts#L19"
|
||||
"lineNumber": 19
|
||||
},
|
||||
"signature": [
|
||||
"<T extends ",
|
||||
|
@ -331,8 +315,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry_collection_manager/server/types.ts",
|
||||
"lineNumber": 22,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry_collection_manager/server/types.ts#L22"
|
||||
"lineNumber": 22
|
||||
},
|
||||
"signature": [
|
||||
"(optInStatus: boolean, config: ",
|
||||
|
@ -354,8 +337,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry_collection_manager/server/types.ts",
|
||||
"lineNumber": 23,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry_collection_manager/server/types.ts#L23"
|
||||
"lineNumber": 23
|
||||
},
|
||||
"signature": [
|
||||
"(config: ",
|
||||
|
@ -385,8 +367,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry_collection_manager/server/types.ts",
|
||||
"lineNumber": 24,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry_collection_manager/server/types.ts#L24"
|
||||
"lineNumber": 24
|
||||
},
|
||||
"signature": [
|
||||
"() => Promise<boolean | undefined>"
|
||||
|
@ -395,8 +376,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry_collection_manager/server/types.ts",
|
||||
"lineNumber": 18,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry_collection_manager/server/types.ts#L18"
|
||||
"lineNumber": 18
|
||||
},
|
||||
"lifecycle": "setup",
|
||||
"initialIsOpen": true
|
||||
|
@ -416,8 +396,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry_collection_manager/server/types.ts",
|
||||
"lineNumber": 28,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry_collection_manager/server/types.ts#L28"
|
||||
"lineNumber": 28
|
||||
},
|
||||
"signature": [
|
||||
"(optInStatus: boolean, config: ",
|
||||
|
@ -439,8 +418,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry_collection_manager/server/types.ts",
|
||||
"lineNumber": 29,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry_collection_manager/server/types.ts#L29"
|
||||
"lineNumber": 29
|
||||
},
|
||||
"signature": [
|
||||
"(config: ",
|
||||
|
@ -470,8 +448,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry_collection_manager/server/types.ts",
|
||||
"lineNumber": 30,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry_collection_manager/server/types.ts#L30"
|
||||
"lineNumber": 30
|
||||
},
|
||||
"signature": [
|
||||
"() => Promise<boolean | undefined>"
|
||||
|
@ -480,8 +457,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry_collection_manager/server/types.ts",
|
||||
"lineNumber": 27,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry_collection_manager/server/types.ts#L27"
|
||||
"lineNumber": 27
|
||||
},
|
||||
"lifecycle": "start",
|
||||
"initialIsOpen": true
|
||||
|
|
|
@ -27,8 +27,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/telemetry_collection_xpack/server/telemetry_collection/get_license.ts",
|
||||
"lineNumber": 12,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/telemetry_collection_xpack/server/telemetry_collection/get_license.ts#L12"
|
||||
"lineNumber": 12
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -39,8 +38,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/telemetry_collection_xpack/server/telemetry_collection/get_license.ts",
|
||||
"lineNumber": 13,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/telemetry_collection_xpack/server/telemetry_collection/get_license.ts#L13"
|
||||
"lineNumber": 13
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -51,8 +49,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/telemetry_collection_xpack/server/telemetry_collection/get_license.ts",
|
||||
"lineNumber": 14,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/telemetry_collection_xpack/server/telemetry_collection/get_license.ts#L14"
|
||||
"lineNumber": 14
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -63,8 +60,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/telemetry_collection_xpack/server/telemetry_collection/get_license.ts",
|
||||
"lineNumber": 15,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/telemetry_collection_xpack/server/telemetry_collection/get_license.ts#L15"
|
||||
"lineNumber": 15
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -75,8 +71,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/telemetry_collection_xpack/server/telemetry_collection/get_license.ts",
|
||||
"lineNumber": 16,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/telemetry_collection_xpack/server/telemetry_collection/get_license.ts#L16"
|
||||
"lineNumber": 16
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -87,8 +82,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/telemetry_collection_xpack/server/telemetry_collection/get_license.ts",
|
||||
"lineNumber": 17,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/telemetry_collection_xpack/server/telemetry_collection/get_license.ts#L17"
|
||||
"lineNumber": 17
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -99,8 +93,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/telemetry_collection_xpack/server/telemetry_collection/get_license.ts",
|
||||
"lineNumber": 18,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/telemetry_collection_xpack/server/telemetry_collection/get_license.ts#L18"
|
||||
"lineNumber": 18
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -111,8 +104,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/telemetry_collection_xpack/server/telemetry_collection/get_license.ts",
|
||||
"lineNumber": 19,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/telemetry_collection_xpack/server/telemetry_collection/get_license.ts#L19"
|
||||
"lineNumber": 19
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -123,8 +115,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/telemetry_collection_xpack/server/telemetry_collection/get_license.ts",
|
||||
"lineNumber": 20,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/telemetry_collection_xpack/server/telemetry_collection/get_license.ts#L20"
|
||||
"lineNumber": 20
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -135,8 +126,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/telemetry_collection_xpack/server/telemetry_collection/get_license.ts",
|
||||
"lineNumber": 21,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/telemetry_collection_xpack/server/telemetry_collection/get_license.ts#L21"
|
||||
"lineNumber": 21
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -147,15 +137,13 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/telemetry_collection_xpack/server/telemetry_collection/get_license.ts",
|
||||
"lineNumber": 22,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/telemetry_collection_xpack/server/telemetry_collection/get_license.ts#L22"
|
||||
"lineNumber": 22
|
||||
}
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/telemetry_collection_xpack/server/telemetry_collection/get_license.ts",
|
||||
"lineNumber": 11,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/telemetry_collection_xpack/server/telemetry_collection/get_license.ts#L11"
|
||||
"lineNumber": 11
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
|
|
@ -23,8 +23,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry_management_section/public/components/opt_in_example_flyout.tsx",
|
||||
"lineNumber": 41,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry_management_section/public/components/opt_in_example_flyout.tsx#L41"
|
||||
"lineNumber": 41
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -40,8 +39,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry_management_section/public/components/opt_in_example_flyout.tsx",
|
||||
"lineNumber": 44,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry_management_section/public/components/opt_in_example_flyout.tsx#L44"
|
||||
"lineNumber": 44
|
||||
},
|
||||
"signature": [
|
||||
"null"
|
||||
|
@ -55,8 +53,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry_management_section/public/components/opt_in_example_flyout.tsx",
|
||||
"lineNumber": 45,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry_management_section/public/components/opt_in_example_flyout.tsx#L45"
|
||||
"lineNumber": 45
|
||||
},
|
||||
"signature": [
|
||||
"true"
|
||||
|
@ -70,8 +67,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry_management_section/public/components/opt_in_example_flyout.tsx",
|
||||
"lineNumber": 46,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry_management_section/public/components/opt_in_example_flyout.tsx#L46"
|
||||
"lineNumber": 46
|
||||
},
|
||||
"signature": [
|
||||
"false"
|
||||
|
@ -82,8 +78,7 @@
|
|||
"label": "state",
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry_management_section/public/components/opt_in_example_flyout.tsx",
|
||||
"lineNumber": 43,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry_management_section/public/components/opt_in_example_flyout.tsx#L43"
|
||||
"lineNumber": 43
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -99,8 +94,7 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry_management_section/public/components/opt_in_example_flyout.tsx",
|
||||
"lineNumber": 49,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry_management_section/public/components/opt_in_example_flyout.tsx#L49"
|
||||
"lineNumber": 49
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -116,8 +110,7 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry_management_section/public/components/opt_in_example_flyout.tsx",
|
||||
"lineNumber": 70,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry_management_section/public/components/opt_in_example_flyout.tsx#L70"
|
||||
"lineNumber": 70
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -139,8 +132,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry_management_section/public/components/opt_in_example_flyout.tsx",
|
||||
"lineNumber": 74,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry_management_section/public/components/opt_in_example_flyout.tsx#L74"
|
||||
"lineNumber": 74
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -148,8 +140,7 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry_management_section/public/components/opt_in_example_flyout.tsx",
|
||||
"lineNumber": 74,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry_management_section/public/components/opt_in_example_flyout.tsx#L74"
|
||||
"lineNumber": 74
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -165,15 +156,13 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry_management_section/public/components/opt_in_example_flyout.tsx",
|
||||
"lineNumber": 124,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry_management_section/public/components/opt_in_example_flyout.tsx#L124"
|
||||
"lineNumber": 124
|
||||
}
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry_management_section/public/components/opt_in_example_flyout.tsx",
|
||||
"lineNumber": 40,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry_management_section/public/components/opt_in_example_flyout.tsx#L40"
|
||||
"lineNumber": 40
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -198,8 +187,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry_management_section/public/plugin.tsx",
|
||||
"lineNumber": 35,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry_management_section/public/plugin.tsx#L35"
|
||||
"lineNumber": 35
|
||||
},
|
||||
"signature": [
|
||||
"(enabled: boolean) => void"
|
||||
|
@ -208,8 +196,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/telemetry_management_section/public/plugin.tsx",
|
||||
"lineNumber": 34,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/telemetry_management_section/public/plugin.tsx#L34"
|
||||
"lineNumber": 34
|
||||
},
|
||||
"lifecycle": "setup",
|
||||
"initialIsOpen": true
|
||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -31,8 +31,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/uptime/server/kibana.index.ts",
|
||||
"lineNumber": 28,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/uptime/server/kibana.index.ts#L28"
|
||||
"lineNumber": 28
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -51,8 +50,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/uptime/server/kibana.index.ts",
|
||||
"lineNumber": 28,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/uptime/server/kibana.index.ts#L28"
|
||||
"lineNumber": 28
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -67,8 +65,7 @@
|
|||
"label": "initServerWithKibana",
|
||||
"source": {
|
||||
"path": "x-pack/plugins/uptime/server/kibana.index.ts",
|
||||
"lineNumber": 28,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/uptime/server/kibana.index.ts#L28"
|
||||
"lineNumber": 28
|
||||
},
|
||||
"tags": [],
|
||||
"returnComment": [],
|
||||
|
@ -102,8 +99,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/uptime/server/kibana.index.ts",
|
||||
"lineNumber": 25,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/uptime/server/kibana.index.ts#L25"
|
||||
"lineNumber": 25
|
||||
},
|
||||
"signature": [
|
||||
"(options: ",
|
||||
|
@ -120,8 +116,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "x-pack/plugins/uptime/server/kibana.index.ts",
|
||||
"lineNumber": 24,
|
||||
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/uptime/server/kibana.index.ts#L24"
|
||||
"lineNumber": 24
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
|
|
@ -59,8 +59,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/url_forwarding/public/plugin.ts",
|
||||
"lineNumber": 27,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/url_forwarding/public/plugin.ts#L27"
|
||||
"lineNumber": 27
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -68,8 +67,7 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "src/plugins/url_forwarding/public/plugin.ts",
|
||||
"lineNumber": 27,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/url_forwarding/public/plugin.ts#L27"
|
||||
"lineNumber": 27
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -121,8 +119,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/url_forwarding/public/plugin.ts",
|
||||
"lineNumber": 75,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/url_forwarding/public/plugin.ts#L75"
|
||||
"lineNumber": 75
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -140,8 +137,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/url_forwarding/public/plugin.ts",
|
||||
"lineNumber": 76,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/url_forwarding/public/plugin.ts#L76"
|
||||
"lineNumber": 76
|
||||
},
|
||||
"signature": [
|
||||
"{ dashboardConfig: ",
|
||||
|
@ -158,8 +154,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/url_forwarding/public/plugin.ts",
|
||||
"lineNumber": 76,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/url_forwarding/public/plugin.ts#L76"
|
||||
"lineNumber": 76
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -167,8 +162,7 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "src/plugins/url_forwarding/public/plugin.ts",
|
||||
"lineNumber": 74,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/url_forwarding/public/plugin.ts#L74"
|
||||
"lineNumber": 74
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -184,15 +178,13 @@
|
|||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "src/plugins/url_forwarding/public/plugin.ts",
|
||||
"lineNumber": 115,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/url_forwarding/public/plugin.ts#L115"
|
||||
"lineNumber": 115
|
||||
}
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/url_forwarding/public/plugin.ts",
|
||||
"lineNumber": 22,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/url_forwarding/public/plugin.ts#L22"
|
||||
"lineNumber": 22
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -214,8 +206,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/url_forwarding/public/plugin.ts",
|
||||
"lineNumber": 17,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/url_forwarding/public/plugin.ts#L17"
|
||||
"lineNumber": 17
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -226,8 +217,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/url_forwarding/public/plugin.ts",
|
||||
"lineNumber": 18,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/url_forwarding/public/plugin.ts#L18"
|
||||
"lineNumber": 18
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -238,8 +228,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/url_forwarding/public/plugin.ts",
|
||||
"lineNumber": 19,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/url_forwarding/public/plugin.ts#L19"
|
||||
"lineNumber": 19
|
||||
},
|
||||
"signature": [
|
||||
"(legacyPath: string) => string"
|
||||
|
@ -248,8 +237,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/url_forwarding/public/plugin.ts",
|
||||
"lineNumber": 16,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/url_forwarding/public/plugin.ts#L16"
|
||||
"lineNumber": 16
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -264,8 +252,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/url_forwarding/public/plugin.ts",
|
||||
"lineNumber": 122,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/url_forwarding/public/plugin.ts#L122"
|
||||
"lineNumber": 122
|
||||
},
|
||||
"signature": [
|
||||
"{ forwardApp: (legacyAppId: string, newAppId: string, rewritePath?: ((legacyPath: string) => string) | undefined) => void; }"
|
||||
|
@ -280,8 +267,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/url_forwarding/public/plugin.ts",
|
||||
"lineNumber": 123,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/url_forwarding/public/plugin.ts#L123"
|
||||
"lineNumber": 123
|
||||
},
|
||||
"signature": [
|
||||
"{ navigateToDefaultApp: ({ overwriteHash }?: { overwriteHash: boolean; }) => void; navigateToLegacyKibanaUrl: (hash: string) => { navigated: boolean; }; getForwards: () => ForwardDefinition[]; }"
|
||||
|
|
|
@ -25,8 +25,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/usage_collection/public/components/track_application_view/track_application_view.tsx",
|
||||
"lineNumber": 23,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/usage_collection/public/components/track_application_view/track_application_view.tsx#L23"
|
||||
"lineNumber": 23
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -41,8 +40,7 @@
|
|||
"label": "TrackApplicationView",
|
||||
"source": {
|
||||
"path": "src/plugins/usage_collection/public/components/track_application_view/track_application_view.tsx",
|
||||
"lineNumber": 23,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/usage_collection/public/components/track_application_view/track_application_view.tsx#L23"
|
||||
"lineNumber": 23
|
||||
},
|
||||
"tags": [
|
||||
"Link",
|
||||
|
@ -62,8 +60,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "node_modules/@kbn/analytics/target/types/metrics/index.d.ts",
|
||||
"lineNumber": 10,
|
||||
"link": "https://github.com/elastic/kibana/tree/masternode_modules/@kbn/analytics/target/types/metrics/index.d.ts#L10"
|
||||
"lineNumber": 10
|
||||
},
|
||||
"signature": [
|
||||
"METRIC_TYPE"
|
||||
|
@ -88,8 +85,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/usage_collection/public/plugin.tsx",
|
||||
"lineNumber": 35,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/usage_collection/public/plugin.tsx#L35"
|
||||
"lineNumber": 35
|
||||
},
|
||||
"signature": [
|
||||
"{ ApplicationUsageTrackingProvider: React.FC<{}>; }"
|
||||
|
@ -103,8 +99,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/usage_collection/public/plugin.tsx",
|
||||
"lineNumber": 38,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/usage_collection/public/plugin.tsx#L38"
|
||||
"lineNumber": 38
|
||||
},
|
||||
"signature": [
|
||||
"(appName: string, type: ",
|
||||
|
@ -115,8 +110,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/usage_collection/public/plugin.tsx",
|
||||
"lineNumber": 34,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/usage_collection/public/plugin.tsx#L34"
|
||||
"lineNumber": 34
|
||||
},
|
||||
"lifecycle": "setup",
|
||||
"initialIsOpen": true
|
||||
|
@ -136,8 +130,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/usage_collection/public/plugin.tsx",
|
||||
"lineNumber": 42,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/usage_collection/public/plugin.tsx#L42"
|
||||
"lineNumber": 42
|
||||
},
|
||||
"signature": [
|
||||
"(appName: string, type: ",
|
||||
|
@ -148,8 +141,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/usage_collection/public/plugin.tsx",
|
||||
"lineNumber": 41,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/usage_collection/public/plugin.tsx#L41"
|
||||
"lineNumber": 41
|
||||
},
|
||||
"lifecycle": "start",
|
||||
"initialIsOpen": true
|
||||
|
@ -182,8 +174,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/usage_collection/server/collector/collector.ts",
|
||||
"lineNumber": 144,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/usage_collection/server/collector/collector.ts#L144"
|
||||
"lineNumber": 144
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
|
@ -204,8 +195,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/usage_collection/server/collector/collector.ts",
|
||||
"lineNumber": 145,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/usage_collection/server/collector/collector.ts#L145"
|
||||
"lineNumber": 145
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -216,8 +206,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/usage_collection/server/collector/collector.ts",
|
||||
"lineNumber": 146,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/usage_collection/server/collector/collector.ts#L146"
|
||||
"lineNumber": 146
|
||||
},
|
||||
"signature": [
|
||||
"Function | undefined"
|
||||
|
@ -231,8 +220,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/usage_collection/server/collector/collector.ts",
|
||||
"lineNumber": 147,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/usage_collection/server/collector/collector.ts#L147"
|
||||
"lineNumber": 147
|
||||
},
|
||||
"signature": [
|
||||
{
|
||||
|
@ -253,8 +241,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/usage_collection/server/collector/collector.ts",
|
||||
"lineNumber": 148,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/usage_collection/server/collector/collector.ts#L148"
|
||||
"lineNumber": 148
|
||||
},
|
||||
"signature": [
|
||||
"() => boolean | Promise<boolean>"
|
||||
|
@ -279,8 +266,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/usage_collection/server/collector/collector.ts",
|
||||
"lineNumber": 155,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/usage_collection/server/collector/collector.ts#L155"
|
||||
"lineNumber": 155
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -300,28 +286,23 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/usage_collection/server/collector/collector.ts",
|
||||
"lineNumber": 156,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/usage_collection/server/collector/collector.ts#L156"
|
||||
"lineNumber": 156
|
||||
}
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"private",
|
||||
"link",
|
||||
"link"
|
||||
"private"
|
||||
],
|
||||
"returnComment": [],
|
||||
"source": {
|
||||
"path": "src/plugins/usage_collection/server/collector/collector.ts",
|
||||
"lineNumber": 154,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/usage_collection/server/collector/collector.ts#L154"
|
||||
"lineNumber": 154
|
||||
}
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/usage_collection/server/collector/collector.ts",
|
||||
"lineNumber": 143,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/usage_collection/server/collector/collector.ts#L143"
|
||||
"lineNumber": 143
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -343,15 +324,13 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/usage_collection/server/collector/collector.ts",
|
||||
"lineNumber": 33,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/usage_collection/server/collector/collector.ts#L33"
|
||||
"lineNumber": 33
|
||||
}
|
||||
}
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/usage_collection/server/collector/collector.ts",
|
||||
"lineNumber": 32,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/usage_collection/server/collector/collector.ts#L32"
|
||||
"lineNumber": 32
|
||||
},
|
||||
"initialIsOpen": false
|
||||
}
|
||||
|
@ -366,8 +345,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/usage_collection/server/collector/collector.ts",
|
||||
"lineNumber": 27,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/usage_collection/server/collector/collector.ts#L27"
|
||||
"lineNumber": 27
|
||||
},
|
||||
"signature": [
|
||||
"\"boolean\" | \"date\" | \"text\" | \"keyword\" | \"long\" | \"double\" | \"short\" | \"integer\" | \"byte\" | \"float\""
|
||||
|
@ -375,18 +353,19 @@
|
|||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-server.MakeSchemaFrom",
|
||||
"id": "def-server.CollectorFetchContext",
|
||||
"type": "Type",
|
||||
"label": "MakeSchemaFrom",
|
||||
"label": "CollectorFetchContext",
|
||||
"tags": [],
|
||||
"description": [],
|
||||
"description": [
|
||||
"\nThe context for the `fetch` method: It includes the most commonly used clients in the collectors (ES and SO clients).\nBoth are scoped based on the request and the context:\n- When users are requesting a sample of data, it is scoped to their role to avoid exposing data they shouldn't read\n- When building the telemetry data payload to report to the remote cluster, the requests are scoped to the `kibana` internal user\n"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/usage_collection/server/collector/collector.ts",
|
||||
"lineNumber": 50,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/usage_collection/server/collector/collector.ts#L50"
|
||||
"lineNumber": 64
|
||||
},
|
||||
"signature": [
|
||||
"{ [Key in keyof Required<Base>]: Required<Base>[Key] extends (infer U)[] ? { type: 'array'; items: RecursiveMakeSchemaFrom<U>; } : RecursiveMakeSchemaFrom<Required<Base>[Key]>; }"
|
||||
"{ esClient: ElasticsearchClient; soClient: SavedObjectsClientContract; } & (WithKibanaRequest extends true ? { kibanaRequest?: KibanaRequest<unknown, unknown, unknown, any> | undefined; } : {})"
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -398,8 +377,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/usage_collection/server/collector/collector.ts",
|
||||
"lineNumber": 111,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/usage_collection/server/collector/collector.ts#L111"
|
||||
"lineNumber": 111
|
||||
},
|
||||
"signature": [
|
||||
"{ type: string; init?: Function | undefined; isReady: () => Promise<boolean> | boolean; schema?: MakeSchemaFrom<TFetchReturn> | undefined; fetch: CollectorFetchMethod<WithKibanaRequest, TFetchReturn, ExtraOptions>; } & ExtraOptions & (WithKibanaRequest extends true ? { extendFetchContext: CollectorOptionsFetchExtendedContext<WithKibanaRequest>; } : { extendFetchContext?: CollectorOptionsFetchExtendedContext<WithKibanaRequest> | undefined; })"
|
||||
|
@ -407,52 +385,17 @@
|
|||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-server.UsageCollectorOptions",
|
||||
"id": "def-server.MakeSchemaFrom",
|
||||
"type": "Type",
|
||||
"label": "UsageCollectorOptions",
|
||||
"label": "MakeSchemaFrom",
|
||||
"tags": [],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/usage_collection/server/collector/usage_collector.ts",
|
||||
"lineNumber": 13,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/usage_collection/server/collector/usage_collector.ts#L13"
|
||||
},
|
||||
"signature": [
|
||||
"{ type: string; init?: Function | undefined; isReady: () => boolean | Promise<boolean>; schema?: ",
|
||||
{
|
||||
"pluginId": "usageCollection",
|
||||
"scope": "server",
|
||||
"docId": "kibUsageCollectionPluginApi",
|
||||
"section": "def-server.MakeSchemaFrom",
|
||||
"text": "MakeSchemaFrom"
|
||||
},
|
||||
"<TFetchReturn> | undefined; fetch: ",
|
||||
"CollectorFetchMethod",
|
||||
"<WithKibanaRequest, TFetchReturn, ExtraOptions>; } & ExtraOptions & (WithKibanaRequest extends true ? { extendFetchContext: ",
|
||||
"CollectorOptionsFetchExtendedContext",
|
||||
"<WithKibanaRequest>; } : { extendFetchContext?: ",
|
||||
"CollectorOptionsFetchExtendedContext",
|
||||
"<WithKibanaRequest> | undefined; }) & Required<Pick<CollectorOptions<TFetchReturn, boolean, {}>, \"schema\">>"
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-server.CollectorFetchContext",
|
||||
"type": "Type",
|
||||
"label": "CollectorFetchContext",
|
||||
"tags": [
|
||||
"remark"
|
||||
],
|
||||
"description": [
|
||||
"\nThe context for the `fetch` method: It includes the most commonly used clients in the collectors (ES and SO clients).\nBoth are scoped based on the request and the context:\n- When users are requesting a sample of data, it is scoped to their role to avoid exposing data they shouldn't read\n- When building the telemetry data payload to report to the remote cluster, the requests are scoped to the `kibana` internal user\n"
|
||||
],
|
||||
"source": {
|
||||
"path": "src/plugins/usage_collection/server/collector/collector.ts",
|
||||
"lineNumber": 64,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/usage_collection/server/collector/collector.ts#L64"
|
||||
"lineNumber": 50
|
||||
},
|
||||
"signature": [
|
||||
"{ esClient: ElasticsearchClient; soClient: SavedObjectsClientContract; } & (WithKibanaRequest extends true ? { kibanaRequest?: KibanaRequest<unknown, unknown, unknown, any> | undefined; } : {})"
|
||||
"{ [Key in keyof Required<Base>]: Required<Base>[Key] extends (infer U)[] ? { type: 'array'; items: RecursiveMakeSchemaFrom<U>; } : RecursiveMakeSchemaFrom<Required<Base>[Key]>; }"
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
@ -464,8 +407,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/usage_collection/server/plugin.ts",
|
||||
"lineNumber": 21,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/usage_collection/server/plugin.ts#L21"
|
||||
"lineNumber": 21
|
||||
},
|
||||
"signature": [
|
||||
"{ makeStatsCollector: <TFetchReturn, WithKibanaRequest, ExtraOptions>(options: ",
|
||||
|
@ -504,6 +446,35 @@
|
|||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"id": "def-server.UsageCollectorOptions",
|
||||
"type": "Type",
|
||||
"label": "UsageCollectorOptions",
|
||||
"tags": [],
|
||||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/usage_collection/server/collector/usage_collector.ts",
|
||||
"lineNumber": 13
|
||||
},
|
||||
"signature": [
|
||||
"{ type: string; init?: Function | undefined; isReady: () => boolean | Promise<boolean>; schema?: ",
|
||||
{
|
||||
"pluginId": "usageCollection",
|
||||
"scope": "server",
|
||||
"docId": "kibUsageCollectionPluginApi",
|
||||
"section": "def-server.MakeSchemaFrom",
|
||||
"text": "MakeSchemaFrom"
|
||||
},
|
||||
"<TFetchReturn> | undefined; fetch: ",
|
||||
"CollectorFetchMethod",
|
||||
"<WithKibanaRequest, TFetchReturn, ExtraOptions>; } & ExtraOptions & (WithKibanaRequest extends true ? { extendFetchContext: ",
|
||||
"CollectorOptionsFetchExtendedContext",
|
||||
"<WithKibanaRequest>; } : { extendFetchContext?: ",
|
||||
"CollectorOptionsFetchExtendedContext",
|
||||
"<WithKibanaRequest> | undefined; }) & Required<Pick<CollectorOptions<TFetchReturn, boolean, {}>, \"schema\">>"
|
||||
],
|
||||
"initialIsOpen": false
|
||||
}
|
||||
],
|
||||
"objects": []
|
||||
|
|
|
@ -30,8 +30,7 @@
|
|||
"description": [],
|
||||
"source": {
|
||||
"path": "src/plugins/vis_type_timeseries/server/plugin.ts",
|
||||
"lineNumber": 48,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/vis_type_timeseries/server/plugin.ts#L48"
|
||||
"lineNumber": 48
|
||||
},
|
||||
"signature": [
|
||||
"(requestContext: ",
|
||||
|
@ -72,8 +71,7 @@
|
|||
],
|
||||
"source": {
|
||||
"path": "src/plugins/vis_type_timeseries/server/plugin.ts",
|
||||
"lineNumber": 47,
|
||||
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/vis_type_timeseries/server/plugin.ts#L47"
|
||||
"lineNumber": 47
|
||||
},
|
||||
"lifecycle": "setup",
|
||||
"initialIsOpen": true
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -55,8 +55,19 @@ export function getJSDocParamComment(node: Node | JSDoc[], name: string): TextWi
|
|||
}
|
||||
|
||||
export function getJSDocTagNames(node: Node | JSDoc[]): string[] {
|
||||
const tagsToIgnore = [
|
||||
'param',
|
||||
'returns',
|
||||
'link',
|
||||
'remark',
|
||||
'internalRemarks',
|
||||
'typeParam',
|
||||
'remarks',
|
||||
'example',
|
||||
'kbn',
|
||||
];
|
||||
return getJSDocTags(node).reduce((tags, tag) => {
|
||||
if (tag.getTagName() !== 'param' && tag.getTagName() !== 'returns') {
|
||||
if (tags.indexOf(tag.getTagName()) < 0 && tagsToIgnore.indexOf(tag.getTagName()) < 0) {
|
||||
tags.push(tag.getTagName());
|
||||
}
|
||||
return tags;
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
* Side Public License, v 1.
|
||||
*/
|
||||
import Path from 'path';
|
||||
import { REPO_ROOT, kibanaPackageJson } from '@kbn/utils';
|
||||
import { REPO_ROOT } from '@kbn/utils';
|
||||
import { ParameterDeclaration, ClassMemberTypes, Node } from 'ts-morph';
|
||||
import { SourceLink } from '../types';
|
||||
|
||||
|
@ -27,6 +27,5 @@ export function getSourceForNode(node: Node): SourceLink {
|
|||
return {
|
||||
path,
|
||||
lineNumber,
|
||||
link: `https://github.com/elastic/kibana/tree/${kibanaPackageJson.branch}${path}#L${lineNumber}`,
|
||||
};
|
||||
}
|
||||
|
|
|
@ -178,7 +178,6 @@ export interface ApiDeclaration {
|
|||
export interface SourceLink {
|
||||
path: string;
|
||||
lineNumber: number;
|
||||
link: string;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue