mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
3482 lines
No EOL
130 KiB
JSON
3482 lines
No EOL
130 KiB
JSON
{
|
|
"id": "customIntegrations",
|
|
"client": {
|
|
"classes": [],
|
|
"functions": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-public.filterCustomIntegrations",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "filterCustomIntegrations",
|
|
"description": [
|
|
"\nFilter a set of integrations by eprPackageName, and/or shipper."
|
|
],
|
|
"signature": [
|
|
"(integrations: ",
|
|
{
|
|
"pluginId": "customIntegrations",
|
|
"scope": "common",
|
|
"docId": "kibCustomIntegrationsPluginApi",
|
|
"section": "def-common.CustomIntegration",
|
|
"text": "CustomIntegration"
|
|
},
|
|
"[], { eprPackageName, shipper }?: FindParams) => ",
|
|
{
|
|
"pluginId": "customIntegrations",
|
|
"scope": "common",
|
|
"docId": "kibCustomIntegrationsPluginApi",
|
|
"section": "def-common.CustomIntegration",
|
|
"text": "CustomIntegration"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "src/platform/plugins/shared/custom_integrations/public/services/find.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-public.filterCustomIntegrations.$1",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "integrations",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "customIntegrations",
|
|
"scope": "common",
|
|
"docId": "kibCustomIntegrationsPluginApi",
|
|
"section": "def-common.CustomIntegration",
|
|
"text": "CustomIntegration"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "src/platform/plugins/shared/custom_integrations/public/services/find.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-public.filterCustomIntegrations.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "{ eprPackageName, shipper }",
|
|
"description": [],
|
|
"signature": [
|
|
"FindParams"
|
|
],
|
|
"path": "src/platform/plugins/shared/custom_integrations/public/services/find.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-public.LazyReplacementCard",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "LazyReplacementCard",
|
|
"description": [],
|
|
"signature": [
|
|
"React.LazyExoticComponent<({ eprPackageName }: ",
|
|
"Props",
|
|
") => React.JSX.Element | null>"
|
|
],
|
|
"path": "src/platform/plugins/shared/custom_integrations/public/components/index.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"returnComment": [],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-public.LazyReplacementCard.$1",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "props",
|
|
"description": [],
|
|
"signature": [
|
|
"P"
|
|
],
|
|
"path": "node_modules/@types/react/ts5.0/index.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-public.withSuspense",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "withSuspense",
|
|
"description": [
|
|
"\nA HOC which supplies React.Suspense with a fallback component, and a `EuiErrorBoundary` to contain errors."
|
|
],
|
|
"signature": [
|
|
"<P extends {}, R = {}>(Component: React.ComponentType<P>, fallback?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | null) => React.ForwardRefExoticComponent<React.PropsWithoutRef<P> & React.RefAttributes<R>>"
|
|
],
|
|
"path": "src/platform/plugins/shared/custom_integrations/public/components/index.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-public.withSuspense.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "Component",
|
|
"description": [
|
|
"A component deferred by `React.lazy`"
|
|
],
|
|
"signature": [
|
|
"React.ComponentType<P>"
|
|
],
|
|
"path": "src/platform/plugins/shared/custom_integrations/public/components/index.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-public.withSuspense.$2",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "fallback",
|
|
"description": [
|
|
"A fallback component to render while things load; default is `EuiLoadingSpinner`"
|
|
],
|
|
"signature": [
|
|
"React.ReactElement<any, string | React.JSXElementConstructor<any>> | null"
|
|
],
|
|
"path": "src/platform/plugins/shared/custom_integrations/public/components/index.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [],
|
|
"objects": [],
|
|
"setup": {
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-public.CustomIntegrationsSetup",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "CustomIntegrationsSetup",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-public.CustomIntegrationsSetup.getAppendCustomIntegrations",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getAppendCustomIntegrations",
|
|
"description": [],
|
|
"signature": [
|
|
"() => Promise<",
|
|
{
|
|
"pluginId": "customIntegrations",
|
|
"scope": "common",
|
|
"docId": "kibCustomIntegrationsPluginApi",
|
|
"section": "def-common.CustomIntegration",
|
|
"text": "CustomIntegration"
|
|
},
|
|
"[]>"
|
|
],
|
|
"path": "src/platform/plugins/shared/custom_integrations/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-public.CustomIntegrationsSetup.getReplacementCustomIntegrations",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getReplacementCustomIntegrations",
|
|
"description": [],
|
|
"signature": [
|
|
"() => Promise<",
|
|
{
|
|
"pluginId": "customIntegrations",
|
|
"scope": "common",
|
|
"docId": "kibCustomIntegrationsPluginApi",
|
|
"section": "def-common.CustomIntegration",
|
|
"text": "CustomIntegration"
|
|
},
|
|
"[]>"
|
|
],
|
|
"path": "src/platform/plugins/shared/custom_integrations/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
}
|
|
],
|
|
"lifecycle": "setup",
|
|
"initialIsOpen": true
|
|
},
|
|
"start": {
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-public.CustomIntegrationsStart",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "CustomIntegrationsStart",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-public.CustomIntegrationsStart.ContextProvider",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "ContextProvider",
|
|
"description": [],
|
|
"signature": [
|
|
"React.FunctionComponent<{ children?: React.ReactNode; }>"
|
|
],
|
|
"path": "src/platform/plugins/shared/custom_integrations/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"returnComment": [],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-public.CustomIntegrationsStart.ContextProvider.$1",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "props",
|
|
"description": [],
|
|
"signature": [
|
|
"P"
|
|
],
|
|
"path": "node_modules/@types/react/ts5.0/index.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-public.CustomIntegrationsStart.ContextProvider.$2",
|
|
"type": "Any",
|
|
"tags": [],
|
|
"label": "context",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "node_modules/@types/react/ts5.0/index.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-public.CustomIntegrationsStart.languageClientsUiComponents",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "languageClientsUiComponents",
|
|
"description": [],
|
|
"signature": [
|
|
"{ [x: string]: React.FC<{}>; }"
|
|
],
|
|
"path": "src/platform/plugins/shared/custom_integrations/public/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"lifecycle": "start",
|
|
"initialIsOpen": true
|
|
}
|
|
},
|
|
"server": {
|
|
"classes": [],
|
|
"functions": [],
|
|
"interfaces": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-server.CustomIntegration",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "CustomIntegration",
|
|
"description": [
|
|
"\nA definition of a dataintegration, which can be registered with Kibana."
|
|
],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-server.CustomIntegration.id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "id",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-server.CustomIntegration.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-server.CustomIntegration.description",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "description",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-server.CustomIntegration.type",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"signature": [
|
|
"\"ui_link\""
|
|
],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-server.CustomIntegration.uiInternalPath",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "uiInternalPath",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-server.CustomIntegration.uiExternalLink",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "uiExternalLink",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-server.CustomIntegration.isBeta",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "isBeta",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-server.CustomIntegration.icons",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "icons",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "customIntegrations",
|
|
"scope": "common",
|
|
"docId": "kibCustomIntegrationsPluginApi",
|
|
"section": "def-common.CustomIntegrationIcon",
|
|
"text": "CustomIntegrationIcon"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-server.CustomIntegration.categories",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "categories",
|
|
"description": [],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-server.CustomIntegration.shipper",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "shipper",
|
|
"description": [],
|
|
"signature": [
|
|
"\"search\" | \"other\" | \"beats\" | \"language_clients\" | \"sample_data\" | \"tests\" | \"tutorial\" | \"placeholders\""
|
|
],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-server.CustomIntegration.eprOverlap",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "eprOverlap",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"enums": [],
|
|
"misc": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-server.IntegrationCategory",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "IntegrationCategory",
|
|
"description": [
|
|
"\nA category applicable to an Integration."
|
|
],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"objects": [],
|
|
"setup": {
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-server.CustomIntegrationsPluginSetup",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "CustomIntegrationsPluginSetup",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/server/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-server.CustomIntegrationsPluginSetup.registerCustomIntegration",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "registerCustomIntegration",
|
|
"description": [],
|
|
"signature": [
|
|
"(customIntegration: Omit<",
|
|
{
|
|
"pluginId": "customIntegrations",
|
|
"scope": "common",
|
|
"docId": "kibCustomIntegrationsPluginApi",
|
|
"section": "def-common.CustomIntegration",
|
|
"text": "CustomIntegration"
|
|
},
|
|
", \"type\">) => void"
|
|
],
|
|
"path": "src/platform/plugins/shared/custom_integrations/server/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-server.CustomIntegrationsPluginSetup.registerCustomIntegration.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "customIntegration",
|
|
"description": [],
|
|
"signature": [
|
|
"Omit<",
|
|
{
|
|
"pluginId": "customIntegrations",
|
|
"scope": "common",
|
|
"docId": "kibCustomIntegrationsPluginApi",
|
|
"section": "def-common.CustomIntegration",
|
|
"text": "CustomIntegration"
|
|
},
|
|
", \"type\">"
|
|
],
|
|
"path": "src/platform/plugins/shared/custom_integrations/server/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-server.CustomIntegrationsPluginSetup.getAppendCustomIntegrations",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getAppendCustomIntegrations",
|
|
"description": [],
|
|
"signature": [
|
|
"() => ",
|
|
{
|
|
"pluginId": "customIntegrations",
|
|
"scope": "common",
|
|
"docId": "kibCustomIntegrationsPluginApi",
|
|
"section": "def-common.CustomIntegration",
|
|
"text": "CustomIntegration"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "src/platform/plugins/shared/custom_integrations/server/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
}
|
|
],
|
|
"lifecycle": "setup",
|
|
"initialIsOpen": true
|
|
},
|
|
"start": {
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-server.CustomIntegrationsPluginStart",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "CustomIntegrationsPluginStart",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/server/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"lifecycle": "start",
|
|
"initialIsOpen": true
|
|
}
|
|
},
|
|
"common": {
|
|
"classes": [],
|
|
"functions": [],
|
|
"interfaces": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.CustomIntegration",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "CustomIntegration",
|
|
"description": [
|
|
"\nA definition of a dataintegration, which can be registered with Kibana."
|
|
],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.CustomIntegration.id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "id",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.CustomIntegration.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.CustomIntegration.description",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "description",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.CustomIntegration.type",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"signature": [
|
|
"\"ui_link\""
|
|
],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.CustomIntegration.uiInternalPath",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "uiInternalPath",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.CustomIntegration.uiExternalLink",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "uiExternalLink",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.CustomIntegration.isBeta",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "isBeta",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.CustomIntegration.icons",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "icons",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "customIntegrations",
|
|
"scope": "common",
|
|
"docId": "kibCustomIntegrationsPluginApi",
|
|
"section": "def-common.CustomIntegrationIcon",
|
|
"text": "CustomIntegrationIcon"
|
|
},
|
|
"[]"
|
|
],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.CustomIntegration.categories",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "categories",
|
|
"description": [],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.CustomIntegration.shipper",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "shipper",
|
|
"description": [],
|
|
"signature": [
|
|
"\"search\" | \"other\" | \"beats\" | \"language_clients\" | \"sample_data\" | \"tests\" | \"tutorial\" | \"placeholders\""
|
|
],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.CustomIntegration.eprOverlap",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "eprOverlap",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.CustomIntegrationIcon",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "CustomIntegrationIcon",
|
|
"description": [
|
|
"\nAn icon representing an Integration."
|
|
],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.CustomIntegrationIcon.src",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "src",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.CustomIntegrationIcon.type",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"signature": [
|
|
"\"svg\" | \"eui\""
|
|
],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.IntegrationCategoryCount",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "IntegrationCategoryCount",
|
|
"description": [
|
|
"\nAn object containing the id of an `IntegrationCategory` and the count of all Integrations in that category."
|
|
],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.IntegrationCategoryCount.count",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "count",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.IntegrationCategoryCount.id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "id",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"enums": [],
|
|
"misc": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.category",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "category",
|
|
"description": [
|
|
"\nThe list of all available categories."
|
|
],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.IntegrationCategory",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "IntegrationCategory",
|
|
"description": [
|
|
"\nA category applicable to an Integration."
|
|
],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.PLUGIN_ID",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "PLUGIN_ID",
|
|
"description": [],
|
|
"signature": [
|
|
"\"customIntegrations\""
|
|
],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.PLUGIN_NAME",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "PLUGIN_NAME",
|
|
"description": [],
|
|
"signature": [
|
|
"\"customIntegrations\""
|
|
],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.ROUTES_APPEND_CUSTOM_INTEGRATIONS",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "ROUTES_APPEND_CUSTOM_INTEGRATIONS",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.ROUTES_REPLACEMENT_CUSTOM_INTEGRATIONS",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "ROUTES_REPLACEMENT_CUSTOM_INTEGRATIONS",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.shipper",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "shipper",
|
|
"description": [
|
|
"\nThe list of all known shippers."
|
|
],
|
|
"signature": [
|
|
"(\"search\" | \"other\" | \"beats\" | \"language_clients\" | \"sample_data\" | \"tests\" | \"tutorial\" | \"placeholders\")[]"
|
|
],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.Shipper",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "Shipper",
|
|
"description": [
|
|
"\nA shipper-- an internal or external system capable of storing data in ES/Kibana-- applicable to an Integration."
|
|
],
|
|
"signature": [
|
|
"\"search\" | \"other\" | \"beats\" | \"language_clients\" | \"sample_data\" | \"tests\" | \"tutorial\" | \"placeholders\""
|
|
],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"objects": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.FEATURED_INTEGRATIONS_BY_CATEGORY",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "FEATURED_INTEGRATIONS_BY_CATEGORY",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.FEATURED_INTEGRATIONS_BY_CATEGORY.security",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "security",
|
|
"description": [],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.FEATURED_INTEGRATIONS_BY_CATEGORY.",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "''",
|
|
"description": [],
|
|
"signature": [
|
|
"string[]"
|
|
],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "INTEGRATION_CATEGORY_DISPLAY",
|
|
"description": [
|
|
"\nA map of category names and their corresponding titles."
|
|
],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.advanced_analytics_ueba",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "advanced_analytics_ueba",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.advanced_analytics_ueba.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.advanced_analytics_ueba.parent_id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "parent_id",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.analytics_engine",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "analytics_engine",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.analytics_engine.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.analytics_engine.parent_id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "parent_id",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.application_observability",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "application_observability",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.application_observability.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.application_observability.parent_id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "parent_id",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.auditd",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "auditd",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.auditd.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.auditd.parent_id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "parent_id",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.authentication",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "authentication",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.authentication.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.authentication.parent_id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "parent_id",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.aws",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "aws",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.aws.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.aws.parent_id",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "parent_id",
|
|
"description": [],
|
|
"signature": [
|
|
"undefined"
|
|
],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.azure",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "azure",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.azure.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.azure.parent_id",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "parent_id",
|
|
"description": [],
|
|
"signature": [
|
|
"undefined"
|
|
],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.big_data",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "big_data",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.big_data.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.big_data.parent_id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "parent_id",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.cdn_security",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "cdn_security",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.cdn_security.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.cdn_security.parent_id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "parent_id",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.cloud",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "cloud",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.cloud.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.cloud.parent_id",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "parent_id",
|
|
"description": [],
|
|
"signature": [
|
|
"undefined"
|
|
],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.config_management",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "config_management",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.config_management.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.config_management.parent_id",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "parent_id",
|
|
"description": [],
|
|
"signature": [
|
|
"undefined"
|
|
],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.connector",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "connector",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.connector.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.connector.parent_id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "parent_id",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.connector_client",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "connector_client",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.connector_client.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.connector_client.parent_id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "parent_id",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.containers",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "containers",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.containers.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.containers.parent_id",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "parent_id",
|
|
"description": [],
|
|
"signature": [
|
|
"undefined"
|
|
],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.crawler",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "crawler",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.crawler.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.crawler.parent_id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "parent_id",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.credential_management",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "credential_management",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.credential_management.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.credential_management.parent_id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "parent_id",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.crm",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "crm",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.crm.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.crm.parent_id",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "parent_id",
|
|
"description": [],
|
|
"signature": [
|
|
"undefined"
|
|
],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.custom",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "custom",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.custom.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.custom.parent_id",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "parent_id",
|
|
"description": [],
|
|
"signature": [
|
|
"undefined"
|
|
],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.custom_logs",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "custom_logs",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.custom_logs.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.custom_logs.parent_id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "parent_id",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.database_security",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "database_security",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.database_security.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.database_security.parent_id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "parent_id",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.datastore",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "datastore",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.datastore.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.datastore.parent_id",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "parent_id",
|
|
"description": [],
|
|
"signature": [
|
|
"undefined"
|
|
],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.dns_security",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "dns_security",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.dns_security.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.dns_security.parent_id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "parent_id",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.edr_xdr",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "edr_xdr",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.edr_xdr.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.edr_xdr.parent_id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "parent_id",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.cloudsecurity_cdr",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "cloudsecurity_cdr",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.cloudsecurity_cdr.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.cloudsecurity_cdr.parent_id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "parent_id",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.elasticsearch_sdk",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "elasticsearch_sdk",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.elasticsearch_sdk.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.elasticsearch_sdk.parent_id",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "parent_id",
|
|
"description": [],
|
|
"signature": [
|
|
"undefined"
|
|
],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.elastic_stack",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "elastic_stack",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.elastic_stack.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.elastic_stack.parent_id",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "parent_id",
|
|
"description": [],
|
|
"signature": [
|
|
"undefined"
|
|
],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.email_security",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "email_security",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.email_security.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.email_security.parent_id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "parent_id",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.firewall_security",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "firewall_security",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.firewall_security.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.firewall_security.parent_id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "parent_id",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.google_cloud",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "google_cloud",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.google_cloud.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.google_cloud.parent_id",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "parent_id",
|
|
"description": [],
|
|
"signature": [
|
|
"undefined"
|
|
],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.iam",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "iam",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.iam.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.iam.parent_id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "parent_id",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.ids_ips",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "ids_ips",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.ids_ips.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.ids_ips.parent_id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "parent_id",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.infrastructure",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "infrastructure",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.infrastructure.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.infrastructure.parent_id",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "parent_id",
|
|
"description": [],
|
|
"signature": [
|
|
"undefined"
|
|
],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.java_observability",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "java_observability",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.java_observability.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.java_observability.parent_id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "parent_id",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.kubernetes",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "kubernetes",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.kubernetes.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.kubernetes.parent_id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "parent_id",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.language_client",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "language_client",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.language_client.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.language_client.parent_id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "parent_id",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.languages",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "languages",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.languages.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.languages.parent_id",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "parent_id",
|
|
"description": [],
|
|
"signature": [
|
|
"undefined"
|
|
],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.load_balancer",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "load_balancer",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.load_balancer.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.load_balancer.parent_id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "parent_id",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.message_queue",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "message_queue",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.message_queue.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.message_queue.parent_id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "parent_id",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.monitoring",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "monitoring",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.monitoring.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.monitoring.parent_id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "parent_id",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.native_search",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "native_search",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.native_search.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.native_search.parent_id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "parent_id",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.network",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "network",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.network.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.network.parent_id",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "parent_id",
|
|
"description": [],
|
|
"signature": [
|
|
"undefined"
|
|
],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.network_security",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "network_security",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.network_security.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.network_security.parent_id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "parent_id",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.notification",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "notification",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.notification.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.notification.parent_id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "parent_id",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.observability",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "observability",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.observability.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.observability.parent_id",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "parent_id",
|
|
"description": [],
|
|
"signature": [
|
|
"undefined"
|
|
],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.os_system",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "os_system",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.os_system.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.os_system.parent_id",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "parent_id",
|
|
"description": [],
|
|
"signature": [
|
|
"undefined"
|
|
],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.process_manager",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "process_manager",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.process_manager.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.process_manager.parent_id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "parent_id",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.productivity",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "productivity",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.productivity.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.productivity.parent_id",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "parent_id",
|
|
"description": [],
|
|
"signature": [
|
|
"undefined"
|
|
],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.productivity_security",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "productivity_security",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.productivity_security.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.productivity_security.parent_id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "parent_id",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.proxy_security",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "proxy_security",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.proxy_security.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.proxy_security.parent_id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "parent_id",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.sdk_search",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "sdk_search",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.sdk_search.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.sdk_search.parent_id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "parent_id",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.search",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "search",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.search.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.search.parent_id",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "parent_id",
|
|
"description": [],
|
|
"signature": [
|
|
"undefined"
|
|
],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.security",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "security",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.security.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.security.parent_id",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "parent_id",
|
|
"description": [],
|
|
"signature": [
|
|
"undefined"
|
|
],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.stream_processing",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "stream_processing",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.stream_processing.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.stream_processing.parent_id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "parent_id",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.support",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "support",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.support.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.support.parent_id",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "parent_id",
|
|
"description": [],
|
|
"signature": [
|
|
"undefined"
|
|
],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.threat_intel",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "threat_intel",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.threat_intel.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.threat_intel.parent_id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "parent_id",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.ticketing",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "ticketing",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.ticketing.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.ticketing.parent_id",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "parent_id",
|
|
"description": [],
|
|
"signature": [
|
|
"undefined"
|
|
],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.version_control",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "version_control",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.version_control.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.version_control.parent_id",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "parent_id",
|
|
"description": [],
|
|
"signature": [
|
|
"undefined"
|
|
],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.virtualization",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "virtualization",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.virtualization.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.virtualization.parent_id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "parent_id",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.vpn_security",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "vpn_security",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.vpn_security.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.vpn_security.parent_id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "parent_id",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.vulnerability_management",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "vulnerability_management",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.vulnerability_management.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.vulnerability_management.parent_id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "parent_id",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.web",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "web",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.web.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.web.parent_id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "parent_id",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.web_application_firewall",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "web_application_firewall",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.web_application_firewall.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.web_application_firewall.parent_id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "parent_id",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.websphere",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "websphere",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.websphere.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.websphere.parent_id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "parent_id",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.workplace_search_content_source",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "workplace_search_content_source",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.workplace_search_content_source.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.workplace_search_content_source.parent_id",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "parent_id",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.apm",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "apm",
|
|
"description": [
|
|
"// Kibana added"
|
|
],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.apm.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.INTEGRATION_CATEGORY_DISPLAY.apm.parent_id",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "parent_id",
|
|
"description": [],
|
|
"signature": [
|
|
"undefined"
|
|
],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.SHIPPER_DISPLAY",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "SHIPPER_DISPLAY",
|
|
"description": [
|
|
"\nA map of shipper names and their corresponding titles."
|
|
],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.SHIPPER_DISPLAY.beats",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "beats",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.SHIPPER_DISPLAY.search",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "search",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.SHIPPER_DISPLAY.language_clients",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "language_clients",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.SHIPPER_DISPLAY.other",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "other",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.SHIPPER_DISPLAY.sample_data",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "sample_data",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.SHIPPER_DISPLAY.tests",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "tests",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.SHIPPER_DISPLAY.tutorial",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "tutorial",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "customIntegrations",
|
|
"id": "def-common.SHIPPER_DISPLAY.placeholders",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "placeholders",
|
|
"description": [],
|
|
"path": "src/platform/plugins/shared/custom_integrations/common/index.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
}
|
|
]
|
|
}
|
|
} |