[api-docs] 2024-04-11 Daily api_docs build (#180548)

Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/670
This commit is contained in:
Kibana Machine 2024-04-11 02:10:49 -04:00 committed by GitHub
parent 6608bf0947
commit 30b313fefc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
699 changed files with 4526 additions and 1085 deletions

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/actions
title: "actions"
image: https://source.unsplash.com/400x175/?github
description: API docs for the actions plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'actions']
---
import actionsObj from './actions.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/advancedSettings
title: "advancedSettings"
image: https://source.unsplash.com/400x175/?github
description: API docs for the advancedSettings plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'advancedSettings']
---
import advancedSettingsObj from './advanced_settings.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/aiAssistantManagementSelection
title: "aiAssistantManagementSelection"
image: https://source.unsplash.com/400x175/?github
description: API docs for the aiAssistantManagementSelection plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiAssistantManagementSelection']
---
import aiAssistantManagementSelectionObj from './ai_assistant_management_selection.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/aiops
title: "aiops"
image: https://source.unsplash.com/400x175/?github
description: API docs for the aiops plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiops']
---
import aiopsObj from './aiops.devdocs.json';

View file

@ -495,7 +495,7 @@
"label": "ensureAuthorized",
"description": [],
"signature": [
"({ ruleTypeId, consumer: legacyConsumer, operation, entity, }: ",
"({ ruleTypeId, consumer: legacyConsumer, operation, entity, additionalPrivileges, }: ",
"EnsureAuthorizedOpts",
") => Promise<void>"
],
@ -508,7 +508,7 @@
"id": "def-server.AlertingAuthorization.ensureAuthorized.$1",
"type": "Object",
"tags": [],
"label": "{\n ruleTypeId,\n consumer: legacyConsumer,\n operation,\n entity,\n }",
"label": "{\n ruleTypeId,\n consumer: legacyConsumer,\n operation,\n entity,\n additionalPrivileges = [],\n }",
"description": [],
"signature": [
"EnsureAuthorizedOpts"
@ -1856,6 +1856,47 @@
}
],
"returnComment": []
},
{
"parentPluginId": "alerting",
"id": "def-server.ConnectorAdapter.getKibanaPrivileges",
"type": "Function",
"tags": [],
"label": "getKibanaPrivileges",
"description": [],
"signature": [
"(({ consumer }: { consumer: string; }) => string[]) | undefined"
],
"path": "x-pack/plugins/alerting/server/connector_adapters/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "alerting",
"id": "def-server.ConnectorAdapter.getKibanaPrivileges.$1",
"type": "Object",
"tags": [],
"label": "{ consumer }",
"description": [],
"path": "x-pack/plugins/alerting/server/connector_adapters/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "alerting",
"id": "def-server.ConnectorAdapter.getKibanaPrivileges.$1.consumer",
"type": "string",
"tags": [],
"label": "consumer",
"description": [],
"path": "x-pack/plugins/alerting/server/connector_adapters/types.ts",
"deprecated": false,
"trackAdoption": false
}
]
}
],
"returnComment": []
}
],
"initialIsOpen": false

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/alerting
title: "alerting"
image: https://source.unsplash.com/400x175/?github
description: API docs for the alerting plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'alerting']
---
import alertingObj from './alerting.devdocs.json';
@ -21,7 +21,7 @@ Contact [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-o
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 854 | 1 | 822 | 54 |
| 857 | 1 | 825 | 54 |
## Client

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/apm
title: "apm"
image: https://source.unsplash.com/400x175/?github
description: API docs for the apm plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'apm']
---
import apmObj from './apm.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/apmDataAccess
title: "apmDataAccess"
image: https://source.unsplash.com/400x175/?github
description: API docs for the apmDataAccess plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'apmDataAccess']
---
import apmDataAccessObj from './apm_data_access.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/assetManager
title: "assetManager"
image: https://source.unsplash.com/400x175/?github
description: API docs for the assetManager plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'assetManager']
---
import assetManagerObj from './asset_manager.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/banners
title: "banners"
image: https://source.unsplash.com/400x175/?github
description: API docs for the banners plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'banners']
---
import bannersObj from './banners.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/bfetch
title: "bfetch"
image: https://source.unsplash.com/400x175/?github
description: API docs for the bfetch plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'bfetch']
---
import bfetchObj from './bfetch.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/canvas
title: "canvas"
image: https://source.unsplash.com/400x175/?github
description: API docs for the canvas plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'canvas']
---
import canvasObj from './canvas.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/cases
title: "cases"
image: https://source.unsplash.com/400x175/?github
description: API docs for the cases plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cases']
---
import casesObj from './cases.devdocs.json';

View file

@ -2266,6 +2266,10 @@
"RecursivePartial",
"<",
"Theme",
">; useSparklineOverrides: () => ",
"RecursivePartial",
"<",
"Theme",
">; useChartsBaseTheme: () => ",
"Theme",
"; }"

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/charts
title: "charts"
image: https://source.unsplash.com/400x175/?github
description: API docs for the charts plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'charts']
---
import chartsObj from './charts.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/cloud
title: "cloud"
image: https://source.unsplash.com/400x175/?github
description: API docs for the cloud plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloud']
---
import cloudObj from './cloud.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/cloudDataMigration
title: "cloudDataMigration"
image: https://source.unsplash.com/400x175/?github
description: API docs for the cloudDataMigration plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloudDataMigration']
---
import cloudDataMigrationObj from './cloud_data_migration.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/cloudDefend
title: "cloudDefend"
image: https://source.unsplash.com/400x175/?github
description: API docs for the cloudDefend plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloudDefend']
---
import cloudDefendObj from './cloud_defend.devdocs.json';

View file

@ -117,7 +117,7 @@
"\nFetch the configuration assigned to variation `configKey`. If nothing is found, fallback to `defaultValue`."
],
"signature": [
"<Data>(featureFlagName: \"security-solutions.add-integrations-url\" | \"security-solutions.guided-onboarding-content\" | \"cloud-chat.enabled\" | \"cloud-chat.chat-variant\", defaultValue: Data) => Promise<Data>"
"<Data>(featureFlagName: \"security-solutions.add-integrations-url\" | \"security-solutions.guided-onboarding-content\" | \"cloud-chat.enabled\" | \"cloud-chat.chat-variant\" | \"navigation.solutionNavEnabled\", defaultValue: Data) => Promise<Data>"
],
"path": "x-pack/plugins/cloud_integrations/cloud_experiments/common/types.ts",
"deprecated": false,
@ -133,7 +133,7 @@
"The name of the key to find the config variation. {@link CloudExperimentsFeatureFlagNames }."
],
"signature": [
"\"security-solutions.add-integrations-url\" | \"security-solutions.guided-onboarding-content\" | \"cloud-chat.enabled\" | \"cloud-chat.chat-variant\""
"\"security-solutions.add-integrations-url\" | \"security-solutions.guided-onboarding-content\" | \"cloud-chat.enabled\" | \"cloud-chat.chat-variant\" | \"navigation.solutionNavEnabled\""
],
"path": "x-pack/plugins/cloud_integrations/cloud_experiments/common/types.ts",
"deprecated": false,
@ -227,7 +227,7 @@
"\nThe names of the feature flags declared in Kibana.\nValid keys are defined in {@link FEATURE_FLAG_NAMES}. When using a new feature flag, add the name to the list.\n"
],
"signature": [
"\"security-solutions.add-integrations-url\" | \"security-solutions.guided-onboarding-content\" | \"cloud-chat.enabled\" | \"cloud-chat.chat-variant\""
"\"security-solutions.add-integrations-url\" | \"security-solutions.guided-onboarding-content\" | \"cloud-chat.enabled\" | \"cloud-chat.chat-variant\" | \"navigation.solutionNavEnabled\""
],
"path": "x-pack/plugins/cloud_integrations/cloud_experiments/common/types.ts",
"deprecated": false,

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/cloudExperiments
title: "cloudExperiments"
image: https://source.unsplash.com/400x175/?github
description: API docs for the cloudExperiments plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloudExperiments']
---
import cloudExperimentsObj from './cloud_experiments.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/cloudSecurityPosture
title: "cloudSecurityPosture"
image: https://source.unsplash.com/400x175/?github
description: API docs for the cloudSecurityPosture plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloudSecurityPosture']
---
import cloudSecurityPostureObj from './cloud_security_posture.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/console
title: "console"
image: https://source.unsplash.com/400x175/?github
description: API docs for the console plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'console']
---
import consoleObj from './console.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/contentManagement
title: "contentManagement"
image: https://source.unsplash.com/400x175/?github
description: API docs for the contentManagement plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'contentManagement']
---
import contentManagementObj from './content_management.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/controls
title: "controls"
image: https://source.unsplash.com/400x175/?github
description: API docs for the controls plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'controls']
---
import controlsObj from './controls.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/customIntegrations
title: "customIntegrations"
image: https://source.unsplash.com/400x175/?github
description: API docs for the customIntegrations plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'customIntegrations']
---
import customIntegrationsObj from './custom_integrations.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dashboard
title: "dashboard"
image: https://source.unsplash.com/400x175/?github
description: API docs for the dashboard plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dashboard']
---
import dashboardObj from './dashboard.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dashboardEnhanced
title: "dashboardEnhanced"
image: https://source.unsplash.com/400x175/?github
description: API docs for the dashboardEnhanced plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dashboardEnhanced']
---
import dashboardEnhancedObj from './dashboard_enhanced.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/data
title: "data"
image: https://source.unsplash.com/400x175/?github
description: API docs for the data plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'data']
---
import dataObj from './data.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/data-query
title: "data.query"
image: https://source.unsplash.com/400x175/?github
description: API docs for the data.query plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'data.query']
---
import dataQueryObj from './data_query.devdocs.json';

