mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
706 lines
No EOL
54 KiB
JSON
706 lines
No EOL
54 KiB
JSON
{
|
|
"id": "entityManager",
|
|
"client": {
|
|
"classes": [
|
|
{
|
|
"parentPluginId": "entityManager",
|
|
"id": "def-public.EntityManagerUnauthorizedError",
|
|
"type": "Class",
|
|
"tags": [],
|
|
"label": "EntityManagerUnauthorizedError",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "entityManager",
|
|
"scope": "public",
|
|
"docId": "kibEntityManagerPluginApi",
|
|
"section": "def-public.EntityManagerUnauthorizedError",
|
|
"text": "EntityManagerUnauthorizedError"
|
|
},
|
|
" extends Error"
|
|
],
|
|
"path": "x-pack/plugins/observability_solution/entity_manager/public/lib/errors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "entityManager",
|
|
"id": "def-public.EntityManagerUnauthorizedError.Unnamed",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "Constructor",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "x-pack/plugins/observability_solution/entity_manager/public/lib/errors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "entityManager",
|
|
"id": "def-public.EntityManagerUnauthorizedError.Unnamed.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "message",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "x-pack/plugins/observability_solution/entity_manager/public/lib/errors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"functions": [],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [
|
|
{
|
|
"parentPluginId": "entityManager",
|
|
"id": "def-public.EntityManagerAppId",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "EntityManagerAppId",
|
|
"description": [],
|
|
"signature": [
|
|
"\"entityManager\""
|
|
],
|
|
"path": "x-pack/plugins/observability_solution/entity_manager/public/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "entityManager",
|
|
"id": "def-public.ERROR_API_KEY_NOT_FOUND",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "ERROR_API_KEY_NOT_FOUND",
|
|
"description": [],
|
|
"signature": [
|
|
"\"api_key_not_found\""
|
|
],
|
|
"path": "x-pack/plugins/observability_solution/entity_manager/common/errors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "entityManager",
|
|
"id": "def-public.ERROR_API_KEY_NOT_VALID",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "ERROR_API_KEY_NOT_VALID",
|
|
"description": [],
|
|
"signature": [
|
|
"\"api_key_not_valid\""
|
|
],
|
|
"path": "x-pack/plugins/observability_solution/entity_manager/common/errors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "entityManager",
|
|
"id": "def-public.ERROR_API_KEY_SERVICE_DISABLED",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "ERROR_API_KEY_SERVICE_DISABLED",
|
|
"description": [],
|
|
"signature": [
|
|
"\"api_key_service_disabled\""
|
|
],
|
|
"path": "x-pack/plugins/observability_solution/entity_manager/common/errors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "entityManager",
|
|
"id": "def-public.ERROR_DEFINITION_STOPPED",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "ERROR_DEFINITION_STOPPED",
|
|
"description": [],
|
|
"signature": [
|
|
"\"error_definition_stopped\""
|
|
],
|
|
"path": "x-pack/plugins/observability_solution/entity_manager/common/errors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "entityManager",
|
|
"id": "def-public.ERROR_PARTIAL_BUILTIN_INSTALLATION",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "ERROR_PARTIAL_BUILTIN_INSTALLATION",
|
|
"description": [],
|
|
"signature": [
|
|
"\"partial_builtin_installation\""
|
|
],
|
|
"path": "x-pack/plugins/observability_solution/entity_manager/common/errors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"objects": [],
|
|
"setup": {
|
|
"parentPluginId": "entityManager",
|
|
"id": "def-public.EntityManagerPublicPluginSetup",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "EntityManagerPublicPluginSetup",
|
|
"description": [],
|
|
"path": "x-pack/plugins/observability_solution/entity_manager/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "entityManager",
|
|
"id": "def-public.EntityManagerPublicPluginSetup.entityClient",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "entityClient",
|
|
"description": [],
|
|
"signature": [
|
|
"EntityClient"
|
|
],
|
|
"path": "x-pack/plugins/observability_solution/entity_manager/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"lifecycle": "setup",
|
|
"initialIsOpen": true
|
|
},
|
|
"start": {
|
|
"parentPluginId": "entityManager",
|
|
"id": "def-public.EntityManagerPublicPluginStart",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "EntityManagerPublicPluginStart",
|
|
"description": [],
|
|
"path": "x-pack/plugins/observability_solution/entity_manager/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "entityManager",
|
|
"id": "def-public.EntityManagerPublicPluginStart.entityClient",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "entityClient",
|
|
"description": [],
|
|
"signature": [
|
|
"EntityClient"
|
|
],
|
|
"path": "x-pack/plugins/observability_solution/entity_manager/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"lifecycle": "start",
|
|
"initialIsOpen": true
|
|
}
|
|
},
|
|
"server": {
|
|
"classes": [],
|
|
"functions": [],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [
|
|
{
|
|
"parentPluginId": "entityManager",
|
|
"id": "def-server.EntityManagerConfig",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "EntityManagerConfig",
|
|
"description": [],
|
|
"signature": [
|
|
"{}"
|
|
],
|
|
"path": "x-pack/plugins/observability_solution/entity_manager/common/config.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "entityManager",
|
|
"id": "def-server.EntityManagerRouteRepository",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "EntityManagerRouteRepository",
|
|
"description": [],
|
|
"signature": [
|
|
"{ \"PATCH /internal/entities/definition/{id}\": ",
|
|
{
|
|
"pluginId": "@kbn/server-route-repository-utils",
|
|
"scope": "common",
|
|
"docId": "kibKbnServerRouteRepositoryUtilsPluginApi",
|
|
"section": "def-common.ServerRoute",
|
|
"text": "ServerRoute"
|
|
},
|
|
"<\"PATCH /internal/entities/definition/{id}\", Zod.ZodObject<{ path: Zod.ZodObject<{ id: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { id: string; }, { id: string; }>; query: Zod.ZodObject<{ installOnly: Zod.ZodDefault<Zod.ZodOptional<Zod.ZodEffects<Zod.ZodUnion<[Zod.ZodEnum<[\"true\", \"false\"]>, Zod.ZodBoolean]>, boolean, boolean | \"true\" | \"false\">>>; }, \"strip\", Zod.ZodTypeAny, { installOnly: boolean; }, { installOnly?: boolean | \"true\" | \"false\" | undefined; }>; body: Zod.ZodObject<Zod.objectUtil.extendShape<{ type: Zod.ZodOptional<Zod.ZodString>; filter: Zod.ZodOptional<Zod.ZodOptional<Zod.ZodString>>; version: Zod.ZodOptional<Zod.ZodEffects<Zod.ZodString, string, string>>; name: Zod.ZodOptional<Zod.ZodString>; description: Zod.ZodOptional<Zod.ZodOptional<Zod.ZodString>>; history: Zod.ZodOptional<Zod.ZodObject<{ timestampField: Zod.ZodString; interval: Zod.ZodEffects<Zod.ZodString, string, string>; settings: Zod.ZodEffects<Zod.ZodOptional<Zod.ZodObject<{ syncField: Zod.ZodOptional<Zod.ZodString>; syncDelay: Zod.ZodOptional<Zod.ZodString>; lookbackPeriod: Zod.ZodDefault<Zod.ZodOptional<Zod.ZodString>>; frequency: Zod.ZodOptional<Zod.ZodString>; backfillSyncDelay: Zod.ZodOptional<Zod.ZodString>; backfillLookbackPeriod: Zod.ZodOptional<Zod.ZodString>; backfillFrequency: Zod.ZodOptional<Zod.ZodString>; }, \"strip\", Zod.ZodTypeAny, { lookbackPeriod: string; frequency?: string | undefined; syncField?: string | undefined; syncDelay?: string | undefined; backfillSyncDelay?: string | undefined; backfillLookbackPeriod?: string | undefined; backfillFrequency?: string | undefined; }, { frequency?: string | undefined; syncField?: string | undefined; syncDelay?: string | undefined; lookbackPeriod?: string | undefined; backfillSyncDelay?: string | undefined; backfillLookbackPeriod?: string | undefined; backfillFrequency?: string | undefined; }>>, { lookbackPeriod: string; frequency?: string | undefined; syncField?: string | undefined; syncDelay?: string | undefined; backfillSyncDelay?: string | undefined; backfillLookbackPeriod?: string | undefined; backfillFrequency?: string | undefined; }, { frequency?: string | undefined; syncField?: string | undefined; syncDelay?: string | undefined; lookbackPeriod?: string | undefined; backfillSyncDelay?: string | undefined; backfillLookbackPeriod?: string | undefined; backfillFrequency?: string | undefined; } | undefined>; }, \"strip\", Zod.ZodTypeAny, { interval: string; settings: { lookbackPeriod: string; frequency?: string | undefined; syncField?: string | undefined; syncDelay?: string | undefined; backfillSyncDelay?: string | undefined; backfillLookbackPeriod?: string | undefined; backfillFrequency?: string | undefined; }; timestampField: string; }, { interval: string; timestampField: string; settings?: { frequency?: string | undefined; syncField?: string | undefined; syncDelay?: string | undefined; lookbackPeriod?: string | undefined; backfillSyncDelay?: string | undefined; backfillLookbackPeriod?: string | undefined; backfillFrequency?: string | undefined; } | undefined; }>>; metrics: Zod.ZodOptional<Zod.ZodOptional<Zod.ZodArray<Zod.ZodObject<{ name: Zod.ZodString; metrics: Zod.ZodArray<Zod.ZodDiscriminatedUnion<\"aggregation\", [Zod.ZodObject<{ name: Zod.ZodString; aggregation: Zod.ZodNativeEnum<typeof ",
|
|
{
|
|
"pluginId": "@kbn/entities-schema",
|
|
"scope": "common",
|
|
"docId": "kibKbnEntitiesSchemaPluginApi",
|
|
"section": "def-common.BasicAggregations",
|
|
"text": "BasicAggregations"
|
|
},
|
|
">; field: Zod.ZodString; filter: Zod.ZodOptional<Zod.ZodString>; }, \"strip\", Zod.ZodTypeAny, { name: string; field: string; aggregation: ",
|
|
{
|
|
"pluginId": "@kbn/entities-schema",
|
|
"scope": "common",
|
|
"docId": "kibKbnEntitiesSchemaPluginApi",
|
|
"section": "def-common.BasicAggregations",
|
|
"text": "BasicAggregations"
|
|
},
|
|
"; filter?: string | undefined; }, { name: string; field: string; aggregation: ",
|
|
{
|
|
"pluginId": "@kbn/entities-schema",
|
|
"scope": "common",
|
|
"docId": "kibKbnEntitiesSchemaPluginApi",
|
|
"section": "def-common.BasicAggregations",
|
|
"text": "BasicAggregations"
|
|
},
|
|
"; filter?: string | undefined; }>, Zod.ZodObject<{ name: Zod.ZodString; aggregation: Zod.ZodLiteral<\"doc_count\">; filter: Zod.ZodOptional<Zod.ZodString>; }, \"strip\", Zod.ZodTypeAny, { name: string; aggregation: \"doc_count\"; filter?: string | undefined; }, { name: string; aggregation: \"doc_count\"; filter?: string | undefined; }>, Zod.ZodObject<{ name: Zod.ZodString; aggregation: Zod.ZodLiteral<\"percentile\">; field: Zod.ZodString; percentile: Zod.ZodNumber; filter: Zod.ZodOptional<Zod.ZodString>; }, \"strip\", Zod.ZodTypeAny, { name: string; field: string; percentile: number; aggregation: \"percentile\"; filter?: string | undefined; }, { name: string; field: string; percentile: number; aggregation: \"percentile\"; filter?: string | undefined; }>]>, \"many\">; equation: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { name: string; metrics: ({ name: string; field: string; aggregation: ",
|
|
{
|
|
"pluginId": "@kbn/entities-schema",
|
|
"scope": "common",
|
|
"docId": "kibKbnEntitiesSchemaPluginApi",
|
|
"section": "def-common.BasicAggregations",
|
|
"text": "BasicAggregations"
|
|
},
|
|
"; filter?: string | undefined; } | { name: string; aggregation: \"doc_count\"; filter?: string | undefined; } | { name: string; field: string; percentile: number; aggregation: \"percentile\"; filter?: string | undefined; })[]; equation: string; }, { name: string; metrics: ({ name: string; field: string; aggregation: ",
|
|
{
|
|
"pluginId": "@kbn/entities-schema",
|
|
"scope": "common",
|
|
"docId": "kibKbnEntitiesSchemaPluginApi",
|
|
"section": "def-common.BasicAggregations",
|
|
"text": "BasicAggregations"
|
|
},
|
|
"; filter?: string | undefined; } | { name: string; aggregation: \"doc_count\"; filter?: string | undefined; } | { name: string; field: string; percentile: number; aggregation: \"percentile\"; filter?: string | undefined; })[]; equation: string; }>, \"many\">>>; indexPatterns: Zod.ZodOptional<Zod.ZodArray<Zod.ZodString, \"many\">>; metadata: Zod.ZodOptional<Zod.ZodOptional<Zod.ZodArray<Zod.ZodEffects<Zod.ZodUnion<[Zod.ZodEffects<Zod.ZodObject<{ source: Zod.ZodString; destination: Zod.ZodOptional<Zod.ZodString>; limit: Zod.ZodOptional<Zod.ZodDefault<Zod.ZodNumber>>; }, \"strip\", Zod.ZodTypeAny, { source: string; destination?: string | undefined; limit?: number | undefined; }, { source: string; destination?: string | undefined; limit?: number | undefined; }>, { destination: string; limit: number; source: string; }, { source: string; destination?: string | undefined; limit?: number | undefined; }>, Zod.ZodEffects<Zod.ZodString, { source: string; destination: string; limit: number; }, string>]>, { destination: string; limit: number; source: string; } | { source: string; destination: string; limit: number; }, string | { source: string; destination?: string | undefined; limit?: number | undefined; }>, \"many\">>>; identityFields: Zod.ZodOptional<Zod.ZodArray<Zod.ZodUnion<[Zod.ZodObject<{ field: Zod.ZodString; optional: Zod.ZodBoolean; }, \"strip\", Zod.ZodTypeAny, { field: string; optional: boolean; }, { field: string; optional: boolean; }>, Zod.ZodEffects<Zod.ZodString, { field: string; optional: boolean; }, string>]>, \"many\">>; displayNameTemplate: Zod.ZodOptional<Zod.ZodString>; staticFields: Zod.ZodOptional<Zod.ZodOptional<Zod.ZodRecord<Zod.ZodString, Zod.ZodString>>>; latest: Zod.ZodOptional<Zod.ZodOptional<Zod.ZodObject<{ settings: Zod.ZodOptional<Zod.ZodObject<{ syncField: Zod.ZodOptional<Zod.ZodString>; syncDelay: Zod.ZodOptional<Zod.ZodString>; frequency: Zod.ZodOptional<Zod.ZodString>; }, \"strip\", Zod.ZodTypeAny, { frequency?: string | undefined; syncField?: string | undefined; syncDelay?: string | undefined; }, { frequency?: string | undefined; syncField?: string | undefined; syncDelay?: string | undefined; }>>; }, \"strip\", Zod.ZodTypeAny, { settings?: { frequency?: string | undefined; syncField?: string | undefined; syncDelay?: string | undefined; } | undefined; }, { settings?: { frequency?: string | undefined; syncField?: string | undefined; syncDelay?: string | undefined; } | undefined; }>>>; }, { history: Zod.ZodOptional<Zod.ZodObject<{ timestampField: Zod.ZodOptional<Zod.ZodString>; interval: Zod.ZodOptional<Zod.ZodEffects<Zod.ZodString, string, string>>; settings: Zod.ZodOptional<Zod.ZodEffects<Zod.ZodOptional<Zod.ZodObject<{ syncField: Zod.ZodOptional<Zod.ZodString>; syncDelay: Zod.ZodOptional<Zod.ZodString>; lookbackPeriod: Zod.ZodDefault<Zod.ZodOptional<Zod.ZodString>>; frequency: Zod.ZodOptional<Zod.ZodString>; backfillSyncDelay: Zod.ZodOptional<Zod.ZodString>; backfillLookbackPeriod: Zod.ZodOptional<Zod.ZodString>; backfillFrequency: Zod.ZodOptional<Zod.ZodString>; }, \"strip\", Zod.ZodTypeAny, { lookbackPeriod: string; frequency?: string | undefined; syncField?: string | undefined; syncDelay?: string | undefined; backfillSyncDelay?: string | undefined; backfillLookbackPeriod?: string | undefined; backfillFrequency?: string | undefined; }, { frequency?: string | undefined; syncField?: string | undefined; syncDelay?: string | undefined; lookbackPeriod?: string | undefined; backfillSyncDelay?: string | undefined; backfillLookbackPeriod?: string | undefined; backfillFrequency?: string | undefined; }>>, { lookbackPeriod: string; frequency?: string | undefined; syncField?: string | undefined; syncDelay?: string | undefined; backfillSyncDelay?: string | undefined; backfillLookbackPeriod?: string | undefined; backfillFrequency?: string | undefined; }, { frequency?: string | undefined; syncField?: string | undefined; syncDelay?: string | undefined; lookbackPeriod?: string | undefined; backfillSyncDelay?: string | undefined; backfillLookbackPeriod?: string | undefined; backfillFrequency?: string | undefined; } | undefined>>; }, \"strip\", Zod.ZodTypeAny, { interval?: string | undefined; settings?: { lookbackPeriod: string; frequency?: string | undefined; syncField?: string | undefined; syncDelay?: string | undefined; backfillSyncDelay?: string | undefined; backfillLookbackPeriod?: string | undefined; backfillFrequency?: string | undefined; } | undefined; timestampField?: string | undefined; }, { interval?: string | undefined; settings?: { frequency?: string | undefined; syncField?: string | undefined; syncDelay?: string | undefined; lookbackPeriod?: string | undefined; backfillSyncDelay?: string | undefined; backfillLookbackPeriod?: string | undefined; backfillFrequency?: string | undefined; } | undefined; timestampField?: string | undefined; }>>; version: Zod.ZodEffects<Zod.ZodString, string, string>; }>, \"strip\", Zod.ZodTypeAny, { version: string; type?: string | undefined; filter?: string | undefined; name?: string | undefined; description?: string | undefined; history?: { interval?: string | undefined; settings?: { lookbackPeriod: string; frequency?: string | undefined; syncField?: string | undefined; syncDelay?: string | undefined; backfillSyncDelay?: string | undefined; backfillLookbackPeriod?: string | undefined; backfillFrequency?: string | undefined; } | undefined; timestampField?: string | undefined; } | undefined; metrics?: { name: string; metrics: ({ name: string; field: string; aggregation: ",
|
|
{
|
|
"pluginId": "@kbn/entities-schema",
|
|
"scope": "common",
|
|
"docId": "kibKbnEntitiesSchemaPluginApi",
|
|
"section": "def-common.BasicAggregations",
|
|
"text": "BasicAggregations"
|
|
},
|
|
"; filter?: string | undefined; } | { name: string; aggregation: \"doc_count\"; filter?: string | undefined; } | { name: string; field: string; percentile: number; aggregation: \"percentile\"; filter?: string | undefined; })[]; equation: string; }[] | undefined; indexPatterns?: string[] | undefined; metadata?: ({ destination: string; limit: number; source: string; } | { source: string; destination: string; limit: number; })[] | undefined; identityFields?: ({ field: string; optional: boolean; } | { field: string; optional: boolean; })[] | undefined; displayNameTemplate?: string | undefined; staticFields?: Record<string, string> | undefined; latest?: { settings?: { frequency?: string | undefined; syncField?: string | undefined; syncDelay?: string | undefined; } | undefined; } | undefined; }, { version: string; type?: string | undefined; filter?: string | undefined; name?: string | undefined; description?: string | undefined; history?: { interval?: string | undefined; settings?: { frequency?: string | undefined; syncField?: string | undefined; syncDelay?: string | undefined; lookbackPeriod?: string | undefined; backfillSyncDelay?: string | undefined; backfillLookbackPeriod?: string | undefined; backfillFrequency?: string | undefined; } | undefined; timestampField?: string | undefined; } | undefined; metrics?: { name: string; metrics: ({ name: string; field: string; aggregation: ",
|
|
{
|
|
"pluginId": "@kbn/entities-schema",
|
|
"scope": "common",
|
|
"docId": "kibKbnEntitiesSchemaPluginApi",
|
|
"section": "def-common.BasicAggregations",
|
|
"text": "BasicAggregations"
|
|
},
|
|
"; filter?: string | undefined; } | { name: string; aggregation: \"doc_count\"; filter?: string | undefined; } | { name: string; field: string; percentile: number; aggregation: \"percentile\"; filter?: string | undefined; })[]; equation: string; }[] | undefined; indexPatterns?: string[] | undefined; metadata?: (string | { source: string; destination?: string | undefined; limit?: number | undefined; })[] | undefined; identityFields?: (string | { field: string; optional: boolean; })[] | undefined; displayNameTemplate?: string | undefined; staticFields?: Record<string, string> | undefined; latest?: { settings?: { frequency?: string | undefined; syncField?: string | undefined; syncDelay?: string | undefined; } | undefined; } | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { query: { installOnly: boolean; }; body: { version: string; type?: string | undefined; filter?: string | undefined; name?: string | undefined; description?: string | undefined; history?: { interval?: string | undefined; settings?: { lookbackPeriod: string; frequency?: string | undefined; syncField?: string | undefined; syncDelay?: string | undefined; backfillSyncDelay?: string | undefined; backfillLookbackPeriod?: string | undefined; backfillFrequency?: string | undefined; } | undefined; timestampField?: string | undefined; } | undefined; metrics?: { name: string; metrics: ({ name: string; field: string; aggregation: ",
|
|
{
|
|
"pluginId": "@kbn/entities-schema",
|
|
"scope": "common",
|
|
"docId": "kibKbnEntitiesSchemaPluginApi",
|
|
"section": "def-common.BasicAggregations",
|
|
"text": "BasicAggregations"
|
|
},
|
|
"; filter?: string | undefined; } | { name: string; aggregation: \"doc_count\"; filter?: string | undefined; } | { name: string; field: string; percentile: number; aggregation: \"percentile\"; filter?: string | undefined; })[]; equation: string; }[] | undefined; indexPatterns?: string[] | undefined; metadata?: ({ destination: string; limit: number; source: string; } | { source: string; destination: string; limit: number; })[] | undefined; identityFields?: ({ field: string; optional: boolean; } | { field: string; optional: boolean; })[] | undefined; displayNameTemplate?: string | undefined; staticFields?: Record<string, string> | undefined; latest?: { settings?: { frequency?: string | undefined; syncField?: string | undefined; syncDelay?: string | undefined; } | undefined; } | undefined; }; path: { id: string; }; }, { query: { installOnly?: boolean | \"true\" | \"false\" | undefined; }; body: { version: string; type?: string | undefined; filter?: string | undefined; name?: string | undefined; description?: string | undefined; history?: { interval?: string | undefined; settings?: { frequency?: string | undefined; syncField?: string | undefined; syncDelay?: string | undefined; lookbackPeriod?: string | undefined; backfillSyncDelay?: string | undefined; backfillLookbackPeriod?: string | undefined; backfillFrequency?: string | undefined; } | undefined; timestampField?: string | undefined; } | undefined; metrics?: { name: string; metrics: ({ name: string; field: string; aggregation: ",
|
|
{
|
|
"pluginId": "@kbn/entities-schema",
|
|
"scope": "common",
|
|
"docId": "kibKbnEntitiesSchemaPluginApi",
|
|
"section": "def-common.BasicAggregations",
|
|
"text": "BasicAggregations"
|
|
},
|
|
"; filter?: string | undefined; } | { name: string; aggregation: \"doc_count\"; filter?: string | undefined; } | { name: string; field: string; percentile: number; aggregation: \"percentile\"; filter?: string | undefined; })[]; equation: string; }[] | undefined; indexPatterns?: string[] | undefined; metadata?: (string | { source: string; destination?: string | undefined; limit?: number | undefined; })[] | undefined; identityFields?: (string | { field: string; optional: boolean; })[] | undefined; displayNameTemplate?: string | undefined; staticFields?: Record<string, string> | undefined; latest?: { settings?: { frequency?: string | undefined; syncField?: string | undefined; syncDelay?: string | undefined; } | undefined; } | undefined; }; path: { id: string; }; }>, ",
|
|
"EntityManagerRouteHandlerResources",
|
|
", ",
|
|
{
|
|
"pluginId": "@kbn/core-http-server",
|
|
"scope": "server",
|
|
"docId": "kibKbnCoreHttpServerPluginApi",
|
|
"section": "def-server.IKibanaResponse",
|
|
"text": "IKibanaResponse"
|
|
},
|
|
"<any>, ",
|
|
{
|
|
"pluginId": "@kbn/server-route-repository-utils",
|
|
"scope": "common",
|
|
"docId": "kibKbnServerRouteRepositoryUtilsPluginApi",
|
|
"section": "def-common.DefaultRouteCreateOptions",
|
|
"text": "DefaultRouteCreateOptions"
|
|
},
|
|
">; \"POST /internal/entities/definition/{id}/_reset\": ",
|
|
{
|
|
"pluginId": "@kbn/server-route-repository-utils",
|
|
"scope": "common",
|
|
"docId": "kibKbnServerRouteRepositoryUtilsPluginApi",
|
|
"section": "def-common.ServerRoute",
|
|
"text": "ServerRoute"
|
|
},
|
|
"<\"POST /internal/entities/definition/{id}/_reset\", Zod.ZodObject<{ path: Zod.ZodObject<{ id: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { id: string; }, { id: string; }>; }, \"strip\", Zod.ZodTypeAny, { path: { id: string; }; }, { path: { id: string; }; }>, ",
|
|
"EntityManagerRouteHandlerResources",
|
|
", ",
|
|
{
|
|
"pluginId": "@kbn/core-http-server",
|
|
"scope": "server",
|
|
"docId": "kibKbnCoreHttpServerPluginApi",
|
|
"section": "def-server.IKibanaResponse",
|
|
"text": "IKibanaResponse"
|
|
},
|
|
"<any>, ",
|
|
{
|
|
"pluginId": "@kbn/server-route-repository-utils",
|
|
"scope": "common",
|
|
"docId": "kibKbnServerRouteRepositoryUtilsPluginApi",
|
|
"section": "def-common.DefaultRouteCreateOptions",
|
|
"text": "DefaultRouteCreateOptions"
|
|
},
|
|
">; \"GET /internal/entities/definition\": ",
|
|
{
|
|
"pluginId": "@kbn/server-route-repository-utils",
|
|
"scope": "common",
|
|
"docId": "kibKbnServerRouteRepositoryUtilsPluginApi",
|
|
"section": "def-common.ServerRoute",
|
|
"text": "ServerRoute"
|
|
},
|
|
"<\"GET /internal/entities/definition\", Zod.ZodObject<{ query: Zod.ZodObject<{ page: Zod.ZodOptional<Zod.ZodNumber>; perPage: Zod.ZodOptional<Zod.ZodNumber>; }, \"strip\", Zod.ZodTypeAny, { page?: number | undefined; perPage?: number | undefined; }, { page?: number | undefined; perPage?: number | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { query: { page?: number | undefined; perPage?: number | undefined; }; }, { query: { page?: number | undefined; perPage?: number | undefined; }; }>, ",
|
|
"EntityManagerRouteHandlerResources",
|
|
", ",
|
|
{
|
|
"pluginId": "@kbn/core-http-server",
|
|
"scope": "server",
|
|
"docId": "kibKbnCoreHttpServerPluginApi",
|
|
"section": "def-server.IKibanaResponse",
|
|
"text": "IKibanaResponse"
|
|
},
|
|
"<any>, ",
|
|
{
|
|
"pluginId": "@kbn/server-route-repository-utils",
|
|
"scope": "common",
|
|
"docId": "kibKbnServerRouteRepositoryUtilsPluginApi",
|
|
"section": "def-common.DefaultRouteCreateOptions",
|
|
"text": "DefaultRouteCreateOptions"
|
|
},
|
|
">; \"DELETE /internal/entities/definition/{id}\": ",
|
|
{
|
|
"pluginId": "@kbn/server-route-repository-utils",
|
|
"scope": "common",
|
|
"docId": "kibKbnServerRouteRepositoryUtilsPluginApi",
|
|
"section": "def-common.ServerRoute",
|
|
"text": "ServerRoute"
|
|
},
|
|
"<\"DELETE /internal/entities/definition/{id}\", Zod.ZodObject<{ path: Zod.ZodObject<{ id: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { id: string; }, { id: string; }>; query: Zod.ZodObject<{ deleteData: Zod.ZodDefault<Zod.ZodOptional<Zod.ZodEffects<Zod.ZodUnion<[Zod.ZodEnum<[\"true\", \"false\"]>, Zod.ZodBoolean]>, boolean, boolean | \"true\" | \"false\">>>; }, \"strip\", Zod.ZodTypeAny, { deleteData: boolean; }, { deleteData?: boolean | \"true\" | \"false\" | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { query: { deleteData: boolean; }; path: { id: string; }; }, { query: { deleteData?: boolean | \"true\" | \"false\" | undefined; }; path: { id: string; }; }>, ",
|
|
"EntityManagerRouteHandlerResources",
|
|
", ",
|
|
{
|
|
"pluginId": "@kbn/core-http-server",
|
|
"scope": "server",
|
|
"docId": "kibKbnCoreHttpServerPluginApi",
|
|
"section": "def-server.IKibanaResponse",
|
|
"text": "IKibanaResponse"
|
|
},
|
|
"<any>, ",
|
|
{
|
|
"pluginId": "@kbn/server-route-repository-utils",
|
|
"scope": "common",
|
|
"docId": "kibKbnServerRouteRepositoryUtilsPluginApi",
|
|
"section": "def-common.DefaultRouteCreateOptions",
|
|
"text": "DefaultRouteCreateOptions"
|
|
},
|
|
">; \"POST /internal/entities/definition\": ",
|
|
{
|
|
"pluginId": "@kbn/server-route-repository-utils",
|
|
"scope": "common",
|
|
"docId": "kibKbnServerRouteRepositoryUtilsPluginApi",
|
|
"section": "def-common.ServerRoute",
|
|
"text": "ServerRoute"
|
|
},
|
|
"<\"POST /internal/entities/definition\", Zod.ZodObject<{ query: Zod.ZodObject<{ installOnly: Zod.ZodDefault<Zod.ZodOptional<Zod.ZodEffects<Zod.ZodUnion<[Zod.ZodEnum<[\"true\", \"false\"]>, Zod.ZodBoolean]>, boolean, boolean | \"true\" | \"false\">>>; }, \"strip\", Zod.ZodTypeAny, { installOnly: boolean; }, { installOnly?: boolean | \"true\" | \"false\" | undefined; }>; body: Zod.ZodObject<{ id: Zod.ZodString; version: Zod.ZodEffects<Zod.ZodString, string, string>; name: Zod.ZodString; description: Zod.ZodOptional<Zod.ZodString>; type: Zod.ZodString; filter: Zod.ZodOptional<Zod.ZodString>; indexPatterns: Zod.ZodArray<Zod.ZodString, \"many\">; identityFields: Zod.ZodArray<Zod.ZodUnion<[Zod.ZodObject<{ field: Zod.ZodString; optional: Zod.ZodBoolean; }, \"strip\", Zod.ZodTypeAny, { field: string; optional: boolean; }, { field: string; optional: boolean; }>, Zod.ZodEffects<Zod.ZodString, { field: string; optional: boolean; }, string>]>, \"many\">; displayNameTemplate: Zod.ZodString; metadata: Zod.ZodOptional<Zod.ZodArray<Zod.ZodEffects<Zod.ZodUnion<[Zod.ZodEffects<Zod.ZodObject<{ source: Zod.ZodString; destination: Zod.ZodOptional<Zod.ZodString>; limit: Zod.ZodOptional<Zod.ZodDefault<Zod.ZodNumber>>; }, \"strip\", Zod.ZodTypeAny, { source: string; destination?: string | undefined; limit?: number | undefined; }, { source: string; destination?: string | undefined; limit?: number | undefined; }>, { destination: string; limit: number; source: string; }, { source: string; destination?: string | undefined; limit?: number | undefined; }>, Zod.ZodEffects<Zod.ZodString, { source: string; destination: string; limit: number; }, string>]>, { destination: string; limit: number; source: string; } | { source: string; destination: string; limit: number; }, string | { source: string; destination?: string | undefined; limit?: number | undefined; }>, \"many\">>; metrics: Zod.ZodOptional<Zod.ZodArray<Zod.ZodObject<{ name: Zod.ZodString; metrics: Zod.ZodArray<Zod.ZodDiscriminatedUnion<\"aggregation\", [Zod.ZodObject<{ name: Zod.ZodString; aggregation: Zod.ZodNativeEnum<typeof ",
|
|
{
|
|
"pluginId": "@kbn/entities-schema",
|
|
"scope": "common",
|
|
"docId": "kibKbnEntitiesSchemaPluginApi",
|
|
"section": "def-common.BasicAggregations",
|
|
"text": "BasicAggregations"
|
|
},
|
|
">; field: Zod.ZodString; filter: Zod.ZodOptional<Zod.ZodString>; }, \"strip\", Zod.ZodTypeAny, { name: string; field: string; aggregation: ",
|
|
{
|
|
"pluginId": "@kbn/entities-schema",
|
|
"scope": "common",
|
|
"docId": "kibKbnEntitiesSchemaPluginApi",
|
|
"section": "def-common.BasicAggregations",
|
|
"text": "BasicAggregations"
|
|
},
|
|
"; filter?: string | undefined; }, { name: string; field: string; aggregation: ",
|
|
{
|
|
"pluginId": "@kbn/entities-schema",
|
|
"scope": "common",
|
|
"docId": "kibKbnEntitiesSchemaPluginApi",
|
|
"section": "def-common.BasicAggregations",
|
|
"text": "BasicAggregations"
|
|
},
|
|
"; filter?: string | undefined; }>, Zod.ZodObject<{ name: Zod.ZodString; aggregation: Zod.ZodLiteral<\"doc_count\">; filter: Zod.ZodOptional<Zod.ZodString>; }, \"strip\", Zod.ZodTypeAny, { name: string; aggregation: \"doc_count\"; filter?: string | undefined; }, { name: string; aggregation: \"doc_count\"; filter?: string | undefined; }>, Zod.ZodObject<{ name: Zod.ZodString; aggregation: Zod.ZodLiteral<\"percentile\">; field: Zod.ZodString; percentile: Zod.ZodNumber; filter: Zod.ZodOptional<Zod.ZodString>; }, \"strip\", Zod.ZodTypeAny, { name: string; field: string; percentile: number; aggregation: \"percentile\"; filter?: string | undefined; }, { name: string; field: string; percentile: number; aggregation: \"percentile\"; filter?: string | undefined; }>]>, \"many\">; equation: Zod.ZodString; }, \"strip\", Zod.ZodTypeAny, { name: string; metrics: ({ name: string; field: string; aggregation: ",
|
|
{
|
|
"pluginId": "@kbn/entities-schema",
|
|
"scope": "common",
|
|
"docId": "kibKbnEntitiesSchemaPluginApi",
|
|
"section": "def-common.BasicAggregations",
|
|
"text": "BasicAggregations"
|
|
},
|
|
"; filter?: string | undefined; } | { name: string; aggregation: \"doc_count\"; filter?: string | undefined; } | { name: string; field: string; percentile: number; aggregation: \"percentile\"; filter?: string | undefined; })[]; equation: string; }, { name: string; metrics: ({ name: string; field: string; aggregation: ",
|
|
{
|
|
"pluginId": "@kbn/entities-schema",
|
|
"scope": "common",
|
|
"docId": "kibKbnEntitiesSchemaPluginApi",
|
|
"section": "def-common.BasicAggregations",
|
|
"text": "BasicAggregations"
|
|
},
|
|
"; filter?: string | undefined; } | { name: string; aggregation: \"doc_count\"; filter?: string | undefined; } | { name: string; field: string; percentile: number; aggregation: \"percentile\"; filter?: string | undefined; })[]; equation: string; }>, \"many\">>; staticFields: Zod.ZodOptional<Zod.ZodRecord<Zod.ZodString, Zod.ZodString>>; managed: Zod.ZodDefault<Zod.ZodOptional<Zod.ZodBoolean>>; history: Zod.ZodObject<{ timestampField: Zod.ZodString; interval: Zod.ZodEffects<Zod.ZodString, string, string>; settings: Zod.ZodEffects<Zod.ZodOptional<Zod.ZodObject<{ syncField: Zod.ZodOptional<Zod.ZodString>; syncDelay: Zod.ZodOptional<Zod.ZodString>; lookbackPeriod: Zod.ZodDefault<Zod.ZodOptional<Zod.ZodString>>; frequency: Zod.ZodOptional<Zod.ZodString>; backfillSyncDelay: Zod.ZodOptional<Zod.ZodString>; backfillLookbackPeriod: Zod.ZodOptional<Zod.ZodString>; backfillFrequency: Zod.ZodOptional<Zod.ZodString>; }, \"strip\", Zod.ZodTypeAny, { lookbackPeriod: string; frequency?: string | undefined; syncField?: string | undefined; syncDelay?: string | undefined; backfillSyncDelay?: string | undefined; backfillLookbackPeriod?: string | undefined; backfillFrequency?: string | undefined; }, { frequency?: string | undefined; syncField?: string | undefined; syncDelay?: string | undefined; lookbackPeriod?: string | undefined; backfillSyncDelay?: string | undefined; backfillLookbackPeriod?: string | undefined; backfillFrequency?: string | undefined; }>>, { lookbackPeriod: string; frequency?: string | undefined; syncField?: string | undefined; syncDelay?: string | undefined; backfillSyncDelay?: string | undefined; backfillLookbackPeriod?: string | undefined; backfillFrequency?: string | undefined; }, { frequency?: string | undefined; syncField?: string | undefined; syncDelay?: string | undefined; lookbackPeriod?: string | undefined; backfillSyncDelay?: string | undefined; backfillLookbackPeriod?: string | undefined; backfillFrequency?: string | undefined; } | undefined>; }, \"strip\", Zod.ZodTypeAny, { interval: string; settings: { lookbackPeriod: string; frequency?: string | undefined; syncField?: string | undefined; syncDelay?: string | undefined; backfillSyncDelay?: string | undefined; backfillLookbackPeriod?: string | undefined; backfillFrequency?: string | undefined; }; timestampField: string; }, { interval: string; timestampField: string; settings?: { frequency?: string | undefined; syncField?: string | undefined; syncDelay?: string | undefined; lookbackPeriod?: string | undefined; backfillSyncDelay?: string | undefined; backfillLookbackPeriod?: string | undefined; backfillFrequency?: string | undefined; } | undefined; }>; latest: Zod.ZodOptional<Zod.ZodObject<{ settings: Zod.ZodOptional<Zod.ZodObject<{ syncField: Zod.ZodOptional<Zod.ZodString>; syncDelay: Zod.ZodOptional<Zod.ZodString>; frequency: Zod.ZodOptional<Zod.ZodString>; }, \"strip\", Zod.ZodTypeAny, { frequency?: string | undefined; syncField?: string | undefined; syncDelay?: string | undefined; }, { frequency?: string | undefined; syncField?: string | undefined; syncDelay?: string | undefined; }>>; }, \"strip\", Zod.ZodTypeAny, { settings?: { frequency?: string | undefined; syncField?: string | undefined; syncDelay?: string | undefined; } | undefined; }, { settings?: { frequency?: string | undefined; syncField?: string | undefined; syncDelay?: string | undefined; } | undefined; }>>; installStatus: Zod.ZodOptional<Zod.ZodUnion<[Zod.ZodLiteral<\"installing\">, Zod.ZodLiteral<\"upgrading\">, Zod.ZodLiteral<\"installed\">, Zod.ZodLiteral<\"failed\">]>>; installStartedAt: Zod.ZodOptional<Zod.ZodString>; }, \"strip\", Zod.ZodTypeAny, { id: string; type: string; version: string; name: string; history: { interval: string; settings: { lookbackPeriod: string; frequency?: string | undefined; syncField?: string | undefined; syncDelay?: string | undefined; backfillSyncDelay?: string | undefined; backfillLookbackPeriod?: string | undefined; backfillFrequency?: string | undefined; }; timestampField: string; }; managed: boolean; indexPatterns: string[]; identityFields: ({ field: string; optional: boolean; } | { field: string; optional: boolean; })[]; displayNameTemplate: string; filter?: string | undefined; description?: string | undefined; metrics?: { name: string; metrics: ({ name: string; field: string; aggregation: ",
|
|
{
|
|
"pluginId": "@kbn/entities-schema",
|
|
"scope": "common",
|
|
"docId": "kibKbnEntitiesSchemaPluginApi",
|
|
"section": "def-common.BasicAggregations",
|
|
"text": "BasicAggregations"
|
|
},
|
|
"; filter?: string | undefined; } | { name: string; aggregation: \"doc_count\"; filter?: string | undefined; } | { name: string; field: string; percentile: number; aggregation: \"percentile\"; filter?: string | undefined; })[]; equation: string; }[] | undefined; metadata?: ({ destination: string; limit: number; source: string; } | { source: string; destination: string; limit: number; })[] | undefined; staticFields?: Record<string, string> | undefined; latest?: { settings?: { frequency?: string | undefined; syncField?: string | undefined; syncDelay?: string | undefined; } | undefined; } | undefined; installStatus?: \"failed\" | \"installing\" | \"upgrading\" | \"installed\" | undefined; installStartedAt?: string | undefined; }, { id: string; type: string; version: string; name: string; history: { interval: string; timestampField: string; settings?: { frequency?: string | undefined; syncField?: string | undefined; syncDelay?: string | undefined; lookbackPeriod?: string | undefined; backfillSyncDelay?: string | undefined; backfillLookbackPeriod?: string | undefined; backfillFrequency?: string | undefined; } | undefined; }; indexPatterns: string[]; identityFields: (string | { field: string; optional: boolean; })[]; displayNameTemplate: string; filter?: string | undefined; description?: string | undefined; metrics?: { name: string; metrics: ({ name: string; field: string; aggregation: ",
|
|
{
|
|
"pluginId": "@kbn/entities-schema",
|
|
"scope": "common",
|
|
"docId": "kibKbnEntitiesSchemaPluginApi",
|
|
"section": "def-common.BasicAggregations",
|
|
"text": "BasicAggregations"
|
|
},
|
|
"; filter?: string | undefined; } | { name: string; aggregation: \"doc_count\"; filter?: string | undefined; } | { name: string; field: string; percentile: number; aggregation: \"percentile\"; filter?: string | undefined; })[]; equation: string; }[] | undefined; managed?: boolean | undefined; metadata?: (string | { source: string; destination?: string | undefined; limit?: number | undefined; })[] | undefined; staticFields?: Record<string, string> | undefined; latest?: { settings?: { frequency?: string | undefined; syncField?: string | undefined; syncDelay?: string | undefined; } | undefined; } | undefined; installStatus?: \"failed\" | \"installing\" | \"upgrading\" | \"installed\" | undefined; installStartedAt?: string | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { query: { installOnly: boolean; }; body: { id: string; type: string; version: string; name: string; history: { interval: string; settings: { lookbackPeriod: string; frequency?: string | undefined; syncField?: string | undefined; syncDelay?: string | undefined; backfillSyncDelay?: string | undefined; backfillLookbackPeriod?: string | undefined; backfillFrequency?: string | undefined; }; timestampField: string; }; managed: boolean; indexPatterns: string[]; identityFields: ({ field: string; optional: boolean; } | { field: string; optional: boolean; })[]; displayNameTemplate: string; filter?: string | undefined; description?: string | undefined; metrics?: { name: string; metrics: ({ name: string; field: string; aggregation: ",
|
|
{
|
|
"pluginId": "@kbn/entities-schema",
|
|
"scope": "common",
|
|
"docId": "kibKbnEntitiesSchemaPluginApi",
|
|
"section": "def-common.BasicAggregations",
|
|
"text": "BasicAggregations"
|
|
},
|
|
"; filter?: string | undefined; } | { name: string; aggregation: \"doc_count\"; filter?: string | undefined; } | { name: string; field: string; percentile: number; aggregation: \"percentile\"; filter?: string | undefined; })[]; equation: string; }[] | undefined; metadata?: ({ destination: string; limit: number; source: string; } | { source: string; destination: string; limit: number; })[] | undefined; staticFields?: Record<string, string> | undefined; latest?: { settings?: { frequency?: string | undefined; syncField?: string | undefined; syncDelay?: string | undefined; } | undefined; } | undefined; installStatus?: \"failed\" | \"installing\" | \"upgrading\" | \"installed\" | undefined; installStartedAt?: string | undefined; }; }, { query: { installOnly?: boolean | \"true\" | \"false\" | undefined; }; body: { id: string; type: string; version: string; name: string; history: { interval: string; timestampField: string; settings?: { frequency?: string | undefined; syncField?: string | undefined; syncDelay?: string | undefined; lookbackPeriod?: string | undefined; backfillSyncDelay?: string | undefined; backfillLookbackPeriod?: string | undefined; backfillFrequency?: string | undefined; } | undefined; }; indexPatterns: string[]; identityFields: (string | { field: string; optional: boolean; })[]; displayNameTemplate: string; filter?: string | undefined; description?: string | undefined; metrics?: { name: string; metrics: ({ name: string; field: string; aggregation: ",
|
|
{
|
|
"pluginId": "@kbn/entities-schema",
|
|
"scope": "common",
|
|
"docId": "kibKbnEntitiesSchemaPluginApi",
|
|
"section": "def-common.BasicAggregations",
|
|
"text": "BasicAggregations"
|
|
},
|
|
"; filter?: string | undefined; } | { name: string; aggregation: \"doc_count\"; filter?: string | undefined; } | { name: string; field: string; percentile: number; aggregation: \"percentile\"; filter?: string | undefined; })[]; equation: string; }[] | undefined; managed?: boolean | undefined; metadata?: (string | { source: string; destination?: string | undefined; limit?: number | undefined; })[] | undefined; staticFields?: Record<string, string> | undefined; latest?: { settings?: { frequency?: string | undefined; syncField?: string | undefined; syncDelay?: string | undefined; } | undefined; } | undefined; installStatus?: \"failed\" | \"installing\" | \"upgrading\" | \"installed\" | undefined; installStartedAt?: string | undefined; }; }>, ",
|
|
"EntityManagerRouteHandlerResources",
|
|
", ",
|
|
{
|
|
"pluginId": "@kbn/core-http-server",
|
|
"scope": "server",
|
|
"docId": "kibKbnCoreHttpServerPluginApi",
|
|
"section": "def-server.IKibanaResponse",
|
|
"text": "IKibanaResponse"
|
|
},
|
|
"<any>, ",
|
|
{
|
|
"pluginId": "@kbn/server-route-repository-utils",
|
|
"scope": "common",
|
|
"docId": "kibKbnServerRouteRepositoryUtilsPluginApi",
|
|
"section": "def-common.DefaultRouteCreateOptions",
|
|
"text": "DefaultRouteCreateOptions"
|
|
},
|
|
">; \"DELETE /internal/entities/managed/enablement\": ",
|
|
{
|
|
"pluginId": "@kbn/server-route-repository-utils",
|
|
"scope": "common",
|
|
"docId": "kibKbnServerRouteRepositoryUtilsPluginApi",
|
|
"section": "def-common.ServerRoute",
|
|
"text": "ServerRoute"
|
|
},
|
|
"<\"DELETE /internal/entities/managed/enablement\", Zod.ZodObject<{ query: Zod.ZodObject<{ deleteData: Zod.ZodDefault<Zod.ZodOptional<Zod.ZodEffects<Zod.ZodUnion<[Zod.ZodEnum<[\"true\", \"false\"]>, Zod.ZodBoolean]>, boolean, boolean | \"true\" | \"false\">>>; }, \"strip\", Zod.ZodTypeAny, { deleteData: boolean; }, { deleteData?: boolean | \"true\" | \"false\" | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { query: { deleteData: boolean; }; }, { query: { deleteData?: boolean | \"true\" | \"false\" | undefined; }; }>, ",
|
|
"EntityManagerRouteHandlerResources",
|
|
", ",
|
|
{
|
|
"pluginId": "@kbn/core-http-server",
|
|
"scope": "server",
|
|
"docId": "kibKbnCoreHttpServerPluginApi",
|
|
"section": "def-server.IKibanaResponse",
|
|
"text": "IKibanaResponse"
|
|
},
|
|
"<any>, ",
|
|
{
|
|
"pluginId": "@kbn/server-route-repository-utils",
|
|
"scope": "common",
|
|
"docId": "kibKbnServerRouteRepositoryUtilsPluginApi",
|
|
"section": "def-common.DefaultRouteCreateOptions",
|
|
"text": "DefaultRouteCreateOptions"
|
|
},
|
|
">; \"PUT /internal/entities/managed/enablement\": ",
|
|
{
|
|
"pluginId": "@kbn/server-route-repository-utils",
|
|
"scope": "common",
|
|
"docId": "kibKbnServerRouteRepositoryUtilsPluginApi",
|
|
"section": "def-common.ServerRoute",
|
|
"text": "ServerRoute"
|
|
},
|
|
"<\"PUT /internal/entities/managed/enablement\", Zod.ZodObject<{ query: Zod.ZodObject<{ installOnly: Zod.ZodDefault<Zod.ZodOptional<Zod.ZodEffects<Zod.ZodUnion<[Zod.ZodEnum<[\"true\", \"false\"]>, Zod.ZodBoolean]>, boolean, boolean | \"true\" | \"false\">>>; }, \"strip\", Zod.ZodTypeAny, { installOnly: boolean; }, { installOnly?: boolean | \"true\" | \"false\" | undefined; }>; }, \"strip\", Zod.ZodTypeAny, { query: { installOnly: boolean; }; }, { query: { installOnly?: boolean | \"true\" | \"false\" | undefined; }; }>, ",
|
|
"EntityManagerRouteHandlerResources",
|
|
", ",
|
|
{
|
|
"pluginId": "@kbn/core-http-server",
|
|
"scope": "server",
|
|
"docId": "kibKbnCoreHttpServerPluginApi",
|
|
"section": "def-server.IKibanaResponse",
|
|
"text": "IKibanaResponse"
|
|
},
|
|
"<any>, ",
|
|
{
|
|
"pluginId": "@kbn/server-route-repository-utils",
|
|
"scope": "common",
|
|
"docId": "kibKbnServerRouteRepositoryUtilsPluginApi",
|
|
"section": "def-common.DefaultRouteCreateOptions",
|
|
"text": "DefaultRouteCreateOptions"
|
|
},
|
|
">; \"GET /internal/entities/managed/enablement\": ",
|
|
{
|
|
"pluginId": "@kbn/server-route-repository-utils",
|
|
"scope": "common",
|
|
"docId": "kibKbnServerRouteRepositoryUtilsPluginApi",
|
|
"section": "def-common.ServerRoute",
|
|
"text": "ServerRoute"
|
|
},
|
|
"<\"GET /internal/entities/managed/enablement\", undefined, ",
|
|
"EntityManagerRouteHandlerResources",
|
|
", ",
|
|
{
|
|
"pluginId": "@kbn/core-http-server",
|
|
"scope": "server",
|
|
"docId": "kibKbnCoreHttpServerPluginApi",
|
|
"section": "def-server.IKibanaResponse",
|
|
"text": "IKibanaResponse"
|
|
},
|
|
"<any>, ",
|
|
{
|
|
"pluginId": "@kbn/server-route-repository-utils",
|
|
"scope": "common",
|
|
"docId": "kibKbnServerRouteRepositoryUtilsPluginApi",
|
|
"section": "def-common.DefaultRouteCreateOptions",
|
|
"text": "DefaultRouteCreateOptions"
|
|
},
|
|
">; }"
|
|
],
|
|
"path": "x-pack/plugins/observability_solution/entity_manager/server/routes/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"objects": [],
|
|
"setup": {
|
|
"parentPluginId": "entityManager",
|
|
"id": "def-server.EntityManagerServerPluginSetup",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "EntityManagerServerPluginSetup",
|
|
"description": [],
|
|
"path": "x-pack/plugins/observability_solution/entity_manager/server/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"lifecycle": "setup",
|
|
"initialIsOpen": true
|
|
},
|
|
"start": {
|
|
"parentPluginId": "entityManager",
|
|
"id": "def-server.EntityManagerServerPluginStart",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "EntityManagerServerPluginStart",
|
|
"description": [],
|
|
"path": "x-pack/plugins/observability_solution/entity_manager/server/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "entityManager",
|
|
"id": "def-server.EntityManagerServerPluginStart.getScopedClient",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getScopedClient",
|
|
"description": [],
|
|
"signature": [
|
|
"(options: { request: ",
|
|
{
|
|
"pluginId": "@kbn/core-http-server",
|
|
"scope": "server",
|
|
"docId": "kibKbnCoreHttpServerPluginApi",
|
|
"section": "def-server.KibanaRequest",
|
|
"text": "KibanaRequest"
|
|
},
|
|
"<unknown, unknown, unknown, any>; }) => Promise<",
|
|
"EntityClient",
|
|
">"
|
|
],
|
|
"path": "x-pack/plugins/observability_solution/entity_manager/server/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "entityManager",
|
|
"id": "def-server.EntityManagerServerPluginStart.getScopedClient.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "options",
|
|
"description": [],
|
|
"path": "x-pack/plugins/observability_solution/entity_manager/server/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "entityManager",
|
|
"id": "def-server.EntityManagerServerPluginStart.getScopedClient.$1.request",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "request",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/core-http-server",
|
|
"scope": "server",
|
|
"docId": "kibKbnCoreHttpServerPluginApi",
|
|
"section": "def-server.KibanaRequest",
|
|
"text": "KibanaRequest"
|
|
},
|
|
"<unknown, unknown, unknown, any>"
|
|
],
|
|
"path": "x-pack/plugins/observability_solution/entity_manager/server/plugin.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"returnComment": []
|
|
}
|
|
],
|
|
"lifecycle": "start",
|
|
"initialIsOpen": true
|
|
}
|
|
},
|
|
"common": {
|
|
"classes": [],
|
|
"functions": [],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [],
|
|
"objects": []
|
|
}
|
|
} |