mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
235 lines
No EOL
7.2 KiB
JSON
235 lines
No EOL
7.2 KiB
JSON
{
|
|
"id": "observabilityOnboarding",
|
|
"client": {
|
|
"classes": [],
|
|
"functions": [],
|
|
"interfaces": [
|
|
{
|
|
"parentPluginId": "observabilityOnboarding",
|
|
"id": "def-public.ConfigSchema",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "ConfigSchema",
|
|
"description": [],
|
|
"path": "x-pack/plugins/observability_onboarding/public/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observabilityOnboarding",
|
|
"id": "def-public.ConfigSchema.ui",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "ui",
|
|
"description": [],
|
|
"signature": [
|
|
"{ enabled: boolean; }"
|
|
],
|
|
"path": "x-pack/plugins/observability_onboarding/public/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observabilityOnboarding",
|
|
"id": "def-public.ConfigSchema.serverless",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "serverless",
|
|
"description": [],
|
|
"signature": [
|
|
"{ enabled: boolean; }"
|
|
],
|
|
"path": "x-pack/plugins/observability_onboarding/public/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observabilityOnboarding",
|
|
"id": "def-public.ObservabilityOnboardingAppServices",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "ObservabilityOnboardingAppServices",
|
|
"description": [],
|
|
"path": "x-pack/plugins/observability_onboarding/public/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "observabilityOnboarding",
|
|
"id": "def-public.ObservabilityOnboardingAppServices.application",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "application",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/core-application-browser",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreApplicationBrowserPluginApi",
|
|
"section": "def-common.ApplicationStart",
|
|
"text": "ApplicationStart"
|
|
}
|
|
],
|
|
"path": "x-pack/plugins/observability_onboarding/public/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observabilityOnboarding",
|
|
"id": "def-public.ObservabilityOnboardingAppServices.http",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "http",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/core-http-browser",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreHttpBrowserPluginApi",
|
|
"section": "def-common.HttpSetup",
|
|
"text": "HttpSetup"
|
|
}
|
|
],
|
|
"path": "x-pack/plugins/observability_onboarding/public/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "observabilityOnboarding",
|
|
"id": "def-public.ObservabilityOnboardingAppServices.config",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "config",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "observabilityOnboarding",
|
|
"scope": "public",
|
|
"docId": "kibObservabilityOnboardingPluginApi",
|
|
"section": "def-public.ConfigSchema",
|
|
"text": "ConfigSchema"
|
|
}
|
|
],
|
|
"path": "x-pack/plugins/observability_onboarding/public/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"enums": [],
|
|
"misc": [],
|
|
"objects": [],
|
|
"start": {
|
|
"parentPluginId": "observabilityOnboarding",
|
|
"id": "def-public.ObservabilityOnboardingPluginStart",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "ObservabilityOnboardingPluginStart",
|
|
"description": [],
|
|
"signature": [
|
|
"void"
|
|
],
|
|
"path": "x-pack/plugins/observability_onboarding/public/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"lifecycle": "start",
|
|
"initialIsOpen": true
|
|
}
|
|
},
|
|
"server": {
|
|
"classes": [],
|
|
"functions": [],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [
|
|
{
|
|
"parentPluginId": "observabilityOnboarding",
|
|
"id": "def-server.ObservabilityOnboardingConfig",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "ObservabilityOnboardingConfig",
|
|
"description": [],
|
|
"signature": [
|
|
"{ readonly ui: Readonly<{} & { enabled: boolean; }>; readonly serverless: Readonly<{} & { enabled: true; }>; }"
|
|
],
|
|
"path": "x-pack/plugins/observability_onboarding/server/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"objects": [],
|
|
"setup": {
|
|
"parentPluginId": "observabilityOnboarding",
|
|
"id": "def-server.ObservabilityOnboardingPluginSetup",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "ObservabilityOnboardingPluginSetup",
|
|
"description": [],
|
|
"path": "x-pack/plugins/observability_onboarding/server/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"lifecycle": "setup",
|
|
"initialIsOpen": true
|
|
},
|
|
"start": {
|
|
"parentPluginId": "observabilityOnboarding",
|
|
"id": "def-server.ObservabilityOnboardingPluginStart",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "ObservabilityOnboardingPluginStart",
|
|
"description": [],
|
|
"path": "x-pack/plugins/observability_onboarding/server/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"lifecycle": "start",
|
|
"initialIsOpen": true
|
|
}
|
|
},
|
|
"common": {
|
|
"classes": [],
|
|
"functions": [],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [
|
|
{
|
|
"parentPluginId": "observabilityOnboarding",
|
|
"id": "def-common.PLUGIN_ID",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "PLUGIN_ID",
|
|
"description": [],
|
|
"signature": [
|
|
"\"observabilityOnboarding\""
|
|
],
|
|
"path": "x-pack/plugins/observability_onboarding/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "observabilityOnboarding",
|
|
"id": "def-common.PLUGIN_NAME",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "PLUGIN_NAME",
|
|
"description": [],
|
|
"signature": [
|
|
"\"observabilityOnboarding\""
|
|
],
|
|
"path": "x-pack/plugins/observability_onboarding/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"objects": []
|
|
}
|
|
} |