View file

@ -2648,6 +2648,9 @@
"tags": [],
"label": "completion_status",
"description": [],
"signature": [
"number | undefined"
],
"path": "src/plugins/data/server/search/strategies/ese_search/types.ts",
"deprecated": false,
"trackAdoption": false

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/data-search
title: "data.search"
image: https://source.unsplash.com/400x175/?github
description: API docs for the data.search plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'data.search']
---
import dataSearchObj from './data_search.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dataViewEditor
title: "dataViewEditor"
image: https://source.unsplash.com/400x175/?github
description: API docs for the dataViewEditor plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataViewEditor']
---
import dataViewEditorObj from './data_view_editor.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dataViewFieldEditor
title: "dataViewFieldEditor"
image: https://source.unsplash.com/400x175/?github
description: API docs for the dataViewFieldEditor plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataViewFieldEditor']
---
import dataViewFieldEditorObj from './data_view_field_editor.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dataViewManagement
title: "dataViewManagement"
image: https://source.unsplash.com/400x175/?github
description: API docs for the dataViewManagement plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataViewManagement']
---
import dataViewManagementObj from './data_view_management.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dataViews
title: "dataViews"
image: https://source.unsplash.com/400x175/?github
description: API docs for the dataViews plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataViews']
---
import dataViewsObj from './data_views.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dataVisualizer
title: "dataVisualizer"
image: https://source.unsplash.com/400x175/?github
description: API docs for the dataVisualizer plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataVisualizer']
---
import dataVisualizerObj from './data_visualizer.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/datasetQuality
title: "datasetQuality"
image: https://source.unsplash.com/400x175/?github
description: API docs for the datasetQuality plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'datasetQuality']
---
import datasetQualityObj from './dataset_quality.devdocs.json';

View file

@ -7,7 +7,7 @@ id: kibDevDocsDeprecationsByApi
slug: /kibana-dev-docs/api-meta/deprecated-api-list-by-api
title: Deprecated API usage by API
description: A list of deprecated APIs, which plugins are still referencing them, and when they need to be removed by.
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana']
---
@ -17,7 +17,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
| Deprecated API | Referencing plugin(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibAlertingPluginApi" section="def-public.PluginSetupContract.registerNavigation" text="registerNavigation"/> | ml, stackAlerts | - |
| <DocLink id="kibKibanaReactPluginApi" section="def-public.KibanaThemeProvider" text="KibanaThemeProvider"/> | uiActions, guidedOnboarding, home, serverless, spaces, savedObjects, indexManagement, devTools, console, security, visualizations, savedObjectsTagging, expressionXY, lens, expressionMetricVis, expressionGauge, dashboard, aiops, maps, expressionImage, expressionMetric, expressionError, expressionRevealImage, expressionRepeatImage, expressionShape, licenseManagement, dataVisualizer, ml, fleet, crossClusterReplication, graph, grokdebugger, indexLifecycleManagement, ingestPipelines, logstash, metricsDataAccess, exploratoryView, osquery, infra, monitoring, painlessLab, remoteClusters, rollup, searchprofiler, newsfeed, securitySolution, snapshotRestore, transform, upgradeAssistant, watcher, cloudDataMigration, profiling, apm, observabilityOnboarding, synthetics, uptime, ux, filesManagement, kibanaOverview, visDefaultEditor, expressionHeatmap, expressionLegacyMetricVis, expressionPartitionVis, expressionTagcloud, visTypeTable, visTypeTimelion, visTypeTimeseries, visTypeVega, visTypeVislib | - |
| <DocLink id="kibKibanaReactPluginApi" section="def-public.KibanaThemeProvider" text="KibanaThemeProvider"/> | uiActions, guidedOnboarding, home, serverless, spaces, savedObjects, devTools, console, security, visualizations, savedObjectsTagging, expressionXY, lens, expressionMetricVis, expressionGauge, dashboard, aiops, maps, expressionImage, expressionMetric, expressionError, expressionRevealImage, expressionRepeatImage, expressionShape, licenseManagement, dataVisualizer, ml, fleet, indexManagement, crossClusterReplication, graph, grokdebugger, indexLifecycleManagement, ingestPipelines, logstash, metricsDataAccess, exploratoryView, osquery, infra, monitoring, painlessLab, remoteClusters, rollup, searchprofiler, newsfeed, securitySolution, snapshotRestore, transform, upgradeAssistant, watcher, cloudDataMigration, profiling, apm, observabilityOnboarding, synthetics, uptime, ux, filesManagement, kibanaOverview, visDefaultEditor, expressionHeatmap, expressionLegacyMetricVis, expressionPartitionVis, expressionTagcloud, visTypeTable, visTypeTimelion, visTypeTimeseries, visTypeVega, visTypeVislib | - |
| <DocLink id="kibSecurityPluginApi" section="def-server.SecurityPluginSetup.authc" text="authc"/> | encryptedSavedObjects, actions, data, ml, logstash, securitySolution, cloudChat | - |
| <DocLink id="kibSecurityPluginApi" section="def-server.SecurityPluginSetup.authz" text="authz"/> | actions, ml, savedObjectsTagging, enterpriseSearch | - |
| <DocLink id="kibKbnCoreSavedObjectsApiBrowserPluginApi" section="def-common.SimpleSavedObject" text="SimpleSavedObject"/> | @kbn/core-saved-objects-browser-internal, @kbn/core, savedObjects, visualizations, aiops, ml, dataVisualizer, dashboardEnhanced, graph, lens, securitySolution, eventAnnotation, @kbn/core-saved-objects-browser-mocks | - |
@ -28,7 +28,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
| <DocLink id="kibDataPluginApi" section="def-public.DataPublicPluginStart.fieldFormats" text="fieldFormats"/> | dashboard, dataVisualizer, stackAlerts, expressionPartitionVis | - |
| <DocLink id="kibDataPluginApi" section="def-common.SearchSource.fetch" text="fetch"/> | stackAlerts, alerting, securitySolution, inputControlVis | - |
| <DocLink id="kibAlertingPluginApi" section="def-common.MaintenanceWindow" text="MaintenanceWindow"/> | triggersActionsUi | - |
| <DocLink id="kibManagementPluginApi" section="def-public.ManagementAppMountParams.theme$" text="theme$"/> | spaces, indexManagement, security, remoteClusters, savedObjectsTagging, triggersActionsUi, reporting, licenseManagement, crossClusterReplication, indexLifecycleManagement, ingestPipelines, logstash, rollup, snapshotRestore, upgradeAssistant, watcher, cloudDataMigration | - |
| <DocLink id="kibManagementPluginApi" section="def-public.ManagementAppMountParams.theme$" text="theme$"/> | spaces, security, remoteClusters, savedObjectsTagging, triggersActionsUi, reporting, licenseManagement, indexManagement, crossClusterReplication, indexLifecycleManagement, ingestPipelines, logstash, rollup, snapshotRestore, upgradeAssistant, watcher, cloudDataMigration | - |
| <DocLink id="kibKbnCoreSavedObjectsCommonPluginApi" section="def-common.SavedObjectAttribute" text="SavedObjectAttribute"/> | @kbn/core, visualizations, triggersActionsUi | - |
| <DocLink id="kibAlertingPluginApi" section="def-server.RuleExecutorServices.alertFactory" text="alertFactory"/> | ruleRegistry, securitySolution, synthetics, uptime, slo | - |
| <DocLink id="kibDataPluginApi" section="def-public.SearchSource.create" text="create"/> | alerting, discover, securitySolution | - |
@ -36,7 +36,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
| <DocLink id="kibDataPluginApi" section="def-common.SavedObject.migrationVersion" text="migrationVersion"/> | @kbn/core-saved-objects-api-browser, @kbn/core-saved-objects-browser-internal, @kbn/core-saved-objects-browser-mocks, @kbn/core-saved-objects-api-server-internal, @kbn/core-saved-objects-import-export-server-internal, @kbn/core-saved-objects-server-internal, fleet, graph, lists, osquery, securitySolution, alerting | - |
| <DocLink id="kibDataPluginApi" section="def-common.SearchSource.create" text="create"/> | alerting, discover, securitySolution | - |
| <DocLink id="kibDataPluginApi" section="def-common.EqlSearchStrategyRequest.options" text="options"/> | securitySolution | - |
| <DocLink id="kibKibanaReactPluginApi" section="def-public.toMountPoint" text="toMountPoint"/> | inspector, data, savedObjects, console, runtimeFields, indexManagement, dataViewEditor, unifiedSearch, embeddable, licensing, security, visualizations, savedObjectsTagging, dataViewFieldEditor, lens, dashboard, observabilityShared, banners, maps, @kbn/reporting-public, reporting, timelines, fleet, telemetry, cloudSecurityPosture, dashboardEnhanced, graph, exploratoryView, monitoring, securitySolution, synthetics, uptime, dataViewManagement, eventAnnotationListing, filesManagement, uiActions, visTypeVislib | - |
| <DocLink id="kibKibanaReactPluginApi" section="def-public.toMountPoint" text="toMountPoint"/> | inspector, data, savedObjects, console, dataViewEditor, unifiedSearch, embeddable, licensing, security, visualizations, savedObjectsTagging, dataViewFieldEditor, lens, dashboard, observabilityShared, banners, maps, @kbn/reporting-public, reporting, timelines, fleet, telemetry, cloudSecurityPosture, runtimeFields, indexManagement, dashboardEnhanced, graph, exploratoryView, monitoring, securitySolution, synthetics, uptime, dataViewManagement, eventAnnotationListing, filesManagement, uiActions, visTypeVislib | - |
| <DocLink id="kibTimelinesPluginApi" section="def-common.DeprecatedCellValueElementProps" text="DeprecatedCellValueElementProps"/> | @kbn/securitysolution-data-table, securitySolution | - |
| <DocLink id="kibTimelinesPluginApi" section="def-common.DeprecatedRowRenderer" text="DeprecatedRowRenderer"/> | @kbn/securitysolution-data-table, securitySolution | - |
| <DocLink id="kibTimelinesPluginApi" section="def-common.BeatFields" text="BeatFields"/> | securitySolution | - |

View file

@ -7,7 +7,7 @@ id: kibDevDocsDeprecationsByPlugin
slug: /kibana-dev-docs/api-meta/deprecated-api-list-by-plugin
title: Deprecated API usage by plugin
description: A list of deprecated APIs, which plugins are still referencing them, and when they need to be removed by.
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana']
---

View file

@ -7,7 +7,7 @@ id: kibDevDocsDeprecationsDueByTeam
slug: /kibana-dev-docs/api-meta/deprecations-due-by-team
title: Deprecated APIs due to be removed, by team
description: Lists the teams that are referencing deprecated APIs with a remove by date.
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana']
---

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/devTools
title: "devTools"
image: https://source.unsplash.com/400x175/?github
description: API docs for the devTools plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'devTools']
---
import devToolsObj from './dev_tools.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/discover
title: "discover"
image: https://source.unsplash.com/400x175/?github
description: API docs for the discover plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'discover']
---
import discoverObj from './discover.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/discoverEnhanced
title: "discoverEnhanced"
image: https://source.unsplash.com/400x175/?github
description: API docs for the discoverEnhanced plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'discoverEnhanced']
---
import discoverEnhancedObj from './discover_enhanced.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/ecsDataQualityDashboard
title: "ecsDataQualityDashboard"
image: https://source.unsplash.com/400x175/?github
description: API docs for the ecsDataQualityDashboard plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'ecsDataQualityDashboard']
---
import ecsDataQualityDashboardObj from './ecs_data_quality_dashboard.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/elasticAssistant
title: "elasticAssistant"
image: https://source.unsplash.com/400x175/?github
description: API docs for the elasticAssistant plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'elasticAssistant']
---
import elasticAssistantObj from './elastic_assistant.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/embeddable
title: "embeddable"
image: https://source.unsplash.com/400x175/?github
description: API docs for the embeddable plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'embeddable']
---
import embeddableObj from './embeddable.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/embeddableEnhanced
title: "embeddableEnhanced"
image: https://source.unsplash.com/400x175/?github
description: API docs for the embeddableEnhanced plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'embeddableEnhanced']
---
import embeddableEnhancedObj from './embeddable_enhanced.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/encryptedSavedObjects
title: "encryptedSavedObjects"
image: https://source.unsplash.com/400x175/?github
description: API docs for the encryptedSavedObjects plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'encryptedSavedObjects']
---
import encryptedSavedObjectsObj from './encrypted_saved_objects.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/enterpriseSearch
title: "enterpriseSearch"
image: https://source.unsplash.com/400x175/?github
description: API docs for the enterpriseSearch plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'enterpriseSearch']
---
import enterpriseSearchObj from './enterprise_search.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/esUiShared
title: "esUiShared"
image: https://source.unsplash.com/400x175/?github
description: API docs for the esUiShared plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'esUiShared']
---
import esUiSharedObj from './es_ui_shared.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/eventAnnotation
title: "eventAnnotation"
image: https://source.unsplash.com/400x175/?github
description: API docs for the eventAnnotation plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'eventAnnotation']
---
import eventAnnotationObj from './event_annotation.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/eventAnnotationListing
title: "eventAnnotationListing"
image: https://source.unsplash.com/400x175/?github
description: API docs for the eventAnnotationListing plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'eventAnnotationListing']
---
import eventAnnotationListingObj from './event_annotation_listing.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/eventLog
title: "eventLog"
image: https://source.unsplash.com/400x175/?github
description: API docs for the eventLog plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'eventLog']
---
import eventLogObj from './event_log.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/exploratoryView
title: "exploratoryView"
image: https://source.unsplash.com/400x175/?github
description: API docs for the exploratoryView plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'exploratoryView']
---
import exploratoryViewObj from './exploratory_view.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionError
title: "expressionError"
image: https://source.unsplash.com/400x175/?github
description: API docs for the expressionError plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionError']
---
import expressionErrorObj from './expression_error.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionGauge
title: "expressionGauge"
image: https://source.unsplash.com/400x175/?github
description: API docs for the expressionGauge plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionGauge']
---
import expressionGaugeObj from './expression_gauge.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionHeatmap
title: "expressionHeatmap"
image: https://source.unsplash.com/400x175/?github
description: API docs for the expressionHeatmap plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionHeatmap']
---
import expressionHeatmapObj from './expression_heatmap.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionImage
title: "expressionImage"
image: https://source.unsplash.com/400x175/?github
description: API docs for the expressionImage plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionImage']
---
import expressionImageObj from './expression_image.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionLegacyMetricVis
title: "expressionLegacyMetricVis"
image: https://source.unsplash.com/400x175/?github
description: API docs for the expressionLegacyMetricVis plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionLegacyMetricVis']
---
import expressionLegacyMetricVisObj from './expression_legacy_metric_vis.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionMetric
title: "expressionMetric"
image: https://source.unsplash.com/400x175/?github
description: API docs for the expressionMetric plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionMetric']
---
import expressionMetricObj from './expression_metric.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionMetricVis
title: "expressionMetricVis"
image: https://source.unsplash.com/400x175/?github
description: API docs for the expressionMetricVis plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionMetricVis']
---
import expressionMetricVisObj from './expression_metric_vis.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionPartitionVis
title: "expressionPartitionVis"
image: https://source.unsplash.com/400x175/?github
description: API docs for the expressionPartitionVis plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionPartitionVis']
---
import expressionPartitionVisObj from './expression_partition_vis.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionRepeatImage
title: "expressionRepeatImage"
image: https://source.unsplash.com/400x175/?github
description: API docs for the expressionRepeatImage plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionRepeatImage']
---
import expressionRepeatImageObj from './expression_repeat_image.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionRevealImage
title: "expressionRevealImage"
image: https://source.unsplash.com/400x175/?github
description: API docs for the expressionRevealImage plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionRevealImage']
---
import expressionRevealImageObj from './expression_reveal_image.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionShape
title: "expressionShape"
image: https://source.unsplash.com/400x175/?github
description: API docs for the expressionShape plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionShape']
---
import expressionShapeObj from './expression_shape.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionTagcloud
title: "expressionTagcloud"
image: https://source.unsplash.com/400x175/?github
description: API docs for the expressionTagcloud plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionTagcloud']
---
import expressionTagcloudObj from './expression_tagcloud.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionXY
title: "expressionXY"
image: https://source.unsplash.com/400x175/?github
description: API docs for the expressionXY plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionXY']
---
import expressionXYObj from './expression_x_y.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressions
title: "expressions"
image: https://source.unsplash.com/400x175/?github
description: API docs for the expressions plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressions']
---
import expressionsObj from './expressions.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/features
title: "features"
image: https://source.unsplash.com/400x175/?github
description: API docs for the features plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'features']
---
import featuresObj from './features.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/fieldFormats
title: "fieldFormats"
image: https://source.unsplash.com/400x175/?github
description: API docs for the fieldFormats plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'fieldFormats']
---
import fieldFormatsObj from './field_formats.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/fileUpload
title: "fileUpload"
image: https://source.unsplash.com/400x175/?github
description: API docs for the fileUpload plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'fileUpload']
---
import fileUploadObj from './file_upload.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/files
title: "files"
image: https://source.unsplash.com/400x175/?github
description: API docs for the files plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'files']
---
import filesObj from './files.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/filesManagement
title: "filesManagement"
image: https://source.unsplash.com/400x175/?github
description: API docs for the filesManagement plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'filesManagement']
---
import filesManagementObj from './files_management.devdocs.json';

View file

@ -71,6 +71,54 @@
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "fleet",
"id": "def-public.LazyPackagePolicyInputVarField",
"type": "Function",
"tags": [],
"label": "LazyPackagePolicyInputVarField",
"description": [],
"signature": [
"React.ExoticComponent<",
{
"pluginId": "fleet",
"scope": "public",
"docId": "kibFleetPluginApi",
"section": "def-public.InputFieldProps",
"text": "InputFieldProps"
},
" & { children?: React.ReactNode; }> & { readonly _result: React.FunctionComponent<",
{
"pluginId": "fleet",
"scope": "public",
"docId": "kibFleetPluginApi",
"section": "def-public.InputFieldProps",
"text": "InputFieldProps"
},
">; }"
],
"path": "x-pack/plugins/fleet/public/index.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "fleet",
"id": "def-public.LazyPackagePolicyInputVarField.$1",
"type": "Uncategorized",
"tags": [],
"label": "props",
"description": [],
"signature": [
"P"
],
"path": "node_modules/@types/react/index.d.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "fleet",
"id": "def-public.PackageIcon",
@ -830,6 +878,449 @@
],
"initialIsOpen": false
},
{
"parentPluginId": "fleet",
"id": "def-public.InputFieldProps",
"type": "Interface",
"tags": [],
"label": "InputFieldProps",
"description": [],
"path": "x-pack/plugins/fleet/public/applications/fleet/sections/agent_policy/create_package_policy_page/components/steps/components/package_policy_input_var_field.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "fleet",
"id": "def-public.InputFieldProps.varDef",
"type": "Object",
"tags": [],
"label": "varDef",
"description": [],
"signature": [
{
"pluginId": "fleet",
"scope": "common",
"docId": "kibFleetPluginApi",
"section": "def-common.RegistryVarsEntry",
"text": "RegistryVarsEntry"
}
],
"path": "x-pack/plugins/fleet/public/applications/fleet/sections/agent_policy/create_package_policy_page/components/steps/components/package_policy_input_var_field.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "fleet",
"id": "def-public.InputFieldProps.value",
"type": "Any",
"tags": [],
"label": "value",
"description": [],
"signature": [
"any"
],
"path": "x-pack/plugins/fleet/public/applications/fleet/sections/agent_policy/create_package_policy_page/components/steps/components/package_policy_input_var_field.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "fleet",
"id": "def-public.InputFieldProps.onChange",
"type": "Function",
"tags": [],
"label": "onChange",
"description": [],
"signature": [
"(newValue: any) => void"
],
"path": "x-pack/plugins/fleet/public/applications/fleet/sections/agent_policy/create_package_policy_page/components/steps/components/package_policy_input_var_field.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "fleet",
"id": "def-public.InputFieldProps.onChange.$1",
"type": "Any",
"tags": [],
"label": "newValue",
"description": [],
"signature": [
"any"
],
"path": "x-pack/plugins/fleet/public/applications/fleet/sections/agent_policy/create_package_policy_page/components/steps/components/package_policy_input_var_field.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "fleet",
"id": "def-public.InputFieldProps.errors",
"type": "CompoundType",
"tags": [],
"label": "errors",
"description": [],
"signature": [
"string[] | null | undefined"
],
"path": "x-pack/plugins/fleet/public/applications/fleet/sections/agent_policy/create_package_policy_page/components/steps/components/package_policy_input_var_field.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "fleet",
"id": "def-public.InputFieldProps.forceShowErrors",
"type": "CompoundType",
"tags": [],
"label": "forceShowErrors",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "x-pack/plugins/fleet/public/applications/fleet/sections/agent_policy/create_package_policy_page/components/steps/components/package_policy_input_var_field.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "fleet",
"id": "def-public.InputFieldProps.frozen",
"type": "CompoundType",
"tags": [],
"label": "frozen",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "x-pack/plugins/fleet/public/applications/fleet/sections/agent_policy/create_package_policy_page/components/steps/components/package_policy_input_var_field.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "fleet",
"id": "def-public.InputFieldProps.packageType",
"type": "string",
"tags": [],
"label": "packageType",
"description": [],
"signature": [
"string | undefined"
],
"path": "x-pack/plugins/fleet/public/applications/fleet/sections/agent_policy/create_package_policy_page/components/steps/components/package_policy_input_var_field.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "fleet",
"id": "def-public.InputFieldProps.packageName",
"type": "string",
"tags": [],
"label": "packageName",
"description": [],
"signature": [
"string | undefined"
],
"path": "x-pack/plugins/fleet/public/applications/fleet/sections/agent_policy/create_package_policy_page/components/steps/components/package_policy_input_var_field.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "fleet",
"id": "def-public.InputFieldProps.datastreams",
"type": "Array",
"tags": [],
"label": "datastreams",
"description": [],
"signature": [
"DataStream",
"[] | undefined"
],
"path": "x-pack/plugins/fleet/public/applications/fleet/sections/agent_policy/create_package_policy_page/components/steps/components/package_policy_input_var_field.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "fleet",
"id": "def-public.InputFieldProps.isEditPage",
"type": "CompoundType",
"tags": [],
"label": "isEditPage",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "x-pack/plugins/fleet/public/applications/fleet/sections/agent_policy/create_package_policy_page/components/steps/components/package_policy_input_var_field.tsx",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "fleet",
"id": "def-public.IntegrationCardItem",
"type": "Interface",
"tags": [],
"label": "IntegrationCardItem",
"description": [],
"path": "x-pack/plugins/fleet/public/applications/integrations/sections/epm/screens/home/card_utils.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "fleet",
"id": "def-public.IntegrationCardItem.url",
"type": "string",
"tags": [],
"label": "url",
"description": [],
"path": "x-pack/plugins/fleet/public/applications/integrations/sections/epm/screens/home/card_utils.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "fleet",
"id": "def-public.IntegrationCardItem.release",
"type": "CompoundType",
"tags": [],
"label": "release",
"description": [],
"signature": [
"IntegrationCardReleaseLabel",
" | undefined"
],
"path": "x-pack/plugins/fleet/public/applications/integrations/sections/epm/screens/home/card_utils.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "fleet",
"id": "def-public.IntegrationCardItem.description",
"type": "string",
"tags": [],
"label": "description",
"description": [],
"path": "x-pack/plugins/fleet/public/applications/integrations/sections/epm/screens/home/card_utils.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "fleet",
"id": "def-public.IntegrationCardItem.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"path": "x-pack/plugins/fleet/public/applications/integrations/sections/epm/screens/home/card_utils.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "fleet",
"id": "def-public.IntegrationCardItem.title",
"type": "string",
"tags": [],
"label": "title",
"description": [],
"path": "x-pack/plugins/fleet/public/applications/integrations/sections/epm/screens/home/card_utils.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "fleet",
"id": "def-public.IntegrationCardItem.version",
"type": "string",
"tags": [],
"label": "version",
"description": [],
"path": "x-pack/plugins/fleet/public/applications/integrations/sections/epm/screens/home/card_utils.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "fleet",
"id": "def-public.IntegrationCardItem.icons",
"type": "Array",
"tags": [],
"label": "icons",
"description": [],
"signature": [
"(",
{
"pluginId": "customIntegrations",
"scope": "common",
"docId": "kibCustomIntegrationsPluginApi",
"section": "def-common.CustomIntegrationIcon",
"text": "CustomIntegrationIcon"
},
" | ",
{
"pluginId": "fleet",
"scope": "common",
"docId": "kibFleetPluginApi",
"section": "def-common.PackageSpecIcon",
"text": "PackageSpecIcon"
},
")[]"
],
"path": "x-pack/plugins/fleet/public/applications/integrations/sections/epm/screens/home/card_utils.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "fleet",
"id": "def-public.IntegrationCardItem.integration",
"type": "string",
"tags": [],
"label": "integration",
"description": [],
"path": "x-pack/plugins/fleet/public/applications/integrations/sections/epm/screens/home/card_utils.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "fleet",
"id": "def-public.IntegrationCardItem.id",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"path": "x-pack/plugins/fleet/public/applications/integrations/sections/epm/screens/home/card_utils.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "fleet",
"id": "def-public.IntegrationCardItem.categories",
"type": "Array",
"tags": [],
"label": "categories",
"description": [],
"signature": [
"string[]"
],
"path": "x-pack/plugins/fleet/public/applications/integrations/sections/epm/screens/home/card_utils.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "fleet",
"id": "def-public.IntegrationCardItem.fromIntegrations",
"type": "string",
"tags": [],
"label": "fromIntegrations",
"description": [],
"signature": [
"string | undefined"
],
"path": "x-pack/plugins/fleet/public/applications/integrations/sections/epm/screens/home/card_utils.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "fleet",
"id": "def-public.IntegrationCardItem.isReauthorizationRequired",
"type": "CompoundType",
"tags": [],
"label": "isReauthorizationRequired",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "x-pack/plugins/fleet/public/applications/integrations/sections/epm/screens/home/card_utils.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "fleet",
"id": "def-public.IntegrationCardItem.isUnverified",
"type": "CompoundType",
"tags": [],
"label": "isUnverified",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "x-pack/plugins/fleet/public/applications/integrations/sections/epm/screens/home/card_utils.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "fleet",
"id": "def-public.IntegrationCardItem.isUpdateAvailable",
"type": "CompoundType",
"tags": [],
"label": "isUpdateAvailable",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "x-pack/plugins/fleet/public/applications/integrations/sections/epm/screens/home/card_utils.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "fleet",
"id": "def-public.IntegrationCardItem.isQuickstart",
"type": "CompoundType",
"tags": [],
"label": "isQuickstart",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "x-pack/plugins/fleet/public/applications/integrations/sections/epm/screens/home/card_utils.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "fleet",
"id": "def-public.IntegrationCardItem.showLabels",
"type": "CompoundType",
"tags": [],
"label": "showLabels",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "x-pack/plugins/fleet/public/applications/integrations/sections/epm/screens/home/card_utils.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "fleet",
"id": "def-public.IntegrationCardItem.extraLabelsBadges",
"type": "Array",
"tags": [],
"label": "extraLabelsBadges",
"description": [],
"signature": [
"React.ReactNode[] | undefined"
],
"path": "x-pack/plugins/fleet/public/applications/integrations/sections/epm/screens/home/card_utils.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "fleet",
"id": "def-public.IntegrationCardItem.onCardClick",
"type": "Function",
"tags": [],
"label": "onCardClick",
"description": [],
"signature": [
"(() => void) | undefined"
],
"path": "x-pack/plugins/fleet/public/applications/integrations/sections/epm/screens/home/card_utils.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [],
"returnComment": []
}
],
"initialIsOpen": false
},
{
"parentPluginId": "fleet",
"id": "def-public.IntegrationsAppBrowseRouteState",
@ -1356,6 +1847,383 @@
],
"initialIsOpen": false
},
{
"parentPluginId": "fleet",
"id": "def-public.PackageListGridProps",
"type": "Interface",
"tags": [],
"label": "PackageListGridProps",
"description": [],
"path": "x-pack/plugins/fleet/public/applications/integrations/sections/epm/components/package_list_grid/index.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "fleet",
"id": "def-public.PackageListGridProps.isLoading",
"type": "CompoundType",
"tags": [],
"label": "isLoading",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "x-pack/plugins/fleet/public/applications/integrations/sections/epm/components/package_list_grid/index.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "fleet",
"id": "def-public.PackageListGridProps.controls",
"type": "CompoundType",
"tags": [],
"label": "controls",
"description": [],
"signature": [
"React.ReactNode | React.ReactNode[]"
],
"path": "x-pack/plugins/fleet/public/applications/integrations/sections/epm/components/package_list_grid/index.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "fleet",
"id": "def-public.PackageListGridProps.list",
"type": "Array",
"tags": [],
"label": "list",
"description": [],
"signature": [
{
"pluginId": "fleet",
"scope": "public",
"docId": "kibFleetPluginApi",
"section": "def-public.IntegrationCardItem",
"text": "IntegrationCardItem"
},
"[]"
],
"path": "x-pack/plugins/fleet/public/applications/integrations/sections/epm/components/package_list_grid/index.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "fleet",
"id": "def-public.PackageListGridProps.searchTerm",
"type": "string",
"tags": [],
"label": "searchTerm",
"description": [],
"path": "x-pack/plugins/fleet/public/applications/integrations/sections/epm/components/package_list_grid/index.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "fleet",
"id": "def-public.PackageListGridProps.setSearchTerm",
"type": "Function",
"tags": [],
"label": "setSearchTerm",
"description": [],
"signature": [
"(search: string) => void"
],
"path": "x-pack/plugins/fleet/public/applications/integrations/sections/epm/components/package_list_grid/index.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "fleet",
"id": "def-public.PackageListGridProps.setSearchTerm.$1",
"type": "string",
"tags": [],
"label": "search",
"description": [],
"signature": [
"string"
],
"path": "x-pack/plugins/fleet/public/applications/integrations/sections/epm/components/package_list_grid/index.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "fleet",
"id": "def-public.PackageListGridProps.selectedCategory",
"type": "string",
"tags": [],
"label": "selectedCategory",
"description": [],
"path": "x-pack/plugins/fleet/public/applications/integrations/sections/epm/components/package_list_grid/index.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "fleet",
"id": "def-public.PackageListGridProps.setCategory",
"type": "Function",
"tags": [],
"label": "setCategory",
"description": [],
"signature": [
"(category: string) => void"
],
"path": "x-pack/plugins/fleet/public/applications/integrations/sections/epm/components/package_list_grid/index.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "fleet",
"id": "def-public.PackageListGridProps.setCategory.$1",
"type": "string",
"tags": [],
"label": "category",
"description": [],
"signature": [
"string"
],
"path": "x-pack/plugins/fleet/public/applications/integrations/sections/epm/components/package_list_grid/index.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "fleet",
"id": "def-public.PackageListGridProps.categories",
"type": "Array",
"tags": [],
"label": "categories",
"description": [],
"signature": [
"CategoryFacet",
"[]"
],
"path": "x-pack/plugins/fleet/public/applications/integrations/sections/epm/components/package_list_grid/index.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "fleet",
"id": "def-public.PackageListGridProps.setUrlandReplaceHistory",
"type": "Function",
"tags": [],
"label": "setUrlandReplaceHistory",
"description": [],
"signature": [
"(params: ",
"IntegrationsURLParameters",
") => void"
],
"path": "x-pack/plugins/fleet/public/applications/integrations/sections/epm/components/package_list_grid/index.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "fleet",
"id": "def-public.PackageListGridProps.setUrlandReplaceHistory.$1",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"IntegrationsURLParameters"
],
"path": "x-pack/plugins/fleet/public/applications/integrations/sections/epm/components/package_list_grid/index.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "fleet",
"id": "def-public.PackageListGridProps.setUrlandPushHistory",
"type": "Function",
"tags": [],
"label": "setUrlandPushHistory",
"description": [],
"signature": [
"(params: ",
"IntegrationsURLParameters",
") => void"
],
"path": "x-pack/plugins/fleet/public/applications/integrations/sections/epm/components/package_list_grid/index.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "fleet",
"id": "def-public.PackageListGridProps.setUrlandPushHistory.$1",
"type": "Object",
"tags": [],
"label": "params",
"description": [],
"signature": [
"IntegrationsURLParameters"
],
"path": "x-pack/plugins/fleet/public/applications/integrations/sections/epm/components/package_list_grid/index.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": []
},
{
"parentPluginId": "fleet",
"id": "def-public.PackageListGridProps.callout",
"type": "CompoundType",
"tags": [],
"label": "callout",
"description": [],
"signature": [
"JSX.Element | null | undefined"
],
"path": "x-pack/plugins/fleet/public/applications/integrations/sections/epm/components/package_list_grid/index.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "fleet",
"id": "def-public.PackageListGridProps.showCardLabels",
"type": "CompoundType",
"tags": [],
"label": "showCardLabels",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "x-pack/plugins/fleet/public/applications/integrations/sections/epm/components/package_list_grid/index.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "fleet",
"id": "def-public.PackageListGridProps.title",
"type": "string",
"tags": [],
"label": "title",
"description": [],
"signature": [
"string | undefined"
],
"path": "x-pack/plugins/fleet/public/applications/integrations/sections/epm/components/package_list_grid/index.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "fleet",
"id": "def-public.PackageListGridProps.availableSubCategories",
"type": "Array",
"tags": [],
"label": "availableSubCategories",
"description": [],
"signature": [
"CategoryFacet",
"[] | undefined"
],
"path": "x-pack/plugins/fleet/public/applications/integrations/sections/epm/components/package_list_grid/index.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "fleet",
"id": "def-public.PackageListGridProps.selectedSubCategory",
"type": "string",
"tags": [],
"label": "selectedSubCategory",
"description": [],
"signature": [
"string | undefined"
],
"path": "x-pack/plugins/fleet/public/applications/integrations/sections/epm/components/package_list_grid/index.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "fleet",
"id": "def-public.PackageListGridProps.setSelectedSubCategory",
"type": "Function",
"tags": [],
"label": "setSelectedSubCategory",
"description": [],
"signature": [
"((c: string | undefined) => void) | undefined"
],
"path": "x-pack/plugins/fleet/public/applications/integrations/sections/epm/components/package_list_grid/index.tsx",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "fleet",
"id": "def-public.PackageListGridProps.setSelectedSubCategory.$1",
"type": "string",
"tags": [],
"label": "c",
"description": [],
"signature": [
"string | undefined"
],
"path": "x-pack/plugins/fleet/public/applications/integrations/sections/epm/components/package_list_grid/index.tsx",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
}
],
"returnComment": []
},
{
"parentPluginId": "fleet",
"id": "def-public.PackageListGridProps.showMissingIntegrationMessage",
"type": "CompoundType",
"tags": [],
"label": "showMissingIntegrationMessage",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "x-pack/plugins/fleet/public/applications/integrations/sections/epm/components/package_list_grid/index.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "fleet",
"id": "def-public.PackageListGridProps.showControls",
"type": "CompoundType",
"tags": [],
"label": "showControls",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "x-pack/plugins/fleet/public/applications/integrations/sections/epm/components/package_list_grid/index.tsx",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "fleet",
"id": "def-public.PackageListGridProps.showSearchTools",
"type": "CompoundType",
"tags": [],
"label": "showSearchTools",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "x-pack/plugins/fleet/public/applications/integrations/sections/epm/components/package_list_grid/index.tsx",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "fleet",
"id": "def-public.PackagePolicyCreateExtension",
@ -2466,6 +3334,64 @@
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "fleet",
"id": "def-public.AvailablePackagesHookType",
"type": "Type",
"tags": [],
"label": "AvailablePackagesHookType",
"description": [],
"signature": [
"({ prereleaseIntegrationsEnabled, }: { prereleaseIntegrationsEnabled: boolean; }) => { initialSelectedCategory: string; selectedCategory: string; setCategory: React.Dispatch<React.SetStateAction<string>>; allCategories: ",
"CategoryFacet",
"[]; mainCategories: ",
"CategoryFacet",
"[]; availableSubCategories: ",
"CategoryFacet",
"[]; selectedSubCategory: string | undefined; setSelectedSubCategory: React.Dispatch<React.SetStateAction<string | undefined>>; searchTerm: string; setSearchTerm: React.Dispatch<React.SetStateAction<string>>; setUrlandPushHistory: ({ searchString, categoryId, subCategoryId, }: ",
"IntegrationsURLParameters",
") => void; setUrlandReplaceHistory: ({ searchString, categoryId, subCategoryId, }: ",
"IntegrationsURLParameters",
") => void; preference: ",
"IntegrationPreferenceType",
"; setPreference: React.Dispatch<React.SetStateAction<",
"IntegrationPreferenceType",
">>; isLoading: boolean; isLoadingCategories: boolean; isLoadingAllPackages: boolean; isLoadingAppendCustomIntegrations: boolean; eprPackageLoadingError: ",
"RequestError",
" | null; eprCategoryLoadingError: ",
"RequestError",
" | null; filteredCards: ",
{
"pluginId": "fleet",
"scope": "public",
"docId": "kibFleetPluginApi",
"section": "def-public.IntegrationCardItem",
"text": "IntegrationCardItem"
},
"[]; }"
],
"path": "x-pack/plugins/fleet/public/applications/integrations/sections/epm/screens/home/hooks/use_available_packages.tsx",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
"children": [
{
"parentPluginId": "fleet",
"id": "def-public.AvailablePackagesHookType.$1",
"type": "Object",
"tags": [],
"label": "__0",
"description": [],
"signature": [
"{ prereleaseIntegrationsEnabled: boolean; }"
],
"path": "x-pack/plugins/fleet/public/applications/integrations/sections/epm/screens/home/hooks/use_available_packages.tsx",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "fleet",
"id": "def-public.OnSaveQueryParamKeys",

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/fleet
title: "fleet"
image: https://source.unsplash.com/400x175/?github
description: API docs for the fleet plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'fleet']
---
import fleetObj from './fleet.devdocs.json';
@ -21,7 +21,7 @@ Contact [@elastic/fleet](https://github.com/orgs/elastic/teams/fleet) for questi
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 1237 | 3 | 1117 | 61 |
| 1297 | 5 | 1176 | 66 |
## Client

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/globalSearch
title: "globalSearch"
image: https://source.unsplash.com/400x175/?github
description: API docs for the globalSearch plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'globalSearch']
---
import globalSearchObj from './global_search.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/guidedOnboarding
title: "guidedOnboarding"
image: https://source.unsplash.com/400x175/?github
description: API docs for the guidedOnboarding plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'guidedOnboarding']
---
import guidedOnboardingObj from './guided_onboarding.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/home
title: "home"
image: https://source.unsplash.com/400x175/?github
description: API docs for the home plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'home']
---
import homeObj from './home.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/imageEmbeddable
title: "imageEmbeddable"
image: https://source.unsplash.com/400x175/?github
description: API docs for the imageEmbeddable plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'imageEmbeddable']
---
import imageEmbeddableObj from './image_embeddable.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/indexLifecycleManagement
title: "indexLifecycleManagement"
image: https://source.unsplash.com/400x175/?github
description: API docs for the indexLifecycleManagement plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'indexLifecycleManagement']
---
import indexLifecycleManagementObj from './index_lifecycle_management.devdocs.json';

View file

@ -108,7 +108,7 @@
"tags": [],
"label": "Index",
"description": [],
"path": "x-pack/plugins/index_management/common/types/indices.ts",
"path": "x-pack/packages/index-management/src/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
@ -119,7 +119,7 @@
"tags": [],
"label": "name",
"description": [],
"path": "x-pack/plugins/index_management/common/types/indices.ts",
"path": "x-pack/packages/index-management/src/types.ts",
"deprecated": false,
"trackAdoption": false
},
@ -133,7 +133,7 @@
"signature": [
"string | number | undefined"
],
"path": "x-pack/plugins/index_management/common/types/indices.ts",
"path": "x-pack/packages/index-management/src/types.ts",
"deprecated": false,
"trackAdoption": false
},
@ -147,7 +147,7 @@
"signature": [
"string | number | undefined"
],
"path": "x-pack/plugins/index_management/common/types/indices.ts",
"path": "x-pack/packages/index-management/src/types.ts",
"deprecated": false,
"trackAdoption": false
},
@ -158,7 +158,7 @@
"tags": [],
"label": "isFrozen",
"description": [],
"path": "x-pack/plugins/index_management/common/types/indices.ts",
"path": "x-pack/packages/index-management/src/types.ts",
"deprecated": false,
"trackAdoption": false
},
@ -169,7 +169,7 @@
"tags": [],
"label": "hidden",
"description": [],
"path": "x-pack/plugins/index_management/common/types/indices.ts",
"path": "x-pack/packages/index-management/src/types.ts",
"deprecated": false,
"trackAdoption": false
},
@ -183,7 +183,7 @@
"signature": [
"string | string[]"
],
"path": "x-pack/plugins/index_management/common/types/indices.ts",
"path": "x-pack/packages/index-management/src/types.ts",
"deprecated": false,
"trackAdoption": false
},
@ -197,7 +197,7 @@
"signature": [
"string | undefined"
],
"path": "x-pack/plugins/index_management/common/types/indices.ts",
"path": "x-pack/packages/index-management/src/types.ts",
"deprecated": false,
"trackAdoption": false
},
@ -211,7 +211,7 @@
"signature": [
"boolean | undefined"
],
"path": "x-pack/plugins/index_management/common/types/indices.ts",
"path": "x-pack/packages/index-management/src/types.ts",
"deprecated": false,
"trackAdoption": false
},
@ -226,7 +226,7 @@
"IlmExplainLifecycleLifecycleExplain",
" | undefined"
],
"path": "x-pack/plugins/index_management/common/types/indices.ts",
"path": "x-pack/packages/index-management/src/types.ts",
"deprecated": false,
"trackAdoption": false
},
@ -240,7 +240,7 @@
"signature": [
"boolean | undefined"
],
"path": "x-pack/plugins/index_management/common/types/indices.ts",
"path": "x-pack/packages/index-management/src/types.ts",
"deprecated": false,
"trackAdoption": false
},
@ -255,7 +255,7 @@
"HealthStatus",
" | undefined"
],
"path": "x-pack/plugins/index_management/common/types/indices.ts",
"path": "x-pack/packages/index-management/src/types.ts",
"deprecated": false,
"trackAdoption": false
},
@ -270,7 +270,7 @@
"IndicesStatsIndexMetadataState",
" | undefined"
],
"path": "x-pack/plugins/index_management/common/types/indices.ts",
"path": "x-pack/packages/index-management/src/types.ts",
"deprecated": false,
"trackAdoption": false
},
@ -284,7 +284,7 @@
"signature": [
"string | undefined"
],
"path": "x-pack/plugins/index_management/common/types/indices.ts",
"path": "x-pack/packages/index-management/src/types.ts",
"deprecated": false,
"trackAdoption": false
},
@ -298,7 +298,7 @@
"signature": [
"number | undefined"
],
"path": "x-pack/plugins/index_management/common/types/indices.ts",
"path": "x-pack/packages/index-management/src/types.ts",
"deprecated": false,
"trackAdoption": false
},
@ -312,7 +312,7 @@
"signature": [
"string | undefined"
],
"path": "x-pack/plugins/index_management/common/types/indices.ts",
"path": "x-pack/packages/index-management/src/types.ts",
"deprecated": false,
"trackAdoption": false
},
@ -326,7 +326,7 @@
"signature": [
"string | undefined"
],
"path": "x-pack/plugins/index_management/common/types/indices.ts",
"path": "x-pack/packages/index-management/src/types.ts",
"deprecated": false,
"trackAdoption": false
},
@ -340,7 +340,7 @@
"signature": [
"number | undefined"
],
"path": "x-pack/plugins/index_management/common/types/indices.ts",
"path": "x-pack/packages/index-management/src/types.ts",
"deprecated": false,
"trackAdoption": false
}
@ -354,7 +354,7 @@
"tags": [],
"label": "IndexMappingProps",
"description": [],
"path": "x-pack/plugins/index_management/public/application/sections/home/index_list/details_page/index_mapping_with_context_types.tsx",
"path": "x-pack/packages/index-management/src/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
@ -366,9 +366,16 @@
"label": "index",
"description": [],
"signature": [
"Index | undefined"
{
"pluginId": "@kbn/index-management",
"scope": "common",
"docId": "kibKbnIndexManagementPluginApi",
"section": "def-common.Index",
"text": "Index"
},
" | undefined"
],
"path": "x-pack/plugins/index_management/public/application/sections/home/index_list/details_page/index_mapping_with_context_types.tsx",
"path": "x-pack/packages/index-management/src/types.ts",
"deprecated": false,
"trackAdoption": false
},
@ -382,7 +389,7 @@
"signature": [
"boolean | undefined"
],
"path": "x-pack/plugins/index_management/public/application/sections/home/index_list/details_page/index_mapping_with_context_types.tsx",
"path": "x-pack/packages/index-management/src/types.ts",
"deprecated": false,
"trackAdoption": false
}
@ -400,7 +407,7 @@
"tags": [],
"label": "IndexManagementPluginSetup",
"description": [],
"path": "x-pack/plugins/index_management/public/types.ts",
"path": "x-pack/packages/index-management/src/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
@ -412,9 +419,15 @@
"label": "apiService",
"description": [],
"signature": [
"PublicApiServiceSetup"
{
"pluginId": "@kbn/index-management",
"scope": "common",
"docId": "kibKbnIndexManagementPluginApi",
"section": "def-common.PublicApiServiceSetup",
"text": "PublicApiServiceSetup"
}
],
"path": "x-pack/plugins/index_management/public/types.ts",
"path": "x-pack/packages/index-management/src/types.ts",
"deprecated": false,
"trackAdoption": false
},
@ -426,9 +439,15 @@
"label": "extensionsService",
"description": [],
"signature": [
"ExtensionsSetup"
{
"pluginId": "@kbn/index-management",
"scope": "common",
"docId": "kibKbnIndexManagementPluginApi",
"section": "def-common.ExtensionsSetup",
"text": "ExtensionsSetup"
}
],
"path": "x-pack/plugins/index_management/public/types.ts",
"path": "x-pack/packages/index-management/src/types.ts",
"deprecated": false,
"trackAdoption": false
}
@ -443,7 +462,7 @@
"tags": [],
"label": "IndexManagementPluginStart",
"description": [],
"path": "x-pack/plugins/index_management/public/types.ts",
"path": "x-pack/packages/index-management/src/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
@ -455,9 +474,15 @@
"label": "extensionsService",
"description": [],
"signature": [
"ExtensionsSetup"
{
"pluginId": "@kbn/index-management",
"scope": "common",
"docId": "kibKbnIndexManagementPluginApi",
"section": "def-common.ExtensionsSetup",
"text": "ExtensionsSetup"
}
],
"path": "x-pack/plugins/index_management/public/types.ts",
"path": "x-pack/packages/index-management/src/types.ts",
"deprecated": false,
"trackAdoption": false
},
@ -479,15 +504,15 @@
},
"<unknown>; }) => React.FC<",
{
"pluginId": "indexManagement",
"scope": "public",
"docId": "kibIndexManagementPluginApi",
"section": "def-public.IndexMappingProps",
"pluginId": "@kbn/index-management",
"scope": "common",
"docId": "kibKbnIndexManagementPluginApi",
"section": "def-common.IndexMappingProps",
"text": "IndexMappingProps"
},
">"
],
"path": "x-pack/plugins/index_management/public/types.ts",
"path": "x-pack/packages/index-management/src/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
@ -498,7 +523,7 @@
"tags": [],
"label": "deps",
"description": [],
"path": "x-pack/plugins/index_management/public/types.ts",
"path": "x-pack/packages/index-management/src/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
@ -519,7 +544,7 @@
},
"<unknown>"
],
"path": "x-pack/plugins/index_management/public/types.ts",
"path": "x-pack/packages/index-management/src/types.ts",
"deprecated": false,
"trackAdoption": false
}
@ -618,7 +643,7 @@
"tags": [],
"label": "Index",
"description": [],
"path": "x-pack/plugins/index_management/common/types/indices.ts",
"path": "x-pack/packages/index-management/src/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
@ -629,7 +654,7 @@
"tags": [],
"label": "name",
"description": [],
"path": "x-pack/plugins/index_management/common/types/indices.ts",
"path": "x-pack/packages/index-management/src/types.ts",
"deprecated": false,
"trackAdoption": false
},
@ -643,7 +668,7 @@
"signature": [
"string | number | undefined"
],
"path": "x-pack/plugins/index_management/common/types/indices.ts",
"path": "x-pack/packages/index-management/src/types.ts",
"deprecated": false,
"trackAdoption": false
},
@ -657,7 +682,7 @@
"signature": [
"string | number | undefined"
],
"path": "x-pack/plugins/index_management/common/types/indices.ts",
"path": "x-pack/packages/index-management/src/types.ts",
"deprecated": false,
"trackAdoption": false
},
@ -668,7 +693,7 @@
"tags": [],
"label": "isFrozen",
"description": [],
"path": "x-pack/plugins/index_management/common/types/indices.ts",
"path": "x-pack/packages/index-management/src/types.ts",
"deprecated": false,
"trackAdoption": false
},
@ -679,7 +704,7 @@
"tags": [],
"label": "hidden",
"description": [],
"path": "x-pack/plugins/index_management/common/types/indices.ts",
"path": "x-pack/packages/index-management/src/types.ts",
"deprecated": false,
"trackAdoption": false
},
@ -693,7 +718,7 @@
"signature": [
"string | string[]"
],
"path": "x-pack/plugins/index_management/common/types/indices.ts",
"path": "x-pack/packages/index-management/src/types.ts",
"deprecated": false,
"trackAdoption": false
},
@ -707,7 +732,7 @@
"signature": [
"string | undefined"
],
"path": "x-pack/plugins/index_management/common/types/indices.ts",
"path": "x-pack/packages/index-management/src/types.ts",
"deprecated": false,
"trackAdoption": false
},
@ -721,7 +746,7 @@
"signature": [
"boolean | undefined"
],
"path": "x-pack/plugins/index_management/common/types/indices.ts",
"path": "x-pack/packages/index-management/src/types.ts",
"deprecated": false,
"trackAdoption": false
},
@ -736,7 +761,7 @@
"IlmExplainLifecycleLifecycleExplain",
" | undefined"
],
"path": "x-pack/plugins/index_management/common/types/indices.ts",
"path": "x-pack/packages/index-management/src/types.ts",
"deprecated": false,
"trackAdoption": false
},
@ -750,7 +775,7 @@
"signature": [
"boolean | undefined"
],
"path": "x-pack/plugins/index_management/common/types/indices.ts",
"path": "x-pack/packages/index-management/src/types.ts",
"deprecated": false,
"trackAdoption": false
},
@ -765,7 +790,7 @@
"HealthStatus",
" | undefined"
],
"path": "x-pack/plugins/index_management/common/types/indices.ts",
"path": "x-pack/packages/index-management/src/types.ts",
"deprecated": false,
"trackAdoption": false
},
@ -780,7 +805,7 @@
"IndicesStatsIndexMetadataState",
" | undefined"
],
"path": "x-pack/plugins/index_management/common/types/indices.ts",
"path": "x-pack/packages/index-management/src/types.ts",
"deprecated": false,
"trackAdoption": false
},
@ -794,7 +819,7 @@
"signature": [
"string | undefined"
],
"path": "x-pack/plugins/index_management/common/types/indices.ts",
"path": "x-pack/packages/index-management/src/types.ts",
"deprecated": false,
"trackAdoption": false
},
@ -808,7 +833,7 @@
"signature": [
"number | undefined"
],
"path": "x-pack/plugins/index_management/common/types/indices.ts",
"path": "x-pack/packages/index-management/src/types.ts",
"deprecated": false,
"trackAdoption": false
},
@ -822,7 +847,7 @@
"signature": [
"string | undefined"
],
"path": "x-pack/plugins/index_management/common/types/indices.ts",
"path": "x-pack/packages/index-management/src/types.ts",
"deprecated": false,
"trackAdoption": false
},
@ -836,7 +861,7 @@
"signature": [
"string | undefined"
],
"path": "x-pack/plugins/index_management/common/types/indices.ts",
"path": "x-pack/packages/index-management/src/types.ts",
"deprecated": false,
"trackAdoption": false
},
@ -850,7 +875,7 @@
"signature": [
"number | undefined"
],
"path": "x-pack/plugins/index_management/common/types/indices.ts",
"path": "x-pack/packages/index-management/src/types.ts",
"deprecated": false,
"trackAdoption": false
}
@ -2091,7 +2116,7 @@
"tags": [],
"label": "Index",
"description": [],
"path": "x-pack/plugins/index_management/common/types/indices.ts",
"path": "x-pack/packages/index-management/src/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
@ -2102,7 +2127,7 @@
"tags": [],
"label": "name",
"description": [],
"path": "x-pack/plugins/index_management/common/types/indices.ts",
"path": "x-pack/packages/index-management/src/types.ts",
"deprecated": false,
"trackAdoption": false
},
@ -2116,7 +2141,7 @@
"signature": [
"string | number | undefined"
],
"path": "x-pack/plugins/index_management/common/types/indices.ts",
"path": "x-pack/packages/index-management/src/types.ts",
"deprecated": false,
"trackAdoption": false
},
@ -2130,7 +2155,7 @@
"signature": [
"string | number | undefined"
],
"path": "x-pack/plugins/index_management/common/types/indices.ts",
"path": "x-pack/packages/index-management/src/types.ts",
"deprecated": false,
"trackAdoption": false
},
@ -2141,7 +2166,7 @@
"tags": [],
"label": "isFrozen",
"description": [],
"path": "x-pack/plugins/index_management/common/types/indices.ts",
"path": "x-pack/packages/index-management/src/types.ts",
"deprecated": false,
"trackAdoption": false
},
@ -2152,7 +2177,7 @@
"tags": [],
"label": "hidden",
"description": [],
"path": "x-pack/plugins/index_management/common/types/indices.ts",
"path": "x-pack/packages/index-management/src/types.ts",
"deprecated": false,
"trackAdoption": false
},
@ -2166,7 +2191,7 @@
"signature": [
"string | string[]"
],
"path": "x-pack/plugins/index_management/common/types/indices.ts",
"path": "x-pack/packages/index-management/src/types.ts",
"deprecated": false,
"trackAdoption": false
},
@ -2180,7 +2205,7 @@
"signature": [
"string | undefined"
],
"path": "x-pack/plugins/index_management/common/types/indices.ts",
"path": "x-pack/packages/index-management/src/types.ts",
"deprecated": false,
"trackAdoption": false
},
@ -2194,7 +2219,7 @@
"signature": [
"boolean | undefined"
],
"path": "x-pack/plugins/index_management/common/types/indices.ts",
"path": "x-pack/packages/index-management/src/types.ts",
"deprecated": false,
"trackAdoption": false
},
@ -2209,7 +2234,7 @@
"IlmExplainLifecycleLifecycleExplain",
" | undefined"
],
"path": "x-pack/plugins/index_management/common/types/indices.ts",
"path": "x-pack/packages/index-management/src/types.ts",
"deprecated": false,
"trackAdoption": false
},
@ -2223,7 +2248,7 @@
"signature": [
"boolean | undefined"
],
"path": "x-pack/plugins/index_management/common/types/indices.ts",
"path": "x-pack/packages/index-management/src/types.ts",
"deprecated": false,
"trackAdoption": false
},
@ -2238,7 +2263,7 @@
"HealthStatus",
" | undefined"
],
"path": "x-pack/plugins/index_management/common/types/indices.ts",
"path": "x-pack/packages/index-management/src/types.ts",
"deprecated": false,
"trackAdoption": false
},
@ -2253,7 +2278,7 @@
"IndicesStatsIndexMetadataState",
" | undefined"
],
"path": "x-pack/plugins/index_management/common/types/indices.ts",
"path": "x-pack/packages/index-management/src/types.ts",
"deprecated": false,
"trackAdoption": false
},
@ -2267,7 +2292,7 @@
"signature": [
"string | undefined"
],
"path": "x-pack/plugins/index_management/common/types/indices.ts",
"path": "x-pack/packages/index-management/src/types.ts",
"deprecated": false,
"trackAdoption": false
},
@ -2281,7 +2306,7 @@
"signature": [
"number | undefined"
],
"path": "x-pack/plugins/index_management/common/types/indices.ts",
"path": "x-pack/packages/index-management/src/types.ts",
"deprecated": false,
"trackAdoption": false
},
@ -2295,7 +2320,7 @@
"signature": [
"string | undefined"
],
"path": "x-pack/plugins/index_management/common/types/indices.ts",
"path": "x-pack/packages/index-management/src/types.ts",
"deprecated": false,
"trackAdoption": false
},
@ -2309,7 +2334,7 @@
"signature": [
"string | undefined"
],
"path": "x-pack/plugins/index_management/common/types/indices.ts",
"path": "x-pack/packages/index-management/src/types.ts",
"deprecated": false,
"trackAdoption": false
},
@ -2323,7 +2348,7 @@
"signature": [
"number | undefined"
],
"path": "x-pack/plugins/index_management/common/types/indices.ts",
"path": "x-pack/packages/index-management/src/types.ts",
"deprecated": false,
"trackAdoption": false
}
@ -2649,98 +2674,6 @@
],
"initialIsOpen": false
},
{
"parentPluginId": "indexManagement",
"id": "def-common.SerializedEnrichPolicy",
"type": "Interface",
"tags": [],
"label": "SerializedEnrichPolicy",
"description": [],
"path": "x-pack/plugins/index_management/common/types/enrich_policies.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "indexManagement",
"id": "def-common.SerializedEnrichPolicy.type",
"type": "CompoundType",
"tags": [],
"label": "type",
"description": [],
"signature": [
"\"match\" | \"range\" | \"geo_match\""
],
"path": "x-pack/plugins/index_management/common/types/enrich_policies.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "indexManagement",
"id": "def-common.SerializedEnrichPolicy.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"path": "x-pack/plugins/index_management/common/types/enrich_policies.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "indexManagement",
"id": "def-common.SerializedEnrichPolicy.sourceIndices",
"type": "Array",
"tags": [],
"label": "sourceIndices",
"description": [],
"signature": [
"string[]"
],
"path": "x-pack/plugins/index_management/common/types/enrich_policies.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "indexManagement",
"id": "def-common.SerializedEnrichPolicy.matchField",
"type": "string",
"tags": [],
"label": "matchField",
"description": [],
"path": "x-pack/plugins/index_management/common/types/enrich_policies.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "indexManagement",
"id": "def-common.SerializedEnrichPolicy.enrichFields",
"type": "Array",
"tags": [],
"label": "enrichFields",
"description": [],
"signature": [
"string[]"
],
"path": "x-pack/plugins/index_management/common/types/enrich_policies.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "indexManagement",
"id": "def-common.SerializedEnrichPolicy.query",
"type": "Object",
"tags": [],
"label": "query",
"description": [],
"signature": [
"Record<string, any> | undefined"
],
"path": "x-pack/plugins/index_management/common/types/enrich_policies.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "indexManagement",
"id": "def-common.TemplateDeserialized",

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/indexManagement
title: "indexManagement"
image: https://source.unsplash.com/400x175/?github
description: API docs for the indexManagement plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'indexManagement']
---
import indexManagementObj from './index_management.devdocs.json';
@ -21,7 +21,7 @@ Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kiban
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 230 | 0 | 225 | 3 |
| 223 | 0 | 218 | 1 |
## Client

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/infra
title: "infra"
image: https://source.unsplash.com/400x175/?github
description: API docs for the infra plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'infra']
---
import infraObj from './infra.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/ingestPipelines
title: "ingestPipelines"
image: https://source.unsplash.com/400x175/?github
description: API docs for the ingestPipelines plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'ingestPipelines']
---
import ingestPipelinesObj from './ingest_pipelines.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/inspector
title: "inspector"
image: https://source.unsplash.com/400x175/?github
description: API docs for the inspector plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'inspector']
---
import inspectorObj from './inspector.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/interactiveSetup
title: "interactiveSetup"
image: https://source.unsplash.com/400x175/?github
description: API docs for the interactiveSetup plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'interactiveSetup']
---
import interactiveSetupObj from './interactive_setup.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ace
title: "@kbn/ace"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/ace plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ace']
---
import kbnAceObj from './kbn_ace.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-actions-types
title: "@kbn/actions-types"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/actions-types plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/actions-types']
---
import kbnActionsTypesObj from './kbn_actions_types.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-aiops-components
title: "@kbn/aiops-components"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/aiops-components plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/aiops-components']
---
import kbnAiopsComponentsObj from './kbn_aiops_components.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-aiops-log-pattern-analysis
title: "@kbn/aiops-log-pattern-analysis"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/aiops-log-pattern-analysis plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/aiops-log-pattern-analysis']
---
import kbnAiopsLogPatternAnalysisObj from './kbn_aiops_log_pattern_analysis.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-aiops-log-rate-analysis
title: "@kbn/aiops-log-rate-analysis"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/aiops-log-rate-analysis plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/aiops-log-rate-analysis']
---
import kbnAiopsLogRateAnalysisObj from './kbn_aiops_log_rate_analysis.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-alerting-api-integration-helpers
title: "@kbn/alerting-api-integration-helpers"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/alerting-api-integration-helpers plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/alerting-api-integration-helpers']
---
import kbnAlertingApiIntegrationHelpersObj from './kbn_alerting_api_integration_helpers.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-alerting-state-types
title: "@kbn/alerting-state-types"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/alerting-state-types plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/alerting-state-types']
---
import kbnAlertingStateTypesObj from './kbn_alerting_state_types.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-alerting-types
title: "@kbn/alerting-types"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/alerting-types plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/alerting-types']
---
import kbnAlertingTypesObj from './kbn_alerting_types.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-alerts-as-data-utils
title: "@kbn/alerts-as-data-utils"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/alerts-as-data-utils plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/alerts-as-data-utils']
---
import kbnAlertsAsDataUtilsObj from './kbn_alerts_as_data_utils.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-alerts-ui-shared
title: "@kbn/alerts-ui-shared"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/alerts-ui-shared plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/alerts-ui-shared']
---
import kbnAlertsUiSharedObj from './kbn_alerts_ui_shared.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-analytics
title: "@kbn/analytics"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/analytics plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/analytics']
---
import kbnAnalyticsObj from './kbn_analytics.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-analytics-client
title: "@kbn/analytics-client"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/analytics-client plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/analytics-client']
---
import kbnAnalyticsClientObj from './kbn_analytics_client.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-analytics-collection-utils
title: "@kbn/analytics-collection-utils"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/analytics-collection-utils plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/analytics-collection-utils']
---
import kbnAnalyticsCollectionUtilsObj from './kbn_analytics_collection_utils.devdocs.json';

View file

@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-analytics-shippers-elastic-v3-browser
title: "@kbn/analytics-shippers-elastic-v3-browser"
image: https://source.unsplash.com/400x175/?github
description: API docs for the @kbn/analytics-shippers-elastic-v3-browser plugin
date: 2024-04-10
date: 2024-04-11
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/analytics-shippers-elastic-v3-browser']
---
import kbnAnalyticsShippersElasticV3BrowserObj from './kbn_analytics_shippers_elastic_v3_browser.devdocs.json';

Some files were not shown because too many files have changed in this diff Show more